A B C D E F G I L M O P R S T 
All Classes All Packages

A

activate_item(int) - Method in class com.pdflib.pdflib
Activate a previously created structure element or other content item.
add_bookmark(String, int, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_bookmark().
add_launchlink(double, double, double, double, String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_action() and PDF_create_annotation().
add_locallink(double, double, double, double, int, String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_action() and PDF_create_annotation().
add_nameddest(String, String) - Method in class com.pdflib.pdflib
Create a named destination on an arbitrary page in the current document.
add_note(double, double, double, double, String, String, String, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_annotation().
add_pdflink(double, double, double, double, String, int, String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_action() and PDF_create_annotation().
add_table_cell(int, int, int, String, String) - Method in class com.pdflib.pdflib
Add a cell to a new or existing table.
add_textflow(int, String, String) - Method in class com.pdflib.pdflib
Create a Textflow object, or add text and explicit options to an existing Textflow.
add_thumbnail(int) - Method in class com.pdflib.pdflib
Add an existing image as thumbnail for the current page.
add_weblink(double, double, double, double, String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_action() and PDF_create_annotation().
arc(double, double, double, double, double) - Method in class com.pdflib.pdflib
Draw a counterclockwise circular arc segment.
arcn(double, double, double, double, double) - Method in class com.pdflib.pdflib
Draw a clockwise circular arc segment.
attach_file(double, double, double, double, String, String, String, String, String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_annotation().

B

begin_document(String, String) - Method in class com.pdflib.pdflib
Create a new PDF file subject to various options.
begin_font(String, double, double, double, double, double, double, String) - Method in class com.pdflib.pdflib
Start a Type 3 font definition.
begin_glyph(String, double, double, double, double, double) - Method in class com.pdflib.pdflib
Start a glyph definition for a Type 3 font.
begin_item(String, String) - Method in class com.pdflib.pdflib
Open a structure element or other content item with attributes supplied as options.
begin_layer(int) - Method in class com.pdflib.pdflib
Start a layer for subsequent output on the page (requires PDF 1.5).
begin_page(double, double) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_begin_page_ext().
begin_page_ext(double, double, String) - Method in class com.pdflib.pdflib
Add a new page to the document, and specify various options.
begin_pattern(double, double, double, double, int) - Method in class com.pdflib.pdflib
Start a pattern definition.
begin_template(double, double) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_begin_template_ext().
begin_template_ext(double, double, String) - Method in class com.pdflib.pdflib
Start a template definition.

C

circle(double, double, double) - Method in class com.pdflib.pdflib
Draw a circle.
clip() - Method in class com.pdflib.pdflib
Use the current path as clipping path, and terminate the path.
close() - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_end_document().
close_image(int) - Method in class com.pdflib.pdflib
Close an image.
close_pdi(int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_close_pdi_document().
close_pdi_document(int) - Method in class com.pdflib.pdflib
Close all open PDI page handles, and close the input PDF document.
close_pdi_page(int) - Method in class com.pdflib.pdflib
Close the page handle, and free all page-related resources.
closepath() - Method in class com.pdflib.pdflib
Close the current path.
closepath_fill_stroke() - Method in class com.pdflib.pdflib
Close the path, fill, and stroke it.
closepath_stroke() - Method in class com.pdflib.pdflib
Close the path, and stroke it.
com.pdflib - package com.pdflib
 
concat(double, double, double, double, double, double) - Method in class com.pdflib.pdflib
Apply a transformation matrix to the current coordinate system.
continue_text(String) - Method in class com.pdflib.pdflib
Print text at the next line.
create_3dview(String, String) - Method in class com.pdflib.pdflib
Create a 3D view (requires PDF 1.6).
create_action(String, String) - Method in class com.pdflib.pdflib
Create an action which can be applied to various objects and events.
create_annotation(double, double, double, double, String, String) - Method in class com.pdflib.pdflib
Create a rectangular annotation on the current page.
create_bookmark(String, String) - Method in class com.pdflib.pdflib
Create a bookmark subject to various options.
create_field(double, double, double, double, String, String, String) - Method in class com.pdflib.pdflib
Create a form field on the current page subject to various options.
create_fieldgroup(String, String) - Method in class com.pdflib.pdflib
Create a form field group subject to various options.
create_gstate(String) - Method in class com.pdflib.pdflib
Create a graphics state object subject to various options.
create_pvf(String, byte[], String) - Method in class com.pdflib.pdflib
Create a named virtual read-only file from data provided in memory.
create_textflow(String, String) - Method in class com.pdflib.pdflib
Create a Textflow object from text contents, inline options, and explicit options.
curveto(double, double, double, double, double, double) - Method in class com.pdflib.pdflib
Draw a Bezier curve from the current point, using 3 more control points.

D

define_layer(String, String) - Method in class com.pdflib.pdflib
Create a new layer definition (requires PDF 1.5).
delete() - Method in class com.pdflib.pdflib
Delete a PDFlib object and free all internal resources.
delete_pvf(String) - Method in class com.pdflib.pdflib
Delete a named virtual file and free its data structures (but not the contents).
delete_table(int, String) - Method in class com.pdflib.pdflib
Delete a table and all associated data structures.
delete_textflow(int) - Method in class com.pdflib.pdflib
Delete a Textflow and all associated data structures.

E

encoding_set_char(String, int, String, int) - Method in class com.pdflib.pdflib
Add a glyph name and/or Unicode value to a custom encoding.
end_document(String) - Method in class com.pdflib.pdflib
Close the generated PDF document and apply various options.
end_font() - Method in class com.pdflib.pdflib
Terminate a Type 3 font definition.
end_glyph() - Method in class com.pdflib.pdflib
Terminate a glyph definition for a Type 3 font.
end_item(int) - Method in class com.pdflib.pdflib
Close a structure element or other content item.
end_layer() - Method in class com.pdflib.pdflib
Deactivate all active layers (requires PDF 1.5).
end_page() - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_end_page_ext().
end_page_ext(String) - Method in class com.pdflib.pdflib
Finish a page, and apply various options.
end_pattern() - Method in class com.pdflib.pdflib
Finish a pattern definition.
end_template() - Method in class com.pdflib.pdflib
Finish a template definition.
endpath() - Method in class com.pdflib.pdflib
End the current path without filling or stroking it.

F

fill() - Method in class com.pdflib.pdflib
Fill the interior of the path with the current fill color.
fill_imageblock(int, String, int, String) - Method in class com.pdflib.pdflib
Fill an image block with variable data according to its properties.
fill_pdfblock(int, String, int, String) - Method in class com.pdflib.pdflib
Fill a PDF block with variable data according to its properties.
fill_stroke() - Method in class com.pdflib.pdflib
Fill and stroke the path with the current fill and stroke color.
fill_textblock(int, String, String, String) - Method in class com.pdflib.pdflib
Fill a text block with variable data according to its properties.
findfont(String, String, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_load_font().
fit_image(int, double, double, String) - Method in class com.pdflib.pdflib
Place an image or template on the page, subject to various options.
fit_pdi_page(int, double, double, String) - Method in class com.pdflib.pdflib
Place an imported PDF page on the page subject to various options.
fit_table(int, double, double, double, double, String) - Method in class com.pdflib.pdflib
Fully or partially place a table on the page.
fit_textflow(int, double, double, double, double, String) - Method in class com.pdflib.pdflib
Format the next portion of a Textflow into a rectangular area.
fit_textline(String, double, double, String) - Method in class com.pdflib.pdflib
Place a single line of text at position (x, y) subject to various options.

G

get_apiname() - Method in class com.pdflib.pdflib
Get the name of the API function which threw the last exception or failed.
get_apiname() - Method in exception com.pdflib.PDFlibException
Get the name of the API function which caused the exception.
get_buffer() - Method in class com.pdflib.pdflib
Get the contents of the PDF output buffer.
get_errmsg() - Method in class com.pdflib.pdflib
Get the text of the last thrown exception or the reason of a failed function call.
get_errmsg() - Method in exception com.pdflib.PDFlibException
Map standard getMessage method to get_errmsg.
get_errnum() - Method in class com.pdflib.pdflib
Get the number of the last thrown exception or the reason of a failed function call.
get_errnum() - Method in exception com.pdflib.PDFlibException
Get the error number of the exception.
get_parameter(String, double) - Method in class com.pdflib.pdflib
Get the contents of some PDFlib parameter with string type.
get_pdi_parameter(String, int, int, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_pcos_get_string().
get_pdi_value(String, int, int, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_pcos_get_number().
get_value(String, double) - Method in class com.pdflib.pdflib
Get the value of some PDFlib parameter with numerical type.

I

info_font(int, String, String) - Method in class com.pdflib.pdflib
Query detailed information about a loaded font.
info_matchbox(String, int, String) - Method in class com.pdflib.pdflib
Query information about a matchbox on the current page.
info_table(int, String) - Method in class com.pdflib.pdflib
Retrieve table information related to the most recently placed table instance.
info_textflow(int, String) - Method in class com.pdflib.pdflib
Query the current state of a Textflow.
info_textline(String, String, String) - Method in class com.pdflib.pdflib
Perform textline formatting and query the resulting metrics.
initgraphics() - Method in class com.pdflib.pdflib
Reset all color and graphics state parameters to their defaults.

L

lineto(double, double) - Method in class com.pdflib.pdflib
Draw a line from the current point to another point.
load_3ddata(String, String) - Method in class com.pdflib.pdflib
Load a 3D model from a disk-based or virtual file (requires PDF 1.6).
load_font(String, String, String) - Method in class com.pdflib.pdflib
Search for a font and prepare it for later use.
load_iccprofile(String, String) - Method in class com.pdflib.pdflib
Search for an ICC profile, and prepare it for later use.
load_image(String, String, String) - Method in class com.pdflib.pdflib
Open a disk-based or virtual image file subject to various options.

M

makespotcolor(String) - Method in class com.pdflib.pdflib
Find a built-in spot color name, or make a named spot color from the current fill color.
moveto(double, double) - Method in class com.pdflib.pdflib
Set the current point.

O

open_CCITT(String, int, int, int, int, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_load_image().
open_file(String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_begin_document().
open_image(String, String, byte[], long, int, int, int, int, String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_load_image() with virtual files.
open_image_file(String, String, String, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_load_image().
open_pdi(String, String, int) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_open_pdi_document().
open_pdi_document(String, String) - Method in class com.pdflib.pdflib
Open a disk-based or virtual PDF document and prepare it for later use.
open_pdi_page(int, int, String) - Method in class com.pdflib.pdflib
Prepare a page for later use with PDF_fit_pdi_page().

P

pcos_get_number(int, String) - Method in class com.pdflib.pdflib
Get the value of a pCOS path with type number or boolean.
pcos_get_stream(int, String, String) - Method in class com.pdflib.pdflib
Get the contents of a pCOS path with type stream, fstream, or string.
pcos_get_string(int, String) - Method in class com.pdflib.pdflib
Get the value of a pCOS path with type name, string or boolean.
pdflib - Class in com.pdflib
PDFlib -- a library for generating PDF on the fly.
pdflib() - Constructor for class com.pdflib.pdflib
Create a new PDFlib object.
PDFlibException - Exception in com.pdflib
PDFlib - A library for generating PDF on the fly Exception handling for PDFlib.
PDFlibException() - Constructor for exception com.pdflib.PDFlibException
 
PDFlibException(String) - Constructor for exception com.pdflib.PDFlibException
 
PDFlibException(String, int, String) - Constructor for exception com.pdflib.PDFlibException
 
place_image(int, double, double, double) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_fit_image().
place_pdi_page(int, double, double, double, double) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_fit_pdi_page().
process_pdi(int, int, String) - Method in class com.pdflib.pdflib
Process certain elements of an imported PDF document.

R

rect(double, double, double, double) - Method in class com.pdflib.pdflib
Draw a rectangle.
restore() - Method in class com.pdflib.pdflib
Restore the most recently saved graphics state from the stack.
resume_page(String) - Method in class com.pdflib.pdflib
Resume a page to add more content to it.
rotate(double) - Method in class com.pdflib.pdflib
Rotate the coordinate system.

S

save() - Method in class com.pdflib.pdflib
Save the current graphics state to a stack.
scale(double, double) - Method in class com.pdflib.pdflib
Scale the coordinate system.
set_border_color(double, double, double) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_annotation().
set_border_dash(double, double) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_annotation().
set_border_style(String, double) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_create_annotation(). "dashed".
set_gstate(int) - Method in class com.pdflib.pdflib
Activate a graphics state object.
set_info(String, String) - Method in class com.pdflib.pdflib
Fill document information field key with value.
set_layer_dependency(String, String) - Method in class com.pdflib.pdflib
Define hierarchical, group and lock condition among layers (requires PDF 1.5).
set_parameter(String, String) - Method in class com.pdflib.pdflib
Set some PDFlib parameter with string type.
set_text_pos(double, double) - Method in class com.pdflib.pdflib
Set the position for text output on the page.
set_value(String, double) - Method in class com.pdflib.pdflib
Set the value of some PDFlib parameter with numerical type.
setcolor(String, String, double, double, double, double) - Method in class com.pdflib.pdflib
Set the current color space and color.
setdash(double, double) - Method in class com.pdflib.pdflib
Set the current dash pattern.
setdashpattern(String) - Method in class com.pdflib.pdflib
Set a dash pattern defined by an option list.
setflat(double) - Method in class com.pdflib.pdflib
Set the flatness parameter.
setfont(int, double) - Method in class com.pdflib.pdflib
Set the current font in the specified size.
setlinecap(int) - Method in class com.pdflib.pdflib
Set the linecap parameter.
setlinejoin(int) - Method in class com.pdflib.pdflib
Set the linejoin parameter.
setlinewidth(double) - Method in class com.pdflib.pdflib
Set the current linewidth.
setmatrix(double, double, double, double, double, double) - Method in class com.pdflib.pdflib
Explicitly set the current transformation matrix.
setmiterlimit(double) - Method in class com.pdflib.pdflib
Set the miter limit.
setpolydash(float[]) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_setdashpattern().
shading(String, double, double, double, double, double, double, double, double, String) - Method in class com.pdflib.pdflib
Define a blend from the current fill color to another color (requires PDF 1.4).
shading_pattern(int, String) - Method in class com.pdflib.pdflib
Define a shading pattern using a shading object (requires PDF 1.4).
shfill(int) - Method in class com.pdflib.pdflib
Fill an area with a shading, based on a shading object (requires PDF 1.4).
show(String) - Method in class com.pdflib.pdflib
Print text in the current font and size at the current position.
show_boxed(String, double, double, double, double, String, String) - Method in class com.pdflib.pdflib
Deprecated.
Use PDF_fit_textline() or PDF_fit_textflow().
show_xy(String, double, double) - Method in class com.pdflib.pdflib
Print text in the current font.
skew(double, double) - Method in class com.pdflib.pdflib
Skew the coordinate system.
stringwidth(String, int, double) - Method in class com.pdflib.pdflib
Calculate the width of text in an arbitrary font.
stroke() - Method in class com.pdflib.pdflib
Stroke the path with the current color and line width, and clear it.
suspend_page(String) - Method in class com.pdflib.pdflib
Suspend the current page so that it can later be resumed.

T

translate(double, double) - Method in class com.pdflib.pdflib
Translate the origin of the coordinate system.
A B C D E F G I L M O P R S T 
All Classes All Packages