Replies: 1 comment
-
This is somewhat old question but still relevant. Is there a way to print to PDF in Tauri? I'm rebuilding my Invoicing for freelancers applicaton Upcount in Tauri and this would be a really nice feature to print invoices to PDF. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tauri noob here, trying to move an app from electron to tauri.
Electron has a method to directly print to pdf: https://www.electronjs.org/docs/api/web-contents#contentsprinttopdfoptions
I have found similar methods in tauri:
But I would like to print the webview to pdf.
How could this be done?
Beta Was this translation helpful? Give feedback.
All reactions