C D G O P S

C

close_document(int) - Method in class com.pdflib.pCOS
Close a PDF document.
com.pdflib - package com.pdflib
 
create_pvf(String, byte[], String) - Method in class com.pdflib.pCOS
Create a named virtual read-only file from data provided in memory.

D

delete() - Method in class com.pdflib.pCOS
Delete a pCOS context and release all its internal resources.
delete_pvf(String) - Method in class com.pdflib.pCOS
Delete a named virtual file and free its data structures (but not the contents).

G

get_apiname() - Method in class com.pdflib.pCOS
Get the name of the API function which caused the last exception.
get_apiname() - Method in exception com.pdflib.pCOSException
Get the name of the API function which caused the exception.
get_errmsg() - Method in class com.pdflib.pCOS
Get a detailed description of the last exception.
get_errmsg() - Method in exception com.pdflib.pCOSException
Map standard getMessage method to get_errmsg.
get_errnum() - Method in class com.pdflib.pCOS
Return the error number of the last error.
get_errnum() - Method in exception com.pdflib.pCOSException
Get the error number of the exception.
get_number(int, String) - Method in class com.pdflib.pCOS
Deprecated. Use pcos_get_number().
get_stream(int, String, String) - Method in class com.pdflib.pCOS
Deprecated. Use pcos_get_stream().
get_string(int, String) - Method in class com.pdflib.pCOS
Deprecated. Use pcos_get_string().

O

open_document(String, String) - Method in class com.pdflib.pCOS
Open a PDF document from file.
open_document_mem(byte[], String) - Method in class com.pdflib.pCOS
Deprecated. Use create_pvf()/delete_pvf().

P

pCOS - Class in com.pdflib
pCOS - PDF Information Retrieval Tool
Note that this is only a syntax summary.
pCOS() - Constructor for class com.pdflib.pCOS
Create a new pCOS context.
pcos_get_number(int, String) - Method in class com.pdflib.pCOS
Get pCOS path value with numerical type.
pcos_get_stream(int, String, String) - Method in class com.pdflib.pCOS
Get pCOS stream object contents.
pcos_get_string(int, String) - Method in class com.pdflib.pCOS
Get pCOS path value with string type.
pCOSException - Exception in com.pdflib
pCOS - PDF Information Retrieval Tool Exception handling for pCOS.
pCOSException() - Constructor for exception com.pdflib.pCOSException
 
pCOSException(String) - Constructor for exception com.pdflib.pCOSException
 
pCOSException(String, int, String) - Constructor for exception com.pdflib.pCOSException
 

S

set_option(String) - Method in class com.pdflib.pCOS
Set some options.

C D G O P S