Hello there, I’m in the process of migrating from PDFBox 2 to 3.
In 2.X version, the PreflighParser class was offering a constructor for ‘RandomAccessRead’ objects, allowing to parse in-memory data like byte[]. Now in 3.X, only files are allowed as input in the constructor. How can I handle that ? Should I really write files on the file system ? Thanks in advance for your help. Jerome S. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

