com.adobe.service.pdfm.client
Class PDFMMsgSet

java.lang.Object
  extended by com.adobe.logging.MsgSet
      extended by com.adobe.service.pdfm.client.PDFMMsgSet

public class PDFMMsgSet
extends com.adobe.logging.MsgSet

This class contains messages logged by the PDF Manipulation library using the PDFM_ prefix.


Field Summary
static com.adobe.logging.Msg0 PDFM_N01001_NO_ANNOTS_FOUND_FDF
          No document-level attachments were found in the PDF document.
static com.adobe.logging.Msg0 PDFM_N03001_ATTACH_NO_DOC_ATTACHMENTS
          No document-level attachments were found in the PDF document.
static com.adobe.logging.Msg1 PDFM_N03002_ATTACH_NO_ICON_FOUND
          The icon requested for use when importing a page-level attachment was not found.
static com.adobe.logging.Msg0 PDFM_N04002_NO_BOOKMARKS
          The document has no bookmarks.
static com.adobe.logging.Msg0 PDFM_N22001_NO_PKGFILES_FOUND
          No package files were found in the PDF document.
static com.adobe.logging.Msg1 PDFM_N22002_UNABLE_TO_PROCESS_NON_PDF_PACKAGE_FILE
          The Package file being processed was not a PDF document.
static com.adobe.logging.Msg1 PDFM_S00001_NO_PDF_VERSION
          The Version of a PDF document could not be determined.
static com.adobe.logging.Msg1 PDFM_S00002_UNKNOWN_DOCUMENT_TYPE
          The document type could not be determined for a source document.
static com.adobe.logging.Msg1 PDFM_S00003_DOCUMENT_FAILED_TO_OPEN
          The document could not be opened.
static com.adobe.logging.Msg1 PDFM_S00004_DOCUMENT_FAILED_TO_UNLOCK
          The document could not be opened.
static com.adobe.logging.Msg2 PDFM_S00005_INVALID_SAVE_FORMAT
          An invalid save format was specified for the document.
static com.adobe.logging.Msg1 PDFM_S00006_INVALID_XDP_SAVE
          A save format of XDP was specified for the document but it is not an XFA document.
static com.adobe.logging.Msg2 PDFM_S00007_INVALID_SAVE_MODE
          An invalid save mode was specified for the document.
static com.adobe.logging.Msg1 PDFM_S00008_SAVE_FAILED
          An error occured while saving the specified document.
static com.adobe.logging.Msg1 PDFM_S00009_XDP_SAVE_FAILED
          An error occured while saving the specified document as XDP.
static com.adobe.logging.Msg1 PDFM_S00010_CLOSE_FAILED
          An error occured while saving the specified document.
static com.adobe.logging.Msg1 PDFM_S00011_INCORRECT_PASSWORD
          The password supplied for the specified document was incorrect.
static com.adobe.logging.Msg1 PDFM_S00012_UNKNOWN_FORM_TYPE
          An error occured while attempting to determine the presence and type of the forms in the named document.
static com.adobe.logging.Msg1 PDFM_S00013_SECURITY_CONFIGURATION_ERROR
          The password supplied for the specified document was incorrect.
static com.adobe.logging.Msg1 PDFM_S00014_PERMISSION_DENIED
          The operation is not permitted.
static com.adobe.logging.Msg2 PDFM_S00015_OPERATION_FAILED
          An operation failed on the specified document.
static com.adobe.logging.Msg0 PDFM_S00016_TEMPFILE_CREATION_ERROR
          An I/O exception occurred when creating a temporary file.
static com.adobe.logging.Msg1 PDFM_S00017_INTERNAL_ERROR
          The indicated operation experienced an internal error.
static com.adobe.logging.Msg1 PDFM_S00019_INVALID_CHARSET
          The character set provided for the requested operation is an invalid character set.
static com.adobe.logging.Msg1 PDFM_S00020_UNSUPPORTED_CHARSET
          The encoding provided for the requested operation is an unsupported character set.
static com.adobe.logging.Msg1 PDFM_S00021_ENCODING_FAILURE
          An attempt was made to encode a string according to the specified encoding, but an error occurred.
static com.adobe.logging.Msg1 PDFM_S00022_INVALID_DATE
          The date provided as input is not in the ISO8601 xs:dateTime format.
static com.adobe.logging.Msg0 PDFM_S01001_INVALID_XFDF_XML
          The XFDF provided for the Annotations operation is invalid.
static com.adobe.logging.Msg0 PDFM_S01002_EXPORT_ANNOTS_XFDF_FAILED
          Exporting annotations to the XFDF format failed.
static com.adobe.logging.Msg0 PDFM_S01003_EXPORT_ANNOTS_FDF_FAILED
          Exporting annotations to the FDF format failed.
static com.adobe.logging.Msg0 PDFM_S01004_FILTER_ANNOTS_FAILED
          A failure or error was encountered when attempting to filter a set of annotations based on requested criteria.
static com.adobe.logging.Msg0 PDFM_S01005_EXPORT_SELECTED_ANNOTS_XFDF_FAILED
          Exporting a filtered set of annotations to the XFDF format failed.
static com.adobe.logging.Msg0 PDFM_S01006_IMPORT_ANNOTS_XFDF_FAILED
          Importing annotations from an XFDF file failed.
static com.adobe.logging.Msg0 PDFM_S01007_IMPORT_ANNOTS_FDF_FAILED
          Importing annotations from an FDF file failed.
static com.adobe.logging.Msg0 PDFM_S01008_DELETE_ANNOTS_FAILED
          An attempt to delete annotations from the PDF document failed.
static com.adobe.logging.Msg0 PDFM_S01009_DELETE_SELECTED_ANNOTS_FAILED
          An attempt to delete a filtered set of annotations from the PDF document failed.
static com.adobe.logging.Msg0 PDFM_S01010_ANNOTS_LIST_GENERATION_FAILED
          A filtered set of annotations was requested, but the process of creating that list failed.
static com.adobe.logging.Msg0 PDFM_S01011_EXPORT_SELECTED_ANNOTS_FDF_FAILED
          Exporting a filtered set of annotations to the FDF format failed.
static com.adobe.logging.Msg0 PDFM_S01012_ANNOTS_PERMISSIONS_FAILURE
          The requested annotations operation failed due to permission restrictions on the PDF document.
static com.adobe.logging.Msg1 PDFM_S01013_ANNOTS_DYNAMICXFA_FAILURE
          Importing annotations to a PDF document that contains dynamic XFA forms is not allowed.
static com.adobe.logging.Msg0 PDFM_S01014_ANNOTS_TYPE_SEARCH_FAILURE
          An attempt was made to find a certain type of annotation in a list of annotations, but an error was encountered.
static com.adobe.logging.Msg0 PDFM_S02001_PAGE_RANGE_ITERATOR_NULL
          PageSet returns a null iterator.
static com.adobe.logging.Msg0 PDFM_S02003_EMPTY_DOCUMENT
          The page range specified for extractPages is empty.
static com.adobe.logging.Msg0 PDFM_S02004_EXTRACT_FAIL
          An exception occurred during page extraction.
static com.adobe.logging.Msg0 PDFM_S02005_XFA_CANNOT_ADD_BLANKS
          Cannot add blank pages to an XFA form.
static com.adobe.logging.Msg0 PDFM_S02006_XFA_CANNOT_DELETE_BLANKS
          Cannot delete blank pages from an XFA form.
static com.adobe.logging.Msg1 PDFM_S02007_ADD_BLANK_ILLEGAL_PAGENUM
          The specified page number is illegal.
static com.adobe.logging.Msg1 PDFM_S02008_DELETE_BLANK_ILLEGAL_PAGENUM
          The specified page number is illegal.
static com.adobe.logging.Msg0 PDFM_S02009_CANNOT_DISASSEMBLE_WITH_USER_PASSWORD
          The file was unlocked with the user password.
static com.adobe.logging.Msg2 PDFM_S02010_READ_ONLY
          The indicated operation failed on a document that is marked read-only.
static com.adobe.logging.Msg1 PDFM_S02011_STRIP_XFA
          A document cannot be used in assembly because it is an XFA-based form.
static com.adobe.logging.Msg2 PDFM_S02012_ACROFORM_WITH_XFA
          A document cannot be used in assembly because it has a form created in Acrobat and the base document has a form created in LiveCycle Designer.
static com.adobe.logging.Msg2 PDFM_S02013_OPERATION_FAILED
          An operation failed on the specified document.
static com.adobe.logging.Msg1 PDFM_S02014_FLATTEN_DYNAMIC_XFA_FORM
          The dynamic XFA form needs to be flattened by LiveCycle Output before sending to LiveCycle PDF Assembler.
static com.adobe.logging.Msg0 PDFM_S03002_ATTACH_DELETE_FAILED
          A request to delete attachments from a PDF document failed.
static com.adobe.logging.Msg1 PDFM_S03003_ATTACH_DYNAMICXFA_FAILURE
          Importing page-level file attachments into a PDF document containing dynamic XFA forms is not allowed.
static com.adobe.logging.Msg0 PDFM_S03004_ATTACH_IMPORT_FILEDATA_ACCESS_FAILURE
          An attempt was made to obtain the file data associated with the file attachment, but an error occurred.
static com.adobe.logging.Msg1 PDFM_S03005_ATTACH_IMPORT_FILENAME_ENCODING_FAILURE
          An attempt was made to encode the file attachment file name according to the specified encoding, but an error occurred.
static com.adobe.logging.Msg0 PDFM_S03006_ATTACH_IMPORT_FAILURE
          Import of file attachments into a PDF document failed.
static com.adobe.logging.Msg0 PDFM_S03008_ATTACH_IMPORT_PAGEATTACH_CREATION_FAILURE
          While importing a page-level file attachment into a PDF document, an error occurred during the construction of the page-level attachment.
static com.adobe.logging.Msg0 PDFM_S03013_ATTACH_GETINFO_FAILURE
          Extracting the file attachment's information from a PDF document failed.
static com.adobe.logging.Msg0 PDFM_S03017_ATTACH_INFOXMLCREATION_FAILURE
          An attempt to create the attachments information XML failed.
static com.adobe.logging.Msg1 PDFM_S03020_ATTACH_PERMISSIONS_FAILURE
          A file attachment operation was attempted, but failed due to permissions set in the PDF document.
static com.adobe.logging.Msg0 PDFM_S03021_ATTACH_VERSIONING_FAILURE
          An attempt was made to set the PDF version during a FileAttachments operation, and an error was encountered.
static com.adobe.logging.Msg1 PDFM_S04002_BOOKMARKS_DYNAMICXFA_FAILURE
          Importing bookmarks into a PDF document containing dynamic XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S04003_BOOKMARKS_DYNAMICXFA_FAILURE
          Exporting bookmarks from a PDF document containing dynamic XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S04004_BOOKMARKS_DYNAMICXFA_FAILURE
          Deleting bookmarks from a PDF document containing dynamic XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S06001_HFWB_DYNAMICXFA_FAILURE
          Content operations such as Header, Footer, Watermark, and Background cannot be applied to a PDF document that contains dynamic XFA forms.
static com.adobe.logging.Msg1 PDFM_S06002_REMOVE_HEADERFOOTER_ERROR
          Headers and footers could not be removed from the indicated document.
static com.adobe.logging.Msg0 PDFM_S06003_CONTENT_MAP_BAD_VALUE
          An attempt was made to put a value of inappropriate type into an HFWBContentMap.
static com.adobe.logging.Msg0 PDFM_S06004_CONTENT_MAP_BAD_KEY
          An attempt was made to put a key of inappropriate type into an HFWBContentMap.
static com.adobe.logging.Msg0 PDFM_S06005_CONTENT_MAP_NO_DEFAULT_PUT
          An attempt was made to put a key of inappropriate type into an HFWBContentMap.
static com.adobe.logging.Msg1 PDFM_S06006_REMOVE_WATERMARKBACKGROUND_ERROR
          Watermarks and backgrounds could not be removed from the indicated document.
static com.adobe.logging.Msg1 PDFM_S06007_CREATE_HEADERFOOTER_ERROR
          Headers and footers could not be removed from the indicated document.
static com.adobe.logging.Msg1 PDFM_S06008_CREATE_WATERMARKBACKGROUND_ERROR
          Watermarks and backgrounds could not be created for the indicated document.
static com.adobe.logging.Msg1 PDFM_S06009_CREATE_HFWB_ERROR
          A header, footer, watermark, or background could not be created for the indicated document.
static com.adobe.logging.Msg0 PDFM_S06010_INVALID_PAGELABEL_SYTLE
          An invalid PageLabel style was specified in a Header, Footer, Watermark, or Background.
static com.adobe.logging.Msg0 PDFM_S06011_INVALID_SYNTAX_FOR_BUILTINKEY
          An invalid syntax for BuiltinKey was specified in a Header, Footer, Watermark, or Background.
static com.adobe.logging.Msg0 PDFM_S06012_ROMAN_NUMERAL_GREATER_THAN_4999
          A roman numeral greater than 4999 (mmmmcmxcix) was requested in a Header, Footer, Watermark, or Background.
static com.adobe.logging.Msg1 PDFM_S06013_HFWB_DYNAMICXFA_FAILURE_ON_GRAPHIC
          Graphic content being added to Header, Footer, Watermark, Background cannot contain dynamic XFA forms.
static com.adobe.logging.Msg0 PDFM_S06014_GRAPHIC_CACHE_MISUSE
          Using the wrong method to add an HFWBContentMap to HFWBGraphicCache.
static com.adobe.logging.Msg0 PDFM_S06015_GRAPHIC_CREATION_ERROR
          An error was encountered while creating HFWBGraphicCacheEntry.
static com.adobe.logging.Msg0 PDFM_S07001_ILLEGAL_PAGE_NUMBER
          The specified page number is illegal given the number of pages in the document.
static com.adobe.logging.Msg0 PDFM_S07002_ILLEGAL_PAGE_MODE
          The specified page mode is not one of the allowed names.
static com.adobe.logging.Msg0 PDFM_S07003_ILLEGAL_PAGE_LAYOUT
          The specified page layout is not one of the allowed names.
static com.adobe.logging.Msg0 PDFM_S07004_UNKNOWN_OPEN_ACTION
          The open action in the document is not recognized.
static com.adobe.logging.Msg0 PDFM_S08001_CANNOT_DETERMINE_UNLOCK_METHOD
          There was an internal state exception while accessing an encrypted document.
static com.adobe.logging.Msg0 PDFM_S08002_PASSWORD_ENCRYPTION_NOT_FIPS_COMPLIANT
          Password encryption is not permitted in FIPS mode.
static com.adobe.logging.Msg0 PDFM_S09001_FORMS_FLATTEN_FAILED
          An attempt to flatten the forms found in a PDF document failed.
static com.adobe.logging.Msg1 PDFM_S09002_STRIPXFA_FLATTEN_FAILED
          An attempt to remove the XFA form fields from a PDF document failed.
static com.adobe.logging.Msg2 PDFM_S10004_METADATA_OPERATION_FAILED
          The requested metadata operation failed due to an internal error, see stack trace for more details.
static com.adobe.logging.Msg1 PDFM_S12001_NO_PAGELABELS_ON_DYNAMIC_XFA
          Modifying the page labels in an XFA document is not permitted.
static com.adobe.logging.Msg2 PDFM_S12002_PAGE_LABELING_OP_FAILED
          The specified page label operation failed due to an internal error.
static com.adobe.logging.Msg2 PDFM_S12003_PAGE_LABELING_PERMISSION_FAILURE
          A page label operation failed due to permissions set in the PDF document.
static com.adobe.logging.Msg0 PDFM_S13001_OVERLAY_PERMISSIONS_FAILURE
          A PageOverlay or PageUnderlay operation failed due to permissions set in the PDF document.
static com.adobe.logging.Msg0 PDFM_S13002_OVERLAY_FILTER_FAILURE
          A PageOverlay or PageUnderlay operation was attempted, but no information was provided, such as source or target, pages, or type.
static com.adobe.logging.Msg1 PDFM_S13003_OVERLAY_XFA_FAILURE
          Overlaying a page from a source PDF document that contains XFA forms is not allowed.
static com.adobe.logging.Msg0 PDFM_S13005_OVERLAY_OPERATION_FAILURE
          A PageOverlay or PageUnderlay operation was attempted, but encountered a failure.
static com.adobe.logging.Msg0 PDFM_S13006_OVERLAY_VERSIONING_FAILURE
          A PageOverlay or PageUnderlay operation was attempted, but an error occurred while the PDF version was being set.
static com.adobe.logging.Msg1 PDFM_S13007_PAGE_SIZE_XFA_FAILURE
          Changing the page size of a PDF document that contains XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S13008_PAGE_ORIENTATION_XFA_FAILURE
          Changing the page orientation of a PDF document that contains XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S13009_PAGE_TRANSFORM_XFA_FAILURE
          Transforming the page content of a PDF document that contains XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S13010_ARTBOX_DYNAMICXFA_FAILURE
          Changing the page art box of a PDF document that contains dynamic XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S13011_BLEEDBOX_DYNAMICXFA_FAILURE
          Changing the page bleed box of a PDF document that contains dynamic XFA forms is not allowed.
static com.adobe.logging.Msg1 PDFM_S13012_TRIMBOX_DYNAMICXFA_FAILURE
          Changing the page trim box of a PDF document that contains dynamic XFA forms is not allowed.
static com.adobe.logging.Msg0 PDFM_S13013_PAGE_SERVICE_OPERATION_FAILURE
          A Page Service operation failed.
static com.adobe.logging.Msg1 PDFM_S13014_OVERLAY_DEST_DYNXFA_FAILURE
          Overlaying content onto a target PDF document which contains dynamic XFA forms is not allowed.
static com.adobe.logging.Msg0 PDFM_S18001_TOC_SERVICE_OPERATION_FAILURE
          The operation of producing a table of contents failed.
static com.adobe.logging.Msg0 PDFM_S18002_TOC_DYNAMIC_XFA_FAILURE
          Generating a table of contents on a dynamic XFA is not currently supported.
static com.adobe.logging.Msg2 PDFM_S19001_BAD_MAP_KEY
          The derived Map class cannot hold keys of this type.
static com.adobe.logging.Msg2 PDFM_S19002_PROPERTY_QUERY_ERROR
          An error occurred while querying a document for a particular property.
static com.adobe.logging.Msg2 PDFM_S19003_PAGE_NUMBER_ERROR
          The page number is not within the document - it is either before the first page or after the last.
static com.adobe.logging.Msg1 PDFM_S20001_PARSER_CONFIG_ERROR
          A DocumentBuilder could not be constructed.
static com.adobe.logging.Msg1 PDFM_S20002_TRANSFORMER_ERROR
          There was a problem creating an XML representation of the word list.
static com.adobe.logging.Msg1 PDFM_S20003_SAX_ERROR
          There was a problem creating an XML representation of the word list.
static com.adobe.logging.Msg1 PDFM_S20004_INVALID_MODE
          An invalid mode was specified for text extraction.
static com.adobe.logging.Msg1 PDFM_S20005_INTERNAL_ERROR
          An internal error occurred while extracting text.
static com.adobe.logging.Msg1 PDFM_S20006_WORDLISTER_PERMISSIONS_FAILURE
          A Wordlister operation was attempted, but failed due to permisions set in the PDF document.
static com.adobe.logging.Msg1 PDFM_S22003_INTERNAL_ERROR
          An internal error occurred while processing collections.
static com.adobe.logging.Msg1 PDFM_S22004_PERMISSIONS_FAILURE
          A Package operation was attempted, but failed due to permisions set in the PDF document.
static com.adobe.logging.Msg0 PDFM_S22007_PKG_GETINFO_FAILURE
          Extracting the package's information from a PDF document failed.
static com.adobe.logging.Msg0 PDFM_S22008_PKG_BUILDXML_FAILURE
          Extracting the package's information from a PDF document failed.
static com.adobe.logging.Msg0 PDFM_S22009_PKG_BUILDFILESXML_FAILURE
          An attempt to create the <PackageFile/> XML failed.
static com.adobe.logging.Msg0 PDFM_S22010_PKGFILES_IMPORTXMLFILESNOTFOUND_FAILURE
          None of the files in the import XML were found in the inputs map.
static com.adobe.logging.Msg0 PDFM_S22015_PKG_XMLPARSE_FAILURE
          While importing package files from XML, the XML failed to parse correctly.
static com.adobe.logging.Msg0 PDFM_S22016_PKGFILES_IMPORT_FAILURE
          Import of package files failed.
static com.adobe.logging.Msg0 PDFM_S22017_PKGFILES_NUMBER_CONVERSION_ERROR
          Parsing the value with a type of Number failed while creating PackageFilesField.
static com.adobe.logging.Msg0 PDFM_S22018_FLAT_PACKAGE_NO_PAGES
          The PDF package consisted of the default cover sheet and no package files.
static com.adobe.logging.Msg0 PDFM_S22019_PACKAGEFILES_NULL_COVERDOC
          No cover sheet was provided for the PDF package being created.
static com.adobe.logging.Msg0 PDFM_S22022_PKG_DELETE_FAILED
          A request to delete package files from a PDF document failed.
static com.adobe.logging.Msg0 PDFM_S24001_EF_IMPORT_FILEDATA_ACCESS_FAILURE
          An attempt was made to obtain the embedded file data associated with a package file, or a file attachment, but an error occurred.
static com.adobe.logging.Msg1 PDFM_S24002_EF_IMPORT_FILENAME_ENCODING_FAILURE
          An attempt was made to encode the embedded file file name according to the specified encoding, but an error occurred.
static com.adobe.logging.Msg0 PDFM_S24003_EF_DOCBUILDER_FAILURE
          A failure was encountered while trying to build the PDF package or FileAttachment information XML.
static com.adobe.logging.Msg0 PDFM_S24004_EF_EXPORT_FILEDATA_FAILURE
          While exporting a package file or an attachment, the file data associated with it could not be accessed.
static com.adobe.logging.Msg0 PDFM_S24005_EF_XMLSERIALIZATION_FAILURE
          An XML serialization failure was encountered while trying to build the embedded files' information XML.
static com.adobe.logging.Msg0 PDFM_S24006_EF_UNIQUE_NAME_CREATION_FAILED
          An attempt was made to generate a unique object name for an embedded file being imported, but an error occurred.
static com.adobe.logging.Msg1 PDFM_S24007_EF_NAME_SEARCH_FAILURE
          An attempt was made to find a specific file in a PDF document by unique nameKey, but an error occurred.
static com.adobe.logging.Msg1 PDFM_W00001_TEMPFILE_CREATION_ERROR
          An unexpected exception occurred while attempting to determine the appropriate directory for temporary files.
static com.adobe.logging.Msg1 PDFM_W00002_ILLEGAL_XML_CHAR_REMOVED_WARNING
          When processing a string for inclusion in XML output, an illegal XML character was encountered and removed.
static com.adobe.logging.Msg0 PDFM_W02001_BASE_DOCUMENT_DEFAULTS_TO_FIRST
          The base document defaults to the first document.
static com.adobe.logging.Msg0 PDFM_W04001_NO_BOOKMARKS_NO_DISASSEMBLE
          Could not disassemble the document because it has no bookmarks.
static com.adobe.logging.Msg0 PDFM_W06002_UNSUPPORTED_ENCODING
          The base document defaults to the first document.
static com.adobe.logging.Msg1 PDFM_W06003_IGNORED_REMOVE_HEADER_FROM_DYNAMICXFA
          The PDF document has dynamic XFA forms and can have no headers.
static com.adobe.logging.Msg1 PDFM_W06004_IGNORED_REMOVE_FOOTER_FROM_DYNAMICXFA
          The PDF document has dynamic XFA forms and can have no headers.
static com.adobe.logging.Msg1 PDFM_W06005_IGNORED_REMOVE_WATERMARK_FROM_DYNAMICXFA
          The PDF document has dynamic XFA forms and can have no headers.
static com.adobe.logging.Msg1 PDFM_W06006_IGNORED_REMOVE_BACKGROUND_FROM_DYNAMICXFA
          The PDF document has dynamic XFA forms and can have no headers.
static com.adobe.logging.Msg1 PDFM_W06007_IGNORED_REMOVE_HEADER_FOOTER_FROM_DYNAMICXFA
          The PDF document has dynamic XFA forms and can have no headers.
static com.adobe.logging.Msg1 PDFM_W06008_POSSIBLE_VISUAL_DISTORTION
          The additional content element requests transparency, but the target page does not have a specified blending color space.
static com.adobe.logging.Msg0 PDFM_W19001_NO_FONT_MANAGER
          The adaptor class used to contact the FontManagerService was not found or could not be instantiated.
static com.adobe.logging.Msg0 PDFM_W19002_FONT_MANAGER_ERROR
          An error occurred while contacting the FontManagerService.
static com.adobe.logging.Msg2 PDFM_W19003_FOUND_UNSUPPORTED_FONT
          The font found in the indicated file is not supported by this product, or the font file is corrupted.
static com.adobe.logging.Msg2 PDFM_W19004_ERROR_LOADING_FONT
          A font could not be loaded from one of the font directories.
static com.adobe.logging.Msg2 PDFM_W19005_ERROR_ADDING_FONT_TO_FONTSET
          A font was loaded but could not be added to the global font set.
static com.adobe.logging.Msg1 PDFM_W19006_ERROR_LOADING_FALLBACK_FONT
          An error occurred while loading a default fallback font.
static com.adobe.logging.Msg0 PDFM_W19007_ERROR_BUILDING_FONTSET
          An error occurred while trying to build the font set.
static com.adobe.logging.Msg1 PDFM_W21001_ERROR_CREATING_JOB_LOG
          The job log could not be created.
static com.adobe.logging.Msg1 PDFM_W21002_ERROR_WRITING_JOB_LOG
          An entry could not be written into the job log.
static com.adobe.logging.Msg1 PDFM_W22001_DOC_NOT_A_PKG
          The PDF document is not a PDF Package.
static com.adobe.logging.Msg1 PDFM_W22002_PKGFILES_IMPORTXML_FILEMISSING
          PackageFiles import XML contains file information but the file specified cannot be found in the inputs map.
static com.adobe.logging.Msg0 PDFM_W22005_PKG_IMPORT_XML_NOT_VALID
          When importing PackageFiles XML, if the root element is not found, it cannot be considered valid XML to import into a Package file.
static com.adobe.logging.Msg1 PDFM_W22006_DOC_HAS_EMPTY_SCHEMA
          No schema was specified for the PDF package.
static com.adobe.logging.Msg2 PDFM_W22007_FIELD_MISSING_IN_DOC
          A Field is not being included as it does not exist in the Schema.
static com.adobe.logging.Msg1 PDFM_W22008_NO_FIELD_VISIBLE_ERROR
          If no fields are marked as visible, then all will be marked as visible.
static com.adobe.logging.Msg1 PDFM_W22009_PACKAGE_SORT_ENTRY_MISSING
          If no SortOrder is specified, then use the first Field in the DisplayOrder for the sort.
static com.adobe.logging.Msg2 PDFM_W22010_FIELD_MARKED_NOT_EDITABLE
          The Schema attribute of editable applies only to application user interfaces.
static com.adobe.logging.Msg1 PDFM_W22012_SIZE_CANNOT_BE_CHANGED
          The size of a package file is determined by the actual size of the file, in bytes, and may not be modified.
static com.adobe.logging.Msg1 PDFM_W22013_FIELD_DATEVALUE_CONVERSION_FAILED
          The value provided is for a field of type Date, but the value is not in the correct xs:dateTime format.
static com.adobe.logging.Msg1 PDFM_W22014_FIELD_NUMVALUE_CONVERSION_FAILED
          The value provided is for a field of type Number, but the value does not represent a number.
static com.adobe.logging.Msg1 PDFM_W22015_PKG_FILENAME_ENCODING_FOR_BOOKMARK_FAILED
          When decoding a file name for use as a bookmark during PDF package flattening, the encoding provided failed to produce valid results.
static com.adobe.logging.Msg1 PDFM_W22016_PKG_FLATTEN_FILE_NOT_ASSEMBLED
          When flattening a package, where the PDF package files get assembled, there may be reasons why the package file cannot be assembled - it is an XFA document, or permissions don't allow the assembly.
static com.adobe.logging.Msg0 PDFM_W22017_INITIALDOC_FIRST_SORTED_DOCUMENT_NOT_PDF
          Cannot set initial package view document to first sorted package file as it is not a PDF document.
static com.adobe.logging.Msg0 PDFM_W22018_PKG_FLATTEN_FILE_CANNOT_BE_ASSEMBLED_EXCEPTION
          When flattening a package, where the PDF package files get assembled, there may be reasons why the package file cannot be assembled - if this check throws an exception, the exception will be logged, and the operation will continue.
static com.adobe.logging.Msg0 PDFM_W24001_EF_DATEPARSE_FAILURE_WARNING
          A failure was encountered while trying to parse a creation or modification date.
static com.adobe.logging.Msg0 PDFM_W24002_EF_NO_ENCODINGS
          No encodings were provided for generating the package files XML.
static com.adobe.logging.Msg0 PDFM_W24003_EF_REPLACING_CHARS
          When extracting embedded files information or data, an encoding was requested, but unidentifiable characters were found.
static java.lang.String PREFIX
          A prefix used for all messages.
 
Fields inherited from class com.adobe.logging.MsgSet
CONFIG, INFO, SEVERE, WARNING
 
Constructor Summary
PDFMMsgSet()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
A prefix used for all messages.


PDFM_S00001_NO_PDF_VERSION

public static final com.adobe.logging.Msg1 PDFM_S00001_NO_PDF_VERSION
The Version of a PDF document could not be determined. This could be a failure to open or decrypt the document, or it could be a corrupt document. A cause may be provided.


PDFM_S00002_UNKNOWN_DOCUMENT_TYPE

public static final com.adobe.logging.Msg1 PDFM_S00002_UNKNOWN_DOCUMENT_TYPE
The document type could not be determined for a source document. Verify that the named document is either PDF or XDP.


PDFM_S00003_DOCUMENT_FAILED_TO_OPEN

public static final com.adobe.logging.Msg1 PDFM_S00003_DOCUMENT_FAILED_TO_OPEN
The document could not be opened. A chained exception will provide the cause. The most common causes are a corrupt document, an I/O error, or a security-related error.


PDFM_S00004_DOCUMENT_FAILED_TO_UNLOCK

public static final com.adobe.logging.Msg1 PDFM_S00004_DOCUMENT_FAILED_TO_UNLOCK
The document could not be opened. A chained exception will provide the cause. The most common causes are a corrupt document or an I/O error.


PDFM_S00005_INVALID_SAVE_FORMAT

public static final com.adobe.logging.Msg2 PDFM_S00005_INVALID_SAVE_FORMAT
An invalid save format was specified for the document. Check the product documentation for supported formats.


PDFM_S00006_INVALID_XDP_SAVE

public static final com.adobe.logging.Msg1 PDFM_S00006_INVALID_XDP_SAVE
A save format of XDP was specified for the document but it is not an XFA document. Only XFA documents may be saved as XDP.


PDFM_S00007_INVALID_SAVE_MODE

public static final com.adobe.logging.Msg2 PDFM_S00007_INVALID_SAVE_MODE
An invalid save mode was specified for the document. Check the product documentation for supported modes.


PDFM_S00008_SAVE_FAILED

public static final com.adobe.logging.Msg1 PDFM_S00008_SAVE_FAILED
An error occured while saving the specified document. Corrective action will depend on the provided cause. The most common causes are a corrupt document, a security error, or an I/O error.


PDFM_S00009_XDP_SAVE_FAILED

public static final com.adobe.logging.Msg1 PDFM_S00009_XDP_SAVE_FAILED
An error occured while saving the specified document as XDP. Corrective action will depend on the provided cause. The most common causes are a corrupt XML structure in the document or an I/O error.


PDFM_S00010_CLOSE_FAILED

public static final com.adobe.logging.Msg1 PDFM_S00010_CLOSE_FAILED
An error occured while saving the specified document. Corrective action will depend on the provided cause. The most common causes are a corrupt document, a security error, or an I/O error. Processing will continue, but the exception may result in excess memory consumption or excess file handle consumption.


PDFM_S00011_INCORRECT_PASSWORD

public static final com.adobe.logging.Msg1 PDFM_S00011_INCORRECT_PASSWORD
The password supplied for the specified document was incorrect. If both the owner and user passwords were supplied, they both were tried, and both failed.


PDFM_S00012_UNKNOWN_FORM_TYPE

public static final com.adobe.logging.Msg1 PDFM_S00012_UNKNOWN_FORM_TYPE
An error occured while attempting to determine the presence and type of the forms in the named document. A cause was provided.


PDFM_S00013_SECURITY_CONFIGURATION_ERROR

public static final com.adobe.logging.Msg1 PDFM_S00013_SECURITY_CONFIGURATION_ERROR
The password supplied for the specified document was incorrect. If both the owner and user passwords were supplied, they were both tried, and both failed.


PDFM_S00014_PERMISSION_DENIED

public static final com.adobe.logging.Msg1 PDFM_S00014_PERMISSION_DENIED
The operation is not permitted.


PDFM_S00015_OPERATION_FAILED

public static final com.adobe.logging.Msg2 PDFM_S00015_OPERATION_FAILED
An operation failed on the specified document. Corrective action should be based on the cause provided. This error is often due to an I/O error, a security violation, or a corrupt document.


PDFM_S00016_TEMPFILE_CREATION_ERROR

public static final com.adobe.logging.Msg0 PDFM_S00016_TEMPFILE_CREATION_ERROR
An I/O exception occurred when creating a temporary file.


PDFM_S00017_INTERNAL_ERROR

public static final com.adobe.logging.Msg1 PDFM_S00017_INTERNAL_ERROR
The indicated operation experienced an internal error. The stack trace may indicate the cause, and should be used as the basis for corrective action. The error can occur when PDF files are corrupt or malformed.


PDFM_S00019_INVALID_CHARSET

public static final com.adobe.logging.Msg1 PDFM_S00019_INVALID_CHARSET
The character set provided for the requested operation is an invalid character set.


PDFM_S00020_UNSUPPORTED_CHARSET

public static final com.adobe.logging.Msg1 PDFM_S00020_UNSUPPORTED_CHARSET
The encoding provided for the requested operation is an unsupported character set.


PDFM_S00021_ENCODING_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S00021_ENCODING_FAILURE
An attempt was made to encode a string according to the specified encoding, but an error occurred.


PDFM_S00022_INVALID_DATE

public static final com.adobe.logging.Msg1 PDFM_S00022_INVALID_DATE
The date provided as input is not in the ISO8601 xs:dateTime format.


PDFM_W00001_TEMPFILE_CREATION_ERROR

public static final com.adobe.logging.Msg1 PDFM_W00001_TEMPFILE_CREATION_ERROR
An unexpected exception occurred while attempting to determine the appropriate directory for temporary files. A cause was provided. A fallback directory will be used instead.


PDFM_W00002_ILLEGAL_XML_CHAR_REMOVED_WARNING

public static final com.adobe.logging.Msg1 PDFM_W00002_ILLEGAL_XML_CHAR_REMOVED_WARNING
When processing a string for inclusion in XML output, an illegal XML character was encountered and removed.


PDFM_N01001_NO_ANNOTS_FOUND_FDF

public static final com.adobe.logging.Msg0 PDFM_N01001_NO_ANNOTS_FOUND_FDF
No document-level attachments were found in the PDF document. This is an informational message only.


PDFM_S01001_INVALID_XFDF_XML

public static final com.adobe.logging.Msg0 PDFM_S01001_INVALID_XFDF_XML
The XFDF provided for the Annotations operation is invalid.


PDFM_S01002_EXPORT_ANNOTS_XFDF_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01002_EXPORT_ANNOTS_XFDF_FAILED
Exporting annotations to the XFDF format failed. The exception cause should be included in the exception stack.


PDFM_S01003_EXPORT_ANNOTS_FDF_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01003_EXPORT_ANNOTS_FDF_FAILED
Exporting annotations to the FDF format failed. The exception cause should be included in the exception stack.


PDFM_S01004_FILTER_ANNOTS_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01004_FILTER_ANNOTS_FAILED
A failure or error was encountered when attempting to filter a set of annotations based on requested criteria.


PDFM_S01005_EXPORT_SELECTED_ANNOTS_XFDF_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01005_EXPORT_SELECTED_ANNOTS_XFDF_FAILED
Exporting a filtered set of annotations to the XFDF format failed. The exception cause should be included in the exception stack.


PDFM_S01006_IMPORT_ANNOTS_XFDF_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01006_IMPORT_ANNOTS_XFDF_FAILED
Importing annotations from an XFDF file failed. The exception cause should be included in the exception stack.


PDFM_S01007_IMPORT_ANNOTS_FDF_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01007_IMPORT_ANNOTS_FDF_FAILED
Importing annotations from an FDF file failed. The exception cause should be included in the exception stack.


PDFM_S01008_DELETE_ANNOTS_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01008_DELETE_ANNOTS_FAILED
An attempt to delete annotations from the PDF document failed. The exception cause should be included in the exception stack.


PDFM_S01009_DELETE_SELECTED_ANNOTS_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01009_DELETE_SELECTED_ANNOTS_FAILED
An attempt to delete a filtered set of annotations from the PDF document failed. The exception cause should be included in the exception stack.


PDFM_S01010_ANNOTS_LIST_GENERATION_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01010_ANNOTS_LIST_GENERATION_FAILED
A filtered set of annotations was requested, but the process of creating that list failed.


PDFM_S01011_EXPORT_SELECTED_ANNOTS_FDF_FAILED

public static final com.adobe.logging.Msg0 PDFM_S01011_EXPORT_SELECTED_ANNOTS_FDF_FAILED
Exporting a filtered set of annotations to the FDF format failed. The exception cause should be included in the exception stack.


PDFM_S01012_ANNOTS_PERMISSIONS_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S01012_ANNOTS_PERMISSIONS_FAILURE
The requested annotations operation failed due to permission restrictions on the PDF document.


PDFM_S01013_ANNOTS_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S01013_ANNOTS_DYNAMICXFA_FAILURE
Importing annotations to a PDF document that contains dynamic XFA forms is not allowed. Flatten the form or strip the XFA stream from the document before importing annotations.


PDFM_S01014_ANNOTS_TYPE_SEARCH_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S01014_ANNOTS_TYPE_SEARCH_FAILURE
An attempt was made to find a certain type of annotation in a list of annotations, but an error was encountered.


PDFM_S02001_PAGE_RANGE_ITERATOR_NULL

public static final com.adobe.logging.Msg0 PDFM_S02001_PAGE_RANGE_ITERATOR_NULL
PageSet returns a null iterator.


PDFM_S02003_EMPTY_DOCUMENT

public static final com.adobe.logging.Msg0 PDFM_S02003_EMPTY_DOCUMENT
The page range specified for extractPages is empty.


PDFM_S02004_EXTRACT_FAIL

public static final com.adobe.logging.Msg0 PDFM_S02004_EXTRACT_FAIL
An exception occurred during page extraction.


PDFM_S02005_XFA_CANNOT_ADD_BLANKS

public static final com.adobe.logging.Msg0 PDFM_S02005_XFA_CANNOT_ADD_BLANKS
Cannot add blank pages to an XFA form.


PDFM_S02006_XFA_CANNOT_DELETE_BLANKS

public static final com.adobe.logging.Msg0 PDFM_S02006_XFA_CANNOT_DELETE_BLANKS
Cannot delete blank pages from an XFA form.


PDFM_S02007_ADD_BLANK_ILLEGAL_PAGENUM

public static final com.adobe.logging.Msg1 PDFM_S02007_ADD_BLANK_ILLEGAL_PAGENUM
The specified page number is illegal.


PDFM_S02008_DELETE_BLANK_ILLEGAL_PAGENUM

public static final com.adobe.logging.Msg1 PDFM_S02008_DELETE_BLANK_ILLEGAL_PAGENUM
The specified page number is illegal.


PDFM_S02009_CANNOT_DISASSEMBLE_WITH_USER_PASSWORD

public static final com.adobe.logging.Msg0 PDFM_S02009_CANNOT_DISASSEMBLE_WITH_USER_PASSWORD
The file was unlocked with the user password. The owner of the file must disassemble the file.


PDFM_S02010_READ_ONLY

public static final com.adobe.logging.Msg2 PDFM_S02010_READ_ONLY
The indicated operation failed on a document that is marked read-only. For this operation to succeed, the document must be changed to have writeable permissions.


PDFM_S02011_STRIP_XFA

public static final com.adobe.logging.Msg1 PDFM_S02011_STRIP_XFA
A document cannot be used in assembly because it is an XFA-based form. The XFA needs to be removed prior to the assembly operation. In the case of a dynamic XFA form, LiveCycle Output service should be used to flatten the form.


PDFM_S02012_ACROFORM_WITH_XFA

public static final com.adobe.logging.Msg2 PDFM_S02012_ACROFORM_WITH_XFA
A document cannot be used in assembly because it has a form created in Acrobat and the base document has a form created in LiveCycle Designer. The form created in Acrobat must be removed prior to the assembly operation.


PDFM_S02013_OPERATION_FAILED

public static final com.adobe.logging.Msg2 PDFM_S02013_OPERATION_FAILED
An operation failed on the specified document. Corrective action should be based on the cause provided. This error is often due to an I/O error, a security violation, or a corrupt document.


PDFM_S02014_FLATTEN_DYNAMIC_XFA_FORM

public static final com.adobe.logging.Msg1 PDFM_S02014_FLATTEN_DYNAMIC_XFA_FORM
The dynamic XFA form needs to be flattened by LiveCycle Output before sending to LiveCycle PDF Assembler.


PDFM_W02001_BASE_DOCUMENT_DEFAULTS_TO_FIRST

public static final com.adobe.logging.Msg0 PDFM_W02001_BASE_DOCUMENT_DEFAULTS_TO_FIRST
The base document defaults to the first document.


PDFM_N03001_ATTACH_NO_DOC_ATTACHMENTS

public static final com.adobe.logging.Msg0 PDFM_N03001_ATTACH_NO_DOC_ATTACHMENTS
No document-level attachments were found in the PDF document. This is an informational message only.


PDFM_N03002_ATTACH_NO_ICON_FOUND

public static final com.adobe.logging.Msg1 PDFM_N03002_ATTACH_NO_ICON_FOUND
The icon requested for use when importing a page-level attachment was not found. The default pushpin icon will be used instead.


PDFM_S03002_ATTACH_DELETE_FAILED

public static final com.adobe.logging.Msg0 PDFM_S03002_ATTACH_DELETE_FAILED
A request to delete attachments from a PDF document failed.


PDFM_S03003_ATTACH_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S03003_ATTACH_DYNAMICXFA_FAILURE
Importing page-level file attachments into a PDF document containing dynamic XFA forms is not allowed. Flatten the form or strip the XFA from the PDF prior to importing any page-level attachments.


PDFM_S03004_ATTACH_IMPORT_FILEDATA_ACCESS_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S03004_ATTACH_IMPORT_FILEDATA_ACCESS_FAILURE
An attempt was made to obtain the file data associated with the file attachment, but an error occurred.


PDFM_S03005_ATTACH_IMPORT_FILENAME_ENCODING_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S03005_ATTACH_IMPORT_FILENAME_ENCODING_FAILURE
An attempt was made to encode the file attachment file name according to the specified encoding, but an error occurred.


PDFM_S03006_ATTACH_IMPORT_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S03006_ATTACH_IMPORT_FAILURE
Import of file attachments into a PDF document failed.


PDFM_S03008_ATTACH_IMPORT_PAGEATTACH_CREATION_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S03008_ATTACH_IMPORT_PAGEATTACH_CREATION_FAILURE
While importing a page-level file attachment into a PDF document, an error occurred during the construction of the page-level attachment.


PDFM_S03013_ATTACH_GETINFO_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S03013_ATTACH_GETINFO_FAILURE
Extracting the file attachment's information from a PDF document failed.


PDFM_S03017_ATTACH_INFOXMLCREATION_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S03017_ATTACH_INFOXMLCREATION_FAILURE
An attempt to create the attachments information XML failed.


PDFM_S03020_ATTACH_PERMISSIONS_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S03020_ATTACH_PERMISSIONS_FAILURE
A file attachment operation was attempted, but failed due to permissions set in the PDF document.


PDFM_S03021_ATTACH_VERSIONING_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S03021_ATTACH_VERSIONING_FAILURE
An attempt was made to set the PDF version during a FileAttachments operation, and an error was encountered.


PDFM_S04002_BOOKMARKS_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S04002_BOOKMARKS_DYNAMICXFA_FAILURE
Importing bookmarks into a PDF document containing dynamic XFA forms is not allowed. Flatten the form or strip the XFA from the PDF prior to importing bookmarks.


PDFM_S04003_BOOKMARKS_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S04003_BOOKMARKS_DYNAMICXFA_FAILURE
Exporting bookmarks from a PDF document containing dynamic XFA forms is not allowed. Flatten the form or strip the XFA from the PDF prior to exporting bookmarks.


PDFM_S04004_BOOKMARKS_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S04004_BOOKMARKS_DYNAMICXFA_FAILURE
Deleting bookmarks from a PDF document containing dynamic XFA forms is not allowed. Flatten the form or strip the XFA from the PDF prior to deleting bookmarks.


PDFM_W04001_NO_BOOKMARKS_NO_DISASSEMBLE

public static final com.adobe.logging.Msg0 PDFM_W04001_NO_BOOKMARKS_NO_DISASSEMBLE
Could not disassemble the document because it has no bookmarks.


PDFM_N04002_NO_BOOKMARKS

public static final com.adobe.logging.Msg0 PDFM_N04002_NO_BOOKMARKS
The document has no bookmarks.


PDFM_W06002_UNSUPPORTED_ENCODING

public static final com.adobe.logging.Msg0 PDFM_W06002_UNSUPPORTED_ENCODING
The base document defaults to the first document.


PDFM_W06003_IGNORED_REMOVE_HEADER_FROM_DYNAMICXFA

public static final com.adobe.logging.Msg1 PDFM_W06003_IGNORED_REMOVE_HEADER_FROM_DYNAMICXFA
The PDF document has dynamic XFA forms and can have no headers. The request to remove headers was ignored.


PDFM_W06004_IGNORED_REMOVE_FOOTER_FROM_DYNAMICXFA

public static final com.adobe.logging.Msg1 PDFM_W06004_IGNORED_REMOVE_FOOTER_FROM_DYNAMICXFA
The PDF document has dynamic XFA forms and can have no headers. The request to remove headers was ignored.


PDFM_W06005_IGNORED_REMOVE_WATERMARK_FROM_DYNAMICXFA

public static final com.adobe.logging.Msg1 PDFM_W06005_IGNORED_REMOVE_WATERMARK_FROM_DYNAMICXFA
The PDF document has dynamic XFA forms and can have no headers. The request to remove headers was ignored.


PDFM_W06006_IGNORED_REMOVE_BACKGROUND_FROM_DYNAMICXFA

public static final com.adobe.logging.Msg1 PDFM_W06006_IGNORED_REMOVE_BACKGROUND_FROM_DYNAMICXFA
The PDF document has dynamic XFA forms and can have no headers. The request to remove headers was ignored.


PDFM_W06007_IGNORED_REMOVE_HEADER_FOOTER_FROM_DYNAMICXFA

public static final com.adobe.logging.Msg1 PDFM_W06007_IGNORED_REMOVE_HEADER_FOOTER_FROM_DYNAMICXFA
The PDF document has dynamic XFA forms and can have no headers. The request to remove headers was ignored.


PDFM_W06008_POSSIBLE_VISUAL_DISTORTION

public static final com.adobe.logging.Msg1 PDFM_W06008_POSSIBLE_VISUAL_DISTORTION
The additional content element requests transparency, but the target page does not have a specified blending color space. Distortions in the colors of both the page's content and the additional content may occur. Either specify a blending color space in the original document (which is not possible with Assembler), or set the opacity of the additional content to 100% (1.0) in the DDX.

Elements that may add transparent page content are:

The logged message will specify the element.


PDFM_S06001_HFWB_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S06001_HFWB_DYNAMICXFA_FAILURE
Content operations such as Header, Footer, Watermark, and Background cannot be applied to a PDF document that contains dynamic XFA forms. Flatten the form or strip the XFA stream from the document before performing these operations.


PDFM_S06002_REMOVE_HEADERFOOTER_ERROR

public static final com.adobe.logging.Msg1 PDFM_S06002_REMOVE_HEADERFOOTER_ERROR
Headers and footers could not be removed from the indicated document. The stack trace may provide additional details as to the cause. Correct the errors and try again.


PDFM_S06003_CONTENT_MAP_BAD_VALUE

public static final com.adobe.logging.Msg0 PDFM_S06003_CONTENT_MAP_BAD_VALUE
An attempt was made to put a value of inappropriate type into an HFWBContentMap. This is an internal error and should be reported to customer support.


PDFM_S06004_CONTENT_MAP_BAD_KEY

public static final com.adobe.logging.Msg0 PDFM_S06004_CONTENT_MAP_BAD_KEY
An attempt was made to put a key of inappropriate type into an HFWBContentMap. This is an internal error and should be reported to customer support.


PDFM_S06005_CONTENT_MAP_NO_DEFAULT_PUT

public static final com.adobe.logging.Msg0 PDFM_S06005_CONTENT_MAP_NO_DEFAULT_PUT
An attempt was made to put a key of inappropriate type into an HFWBContentMap. This is an internal error and should be reported to customer support.


PDFM_S06006_REMOVE_WATERMARKBACKGROUND_ERROR

public static final com.adobe.logging.Msg1 PDFM_S06006_REMOVE_WATERMARKBACKGROUND_ERROR
Watermarks and backgrounds could not be removed from the indicated document. The stack trace may provide additional details as to the cause. Correct the errors and try again.


PDFM_S06007_CREATE_HEADERFOOTER_ERROR

public static final com.adobe.logging.Msg1 PDFM_S06007_CREATE_HEADERFOOTER_ERROR
Headers and footers could not be removed from the indicated document. The stack trace may provide additional details as to the cause. Correct the errors and try again.


PDFM_S06008_CREATE_WATERMARKBACKGROUND_ERROR

public static final com.adobe.logging.Msg1 PDFM_S06008_CREATE_WATERMARKBACKGROUND_ERROR
Watermarks and backgrounds could not be created for the indicated document. The stack trace may provide additional details as to the cause. Correct the errors and try again.


PDFM_S06009_CREATE_HFWB_ERROR

public static final com.adobe.logging.Msg1 PDFM_S06009_CREATE_HFWB_ERROR
A header, footer, watermark, or background could not be created for the indicated document. The stack trace may provide additional details as to the cause. Correct the errors and try again.


PDFM_S06010_INVALID_PAGELABEL_SYTLE

public static final com.adobe.logging.Msg0 PDFM_S06010_INVALID_PAGELABEL_SYTLE
An invalid PageLabel style was specified in a Header, Footer, Watermark, or Background.


PDFM_S06011_INVALID_SYNTAX_FOR_BUILTINKEY

public static final com.adobe.logging.Msg0 PDFM_S06011_INVALID_SYNTAX_FOR_BUILTINKEY
An invalid syntax for BuiltinKey was specified in a Header, Footer, Watermark, or Background.


PDFM_S06012_ROMAN_NUMERAL_GREATER_THAN_4999

public static final com.adobe.logging.Msg0 PDFM_S06012_ROMAN_NUMERAL_GREATER_THAN_4999
A roman numeral greater than 4999 (mmmmcmxcix) was requested in a Header, Footer, Watermark, or Background.


PDFM_S06013_HFWB_DYNAMICXFA_FAILURE_ON_GRAPHIC

public static final com.adobe.logging.Msg1 PDFM_S06013_HFWB_DYNAMICXFA_FAILURE_ON_GRAPHIC
Graphic content being added to Header, Footer, Watermark, Background cannot contain dynamic XFA forms. Flatten the form or strip the XFA stream from the document before performing these operations.


PDFM_S06014_GRAPHIC_CACHE_MISUSE

public static final com.adobe.logging.Msg0 PDFM_S06014_GRAPHIC_CACHE_MISUSE
Using the wrong method to add an HFWBContentMap to HFWBGraphicCache.


PDFM_S06015_GRAPHIC_CREATION_ERROR

public static final com.adobe.logging.Msg0 PDFM_S06015_GRAPHIC_CREATION_ERROR
An error was encountered while creating HFWBGraphicCacheEntry.


PDFM_S07001_ILLEGAL_PAGE_NUMBER

public static final com.adobe.logging.Msg0 PDFM_S07001_ILLEGAL_PAGE_NUMBER
The specified page number is illegal given the number of pages in the document.


PDFM_S07002_ILLEGAL_PAGE_MODE

public static final com.adobe.logging.Msg0 PDFM_S07002_ILLEGAL_PAGE_MODE
The specified page mode is not one of the allowed names.


PDFM_S07003_ILLEGAL_PAGE_LAYOUT

public static final com.adobe.logging.Msg0 PDFM_S07003_ILLEGAL_PAGE_LAYOUT
The specified page layout is not one of the allowed names.


PDFM_S07004_UNKNOWN_OPEN_ACTION

public static final com.adobe.logging.Msg0 PDFM_S07004_UNKNOWN_OPEN_ACTION
The open action in the document is not recognized.


PDFM_S08001_CANNOT_DETERMINE_UNLOCK_METHOD

public static final com.adobe.logging.Msg0 PDFM_S08001_CANNOT_DETERMINE_UNLOCK_METHOD
There was an internal state exception while accessing an encrypted document.


PDFM_S08002_PASSWORD_ENCRYPTION_NOT_FIPS_COMPLIANT

public static final com.adobe.logging.Msg0 PDFM_S08002_PASSWORD_ENCRYPTION_NOT_FIPS_COMPLIANT
Password encryption is not permitted in FIPS mode.


PDFM_S09001_FORMS_FLATTEN_FAILED

public static final com.adobe.logging.Msg0 PDFM_S09001_FORMS_FLATTEN_FAILED
An attempt to flatten the forms found in a PDF document failed.


PDFM_S09002_STRIPXFA_FLATTEN_FAILED

public static final com.adobe.logging.Msg1 PDFM_S09002_STRIPXFA_FLATTEN_FAILED
An attempt to remove the XFA form fields from a PDF document failed.


PDFM_S10004_METADATA_OPERATION_FAILED

public static final com.adobe.logging.Msg2 PDFM_S10004_METADATA_OPERATION_FAILED
The requested metadata operation failed due to an internal error, see stack trace for more details.


PDFM_S12001_NO_PAGELABELS_ON_DYNAMIC_XFA

public static final com.adobe.logging.Msg1 PDFM_S12001_NO_PAGELABELS_ON_DYNAMIC_XFA
Modifying the page labels in an XFA document is not permitted.


PDFM_S12002_PAGE_LABELING_OP_FAILED

public static final com.adobe.logging.Msg2 PDFM_S12002_PAGE_LABELING_OP_FAILED
The specified page label operation failed due to an internal error.


PDFM_S12003_PAGE_LABELING_PERMISSION_FAILURE

public static final com.adobe.logging.Msg2 PDFM_S12003_PAGE_LABELING_PERMISSION_FAILURE
A page label operation failed due to permissions set in the PDF document.


PDFM_S13001_OVERLAY_PERMISSIONS_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S13001_OVERLAY_PERMISSIONS_FAILURE
A PageOverlay or PageUnderlay operation failed due to permissions set in the PDF document.


PDFM_S13002_OVERLAY_FILTER_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S13002_OVERLAY_FILTER_FAILURE
A PageOverlay or PageUnderlay operation was attempted, but no information was provided, such as source or target, pages, or type.


PDFM_S13003_OVERLAY_XFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13003_OVERLAY_XFA_FAILURE
Overlaying a page from a source PDF document that contains XFA forms is not allowed. Flatten the forms or strip the XFA forms from the document prior to using it as an overlay or underlay.


PDFM_S13005_OVERLAY_OPERATION_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S13005_OVERLAY_OPERATION_FAILURE
A PageOverlay or PageUnderlay operation was attempted, but encountered a failure.


PDFM_S13006_OVERLAY_VERSIONING_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S13006_OVERLAY_VERSIONING_FAILURE
A PageOverlay or PageUnderlay operation was attempted, but an error occurred while the PDF version was being set.


PDFM_S13007_PAGE_SIZE_XFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13007_PAGE_SIZE_XFA_FAILURE
Changing the page size of a PDF document that contains XFA forms is not allowed.


PDFM_S13008_PAGE_ORIENTATION_XFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13008_PAGE_ORIENTATION_XFA_FAILURE
Changing the page orientation of a PDF document that contains XFA forms is not allowed.


PDFM_S13009_PAGE_TRANSFORM_XFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13009_PAGE_TRANSFORM_XFA_FAILURE
Transforming the page content of a PDF document that contains XFA forms is not allowed.


PDFM_S13010_ARTBOX_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13010_ARTBOX_DYNAMICXFA_FAILURE
Changing the page art box of a PDF document that contains dynamic XFA forms is not allowed.


PDFM_S13011_BLEEDBOX_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13011_BLEEDBOX_DYNAMICXFA_FAILURE
Changing the page bleed box of a PDF document that contains dynamic XFA forms is not allowed.


PDFM_S13012_TRIMBOX_DYNAMICXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13012_TRIMBOX_DYNAMICXFA_FAILURE
Changing the page trim box of a PDF document that contains dynamic XFA forms is not allowed.


PDFM_S13013_PAGE_SERVICE_OPERATION_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S13013_PAGE_SERVICE_OPERATION_FAILURE
A Page Service operation failed. The exception cause should be included in the exception stack.


PDFM_S13014_OVERLAY_DEST_DYNXFA_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S13014_OVERLAY_DEST_DYNXFA_FAILURE
Overlaying content onto a target PDF document which contains dynamic XFA forms is not allowed. Flatten the forms or strip the XFA forms from the target document prior to using it in an overlay or underlay operation.


PDFM_S18001_TOC_SERVICE_OPERATION_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S18001_TOC_SERVICE_OPERATION_FAILURE
The operation of producing a table of contents failed. The exception cause should be included in the exception stack.


PDFM_S18002_TOC_DYNAMIC_XFA_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S18002_TOC_DYNAMIC_XFA_FAILURE
Generating a table of contents on a dynamic XFA is not currently supported. Flatten the form or strip the XFA stream from the document before requesting a table of contents.


PDFM_S19001_BAD_MAP_KEY

public static final com.adobe.logging.Msg2 PDFM_S19001_BAD_MAP_KEY
The derived Map class cannot hold keys of this type.


PDFM_S19002_PROPERTY_QUERY_ERROR

public static final com.adobe.logging.Msg2 PDFM_S19002_PROPERTY_QUERY_ERROR
An error occurred while querying a document for a particular property. The cause will be provided in the exception cause chain. This is rare because the property detection logic makes no assumptions about the actual content of the PDF. When it does happen it is usually due to an invalid or corrupt PDF.


PDFM_S19003_PAGE_NUMBER_ERROR

public static final com.adobe.logging.Msg2 PDFM_S19003_PAGE_NUMBER_ERROR
The page number is not within the document - it is either before the first page or after the last.


PDFM_W19001_NO_FONT_MANAGER

public static final com.adobe.logging.Msg0 PDFM_W19001_NO_FONT_MANAGER
The adaptor class used to contact the FontManagerService was not found or could not be instantiated. This is most likely due to a packaging, class loading or configuration error. Processing will continue, but the font sets available for rendering will be severely reduced.


PDFM_W19002_FONT_MANAGER_ERROR

public static final com.adobe.logging.Msg0 PDFM_W19002_FONT_MANAGER_ERROR
An error occurred while contacting the FontManagerService. A cause was provided. This is most likely due to an installation or configuration error. Processing will continue, but the font sets available for rendering will be severely reduced.


PDFM_W19003_FOUND_UNSUPPORTED_FONT

public static final com.adobe.logging.Msg2 PDFM_W19003_FOUND_UNSUPPORTED_FONT
The font found in the indicated file is not supported by this product, or the font file is corrupted. Processing will continue, but the font will not be available for rendering.


PDFM_W19004_ERROR_LOADING_FONT

public static final com.adobe.logging.Msg2 PDFM_W19004_ERROR_LOADING_FONT
A font could not be loaded from one of the font directories. A cause is provided, which may indicate the reason for failure. The indicated font will not be available for use.


PDFM_W19005_ERROR_ADDING_FONT_TO_FONTSET

public static final com.adobe.logging.Msg2 PDFM_W19005_ERROR_ADDING_FONT_TO_FONTSET
A font was loaded but could not be added to the global font set. A cause is provided, which may indicate the reason for failure. The indicated font will not be available for use, but processing will continue.


PDFM_W19006_ERROR_LOADING_FALLBACK_FONT

public static final com.adobe.logging.Msg1 PDFM_W19006_ERROR_LOADING_FALLBACK_FONT
An error occurred while loading a default fallback font. A cause was provided. Processing will continue, but the fallback font behavior may be altered.


PDFM_W19007_ERROR_BUILDING_FONTSET

public static final com.adobe.logging.Msg0 PDFM_W19007_ERROR_BUILDING_FONTSET
An error occurred while trying to build the font set. A cause is provided, which may indicate the reason for failure. Processing will continue, but there may be font resources unavailable for rendering.


PDFM_S20001_PARSER_CONFIG_ERROR

public static final com.adobe.logging.Msg1 PDFM_S20001_PARSER_CONFIG_ERROR
A DocumentBuilder could not be constructed. This is most likely a problem with the system configuration.


PDFM_S20002_TRANSFORMER_ERROR

public static final com.adobe.logging.Msg1 PDFM_S20002_TRANSFORMER_ERROR
There was a problem creating an XML representation of the word list.


PDFM_S20003_SAX_ERROR

public static final com.adobe.logging.Msg1 PDFM_S20003_SAX_ERROR
There was a problem creating an XML representation of the word list.


PDFM_S20004_INVALID_MODE

public static final com.adobe.logging.Msg1 PDFM_S20004_INVALID_MODE
An invalid mode was specified for text extraction.


PDFM_S20005_INTERNAL_ERROR

public static final com.adobe.logging.Msg1 PDFM_S20005_INTERNAL_ERROR
An internal error occurred while extracting text.


PDFM_S20006_WORDLISTER_PERMISSIONS_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S20006_WORDLISTER_PERMISSIONS_FAILURE
A Wordlister operation was attempted, but failed due to permisions set in the PDF document.


PDFM_W21001_ERROR_CREATING_JOB_LOG

public static final com.adobe.logging.Msg1 PDFM_W21001_ERROR_CREATING_JOB_LOG
The job log could not be created. A cause is provided, which may indicate the reason for failure. Likely causes include an invalid path to java.io.tmpdir or a full file system. Processing will continue, but a job log will not be produced.


PDFM_W21002_ERROR_WRITING_JOB_LOG

public static final com.adobe.logging.Msg1 PDFM_W21002_ERROR_WRITING_JOB_LOG
An entry could not be written into the job log. The most likely cause is a full file system. Processing will continue, but the job log will be truncated.


PDFM_S22003_INTERNAL_ERROR

public static final com.adobe.logging.Msg1 PDFM_S22003_INTERNAL_ERROR
An internal error occurred while processing collections.


PDFM_S22004_PERMISSIONS_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S22004_PERMISSIONS_FAILURE
A Package operation was attempted, but failed due to permisions set in the PDF document.


PDFM_S22007_PKG_GETINFO_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S22007_PKG_GETINFO_FAILURE
Extracting the package's information from a PDF document failed.


PDFM_S22008_PKG_BUILDXML_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S22008_PKG_BUILDXML_FAILURE
Extracting the package's information from a PDF document failed.


PDFM_S22009_PKG_BUILDFILESXML_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S22009_PKG_BUILDFILESXML_FAILURE
An attempt to create the <PackageFile/> XML failed.


PDFM_S22010_PKGFILES_IMPORTXMLFILESNOTFOUND_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S22010_PKGFILES_IMPORTXMLFILESNOTFOUND_FAILURE
None of the files in the import XML were found in the inputs map.


PDFM_S22015_PKG_XMLPARSE_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S22015_PKG_XMLPARSE_FAILURE
While importing package files from XML, the XML failed to parse correctly.


PDFM_S22016_PKGFILES_IMPORT_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S22016_PKGFILES_IMPORT_FAILURE
Import of package files failed.


PDFM_S22017_PKGFILES_NUMBER_CONVERSION_ERROR

public static final com.adobe.logging.Msg0 PDFM_S22017_PKGFILES_NUMBER_CONVERSION_ERROR
Parsing the value with a type of Number failed while creating PackageFilesField.


PDFM_S22018_FLAT_PACKAGE_NO_PAGES

public static final com.adobe.logging.Msg0 PDFM_S22018_FLAT_PACKAGE_NO_PAGES
The PDF package consisted of the default cover sheet and no package files. Thus, when flattened, it contains no pages and no result document is created.


PDFM_S22019_PACKAGEFILES_NULL_COVERDOC

public static final com.adobe.logging.Msg0 PDFM_S22019_PACKAGEFILES_NULL_COVERDOC
No cover sheet was provided for the PDF package being created.


PDFM_S22022_PKG_DELETE_FAILED

public static final com.adobe.logging.Msg0 PDFM_S22022_PKG_DELETE_FAILED
A request to delete package files from a PDF document failed.


PDFM_N22001_NO_PKGFILES_FOUND

public static final com.adobe.logging.Msg0 PDFM_N22001_NO_PKGFILES_FOUND
No package files were found in the PDF document. This is an informational message only.


PDFM_N22002_UNABLE_TO_PROCESS_NON_PDF_PACKAGE_FILE

public static final com.adobe.logging.Msg1 PDFM_N22002_UNABLE_TO_PROCESS_NON_PDF_PACKAGE_FILE
The Package file being processed was not a PDF document.


PDFM_W22001_DOC_NOT_A_PKG

public static final com.adobe.logging.Msg1 PDFM_W22001_DOC_NOT_A_PKG
The PDF document is not a PDF Package.


PDFM_W22002_PKGFILES_IMPORTXML_FILEMISSING

public static final com.adobe.logging.Msg1 PDFM_W22002_PKGFILES_IMPORTXML_FILEMISSING
PackageFiles import XML contains file information but the file specified cannot be found in the inputs map.


PDFM_W22005_PKG_IMPORT_XML_NOT_VALID

public static final com.adobe.logging.Msg0 PDFM_W22005_PKG_IMPORT_XML_NOT_VALID
When importing PackageFiles XML, if the root element is not found, it cannot be considered valid XML to import into a Package file. No Package schema nor PackageFiles will be added to the target document.


PDFM_W22006_DOC_HAS_EMPTY_SCHEMA

public static final com.adobe.logging.Msg1 PDFM_W22006_DOC_HAS_EMPTY_SCHEMA
No schema was specified for the PDF package. A default will be used.


PDFM_W22007_FIELD_MISSING_IN_DOC

public static final com.adobe.logging.Msg2 PDFM_W22007_FIELD_MISSING_IN_DOC
A Field is not being included as it does not exist in the Schema.


PDFM_W22008_NO_FIELD_VISIBLE_ERROR

public static final com.adobe.logging.Msg1 PDFM_W22008_NO_FIELD_VISIBLE_ERROR
If no fields are marked as visible, then all will be marked as visible.


PDFM_W22009_PACKAGE_SORT_ENTRY_MISSING

public static final com.adobe.logging.Msg1 PDFM_W22009_PACKAGE_SORT_ENTRY_MISSING
If no SortOrder is specified, then use the first Field in the DisplayOrder for the sort.


PDFM_W22010_FIELD_MARKED_NOT_EDITABLE

public static final com.adobe.logging.Msg2 PDFM_W22010_FIELD_MARKED_NOT_EDITABLE
The Schema attribute of editable applies only to application user interfaces. Assembler will allow any field value to be modified, even though the field is marked as "not editable".


PDFM_W22012_SIZE_CANNOT_BE_CHANGED

public static final com.adobe.logging.Msg1 PDFM_W22012_SIZE_CANNOT_BE_CHANGED
The size of a package file is determined by the actual size of the file, in bytes, and may not be modified.


PDFM_W22013_FIELD_DATEVALUE_CONVERSION_FAILED

public static final com.adobe.logging.Msg1 PDFM_W22013_FIELD_DATEVALUE_CONVERSION_FAILED
The value provided is for a field of type Date, but the value is not in the correct xs:dateTime format.


PDFM_W22014_FIELD_NUMVALUE_CONVERSION_FAILED

public static final com.adobe.logging.Msg1 PDFM_W22014_FIELD_NUMVALUE_CONVERSION_FAILED
The value provided is for a field of type Number, but the value does not represent a number.


PDFM_W22015_PKG_FILENAME_ENCODING_FOR_BOOKMARK_FAILED

public static final com.adobe.logging.Msg1 PDFM_W22015_PKG_FILENAME_ENCODING_FOR_BOOKMARK_FAILED
When decoding a file name for use as a bookmark during PDF package flattening, the encoding provided failed to produce valid results. The undecoded file name will be used instead.


PDFM_W22016_PKG_FLATTEN_FILE_NOT_ASSEMBLED

public static final com.adobe.logging.Msg1 PDFM_W22016_PKG_FLATTEN_FILE_NOT_ASSEMBLED
When flattening a package, where the PDF package files get assembled, there may be reasons why the package file cannot be assembled - it is an XFA document, or permissions don't allow the assembly. In that case, the package files will remain document-level file attachments.


PDFM_W22017_INITIALDOC_FIRST_SORTED_DOCUMENT_NOT_PDF

public static final com.adobe.logging.Msg0 PDFM_W22017_INITIALDOC_FIRST_SORTED_DOCUMENT_NOT_PDF
Cannot set initial package view document to first sorted package file as it is not a PDF document. Package initial viewing document is set to cover sheet instead.


PDFM_W22018_PKG_FLATTEN_FILE_CANNOT_BE_ASSEMBLED_EXCEPTION

public static final com.adobe.logging.Msg0 PDFM_W22018_PKG_FLATTEN_FILE_CANNOT_BE_ASSEMBLED_EXCEPTION
When flattening a package, where the PDF package files get assembled, there may be reasons why the package file cannot be assembled - if this check throws an exception, the exception will be logged, and the operation will continue.


PDFM_S24001_EF_IMPORT_FILEDATA_ACCESS_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S24001_EF_IMPORT_FILEDATA_ACCESS_FAILURE
An attempt was made to obtain the embedded file data associated with a package file, or a file attachment, but an error occurred.


PDFM_S24002_EF_IMPORT_FILENAME_ENCODING_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S24002_EF_IMPORT_FILENAME_ENCODING_FAILURE
An attempt was made to encode the embedded file file name according to the specified encoding, but an error occurred.


PDFM_S24003_EF_DOCBUILDER_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S24003_EF_DOCBUILDER_FAILURE
A failure was encountered while trying to build the PDF package or FileAttachment information XML.


PDFM_S24004_EF_EXPORT_FILEDATA_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S24004_EF_EXPORT_FILEDATA_FAILURE
While exporting a package file or an attachment, the file data associated with it could not be accessed.


PDFM_S24005_EF_XMLSERIALIZATION_FAILURE

public static final com.adobe.logging.Msg0 PDFM_S24005_EF_XMLSERIALIZATION_FAILURE
An XML serialization failure was encountered while trying to build the embedded files' information XML.


PDFM_S24006_EF_UNIQUE_NAME_CREATION_FAILED

public static final com.adobe.logging.Msg0 PDFM_S24006_EF_UNIQUE_NAME_CREATION_FAILED
An attempt was made to generate a unique object name for an embedded file being imported, but an error occurred.


PDFM_S24007_EF_NAME_SEARCH_FAILURE

public static final com.adobe.logging.Msg1 PDFM_S24007_EF_NAME_SEARCH_FAILURE
An attempt was made to find a specific file in a PDF document by unique nameKey, but an error occurred.


PDFM_W24001_EF_DATEPARSE_FAILURE_WARNING

public static final com.adobe.logging.Msg0 PDFM_W24001_EF_DATEPARSE_FAILURE_WARNING
A failure was encountered while trying to parse a creation or modification date.


PDFM_W24002_EF_NO_ENCODINGS

public static final com.adobe.logging.Msg0 PDFM_W24002_EF_NO_ENCODINGS
No encodings were provided for generating the package files XML. Using ISO-8859-1 and UTF-8.


PDFM_W24003_EF_REPLACING_CHARS

public static final com.adobe.logging.Msg0 PDFM_W24003_EF_REPLACING_CHARS
When extracting embedded files information or data, an encoding was requested, but unidentifiable characters were found. These characters were replaced with the Unicode substitution character.

Constructor Detail

PDFMMsgSet

public PDFMMsgSet()


[an error occurred while processing this directive] [an error occurred while processing this directive]