[gs-bugs] [Bug 693154] Some pages appears with no text while extracting from PDF

bugzilla-daemon at ghostscript.com bugzilla-daemon at ghostscript.com
Mon Jun 25 15:34:39 UTC 2012


http://bugs.ghostscript.com/show_bug.cgi?id=693154

--- Comment #1 from Ken Sharp <ken.sharp at artifex.com> 2012-06-25 15:34:38 UTC ---
(In reply to comment #0)
> Created an attachment (id=8711)
 --> (http://bugs.ghostscript.com/attachment.cgi?id=8711) [details]
> Pages #3 and #4 appears without text when extracting them from attached file
> 
> I split PDF into pages with help of usable command line:
> 
> for G in $(seq 1 $(pdfinfo 47.pdf | sed -n 's/Pages:[^0-9]*\([0-9]*\).*/\1/p'))
> ; do 
>    gs \
>     -dSAFER \
>     -sDEVICE=pdfwrite \
>     -dBATCH \
>     -dNOPAUSE \
>     -dFirstPage=$G \
>     -dLastPage=$G \
>     -o $G.pdf \
>      47.pdf ;
> done
> 
> But some pages appears without text (Graphics are still present)

This report will get *considerably* more attention if you supply a Ghostscript
command line, not a script which requires me to debug under Linux.

A smaller file would also help, as woudl testing with the current version of
Ghostscript. 

All of which I mentioned in my reply to you on Stack Overflow....

-- 
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gs-bugs mailing list