Hacker News new | ask | show | jobs
by dreix 2729 days ago
I need to run a vue app that can load an external file into its own frame and print that to PDF. Can sciter do that? Right now I'm using a webview in electron which lets me print just that webview to PDF.
1 comments

Sciter supports print and print preview out of the box: https://terrainformatica.com/2015/05/25/sciter3-print-previe...

As of PDF generation: Skia backend is capable of PDF generation but that functionality is not exposed to script yet.

Another option: Windows supports PDF print drivers so you can just print on it to get PDF.