react-to-pdf
react-to-pdf copied to clipboard
Generate pdf from react components
Currently using node `v.14.15.4` and snowpack in my dev environment. After install, I received the following error: ``` [snowpack] ! building dependencies... [snowpack] Cannot find module ' ... react-app/app/node_modules/react-to-pdf/umd/index.js' Require...
I have this svg on the page.  when i download with that lib, the result is  it doesn't happen with images, anyone can help me with that?
I'm trying to print and save as PDF my table, but every time I generate the PDF it only prints a quarter... [avaliação.pdf](https://github.com/ivmarcos/react-to-pdf/files/5158645/avaliacao.pdf)
Is there a way to have more than a single page document if the content I'm tryna render spans multiple pages?
@viniciushfr did you find a solution to this problem? Im facing the same issue my svg on page  downloaded file  _Originally posted by @bhattiasad99 in https://github.com/ivmarcos/react-to-pdf/issues/41#issuecomment-1260715033_
If anyone is having issue with react version they may use this [package](https://www.npmjs.com/package/@kunwarji/react-to-pdf) over npm. https://github.com/KunwarVSuryavanshi/ReactToPDF
I just started playing around with this library it looks cool but i ran into the following issue when the content is large enough and a new page is created...
 Is any one know how to fix this
Hi, This is a great package. Works well on desktop. How do I configure this so that even when using mobile, it will still print the full width? Thanks! Great...
In the browser, the content ends like this:  But in the PDF it's cut off:  My...