Version PDF %PDF-3.0\n3 0 #195
-
In the pdf that I'm trying to load, it has the version: %PDF-3.0\n3 0, in the GetPdfFileVersion calculation it is the value num2 with the value 30, so it returns 0, how do you fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We don't have specifications for PDF 3.0 yet. Do you have? Modify the source code to return all versions found. Or open the PDF file directly and read the header with your own code. |
Beta Was this translation helpful? Give feedback.
-
thanks for the feedback |
Beta Was this translation helpful? Give feedback.
We don't have specifications for PDF 3.0 yet. Do you have?
We'll discuss this in the PDFsharp team.
Modify the source code to return all versions found.
Or open the PDF file directly and read the header with your own code.
You can open a filestream once and use that for PDFsharp and your own purposes.