Hi Support,
What would be IPXC_DocSrcInfo.IsVirtualPDF used for ?
-žarko
v362: IPXC_DocSrcInfo.IsVirtualPDF SOLVED
Moderators: Daniel - PDF-XChange, PDF-XChange Support, Vasyl - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.
When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.
When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
-
- User
- Posts: 1462
- Joined: Thu Sep 05, 2019 12:35 pm
- Vasyl - PDF-XChange
- Site Admin
- Posts: 2444
- Joined: Thu Jun 30, 2005 4:11 pm
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF
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
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 1462
- Joined: Thu Sep 05, 2019 12:35 pm
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF SOLVED
Vasyl,
Thanks.
-ž
Thanks.
-ž
- Radi - PDF-XChange
- Site Admin
- Posts: 614
- Joined: Tue Mar 03, 2015 12:46 pm
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF
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)
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)
- Vasyl - PDF-XChange
- Site Admin
- Posts: 2444
- Joined: Thu Jun 30, 2005 4:11 pm
Re: v362: IPXC_DocSrcInfo.IsVirtualPDF
Also you may use the proposed solution from viewtopic.php?t=43617 (about Doc.Info[...] indexed property)
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.