- encode(byte[]) - Static method in class com.foxit.gsdk.utils.codec.Base64
-
Encode the input byte array and produce a BASE-64 encoded byte array.
- encryptData(Object, Object, int, int, byte[]) - Method in class com.foxit.gsdk.pdf.security.SecurityHandler
-
Callback function to encrypt data.
- EncryptionParams - Class in com.foxit.gsdk.pdf.security
-
Class EncryptionParams
is the base class for encryption parameters.
- EncryptionParams() - Constructor for class com.foxit.gsdk.pdf.security.EncryptionParams
-
- ENCRYPTTYPE_CERTIFICATE - Static variable in class com.foxit.gsdk.pdf.PDFDocument
-
Encrypt type: digital certificate.
- ENCRYPTTYPE_CUSTOM - Static variable in class com.foxit.gsdk.pdf.PDFDocument
-
Encrypt type: customized encryption function.
- ENCRYPTTYPE_FOXITDRM - Static variable in class com.foxit.gsdk.pdf.PDFDocument
-
Encrypt type: Foxit Corporation's DRM.
- ENCRYPTTYPE_NOENCRYPT - Static variable in class com.foxit.gsdk.pdf.PDFDocument
-
No encrypt patterns.
- ENCRYPTTYPE_PASSWORD - Static variable in class com.foxit.gsdk.pdf.PDFDocument
-
Encrypt type: password.
- ENCRYPTTYPE_RMS - Static variable in class com.foxit.gsdk.pdf.PDFDocument
-
Encrypt type: Microsoft RMS.
- end - Variable in class com.foxit.gsdk.pdf.form.PDFFormField.KeyStrokeEvent
-
Indicate the position of a field's value where the strChange end.
- endFormFiller() - Method in class com.foxit.gsdk.pdf.form.PDFForm
-
End the form filling.
- enumFaces(FileHandler) - Static method in class com.foxit.gsdk.pdf.FontManager
-
Enumerate faces from a font file.
- enumLayers() - Method in class com.foxit.gsdk.pdf.PDFDocument
-
Enum all PDF Layers.
- ERRCODE_BUFFEROVERFLOW - Static variable in exception com.foxit.gsdk.PDFException
-
Buffer is overflow, need more spaces.
- ERRCODE_CONFLICT - Static variable in exception com.foxit.gsdk.PDFException
-
Data or values conflict.
- ERRCODE_DATANOTREADY - Static variable in exception com.foxit.gsdk.PDFException
-
Data not ready.
- ERRCODE_ERROR - Static variable in exception com.foxit.gsdk.PDFException
-
Error of any kinds, without specific reason.
- ERRCODE_FILE - Static variable in exception com.foxit.gsdk.PDFException
-
File access error, cannot read or write file data.
- ERRCODE_FORMAT - Static variable in exception com.foxit.gsdk.PDFException
-
Data format error.
- ERRCODE_HANDLER - Static variable in exception com.foxit.gsdk.PDFException
-
Callback functions error in handler.
- ERRCODE_INVALIDCERTIFICATE - Static variable in exception com.foxit.gsdk.PDFException
-
Incorrect certificate or its data error.
- ERRCODE_INVALIDHANDLE - Static variable in exception com.foxit.gsdk.PDFException
-
The current object handle is an error.
- ERRCODE_INVALIDLICENSE - Static variable in exception com.foxit.gsdk.PDFException
-
License authorization error.
- ERRCODE_INVALIDMANAGER - Static variable in exception com.foxit.gsdk.PDFException
-
Invalid Foxit PDF SDK manager.
- ERRCODE_INVALIDMODULE - Static variable in exception com.foxit.gsdk.PDFException
-
Invalid module or module uninitialized.
- ERRCODE_INVALIDTYPE - Static variable in exception com.foxit.gsdk.PDFException
-
Invalid object type.
- ERRCODE_MEMORYREBUILT - Static variable in exception com.foxit.gsdk.PDFException
-
Memory is rebuilt.
- ERRCODE_NOTFOUND - Static variable in exception com.foxit.gsdk.PDFException
-
Data cannot be found.
- ERRCODE_NOTPARSED - Static variable in exception com.foxit.gsdk.PDFException
-
Contents are not parsed.
- ERRCODE_OUTOFMEMORY - Static variable in exception com.foxit.gsdk.PDFException
-
Out of memory.
- ERRCODE_PARAM - Static variable in exception com.foxit.gsdk.PDFException
-
Parameter error.
- ERRCODE_PASSWORD - Static variable in exception com.foxit.gsdk.PDFException
-
Incorrect password.
- ERRCODE_SUCCESS - Static variable in exception com.foxit.gsdk.PDFException
-
Successful.
- ERRCODE_UNKNOWNHANDLER - Static variable in exception com.foxit.gsdk.PDFException
-
Unknown handler or cannot find availably one.
- ERRCODE_UNKNOWNSECURITYHANDLER - Static variable in exception com.foxit.gsdk.PDFException
-
Unknown security handler or cannot find availably one.
- ERRCODE_UNKNOWNSTATE - Static variable in exception com.foxit.gsdk.PDFException
-
State error or unknown.
- ERRCODE_UNRECOVERABLE - Static variable in exception com.foxit.gsdk.PDFException
-
The function can't be recovered.
- ERRCODE_UNSUPPORTED - Static variable in exception com.foxit.gsdk.PDFException
-
Some features are not implemented, cannot be used, usually for user-side
callback functions.
- executeNamedAction(Object, PDFDocument, String) - Method in class com.foxit.gsdk.pdf.form.FormActionHandler
-
Optional callback function to execute a named action.
- exportAnnotsToFDF(String, FileHandler) - Method in class com.foxit.gsdk.pdf.PDFDocument
-
Export all the annotations of the document into a FDF file.
- exportToFDF(FileHandler) - Method in class com.foxit.gsdk.pdf.form.PDFForm
-
Export data in a form to a FDF document.
- exportToFile(FileHandler) - Method in class com.foxit.gsdk.pdf.PDFTextPage
-
Export text content in a page to a specific file.
- exportToXML(FileHandler) - Method in class com.foxit.gsdk.pdf.form.PDFForm
-
Export the form data to a XML file.
- extractLinks() - Method in class com.foxit.gsdk.pdf.PDFTextPage
-
Process a PDF page text object to get URL formatted texts (as
hyperlinks).