AW: Determine page of PDStructureNode

2025-05-08 Thread Pascal.Schumacher
Hi Tilman, thank you very much! 😊 Which your help I was able to solve it. Kind regards, Pascal

Determine page of PDStructureNode

2025-05-07 Thread Pascal.Schumacher
Hi, trying to improve the accessibility of an existing pdfs. In a first step I collect the marked content ids of elements with no content from the content streams. Then I remove PDStructureNodes whose first kid is an Integer value from the collected marked content ids from the structure tree.

AW: Question about commit "PDFBOX-5660: add warning / exception, as suggested by mkl in SO 78307200"

2024-05-17 Thread Pascal.Schumacher
Yes. The commit was made on Apr 19, that should be after the latest releases. I only discovered it after building from trunk. Thank you very much for the quick response! Kind regards, Pascal -Ursprüngliche Nachricht- Von: Tilman Hausherr Gesendet: Freitag, 17. Mai 2024 11:37 An: users@

Question about commit "PDFBOX-5660: add warning / exception, as suggested by mkl in SO 78307200"

2024-05-17 Thread Pascal.Schumacher
Hi, concerning commit: "PDFBOX-5660: add warning / exception, as suggested by mkl in SO 78307200" (https://github.com/apache/pdfbox/commit/5c0abf94367c12c9ac0b464046784d456ce4caf5) After this commit this code: for (int pageNumber = 0; pageNumber < pdDocument.getNumberOfPages(); pageNumber++)