I work for a government organization where we process resumes.
Occasionally, we get forms that are blank in Adobe Acrobat. In those cases, we generally open them in Chrome.
My theory is that Chrome is being used to fill out the PDFs and it writes with a proprietary font that Adobe Acrobat cannot access.
Today, we came across one that would not open in Chrome, but someone was able to open it in Firefox. However it's more! It isn't just a blank form like in previous examples. This version simply doesn't display at all.
Interested, I viewed the file in a text editor (notepad) where I saw the following code in the header:
Code:
%PDF-1.4
%ÓôÌá
1 0 obj
<<
/CreationDate(D:20231107181515-05'00')
/Creator(PDFsharp 1.50.4740 \(www.pdfsharp.com\))
/Producer(PDFsharp 1.50.4740 \(www.pdfsharp.com\))
>>
endobj
2 0 obj
<<
/Type/Catalog
/Pages 3 0 R
>>
endobj
3 0 obj
<<
/Type/Pages
/Count 4
/Kids[34 0 R 61 0 R 63 0 R 73 0 R]
>>
endobj
4 0 obj
<<
/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]
/ExtGState 5 0 R
/Font 8 0 R
>>
endobj
5 0 obj
<<
Does anyone here know enough about the guts of the PDF writer to give me any information on this file?
Particularly, we are curious as to why it can only be opened in Firefox.
Since this is somebody's resume and I work at a government facility, obviously I cannot post the resume here.