v362: IPXC_DocSrcInfo.IsVirtualPDF  SOLVED

PDF-XChange Editor SDK for Developers

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.
Post Reply
zarkogajic
User
Posts: 1462
Joined: Thu Sep 05, 2019 12:35 pm

v362: IPXC_DocSrcInfo.IsVirtualPDF

Post by zarkogajic »

Hi Support,

What would be IPXC_DocSrcInfo.IsVirtualPDF used for ?

-žarko
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2444
Joined: Thu Jun 30, 2005 4:11 pm

Re: v362: IPXC_DocSrcInfo.IsVirtualPDF

Post 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
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.
zarkogajic
User
Posts: 1462
Joined: Thu Sep 05, 2019 12:35 pm

Re: v362: IPXC_DocSrcInfo.IsVirtualPDF  SOLVED

Post by zarkogajic »

Vasyl,

Thanks.

User avatar
Radi - PDF-XChange
Site Admin
Posts: 614
Joined: Tue Mar 03, 2015 12:46 pm

v362: IPXC_DocSrcInfo.IsVirtualPDF

Post by Radi - PDF-XChange »

:)
Roland_27
User
Posts: 3
Joined: Wed Aug 28, 2024 7:46 am

Re: v362: IPXC_DocSrcInfo.IsVirtualPDF

Post 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)
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2444
Joined: Thu Jun 30, 2005 4:11 pm

Re: v362: IPXC_DocSrcInfo.IsVirtualPDF

Post by Vasyl - PDF-XChange »

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.
Post Reply