sandanat / vue-pdf-app

VUEjs v2 PDF viewer based on Mozilla's PDFJS
MIT License
225 stars 103 forks source link

Is there any utility function to edit rendered content on PDF #95

Open SMNaik123 opened 2 years ago

SMNaik123 commented 2 years ago

Is there any utility function available to edit the text content of the PDF document.

Few PDF files have whitespace issue which needs to be rendered correctly. Need a way to programatically update such cases to remove leading and trailing spaces in each line of text layer. For instance:: On searching :: The Professional acknowledges

image

On searching :: TheProfessional acknowledges

image

Need help with this.