Page 1 of 1

pdf contents

Posted: Wed Dec 05, 2018 1:50 pm
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

Re: pdf contents

Posted: Wed Dec 05, 2018 3:03 pm
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

Re: pdf contents

Posted: Wed Dec 05, 2018 3:36 pm
by Audros
thank you for your answer

Re: pdf contents

Posted: Wed Dec 05, 2018 4:00 pm
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

Re: get pdf contents with PDFEDITOR

Posted: Wed Dec 05, 2018 5:11 pm
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

Re: pdf contents

Posted: Thu Dec 06, 2018 6:35 am
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