Re: Non-embedded fonts

2022-10-13 Thread Tilman Hausherr
On 13.10.2022 12:40, Tim Allison wrote: We currently have access to PDFont in two places: 1) We're overriding showGlyph, which obv has access to PDFont. 2) At the end of a page, we're optionally calling page.getResources.getFontNames() and then iterating over font via font names. Is one better

Re: Non-embedded fonts

2022-10-13 Thread Tim Allison
We currently have access to PDFont in two places: 1) We're overriding showGlyph, which obv has access to PDFont. 2) At the end of a page, we're optionally calling page.getResources.getFontNames() and then iterating over font via font names. Is one better than another? On Thu, Oct 13, 2022 at 6:2

Re: Non-embedded fonts

2022-10-13 Thread Tim Allison
Thank you! On Wed, Oct 12, 2022 at 2:01 PM Tilman Hausherr wrote: > > On 12.10.2022 19:21, Tim Allison wrote: > > Hi All, > >Is there an easy-ish way for me to figure out if a PDF has > > non-embedded fonts during TextStripping or otherwise? > > > If you have a PDFont object in a stripper ext

PDFBox Performance Issue - Tagged pdfs

2022-10-13 Thread Reshmi Vikraman
Hello All, I have been using pdfbox 2.0.27 to generate accessible pdfs. The pdf contains a table with several 100s of rows and 6 columns and each cell in the table is added as a marked content. When the number of rows increase, I noticed a spike in response times. Profiling the process showed tha