We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open print dialog
no action => when looking at the browser-console, there is no output when looking at the browser-elements the iframe gets successfully created
use printURL function like following:
d.printURL(fileWithSignedUrl.signedUrl, ({ launchPrint }) => { console.log('Content loaded!') // fire printing! launchPrint() })
in the usecase above the url is a signed url from gcp storage, but we also tried it with another file
none
v1.6.0
v18.x.x
Maybe related to: #18
The text was updated successfully, but these errors were encountered:
What do you mean by signed url? What browser is the browser version(s)? Can you show a screenshot or something?
Sorry, something went wrong.
The signed URL is just an URL from google cloud storage to access private files for a distinct amount of time.
It would be great to have an example to be able to reproduce the issue.
We have switched to another lib and I have currently just less time. Sorry. From our POV this issue can be closed.
No branches or pull requests
Expected Behavior
open print dialog
Actual Behavior
no action => when looking at the browser-console, there is no output
when looking at the browser-elements the iframe gets successfully created
Steps to Reproduce the Problem
use printURL function like following:
in the usecase above the url is a signed url from gcp storage, but we also tried it with another file
Workaround
none
Specifications
v1.6.0
v18.x.x
Maybe related to: #18
The text was updated successfully, but these errors were encountered: