[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mysterious pdf file won't be printed, all others will!



Johannes Wiedersich wrote:
> Try
> 
> $ pdftk your-funny.pdf burst output testfix.pdf

Sorry: please first try

$ pdftk your-funny.pdf output trytofix.pdf

The burst option is to split it in single pages, in case there is only
one problematic page.

Then one should also use a placeholder for automatic numbering:

$ pdftk your-funny.pdf burst output trytofix%02d.pdf

(assuming your pdf has less than 100 pages ;-)  )

$ man pdftk

should list all the different options.

Cheers,
Johannes


Reply to: