Re: question about LegacyPDFStreamEngine

2020-03-14 Thread Tilman Hausherr
done (adjusted comments) Tilman Am 02.02.2020 um 17:19 schrieb Tilman Hausherr: I had a look... the calculations were indeed in PDFStreamEngine, but in processEncodedText(). ShowGlyph() didn't exist previously and when it existed has always been mostly empty. I'll adjust the comment within a

Re: question about LegacyPDFStreamEngine

2020-02-02 Thread Tilman Hausherr
I had a look... the calculations were indeed in PDFStreamEngine, but in processEncodedText(). ShowGlyph() didn't exist previously and when it existed has always been mostly empty. I'll adjust the comment within a few days (wait for feedback here) to replace "good" with "mostly empty". With "

Re: question about LegacyPDFStreamEngine

2020-01-29 Thread Tilman Hausherr
Am 29.01.2020 um 17:46 schrieb Justinus Menzel: Hi, I'm trying to convert PDF into XML and I'm using PDFText2HTML class in tools as inspiration. I noticed that PDFText2HTML extends PDFTextStripper which extends LegacyPDFStreamEngine. The comment sections on top of LegacyPDFStreamEngine says some

question about LegacyPDFStreamEngine

2020-01-29 Thread Justinus Menzel
Hi, I'm trying to convert PDF into XML and I'm using PDFText2HTML class in tools as inspiration. I noticed that PDFText2HTML extends PDFTextStripper which extends LegacyPDFStreamEngine. The comment sections on top of LegacyPDFStreamEngine says something peculiar: * This class exists only so that