Results 1 to 4 of 4

Thread: Alternative to kpdftool

  1. #1
    Join Date
    Oct 2007
    Beans
    94

    Alternative to kpdftool

    In my studies I often need to merge, cut and extract PDF files. Kpdtool used to be a really cool app to do this in my SUSE times. But development on it seems to have come to a premature end and there are no packages for ubuntu. Are there any GUI driven alternatives somewhere to be found - preferably GNOME?
    I know there is this comandline tool "pdftk", but I don't use it as much that I could memorize the syntax.. At the moment I just print pages to PDF when I want to extract something. With merging I'm helpless.

  2. #2
    Join Date
    Oct 2007
    Beans
    94

    Re: Alternative to kpdftool

    Nice thing would also be rotating pages by 90°

  3. #3
    Join Date
    Sep 2007
    Beans
    7

    Re: Alternative to kpdftool

    Quote Originally Posted by crazy ivan
    In my studies I often need to merge, cut and extract PDF files. Kpdtool used to be a really cool app to do this in my SUSE times. But development on it seems to have come to a premature end and there are no packages for ubuntu.
    You can/can't use kde applications in Gnome/Ubuntu ? Why not keep using kpdftool
    --I thought they had fixed their integration issues

    There is also something like scribus (a dtp package), but not for working directly on a pdf file (but able to open it), you could cut & paste from the data once it was opened and save the results to a new page, then create that as a pdf
    http://docs.scribus.net/index.php?la...iform/pdf_form
    http://www.tuxmagazine.com/node/1000225
    http://www.scribus.net/

    And there is also something
    http://sourceforge.net/projects/gscan2pdf
    --creating a pdf file from scans
    Last edited by DrHu; July 21st, 2008 at 05:34 AM.

  4. #4
    Join Date
    Oct 2007
    Beans
    94

    Re: Alternative to kpdftool

    Thanks for the good links DrHu.. With scribus one could do the stuff on PS/EPS but they can't import PDF yet.
    For me I came to a simple and very effective solution for merging PDFs:
    1) get the wonderfull rpm > deb converter alien
    Code:
     sudo apt-get install alien
    2) get the "kpdftool-0.22-10.1.i586.rpm" for Opensuse 10.1 from rpmseek.com
    3) do the conversion
    Code:
     sudo alien kpdftool-0.22-10.1.i586.rpm
    or more secure
    Code:
     fakeroot alien kpdftool-0.22-10.1.i586.rpm
    4) install
    Code:
     sudo gdebi kpdftool-0.22-10.1.i586.rpm
    5) execute (not listed in menu) an enjoy
    Code:
     kpdftool

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •