Search found 3 matches
- Fri Aug 30, 2024 2:25 pm
- Forum: PDF-XChange Core API SDK
- Topic: Maintain PDF properties by VBA
- Replies: 2
- Views: 7376
Re: Maintain PDF properties by VBA
I just found the solution. If there is only one document , maintain the property values in the source (word, excel, PowerPoint, ... ) produce the pdf with: 'If it is a Word document If Not DOC Is Nothing Then With DOC .ExportAsFixedFormat PDFOutputFilename, 17, False, 0, , , , , True, , , , True, Fa...
- Fri Aug 30, 2024 7:45 am
- Forum: PDF-XChange Editor SDK
- Topic: v362: IPXC_DocSrcInfo.IsVirtualPDF SOLVED
- Replies: 5
- Views: 4180
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF SOLVED
Dear all, I just found, if I create a pdf and the docx, xlsx, pptx has a "TITLE" property set. This is stored in SrcInfo.DispTitle. We produce lot of pdfs and some of them have to be merged - like a cover.pdf, content.pdf(s), glossary.pdf. The final merged pdf need then a specific value in...
- Wed Aug 28, 2024 8:10 am
- Forum: PDF-XChange Core API SDK
- Topic: Maintain PDF properties by VBA
- Replies: 2
- Views: 7376
Maintain PDF properties by VBA
Dear all, We need to switch from Acrobat Distiller to PDF-XChange and I have already managed to merge PDF files into one. Now there is another problem to solve. We need to set some PDF properties like “title” or “author” with VBA code. It is part of a batch process and several 100 PDF files are crea...