IncreaseVersion

Discussions about PDF management.
Post Reply
10risp
Posts: 4
Joined: Wed May 08, 2013 8:03 pm

IncreaseVersion

Post by 10risp » Fri Aug 16, 2013 4:33 pm

Good Morning!

I have the SDK GdPicture V9, and I'm trying to decrease the release of PDF / A.
GdPicturePDFArq: = TGdPicturePDF.Create (NIL);
GdPicturePDFArq.Connect;
GdPicturePDFDest: = TGdPicturePDF.Create (NIL);
GdPicturePDFDest.Connect;
GdPicturePDFArq.LoadFromFile (lstArquivos [iconv]. ArqPDF, true);
ShowMessage (GdPicturePDFArq.GetVersion);
/ / HERE is coming with Recurring '1 .5 '
GdPicturePDFDest.NewPDF_2 (false);

For i: = 1 To GdPicturePDFArq.GetPageCount the
GdPicturePDFDest.ClonePage_2 (GdPicturePDFArq.DefaultInterface i);
GdPicturePDFDest.SetAuthor (FAuthor);
GdPicturePDFDest.SetSubject (FSubject);
GdPicturePDFDest.SetTitle (FTitle);
GdPicturePDFDest.SetCreator (FCreator);
GdPicturePDFDest.SetKeyWords (FKeyWords);
GdPicturePDFDest.SetProducer (FProducer);
GdPicturePDFDest.IncreaseVersion (4);
ShowMessage (GdPicturePDFDest.GetVersion);
/ / Even after trying to modify the version, it only accepts boost version, but I can not decrease.
What can I do?

SamiKharma
Posts: 352
Joined: Tue Sep 27, 2011 11:47 am

Re: IncreaseVersion

Post by SamiKharma » Sun Aug 18, 2013 8:47 am

Hi,

>>and I'm trying to decrease the release of PDF / A.
I do not understand what you are trying to accomplish. Could you please explain more clearly what your goal is, what you have tried to do to accomplish it, and what the problem is.

Best,
Sami

10risp
Posts: 4
Joined: Wed May 08, 2013 8:03 pm

Re: IncreaseVersion

Post by 10risp » Mon Aug 19, 2013 1:58 pm

I'm trying to reduce the PDF version.
When I create it comes with version 1.5 and 1.4 need to generate.
There is only the method of increasing(GdPicturePDFDest.IncreaseVersion) the version, I want to know how can I decrease.

SamiKharma
Posts: 352
Joined: Tue Sep 27, 2011 11:47 am

Re: IncreaseVersion

Post by SamiKharma » Mon Aug 19, 2013 2:22 pm

Hi,

I am sorry, you cannot decrease a version of PDF/A to an older version, you can only increase it to a higher one.

Best,
Sami

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest