Questo spazio verrá prevalentemente utilizzato per condividere alcune informazioni e piccoli programmi che mi piace sviluppare nel tempo libero. L'argomento principale sono i sistemi operativi posix compliant tipo GNU/Linux. Spero che quello che trovate vi sia utile come lo é per me.
Read in English

servicemenu-pdf 0.3.3 for KDE

In this version there are two bug fix and one new feature:

  • Fixed bug in pdftk_kmenu.sh. Now is possible remove first page only.
  • Added default value “20″ for option “pages for booklet” in booklet menu
  • In ghostscript optimization, added various resolutions for outout document.

Download for KDE 3.x:

servicemenu-pdf 0.3.3 (tar.gz)
servicemenu-pdf 0.3.3 (deb)

Download for KDE 4.x:

servicemenu-pdf 0.3.3 (tar.gz)
servicemenu-pdf 0.3.3 (deb)

Enjoy

Filed under:KDE Service Menus

7 Responses to “servicemenu-pdf 0.3.3 for KDE”

  • roger herz-fischler Says:

    Dear Giuseppe Benigno,

    I went to your site, but when I went to
    servicemenu-pdf 0.3.3 (tar.gz) I ended up with a full page of things. I am rather am amateur and am only used to downloading a tar.gz file, opening it etc . In your case I see to be seeing ALL files in the ungz and untar files. I do not understand how I can down load them

    I am running KDE 3.? on MANDRAKE 2005, so maybe things won’t work. Thanks for writing this

    Roger Herz-Fischler

  • Giuseppe Benigno Says:

    Hi Roger, thank you.
    I not know your problem, but you can download this file in alternate way. Open an terminal and write:
    wget http://www.egregorion.net/works/servicemenus/servicemenu-pdf_0.3.3-kde3.tar.gz

    ok, now you can extract all files from archive with:
    tar -zxvf servicemenu-pdf_0.3.3-kde3.tar.gz

    PS. If you use an old version of pdftk or other required software, same features are not available.

    Bye

  • web7003 Says:

    I’ve been using pdftk for a long time and i wrote some scripts to do common printing actions but i find your kde plugin very useful.
    Really a well done app.
    THX,
    Giuseppe.

  • Giuseppe Benigno Says:

    Hi,
    is my pleasure collaborate with free software cause, and I’m very happy you like this little plugin.

    Thanks, good luck :-)

  • Pau Says:

    Thanks!

  • MaxiPunkt Says:

    You missed to set correct file-permissions in your KDE3-tarball.
    I ran into this issue by trying to do a system-wide installation.

    After unpacking, I did the following to fix this problem:

    find ./bin/*.sh ! -perm 755 -exec chmod 755 {} \;
    find ./pdf/*.desktop ! -perm 644 -exec chmod 644 {} \;

  • Giuseppe Benigno Says:

    hi, you are right, I fix this in the next release.
    Thank you.

Leave a Reply