-
-
Notifications
You must be signed in to change notification settings - Fork 531
Open
Conversation
...ying to canvas of iframe subsequently.
Thanks for this PR! It fixes a problem for me with unicode placeholder elements instead of the correct font character rendered in the resulted print (using ubuntus 'print to file' function).
Performance seems ok to me, not much different to the current implementation in master. Don't know if there are any other caveats or disadvantages with this solution.
👍 from me :)
opfertunes
commented
Apr 1, 2020
This also fixes a "missing font" issue in the print() function...
myverney
commented
Sep 29, 2020
请问一下 插件支持滚动翻页吗
aquinotgr00
commented
Nov 2, 2020
any reason this fix not merged with the main repo ?
simoneldevig
commented
Jan 11, 2021
I'm also very interested in this PR getting merged since I'm currently relying on a fork with this fix for getting PDF printing to work :-)
boboldehampsink
commented
Jan 19, 2021
+1
mathurin59000
commented
Aug 12, 2021
+1
2 similar comments
bvdalling
commented
Sep 2, 2021
+1
cdk0507
commented
Feb 14, 2022
+1
klren0312
commented
Jun 24, 2022
good
arnebm
added a commit
to Brendan-MacKenzie/vue-pdf
that referenced
this pull request
Jul 18, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Unfortunately #130 prints the whole web page for me rather than just the PDF. This method renders in the original document first and copies to the iframe. Inefficient, but effective.
Fixes #66