Open BXHlixiaodong opened 1 year ago
You don't see a Tj
operator because the PDF you provided doesn't contain one. It seems that the PDF is solely made up of images (of text).
That test04.output.pdf
differs from the original is probably due to #78.
Hi all.
I got a pdf generated by ghostscript on debian buster. I tried to parsing its page contents:
here is the test04.pdf.
I found no
Tj
operator from stdout, and thetest04.output.pdf
lose some elements,test04.output.pdf
is not the same withtest04.pdf
.Does anyone know how to fix it? or should I use other methods base on
Stream
orObject
? Thanks.