Package
Class
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
O
P
S
T
U
W
X
Y
A
alpha
- Variable in class com.pdflib.
TET
Direction of inline text progression or direction of the pixel rows.
attributes
- Variable in class com.pdflib.
TET
Glyph attributes expressed as bits.
B
beta
- Variable in class com.pdflib.
TET
Text slanting angle or direction of pixel columns relative to the perpendicular of alpha.
C
close_document(int)
- Method in class com.pdflib.
TET
Release a document handle and all internal resources related to that document
close_page(int)
- Method in class com.pdflib.
TET
Release a page handle and all related resources.
colorid
- Variable in class com.pdflib.
TET
unique text color id
colorspaceid
- Variable in class com.pdflib.
TET
colorspace id or -1
com.pdflib
- package com.pdflib
components
- Variable in class com.pdflib.
TET
color components
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.
TET
Convert a string in an arbitrary encoding to a Unicode string in various formats.
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.
TET
Create a named virtual read-only file from data provided in memory.
D
delete()
- Method in interface com.pdflib.
IpCOS
Delete underlying object.
delete()
- Method in class com.pdflib.
TET
Delete a TET context and release all its internal resources.
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.
TET
Delete a named virtual file and free its data structures.
F
fontid
- Variable in class com.pdflib.
TET
Index of the font in the fonts[] pseudo object.
fontsize
- Variable in class com.pdflib.
TET
Size of the font (always positive).
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.
TET
Get the name of the API function which caused an exception or failed.
get_apiname()
- Method in exception com.pdflib.
TETException
Get the name of the API function which caused the exception.
get_char_info(int)
- Method in class com.pdflib.
TET
Get detailed information for the next character in the most recent text fragment.
get_color_info(int, int, String)
- Method in class com.pdflib.
TET
Get detailed information for a color id which has been retrieved with TET_get_char_info.
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.
TET
Get the text of the last thrown exception or the reason for a failed function call.
get_errmsg()
- Method in exception com.pdflib.
TETException
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.
TET
Get the number of the last thrown exception or the reason for a failed function call.
get_errnum()
- Method in exception com.pdflib.
TETException
Get the error number of the exception.
get_image_data(int, int, String)
- Method in class com.pdflib.
TET
Write image data to memory.
get_image_info(int)
- Method in class com.pdflib.
TET
Retrieve information about the next image on the page (but not the actual pixel data).
get_tetml(int, String)
- Method in class com.pdflib.
TET
Retrieve TETML data from memory.
get_text(int)
- Method in class com.pdflib.
TET
Get the next text fragment from a page's content.
get_xml_data(int, String)
- Method in class com.pdflib.
TET
Deprecated.
use TET_get_tetml().
H
height
- Variable in class com.pdflib.
TET
Height of glyph or image.
I
imageid
- Variable in class com.pdflib.
TET
Index of the image in the pCOS pseudo object images[].
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.
TET
Query properties of a virtual file or the PDFlib Virtual Filesystem (PVF).
IpCOS
- Interface in
com.pdflib
Interface for pCOS functions.
O
open_document(String, String)
- Method in class com.pdflib.
TET
Open a disk-based or virtual PDF document for content extraction.
open_page(int, int, String)
- Method in class com.pdflib.
TET
Open a page for text extraction.
P
patternid
- Variable in class com.pdflib.
TET
pattern id or -1
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.
TET
Close TET 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.
TET
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.
TET
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.
TET
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.
TET
Open TET input document via the IpCOS interface.
process_page(int, int, String)
- Method in class com.pdflib.
TET
Process a page and create TETML output.
S
set_option(String)
- Method in interface com.pdflib.
IpCOS
Set one or more global options.
set_option(String)
- Method in class com.pdflib.
TET
Set one or more global options for TET.
T
TET
- Class in
com.pdflib
Text and Image Extraction Toolkit (TET): Toolkit for extracting Text, Images, and Metadata from PDF Documents.
TET()
- Constructor for class com.pdflib.
TET
Create a new TET object.
TETException
- Exception in
com.pdflib
Text and Image Extraction Toolkit (TET): Toolkit for extracting Text, Images, and Metadata from PDF Documents
Exception handling for TET.
TETException()
- Constructor for exception com.pdflib.
TETException
TETException(String)
- Constructor for exception com.pdflib.
TETException
TETException(String, int, String)
- Constructor for exception com.pdflib.
TETException
textrendering
- Variable in class com.pdflib.
TET
Text rendering mode.
type
- Variable in class com.pdflib.
TET
Type of the character.
U
unknown
- Variable in class com.pdflib.
TET
Indicates whether the glyph could be mapped to Unicode.
uv
- Variable in class com.pdflib.
TET
UTF-32 Unicode value of the current character.
W
width
- Variable in class com.pdflib.
TET
Width of glyph or image.
write_image_file(int, int, String)
- Method in class com.pdflib.
TET
Write image data to disk.
X
x
- Variable in class com.pdflib.
TET
x position of the glyph's or image's reference point.
Y
y
- Variable in class com.pdflib.
TET
y position of the glyph's or image's reference point.
A
B
C
D
F
G
H
I
O
P
S
T
U
W
X
Y
Package
Class
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes