Summary: | I get error on conversion of some pdf files: /rangecheck in --get-- | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Reinemer <wilfried.reinemer> |
Component: | PDF Interpreter | Assignee: | Alex Cherepanov <alex> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | alex |
Priority: | P4 | ||
Version: | 8.53 | ||
Hardware: | PC | ||
OS: | Windows 2000 | ||
Customer: | Word Size: | --- | |
Attachments: | You get the error using this file |
Description
Reinemer
2006-01-13 08:19:31 UTC
Created attachment 1929 [details]
You get the error using this file
I cannot reproduce this on AMD64 provided by SourceForge: $uname -a Linux amd64-linux2.cf.sourceforge.net 2.6.9-1.667smp #1 SMP Tue Nov 2 15:09:11 EST 2004 x86_64 x86_64 x86_64 GNU/Linux $gcc --version gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) Please disregard my previous comment. It is about the bug 688486 and was posted here by mistake. This error is caused by a mistake in the PDF file. The file declares an embedded font as a Type1C font but embeds an unmodified PFB font instead. Acrobat Reader can repair the file and we should do this too. This is similar to the 688465 (a customer bug) where the Type and contents of the embedded font differ. Igor's suggestion is to load the font by the contents (similar to what the font loading of GS does) and issue a 'pdfformaterror' warning if they don't match. This is similar to the 688465 (a customer bug) where the Type and contents of the embedded font differ. Igor's suggestion is to load the font by the contents (similar to what the font loading of GS does) and issue a 'pdfformaterror' warning if they don't match. *** This bug has been marked as a duplicate of 688465 *** *** This bug has been marked as a duplicate of 688465 *** |