PDF Parser
Overview
Documentation
# PDF ParserWelcome to the PDF Parser module. This module provides a series of java actions to read the contents and read and change the metadata of your PDF file.
![PDF Parser][1]
## DemoCheck the demo application at https://pdfparser-sandbox.mxapps.io/.
## FeaturesThis module implements the following getter methods:- GetAuthor- GetContent- GetCreationDate- GetKeywords- GetModificationDate- GetPageCount- GetSubject- GetTitle
The following setters are also included:- SetAuthor- SetCreationDate- SetKeywords- SetModificationDate- SetSubject- SetTitle
## Dependencies
This module implements the PDF Box and Commons loggings libraries. The following libraries are included in the module:
- org.apache.pdfbox/pdfbox/2.0.14- org.apache.pdfbox/fontbox/2.0.14- commons-logging/commons-logging/1.2
[1]: https://github.com/WebFlight/PdfParser/blob/master/docs/pdf_parser.png?raw=true