PDF in PDF-Version 1.4

If you are a C/C++/C# developer and have any questions about using our products from your application here is the place to post them.
Post Reply
hpille
Posts: 8
Joined: Thu Oct 22 2009

PDF in PDF-Version 1.4

Post by hpille »

Hallo,
i need a PDF in PDF Version 1.4 or higher. I use the PDF Converter 4.0.0.7

When i convert a PDF with my c++ dll, i always get an PDF with the Version 1.3.

Extract or my Source:
....
#define IO_XMPMETADATA 0x00000010
#define IO_OUTPUTPDFA 0x00000008

SetImageOptions(hPrinter, IO_OUTPUTPDFA + IO_XMPMETADATA);
SetDefaultConfig(hPrinter);
...

Regards hpille
zaksoft
Posts: 66
Joined: Fri Feb 20 2004

Re: PDF in PDF-Version 1.4

Post by zaksoft »

I've found the a

pObj->put_Modified( TRUE);

is needed to get 1.4.
Davide Zaccanti
hpille
Posts: 8
Joined: Thu Oct 22 2009

Re: PDF in PDF-Version 1.4

Post by hpille »

Hallo zaksoft,

can you tell me where i can find the Methode put_Modified( TRUE). I can't find this in the PDF Converter Documentation.

Best regards
hpille
zaksoft
Posts: 66
Joined: Fri Feb 20 2004

Re: PDF in PDF-Version 1.4

Post by zaksoft »

wrapper of pdfcreactivex.dll
Davide Zaccanti
hpille
Posts: 8
Joined: Thu Oct 22 2009

Re: PDF in PDF-Version 1.4

Post by hpille »

Hallo,
now i have wrapped the pdfcreactivex.dll but in my pdfcreactivex.h i can't find any method like put_Modified( bool ). The only object in the pdfcreactivex.h is the CPDFCreactiveX.
Can you show me a little code snipped with object creation and how you call the methode put_Modified( bool ).

Thanks
Post Reply