PDF Parser

Content Type: Module
Categories: Import/Export

Overview

The PDF parser module is now available for Mendix version 8.4.1 and above. This module provides a series of java actions to read the contents and read and change the metadata of your PDF file. Check the demo application at https://pdfparser-sandbox.mxapps.io/.

Documentation

Demo urlhttps://pdfparser-sandbox.mxapps.io/

PDF Parser

Welcome 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

Demo

Check the demo application at https://pdfparser-sandbox.mxapps.io/.

Features

This 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.18
  • org.apache.pdfbox/fontbox/2.0.18
  • commons-logging/commons-logging/1.2

Releases

Version: 1.1.0
Framework Version: 8.4.1
Release Notes: The PDF Parser is now also available in Mendix 8.4.1 and above.
Version: 1.0.0
Framework Version: 7.23.3
Release Notes: Mendix module with getter and setters methods to retrieve and edit metadata and contents of PDF files.