When is the right time to get IPXC_ContentCreator?

A forum for questions or concerns related to the PDF-XChange Core API SDK

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, 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
omascia
User
Posts: 48
Joined: Thu Mar 11, 2010 7:07 pm

When is the right time to get IPXC_ContentCreator?

Post by omascia »

Can I get that interface after document setup and re-use it until I'm done with building the whole document?
Or do I have to request a new ContentCreator interface when starting building content on each new page?
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: When is the right time to get IPXC_ContentCreator?

Post by Sasha - Tracker Dev Team »

Hello omascia,

The best way to use the Content Creator would be to create it for each page. Because creating it once and resetting it would not be efficient enough and will make the code a little heavier.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply