[Bug 228388] print/ghostscript9-agpl-base does not work with pdf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 21 01:22:25 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228388

            Bug ID: 228388
           Summary: print/ghostscript9-agpl-base does not work with pdf
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: doceng at FreeBSD.org
          Reporter: rajil.s at gmail.com
             Flags: maintainer-feedback?(doceng at FreeBSD.org)
          Assignee: doceng at FreeBSD.org

I have installed the pkg version of print/ghostscript9-agpl-base. I have a
scanned pdf document,

$ pdffonts 20180318161400-report_002764.pdf
name                                 type              encoding         emb sub
uni object ID
------------------------------------ ----------------- ---------------- --- ---
--- ---------


$ pdfinfo 20180318161400-report_002764.pdf
Tagged:         no
UserProperties: no
Suspects:       no
Form:           none
JavaScript:     no
Pages:          2
Encrypted:      no
Page size:      599.4 x 790.56 pts
Page rot:       0
File size:      479947 bytes
Optimized:      no
PDF version:    1.3

With print/ghostscript9-agpl-base i get an error,
$ gs -sDEVICE=pdfwrite -sOutputFile=x13.pdf 20180318161400-report_002764.pdf
GPL Ghostscript 9.16 (2015-03-30)
Copyright (C) 2015 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 2.
Page 1
   **** Error reading a content stream. The page may be incomplete.
   **** File did not complete the page properly and may be damaged.
>>showpage, press <return> to continue<<

Page 2
   **** Error reading a content stream. The page may be incomplete.
   **** File did not complete the page properly and may be damaged.
>>showpage, press <return> to continue<<


   **** This file had errors that were repaired or ignored.
   **** Please notify the author of the software that produced this
   **** file that it does not conform to Adobe's published PDF
   **** specification.

GS>



However with print/ghostscript9-base the same document works,
$ gs -sDEVICE=pdfwrite -sOutputFile=x13.pdf 20180318161400-report_002764.pdf
GPL Ghostscript 9.06 (2012-08-08)
Copyright (C) 2012 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 2.
Page 1
>>showpage, press <return> to continue<<

Page 2

>>showpage, press <return> to continue<<
GS>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list