You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to take an existing React page (or section of it) and convert it to PDF?
So like if I have a complex group of React / MUI Components that represents a quote for instance - I can "virtual print" that section as a PDF easily in Chrome.
But I'd like to skip the "print" step and just provide a "Download PDF" button directly that essentially provides that. But I don't want to have to re-style the entire thing using React-PDF syntax.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to take an existing React page (or section of it) and convert it to PDF?
So like if I have a complex group of React / MUI Components that represents a quote for instance - I can "virtual print" that section as a PDF easily in Chrome.
But I'd like to skip the "print" step and just provide a "Download PDF" button directly that essentially provides that. But I don't want to have to re-style the entire thing using React-PDF syntax.
Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions