How to highlight text in pdf using PdfKit

698 Views Asked by At

I am creating app where i need to load the pdf file from document directory and need to highlight text manually by user. Also we need to export the updated pdf file and upload it to the server. Is there any way to manage the same using pdfkit ? Please share the sample code if available.

We are using the library as a reference is listed below https://github.com/uxmstudio/UXMPDFKit This library is using the same concept as we need but exporting the pdf is the main task we need to achieve.enter image description here

In simple word we can say that user can highlight some text from the displayed pdf text and upload it to the server.

0

There are 0 best solutions below