-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Add support for MMType1 fonts with embedded font files #5308
Conversation
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/d06700bfc8e997e/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/d06700bfc8e997e/output.txt Total script time: 0.76 mins Published
|
I agree. See also the comments over at https://issues.apache.org/jira/browse/PDFBOX-1896. |
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/dea947e5fcf73f9/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/049775624306d71/output.txt |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/049775624306d71/output.txt Total script time: 2.89 mins
Image differences available at: http://107.22.172.223:8877/049775624306d71/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/dea947e5fcf73f9/output.txt Total script time: 22.82 mins
|
looks good to me |
/botio-windows test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 1 Live output at: http://107.22.172.223:8877/11f055c8bc3dc1b/output.txt |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/11f055c8bc3dc1b/output.txt Total script time: 2.99 mins
Image differences available at: http://107.22.172.223:8877/11f055c8bc3dc1b/reftest-analyzer.html#web=eq.log |
/botio-windows test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/2254185810542f5/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/2254185810542f5/output.txt Total script time: 21.45 mins
|
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/1d246c853f3a7b8/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/220720bc051a457/output.txt |
Add support for MMType1 fonts with embedded font files
Thank you for the patch |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/1d246c853f3a7b8/output.txt Total script time: 19.79 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/220720bc051a457/output.txt Total script time: 22.49 mins
|
According to the PDF specification (see http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdf#page=265):
Based on the above, I don't think that we actually need to do anything to be able to support PDF files with
MMType1
fonts with embedded font files. In all the cases ofMMType1
fonts that I've come across, all the font properties used are really just the ones used for normalType1
fonts.Fixes #1381.
Fixes #4500.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=794222.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=849634.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1069315.