doubt

can we changed the particular image from the pdf?

yes you can

yes you can change it

Hello,

If you are looking to export PDF documents to images, it is possible to do so using our PDFDraw class. Please see the sample code below for more information:
https://www.pdftron.com/documentation/samples/cs/PDFDrawTest?platforms=windows

Please let me know if this works for you. If this does not fulfill your requirements, could you please provide us with some further details as to what you would like to accomplish (input file/ expected output files would be helpful)?

Thank you.

No sir,export is not the problem…i want to change content and particular image from the pdf …is this possible?

Hello Ajith,

Thank you for the clarification. It sounds like you are looking to change content on a PDF. This can be done in many ways.

You can use the content replacer API that the SDK offers to change things like text and images (and regions):
https://www.pdftron.com/documentation/samples/cs/ContentReplacerTest?platforms=windows

Alternatively, you can use the ElementWriter and Reader API to change content within a PDF at a low-level:
https://www.pdftron.com/documentation/samples/cs/ElementEditTest?platforms=windows

Please let me know if this works for you, and if you have any further questions.

Thank you.

sounds good…thank you