A B C D E F G I L M O P R S T
All Classes All Packages
All Classes All Packages
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_nameddest(String, String) - Method in class com.pdflib.pdflib
-
Create a named destination on a page in the document.
- add_path_point(int, double, double, String, String) - Method in class com.pdflib.pdflib
-
Add a point to a new or existing path object.
- add_portfolio_file(int, String, String) - Method in class com.pdflib.pdflib
-
Add a file to a portfolio folder or a package.
- add_portfolio_folder(int, String, String) - Method in class com.pdflib.pdflib
-
Add a folder to a new or existing portfolio.
- 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.
- align(double, double) - Method in class com.pdflib.pdflib
-
Align the coordinate system with a relative vector.
- 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.
B
- begin_document(String, String) - Method in class com.pdflib.pdflib
-
Create a new PDF file subject to various options.
- begin_dpart(String) - Method in class com.pdflib.pdflib
-
Create a new node in the document part hierarchy (requires PDF/VT or PDF 2.0).
- begin_font(String, double, double, double, double, double, double, String) - Method in class com.pdflib.pdflib
-
Start a Type 3 font definition.
- begin_glyph_ext(int, String) - 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.
- begin_mc(String, String) - Method in class com.pdflib.pdflib
-
Begin a marked content sequence with optional properties.
- 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_ext(double, double, String) - Method in class com.pdflib.pdflib
-
Start a pattern definition with options.
- 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.
- circular_arc(double, double, double, double) - Method in class com.pdflib.pdflib
-
Draw a circular arc segment defined by three points.
- clip() - Method in class com.pdflib.pdflib
-
Use the current path as clipping path, and terminate the path.
- close_font(int) - Method in class com.pdflib.pdflib
-
Close an open font handle which has not yet been used in the document.
- close_graphics(int) - Method in class com.pdflib.pdflib
-
Close vector graphics.
- close_image(int) - Method in class com.pdflib.pdflib
-
Close an image or template.
- 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.
- convert_to_unicode(String, byte[], String) - Method in interface com.pdflib.IpCOS
-
Convert a string in an arbitrary encoding to a Unicode string in various formats.
- convert_to_unicode(String, byte[], String) - Method in class com.pdflib.pdflib
-
Convert a string in an arbitrary encoding to a Unicode string in various formats.
- create_3dview(String, String) - Method in class com.pdflib.pdflib
-
Create a 3D view.
- 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 an annotation on the current page.
- create_bookmark(String, String) - Method in class com.pdflib.pdflib
-
Create a bookmark subject to various options.
- create_devicen(String) - Method in class com.pdflib.pdflib
-
Create a DeviceN colorspace with an arbitrary number of color components.
- create_field(double, double, double, double, String, String, String) - Method in class com.pdflib.pdflib
-
Create a new form field or fill an imported form field.
- 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 interface com.pdflib.IpCOS
-
Create a named virtual read-only file from data provided in memory.
- 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.
- delete() - Method in interface com.pdflib.IpCOS
-
Delete underlying object.
- delete() - Method in class com.pdflib.pdflib
-
Delete a PDFlib object and free all internal resources.
- delete_path(int) - Method in class com.pdflib.pdflib
-
Delete a path object.
- delete_pvf(String) - Method in interface com.pdflib.IpCOS
-
Delete a named virtual file and free its data structures (but not the contents).
- 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.
- download(String, String) - Method in class com.pdflib.pdflib
-
Download data from a network resource and store it in a disk-based or virtual file.
- draw_path(int, double, double, String) - Method in class com.pdflib.pdflib
-
Draw a path object.
E
- ellipse(double, double, double, double) - Method in class com.pdflib.pdflib
-
Draw an ellipse.
- elliptical_arc(double, double, double, double, String) - Method in class com.pdflib.pdflib
-
Draw an elliptical arc segment from the current point.
- encoding_set_char(String, int, String, int) - Method in class com.pdflib.pdflib
-
Add a glyph name and/or Unicode value to a custom 8-bit encoding.
- end_document(String) - Method in class com.pdflib.pdflib
-
Close the generated PDF document and apply various options.
- end_dpart(String) - Method in class com.pdflib.pdflib
-
Close a node in the document part hierarchy (requires PDF/VT or PDF 2.0).
- 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.
- end_mc() - Method in class com.pdflib.pdflib
-
End the least recently opened marked content sequence.
- 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_ext(double, double) - 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_graphicsblock(int, String, int, String) - Method in class com.pdflib.pdflib
-
Fill a graphics block with variable data according to its properties.
- 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 a Textline or Textflow Block with variable data according to its properties.
- fill_textblock(int, String, String, String) - Method in class com.pdflib.pdflib
-
Fill a Textline or Textflow Block with variable data according to its properties.
- fit_graphics(int, double, double, String) - Method in class com.pdflib.pdflib
-
Place vector graphics on a content stream, subject to various options.
- 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.
- 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 interface com.pdflib.IpCOS
-
Get the name of the API function which threw the last exception or failed.
- get_apiname() - Method in class com.pdflib.pdflib
-
Get the name of the API method 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 interface com.pdflib.IpCOS
-
Get the text of the last thrown exception or the reason of a failed function call.
- get_errmsg() - Method in class com.pdflib.pdflib
-
Get the text of the last thrown exception or the reason of a failed method call.
- get_errmsg() - Method in exception com.pdflib.PDFlibException
-
Map standard getMessage method to get_errmsg.
- get_errnum() - Method in interface com.pdflib.IpCOS
-
Get the number of the last thrown exception or the reason of a failed function call.
- get_errnum() - Method in class com.pdflib.pdflib
-
Get the number of the last thrown exception or the reason of a failed method call.
- get_errnum() - Method in exception com.pdflib.PDFlibException
-
Get the error number of the exception.
- get_option(String, String) - Method in class com.pdflib.pdflib
-
Retrieve some option or other value.
- get_string(int, String) - Method in class com.pdflib.pdflib
-
Retrieve a string value.
I
- info_font(int, String, String) - Method in class com.pdflib.pdflib
-
Query detailed information about a loaded font.
- info_graphics(int, String, String) - Method in class com.pdflib.pdflib
-
Format vector graphics and query metrics and other properties.
- info_image(int, String, String) - Method in class com.pdflib.pdflib
-
Format an image and query metrics and other image properties.
- info_matchbox(String, int, String) - Method in class com.pdflib.pdflib
-
Query information about a matchbox on the current page.
- info_path(int, String, String) - Method in class com.pdflib.pdflib
-
Query the results of drawing a path object without actually drawing it.
- info_pdi_page(int, String, String) - Method in class com.pdflib.pdflib
-
Perform formatting calculations for a PDI page and query the resulting metrics.
- info_pvf(String, String) - Method in interface com.pdflib.IpCOS
-
Query properties of a virtual file or the PDFlib Virtual Filesystem (PVF).
- info_pvf(String, String) - Method in class com.pdflib.pdflib
-
Query properties of a virtual file or the PDFlib Virtual Filesystem (PVF).
- info_table(int, String) - Method in class com.pdflib.pdflib
-
Query 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 without creating output and query the resulting metrics.
- IpCOS - Interface in com.pdflib
-
Interface for pCOS functions.
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.
- load_asset(String, String, String) - Method in class com.pdflib.pdflib
-
Load a multimedia asset or file attachment from a file or URL.
- load_font(String, String, String) - Method in class com.pdflib.pdflib
-
Search for a font and prepare it for later use.
- load_graphics(String, String, String) - Method in class com.pdflib.pdflib
-
Open a disk-based or virtual vector graphics file subject to various options.
- 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.
- mc_point(String, String) - Method in class com.pdflib.pdflib
-
Add a marked content point with optional properties.
- moveto(double, double) - Method in class com.pdflib.pdflib
-
Set the current point for graphics output.
O
- 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_close_document(int, String) - Method in interface com.pdflib.IpCOS
-
Close the input PDF document.
- pcos_close_document(int, String) - Method in class com.pdflib.pdflib
-
Close PLOP input document via the IpCOS interface.
- pcos_get_number(int, String) - Method in interface com.pdflib.IpCOS
-
Get the value of a pCOS path with type number or boolean.
- 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 interface com.pdflib.IpCOS
-
Get the contents of a pCOS path with type stream, fstream, or string.
- 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 interface com.pdflib.IpCOS
-
Get the value of a pCOS path with type name, number, string, or boolean.
- pcos_get_string(int, String) - Method in class com.pdflib.pdflib
-
Get the value of a pCOS path with type name, number, string, or boolean.
- pcos_open_document(String, String) - Method in interface com.pdflib.IpCOS
-
Open a disk-based or virtual PDF document and prepare it for later use.
- pcos_open_document(String, String) - Method in class com.pdflib.pdflib
-
Open a disk-based or virtual PDF document via the IpCOS interface.
- 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
-
Exception handling for PDFlib.
- PDFlibException() - Constructor for exception com.pdflib.PDFlibException
-
PDFlibException()
- PDFlibException(String) - Constructor for exception com.pdflib.PDFlibException
-
PDFlibException(String msg)
- PDFlibException(String, int, String) - Constructor for exception com.pdflib.PDFlibException
-
PDFlibException(String msg, int errnum, String apiname)
- poca_delete(int, String) - Method in class com.pdflib.pdflib
-
Delete a PDF container object.
- poca_insert(int, String) - Method in class com.pdflib.pdflib
-
Insert a simple or container object in a PDF container object.
- poca_new(String) - Method in class com.pdflib.pdflib
-
Create a new PDF container object of type dictionary or array and insert objects.
- poca_remove(int, String) - Method in class com.pdflib.pdflib
-
Remove a simple or container object from a PDF container object.
- 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_graphics_option(String) - Method in class com.pdflib.pdflib
-
Set one or more graphics appearance options.
- 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 layer relationships.
- set_option(String) - Method in interface com.pdflib.IpCOS
-
Set one or more global options.
- set_option(String) - Method in class com.pdflib.pdflib
-
Set one or more global options.
- set_text_option(String) - Method in class com.pdflib.pdflib
-
Set one or more text filter or text appearance options for simple text output methods.
- set_text_pos(double, double) - Method in class com.pdflib.pdflib
-
Set the position for simple text output on the page.
- setcolor(String, String, double, double, double, double) - Method in class com.pdflib.pdflib
-
Set the color space and color for the graphics and text state..
- setfont(int, double) - Method in class com.pdflib.pdflib
-
Set the current font in the specified size.
- 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.
- shading(String, double, double, double, double, double, double, double, double, String) - Method in class com.pdflib.pdflib
-
Define a shading (color gradient) between two or more colors.
- shading_pattern(int, String) - Method in class com.pdflib.pdflib
-
Define a shading pattern using a shading object.
- shfill(int) - Method in class com.pdflib.pdflib
-
Fill an area with a shading, based on a shading object.
- show(String) - Method in class com.pdflib.pdflib
-
Print text in the current font and size at the current position.
- show_xy(String, double, double) - Method in class com.pdflib.pdflib
-
Print text in the current font at the specified position.
- 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.
All Classes All Packages