com.groupdocs.editor
The com.groupdocs.editor namespace is a root namespace, which provides classes for editing multiple document formats in your Java applications.
Classes
| Class | Description |
|---|---|
| EditableDocument | Intermediate document, that contains content before and after editing |
| Editor | Main class, which encapsulates conversion methods. |
| EncryptedException | The exception that is thrown when user tries to open a document that was encrypted using the X509Certificates. |
| FormFieldManager | |
| IncorrectPasswordException | The exception that is thrown when specified password is incorrect. |
| InvalidFormatException | The exception that is thrown when user tries to open some document with format-specific options that are incompatible with original document format. |
| PasswordRequiredException | The exception that is thrown when user tries to open a password-protected encrypted document of some format and doesn’t provide a password for opening this document. |