Participant
August 28, 2021
Question
Corrupted file?
- August 28, 2021
- 1 reply
- 700 views
I suspect I have a pdf file that has a weird problem but I am not skilled enough to figure it out.
I can copy the file using utilities such as iText7 and pdfSharp but I get odd results when I try some other functions. The functions I use work with other pdf files, just not this one.
Iin one case when I try to scale the file to 50% size, I get a blank page. And when I try to use some graphic functions (such as var gfx = XGraphics.FromPdfPage(page); ), I get messages such as "Width and Height must be non-negative" although the properties of the page are standard 8.5" x 11".
Here is the link to file I am having problems with:
http://www.firish.com/temp/HandRecord1.pdf
(also attached if that is more convenient)
Thanks for any help or advice.
