unidoc / unipdf-examples

Examples for creating and processing PDF files with UniPDF https://github.com/unidoc/unipdf
https://unidoc.io
273 stars 101 forks source link

Creates PDF file that Adobe Reader says is bad. #53

Open peterwilliams97 opened 5 years ago

peterwilliams97 commented 5 years ago

When you take PR https://github.com/unidoc/unipdf-examples/pull/52 and run the following command on the input PDF file README.pdf

go run pdf_text_locations.go README.pdf github

the output PDF file marked_up_README.pdf is not readable by Adobe Reader.

gunnsth commented 3 years ago

@peterwilliams97 Did we ever figure this one out?