IPXV_ExportConverter.Convert() - nFlags parameter?  SOLVED

PDF-XChange Editor SDK for Developers

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - 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.
zarkogajic
User
Posts: 1527
Joined: Thu Sep 05, 2019 12:35 pm

IPXV_ExportConverter.Convert() - nFlags parameter?

Post by zarkogajic »

Hi Support,

What would be the "nFlags" parameter in IPXV_ExportConverter.Convert(..., nflags, ...) ?

p.s.
if required: for the "conv.exp.pdfa" converter.


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

Re: IPXV_ExportConverter.Convert() - nFlags parameter?  SOLVED

Post by Vasyl - PDF-XChange »

Please look for PXV_FmtConvertFlags enum:

FmtConvert_NoUI - denies UI showing inside from Convert()
FmtConvert_ForPreview - for import convertors only, to prevent open DRM-protected documents
FmtConvert_UsePagesRange - if not specified the Convert will ignore "PagesRange" params(when its supported by convertor)
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: 1527
Joined: Thu Sep 05, 2019 12:35 pm

Re: IPXV_ExportConverter.Convert() - nFlags parameter?

Post by zarkogajic »

Hi Vasyl,

Thanks!

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

IPXV_ExportConverter.Convert() - nFlags parameter?

Post by Radi - PDF-XChange »

:)