Skip to content

PDF subtype support [core, utils]

Evangelos Rigas requested to merge erigas/poppler:pdf_subtype_support into master

Add support for PDF subtype property (core, glib backend).

Parse /GTS_PDF(A,E,UA,VT,X)Version from the PDF Information Dictionary into three enums: PDFSubtype, PDFSubtypePart, and PDFSubtypeConformance.

This PDF Format Subtype attribute can indicate if the pdf claims that is compatible with PDF ISO Standards (A, E, UA, VT, X).

Closes #363 (closed)

Edited by Evangelos Rigas

Merge request reports