ohellel

Results 14 comments of ohellel

you haven't provided any details, but I think you should change the repo you are using when installing, instead of awesome Cordova plugins use Ionic native repo, and please inform...

I need this api its really important, I hope this gets resolved as soon as possible.

> To perform a silent print, you can use plugin [Tauri Plugin Printer](https://www.npmjs.com/package/tauri-plugin-printer). However, currently, it only supports Windows. > > > > > This plugin (tauri-plugin-printer) is just a...

> For now I workaround this by including node and puppeteer as a sidecar executable, but increases the binary size a lot > > See: > - https://github.com/mildred/web_docs/blob/74054afd143ab0c38b73300bf8c5eacaafcdec4a/package.json#L8-L12 > -...

On electron I generate a pdf from the main window with my own preferences silently and then I feed it's data back into a child window that acts as print...

Any updates about this feature (window.topdf(printOptions)), is it possible with the webview

https://weblog.west-wind.com/posts/2024/Mar/26/Html-to-PDF-Generation-using-the-WebView2-Control

When you invoke window.print it opens the native print window which inject a script to your html and adds a header (app name) and footer (url), the user can scroll...

I can't use jsPDF or any other pdf library because they don't support rtl languages fully but the browser have a good rendering engine when it comes to rtl languages....

Setting the body margins instead of the page margins will add margin-top for the first page but not the rest (2,3,4,5 ...... Etc will have margin-top:0). This can't be controlled...