Rodrigo Vieira

Results 30 comments of Rodrigo Vieira

FYI: Version 1.2.0 now supports printing PDF files in Edge. The new package has been published to npm.

FYI: Version 1.3.0 now supports printing PDF files in Firefox.

Hi @cesarechazu, that's the expected behavior. As of right now, the document title was intended to be used with HTML, image and JSON prints. However, I can see that when...

Got it. That's what I thought. Currently, the lib won't use the document title for this. Also, keep in mind that the main purpose for this library is to print....

Ref.: https://stackoverflow.com/a/52966766 https://stackoverflow.com/questions/44061354/set-the-default-save-as-name-for-a-an-embed-or-iframe-that-uses-a-blob https://stackoverflow.com/a/41947861

@varshapwalia The issue is probably due to the fact that you are killing the session by redirecting the user to another url. Please try adding a small timeout to your...

Actually, I misread your code, sorry. Just tested it in Chrome v86 on both MacOS and Windows. It works fine in MacOS but it seems to have stopped working in...

I confirmed this issue when printing PDF documents in Safari on Big Sur. My guess is that the browser is flagging the document as cached before its actually finished, therefore...

I haven't been active in the library for a while. Trying to catch up. Sorry so much for the long delay. I just saw this PR and I love it....

Hey @shikazu, thank you so much for pointing this out. I thought we tested it with Php 7.4. I'll go over it and post an update here once we push...