Changes between Initial Version and Version 2 of Ticket #35214


Ignore:
Timestamp:
Jul 17, 2012, 1:35:31 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Sorry, I don't know what to do about this. Please try contacting the developer of pdftk.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35214

    • Property Priority changed from High to Normal
    • Property Port pdftk added
  • Ticket #35214 – Description

    initial v2  
    11On MacOSX 10.7.4, ports 2.1.1, when I try to do
    22
     3{{{
    34pdftk test_in.pdf cat output test_out.pdf
     5}}}
    46
    57on the attached file, it aborts with "Trap 6". On other pdf-files I get other errors:
    68
     9{{{
    710Unhandled Java Exception:
    811java.lang.NullPointerException
     
    1922   at com.lowagie.text.pdf.PdfDocument.<init>(pdftk)
    2023   at com.lowagie.text.pdf.PdfCopy.<init>(pdftk)
     24}}}
    2125
    2226or
    2327
     28{{{
    2429Unhandled Java Exception:
    2530java.lang.NullPointerException
     
    3136   at com.lowagie.text.pdf.PdfDocument.<init>(pdftk)
    3237   at com.lowagie.text.pdf.PdfCopy.<init>(pdftk)
     38}}}