Hello! I'm developing unit tests for PDFBox tool.
The idea is to get the list of all commands that will be applied by PDFBox to PDF instead of actual editing of the file. Then unit test will verify the commands list to verify the functionality. Please tell me what is the best way? Is it possible to get the PDF editing commands trace from PDFBox? Or is it possible to mock I/O part of PDFBox to generate the commands list, instead of actual document editing? Best regards, Vladimir
