Search found 3 matches

by rit750104
Wed Feb 12, 2020 6:05 pm
Forum: PDF
Topic: Can't save with required PDF Version
Replies: 5
Views: 11827

Re: Can't save with required PDF Version

Hello, Hugo.
Thank you for your reply.
I overlooked that part of the documentation.
Thank you for the valuable information.
by rit750104
Wed Feb 12, 2020 6:42 am
Forum: PDF
Topic: Can't save with required PDF Version
Replies: 5
Views: 11827

Re: Can't save with required PDF Version

Hi there, I wrote the code as below. using (var oGdPictureImaging = new GdPictureImaging()) { int m_SrcImageID = oGdPictureImaging.CreateGdPictureImageFromFile(this.txtSrcFile.Text); int iPageCount = oGdPictureImaging.GetPageCount(m_SrcImageID); using (var oGdPicturePDF = new GdPicturePDF()) { oGdPi...
by rit750104
Thu Feb 06, 2020 10:04 am
Forum: PDF
Topic: Can't save with required PDF Version
Replies: 5
Views: 11827

Can't save with required PDF Version

Hi.

I created PdfConformance.PDF1_2 with gdPicturePDF.NewPDF, and created a new PDF file.
When I checked the created PDF file with the GetPDFAConformance method, it was PDF Version 1.3.
How do I create a PDF file as a regular PDF Version 1.2?