In order to download pdftk-1.41-1.el5.rf.i386 on centos (6.2), I wrote:
wget http://dag.wieers.com/rpm/packages/pdftk/pdftk-1.41-1.el5.rf.i386.rpm
In order to download the rpm,
to install I wrote:
rpm -ihv pdftk-1.41-1.el5.rf.i386.rpm
I get the error:
warning: pdftk-1.41-1.el5.rf.i386.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
error: Failed dependencies:
libgcj.so.7
I'm trying to install PDFTK on Cent OS 6 but get the following error:
Package: pdftk-1.44-2.el5.rf.x86_64 (rpmforge)
Requires: libgcj.so.7rh()(64bit)
Here's more of the messages I got:
--> Processing Dependency: libgcj.so.7rh()(64bit) for package: pdftk-1.44-2.el5.rf.x86_64
--> Finished Dependency Resolution
Error: Package: pdftk-1.44-2.el5.rf.x86_64 (rpmforge)
Req
Suppose I want to execute pdftk input FilesHighlightedInX out specifiedByUserInX in the following way:
User highlights files in X
User clicks some button, shortcut, right-mouse-button-select, to execute a Bash script with the pdftk command
The output file will appear in the directory where user executed the command (user can specify the name of the output or not, modular functionality)
How can
I can't get rid of an existing pdf's BOOKMARKS. I tried via Terminal with pdftk and pdfoutline but it's not effective.
My plan was to make a copy of the pdf, without the metadata (which includes bookmarks) through pdftk and then apply an outline with pdfoutline. Do you know a way to eliminate exiting bookmarks or override them?
Thanks.
I am converting images to pdfs.I use following command
convert page.jpg page.pdf
and then combine multiple pdf's generated accordingly by command
pdftk 1.pdf 2.pdf output result.pdf
but I noticed loss of quality in the resulting pdf.Is there some way that I can retain the quality of pdf i.e.
I want to pass the all files as single argument on linux but i am not bale to do that.
This is working
ls | sort -n | xargs -i pdftk {} cat output combinewd2.pdf
But this passes as single argument per command
but i want all in one command
Closing as being very old. Frankly if pdftk still hasn't been fixed by now (2 years later) you may want to consider alternatives.
ngoonee
https://bbs.archlinux.org/profile.php?id=24040
2013-05-01T05:43:44Z
I had to install git from source on RHEL. After installation the git command is shown to be in /usr/local/bin/git when trying the whereis command.This path is available in $PATH also.
Hello,
I made a document in odt format and exported it to the pdf format. The size of the pdf is about 24MB.