Convert Word to PDF  SOLVED

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

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
jusWest
User
Posts: 150
Joined: Fri Aug 24, 2018 8:26 am

Convert Word to PDF

Post by jusWest »

Hello!

I thought I read somewhere that pdfexchange editor/sdk has the possibility to convert a word document to a pdf file.

But I can not find any clear info on that. Is it possible? And how to do it using the SDK?

Regards
Ronny
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

Re: Convert Word to PDF  SOLVED

Post by zarkogajic »

Hi jusWest,

You need to have MS Office Word installed.

If you need an IPXV document use CreateOpenDocParams and NativeOnly = false
If you need an IPXC document use op.openDoc IOperation with NativeOnly = false

You can also set some options: https://forum.pdf-xchange.com/viewtopic.php?f=66&t=35492&p=147392&hilit=ConvertWithMarkup#p147392

Those that are settable here:

image.png

-žarko
User avatar
Chris - Tracker Supp
Site Admin
Posts: 797
Joined: Tue Apr 14, 2009 11:33 pm

Re: Convert Word to PDF

Post by Chris - Tracker Supp »

Thank you for your input žarko :)
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.


Chris Attrell
Tracker Sales & Support North America
http://www.tracker-software.com
jusWest
User
Posts: 150
Joined: Fri Aug 24, 2018 8:26 am

Re: Convert Word to PDF

Post by jusWest »

zarkogajic wrote: Thu Dec 09, 2021 4:42 pm Hi jusWest,

You need to have MS Office Word installed.

If you need an IPXV document use CreateOpenDocParams and NativeOnly = false
If you need an IPXC document use op.openDoc IOperation with NativeOnly = false

You can also set some options: https://forum.pdf-xchange.com/viewtopic.php?f=66&t=35492&p=147392&hilit=ConvertWithMarkup#p147392

Those that are settable here:


image.png


-žarko
Thank you žarko
User avatar
Dimitar - Tracker Supp
Site Admin
Posts: 1797
Joined: Mon Jan 15, 2018 9:01 am

Convert Word to PDF

Post by Dimitar - Tracker Supp »

:)
Post Reply