smalot / pdfparser

PdfParser, a standalone PHP library, provides various tools to extract data from a PDF file.
GNU Lesser General Public License v3.0
2.37k stars 536 forks source link

Detecting XFA #213

Open pvggth opened 5 years ago

pvggth commented 5 years ago

Is there a reliable way for this library to detect XFA (dynamic forms)? I'm trying to count how many of our PDF files have XFA so that I know how many files can't be opened by our users on their mobile devices.

rubenvanerk commented 2 years ago

Related: #43