pdf contents

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
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

pdf contents

Post by Audros »

Hello,
we need to know if there is a way to retrieve the elements that compose a pdf via pdf editor,
• Identify the objects of the pdf
• Identify their nature (text, image ...) ... what other types does it exist?
• What is your image information? her size ? his coordinates ? in which unit? What other information do I have?

see please the example bellow.
best regard
Attachments
Example.png
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: pdf contents

Post by Sasha - Tracker Dev Team »

Hello Audros,

You can download a CoreAPIDemo project available from here:
https://github.com/tracker-software/PDFCoreSDKExamples
There you can find many samples on how to add and modify the content items.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: pdf contents

Post by Audros »

thank you for your answer
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: pdf contents

Post by Audros »

Hello,
Please, is there any way to explore that with pdfXchange editor dll. or we need to buy PDF-XChange Core API SDK
thanks
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: get pdf contents with PDFEDITOR

Post by Audros »

Hello,
we tried this example, it shows like you said how to add new content element to pdf, but we need actually to find how we can get any elements on contents, Identify the objects of the pdf, Identify their nature (text, image ...) ... what other types does it exist?, What is your image information? her size ? his coordinates ? in which unit? What other information do I have?
Can you help us.

Sasha - Tracker Dev Team wrote:Hello Audros,

You can download a CoreAPIDemo project available from here:
https://github.com/tracker-software/PDFCoreSDKExamples
There you can find many samples on how to add and modify the content items.

Cheers,
Alex
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: pdf contents

Post by Sasha - Tracker Dev Team »

Hello Audros,

There is also a sample where all of the images are being converted to grayscale - there you can get the overall idea how to work with the content and what content types are there (PXC_CIType).

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