Page 1 of 1
v362: IPXC_DocSrcInfo.IsVirtualPDF
Posted: Wed Aug 10, 2022 2:39 pm
by zarkogajic
Hi Support,
What would be IPXC_DocSrcInfo.IsVirtualPDF used for ?
-žarko
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF
Posted: Sat Aug 13, 2022 2:52 am
by Vasyl - PDF-XChange
Its flag for the case when PDF is just created in memory from any non-pdf file. For example when it is created from text/docx/xlsx. etc
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF SOLVED
Posted: Sat Aug 13, 2022 7:18 am
by zarkogajic
Vasyl,
Thanks.
-ž
v362: IPXC_DocSrcInfo.IsVirtualPDF
Posted: Mon Aug 15, 2022 10:52 am
by Radi - PDF-XChange
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF
Posted: Fri Aug 30, 2024 7:45 am
by Roland_27
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 the title property. Based on that value, the pdf is classified and distributed in our intranet world.
Now I found the IPXC_DocSrcInfo and hope this is the way how to set the title with VBA...
I made already another post for this (
viewtopic.php?t=43617) As I expect this thread is closer to my solution, I write here...
Thanks for help!
Roland
update: 20240830:
Just found solution. In short, add title and other properties in the base word/excel and take it as first file to merge. I update solution example in the case above (43617)
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF
Posted: Mon Sep 02, 2024 7:27 pm
by Vasyl - PDF-XChange
Also you may use the proposed solution from
viewtopic.php?t=43617 (about Doc.Info[...] indexed property)