You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-d...@lists.mozilla.org
Hello,
I am really interested in printing PDFs across devices. I really like viewer.html printing experience. To me it is amazing that no document metadata is included in the print output.
Up until today, I have being experimenting with printing PDFs within Iframes though it has proven difficult on Firefox, Internet Explorer and Android browsers.
I would like to silently render the PDF.js viewer within a document and trigger a print job on it.
>From what I can tell viewer.js assumes that the document doesn't include anything else.
Interested to know if other people are using PDF.js for printing.
Simon Males
unread,
Jun 15, 2015, 12:22:54 PM6/15/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-d...@lists.mozilla.org
This is pretty complex for me at the moment, I still cannot entirely see how canvas printing hides page metadata from the print out.
Then I uncovered this gem from the original proposal: "Using CSS it's possible to make one canvas element take up one physical page and then precisely layout content on the canvas." https://etherpad.mozilla.org/printCallbackSpec
I would love to see a reduced example of this, I fail to see in PDF.js how this is actually achieved.
ydel...@mozilla.com
unread,
Jun 15, 2015, 12:41:04 PM6/15/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-d...@lists.mozilla.org
On Monday, June 15, 2015 at 11:22:54 AM UTC-5, Simon Males wrote:
> Then I uncovered this gem from the original proposal: "Using CSS it's possible to make one canvas element take up one physical page and then precisely layout content on the canvas." https://etherpad.mozilla.org/printCallbackSpec >
> I would love to see a reduced example of this, I fail to see in PDF.js how this is actually achieved.