Edit/modify the contents of the PDF

Hi Sir/Madam,

We are planning to develop an application that can open/view the PDF files (Image+Text searchable PDF format). It will also allow the user to edit/modify the contents of the PDF files purposely for correction (mainly edit the text). Then it will save the PDF files after finish edited.

Is it possible the Aspose PDF Kit having such capability to do it?
Please advise.
Thank you and have a nice day.

Best Regards,
Koon Swan

Hi Koon,

Thanks for considering Aspose.

  1. Open and view PDF: Please refer to PdfViewer.

  2. Edit and modify content: Please refer to api doc Class PdfContentEditor | Aspose.PDF for .NET API Reference.

Hi Kevin,

Thanks for the prompt reply.

In the PdfContentEditor members, I find out there are 2 method : Create Free Text Annotations and Replace Text which can edit the PDF files.
But I believe this 2 is not the feature that similiar with the Adobe Acrobat TouchUp Text tool.
We only need to make correction on the text inside the PDF contents.
Can we using the PDF kit to edit the text inside the PDF contents.
Please advise.
Thank you.

Best Regards,
Koon Swan

Hi Koon,

It seems that you need a powerful edit GUI tool.

We are working hard to reach this object (it can't be reached in a short time), but at the current version we can edit the text content by Replacing the string to make correction on the text. Such as , replacing "wrong" with "right".

Best regards.