Fwd: line wrapping text in a table

2025-03-24 Thread Tim Mann
My apologies for the second email, but I made a significant error in the last line of my email. My code is NOT being used for a commercial. I give the program away for free. -- Forwarded message - From: Tim Mann Date: Mon, Mar 24, 2025 at 12:11 PM Subject: line wrapping text in

Re: Change requests

2025-03-24 Thread Tilman Hausherr
Thanks! That one was replaced in PDFBOX-5558 with a different icc profile, so I adjusted the file name instead, see https://issues.apache.org/jira/browse/PDFBOX-5979 I never noticed this myself despite using PDFDebugger a lot, because I kept the old profile for tests. Tilman On 24.03.2025 23:

line wrapping text in a table

2025-03-24 Thread Tim Mann
Greetings. I am a novice, hobbyist Java programmer. I am working on a method that will properly line wrap text, as necessary, to fit within a defined table cell. The page' s width is set as fullPageWidth = page1.getMediaBox().getWidth() - leftMargin - rightMargin; . I then divide the fullPag

Issue when saving pdf with NO_COMPRESSION

2025-03-24 Thread Hanus, Yannick
Hello, First of all, thank you for this wonderful Swiss army knife for PDFs that is PdfBox. Java version : 21 Pdfbox version : 3.0.4 Description : When a pdf is saved with option CompressParameters.NO_COMPRESSION, useless lines like nn 65535 f are added to xref section When splittin