Skip to content
New issue

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

printURL does not work? #23

Open
paulwer opened this issue Nov 30, 2023 · 4 comments
Open

printURL does not work? #23

paulwer opened this issue Nov 30, 2023 · 4 comments

Comments

@paulwer
Copy link

paulwer commented Nov 30, 2023

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:

    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

Workaround

none

Specifications

  • Version: v1.6.0
  • Node version: v18.x.x
  • Platform: Windows
  • I tried multiple browsers (edge, chrome, firefox)

Maybe related to: #18

@joseluisq
Copy link
Owner

What do you mean by signed url? What browser is the browser version(s)? Can you show a screenshot or something?

@paulwer
Copy link
Author

paulwer commented Jan 6, 2024

The signed URL is just an URL from google cloud storage to access private files for a distinct amount of time.

@joseluisq
Copy link
Owner

It would be great to have an example to be able to reproduce the issue.

@paulwer
Copy link
Author

paulwer commented Jan 28, 2024

We have switched to another lib and I have currently just less time. Sorry.
From our POV this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants