Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Wed Mar 19, 2014 9:16 pm

Hello,

I am trying to load a pdf document with a file version of 1.7 and I want to convert it to 1.3.

I am using the following code:
"
Dim document As New PdfDocument

document.LoadFromFile("C:\Temp\test1.pdf")
document.FileInfo.Version = PdfVersion.Version1_3
document.SaveToFile("C:\Temp\01.pdf")
"
However when I open the document with Adobe Acrobat Reader it is telling me that the file version is PDF Version: 1.5 (Acrobat 6.x)

Any idea if this is just an Adobe problem in identifying the version that Spire.PDF creates ?
Or am I Doing something wrong ?

Thank you,
Antoine Awad

tonyawad88
 
Posts: 1
Joined: Wed Mar 19, 2014 8:07 pm

Thu Mar 20, 2014 3:07 am

hi,

About your problem, we have used the spire.pdf_2.9.43 version to test and didn't reproduce your problem, please download the hotfix from the link http://www.e-iceblue.com/Download/downl ... t-now.html and test it again.

If there are any questions, welcome to get it back to us.
Sincerely,
Lisa
E-iceblue support team
User avatar

lisa.chen
 
Posts: 21
Joined: Thu Mar 20, 2014 2:31 am

Return to Spire.PDF