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

PDF export without internet links #346

Closed
rafacouto opened this issue Mar 28, 2018 · 1 comment
Closed

PDF export without internet links #346

rafacouto opened this issue Mar 28, 2018 · 1 comment
Labels
bug It's a bug

Comments

@rafacouto
Copy link

In desktop, exporting to PDF document renders the links without address.

I have explored the code to this line:

this.webview_.printToPDF({}, (error, data) => {

and it seems an external dependency from the webview React component, but not sure...

@laurent22
Copy link
Owner

Yes it's a function of Electron: https://electronjs.org/docs/api/web-contents#contentsprinttopdfoptions-callback

It doesn't look like there's any option to handle links though

@laurent22 laurent22 added the bug It's a bug label Apr 16, 2018
@laurent22 laurent22 reopened this Apr 15, 2019
@lock lock bot locked and limited conversation to collaborators Oct 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

2 participants