Earlier quoted context omitted.
To be fair, on a Microsoft Surface you would just use your pen to sign directly on the screen which is much more natural. It doesn't make any sense to me that Steve Jobs was so anti-pen, while also pushing for intuitive interaction.
Perhaps if someone added electromagnetic traction so that the screen provided some push-back to the pen tip, it would seem "natural," but as things are now, my on-screen signature is as good as a chicken scratch.
Edge displays “123456” in PDF but prints “114447”
51–60 of 71 posts
Re: Edge displays “123456” in PDF but prints “114447”
#52Earlier quoted context omitted.
The built-in MacOS support for PDF is great. Any app that can print to a printer can print to a PDF file. And the Preview app, despite its name, can edit PDFs to add annotations (text, graphics), add or remove pages, etc. There's also a feature by which you sign your name on a piece of paper, hold it up to the camera, and it will capture it and insert it into a the document. It's convenient that these are built in an…
I worked on Preview at Apple from 2008-2011 and created the signature capture feature. It's always cool to hear people talk about it!
I used to hate PDFs before getting a Mac, but the first-class support in Preview, with features like that (along with the ability to tear out, reorder and attach pages) made me change my mind.
Re: Edge displays “123456” in PDF but prints “114447”
#53Just in case you don't click through, the bug submitter refers to a color PDF (not a scan, so image compression artifacts are not an issue) that is similar in appearance to a periodic table. That is, it is not the sequence of `123456` that is mistranslated into `114447`, but a sequence of 6 table cells, each containing a single digit. It's not just the numbers that are misprinted, but the text inside those cells too,…
It is, Edge caused case
Re: Edge displays “123456” in PDF but prints “114447”
#54The PDF goes through different rendering paths for display vs print. It's GDI+ for display, and WPF with an XPS spool file for print. So my guess is whatever does PDF to XPS filtering/conversion is getting something wrong; but then it could be complicated by an addtitional bug in the print driver which is why the report says the bug depends on what printer is used for printing.
Re: Edge displays “123456” in PDF but prints “114447”
#55Re: Edge displays “123456” in PDF but prints “114447”
#56Re: Edge displays “123456” in PDF but prints “114447”
#57Earlier quoted context omitted.
It's such an awesome feature. I don't use macOS as much as I used to but I will always switch to my Mac when I get a doc to sign, which is a lot. It must have saved many many millions of sheets of paper.
To be fair, on a Microsoft Surface you would just use your pen to sign directly on the screen which is much more natural. It doesn't make any sense to me that Steve Jobs was so anti-pen, while also pushing for intuitive interaction.
Re: Edge displays “123456” in PDF but prints “114447”
#58Earlier quoted context omitted.
The built-in MacOS support for PDF is great. Any app that can print to a printer can print to a PDF file. And the Preview app, despite its name, can edit PDFs to add annotations (text, graphics), add or remove pages, etc. There's also a feature by which you sign your name on a piece of paper, hold it up to the camera, and it will capture it and insert it into a the document. It's convenient that these are built in an…
I worked on Preview at Apple from 2008-2011 and created the signature capture feature. It's always cool to hear people talk about it!
I cry every day I'm on windows and need to do those simple things which Preview made so easy while being light.
Thank you for this!
Re: Edge displays “123456” in PDF but prints “114447”
#59Earlier quoted context omitted.
As someone who works in PDFs constantly (due to work in local government), I would say the point of a PDF is to be able to reproduce the result given a file, not to assume the file cannot be changed... you can easily edit and save PDF files using Acrobat, for example. It is common that when you "print to PDF" you take the output of the printer and serialize that to PDF. I use this feature often on my Mac (which I thi…
Absolutely right. PDF fixes the problem Word documents have where different versions of Word tends to render the document ever so differently. Usually in a way that seems to mess up all those beautiful page breaks you meticulously planned. It does this by every element having absolute positioning.
Of course, reflowing the document is really painful with that source.
Re: Edge displays “123456” in PDF but prints “114447”
#60Earlier quoted context omitted.
It's such an awesome feature. I don't use macOS as much as I used to but I will always switch to my Mac when I get a doc to sign, which is a lot. It must have saved many many millions of sheets of paper.
To be fair, on a Microsoft Surface you would just use your pen to sign directly on the screen which is much more natural. It doesn't make any sense to me that Steve Jobs was so anti-pen, while also pushing for intuitive interaction.