wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.

Home Page:https://projects.wojtekmaj.pl/react-pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It will be very helpful if this plugin has feature to render editable pdf

salildts opened this issue · comments

Before you start - checklist

  • I understand that React-PDF does not aim to be a fully-fledged PDF viewer and is only a tool to make one
  • I have checked if this feature request is not already reported

Description

I'm using the react-pdf plugin to render a editable pdf by which I can fill the form of the given pdf and then can download it with the given inputs in the pdf.
But I could not get any scope to make the things ready for us.
So, my request is to add this feature and this plug in will be more helpful for us.

Proposed solution

No response

Alternatives

No response

Additional information

No response

Did you find any solution. i want to implement same feature as your. tried using pdfjs-dist in next 14 but getting a shit ton of errors which i could not resolve.

have you tried setting renderForm={true} on the Page component?