On 01/25/2014 04:48 AM, Roger wrote:
Hello
I have several very lengthy pdf documents which I need to adjust.
I need to remove the first 30-50 pages of cruft and the last 5-20 pages and several middle pages then save the altered document either as pdf or something else. Can this be done with convert or is there another suitable tool in Fedora 19?

Thanks for any pointers
Roger

I have used this technique. It offers an alternative to the pdftk tool mentioned in other posts.

Example:
    Original file is fred.pdf
    Target file is wilma.pdf
    We will extract pages 8 and 9

    pdftops fred.pdf - | psselect -p8-9 | ps2pdf14 - wilma.pdf

I don't know if this is easier or harder than doing the same thing with pdftk.

Charlie
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to