VB 6.0 - Setting Minor Version of a PDF
Asked By Argha Nag on 21-Nov-11 09:01 AM
Hi All,
I am currently using CAcroPDDoc in CAcroApp to generate a merged PDF, the version of Acrobat I am using is Adobe 7.0. The PDF version generated is PDF 1.6 as expected, however I would like to force the PDF version to PDF 1.4 within the client code.
Please can you help.
Regards,
Argha
Asked By Argha Nag on 21-Nov-11 09:27 AM
Thank you for your detailed insight James.
Basically I am using the following code snippet and would like to understand if there is any api available through which when my code creates a merged PDFs from the component PDFs using Acrobat 7.0, it would set the minor version to PDF 1.4 ?
Dim objAcrobatApp As Acrobat.CAcroApp
Dim objAcroContainerDoc As Acrobat.CAcroPDDoc
Dim objAcroContainerAVDoc As Acrobat.CAcroAVDoc
Dim objAcroDoc As Acrobat.CAcroPDDoc
Dim objAcroAVDoc As Acrobat.CAcroAVDoc
Anything like set flag to set the minor version. I have trying to look through various forums and havent come across anything useful.
Any help would be much appreciated.
Once again thank you for your help.