similar to: How to user PDF::Toolkit.pdftk ?

Displaying 20 results from an estimated 300 matches similar to: "How to user PDF::Toolkit.pdftk ?"

2007 Sep 19
3
link_to method of different controller
I want to link to a method of a different controller. I thought I new how to do this but the code that I have is not working: <%= link_to ''Welcome Page'', { :action => ''index'', :controller => ''music_controller'' } %> Any ideas, thanks ~S -- Posted via http://www.ruby-forum.com/.
2008 Aug 15
2
Pdf file size for very scatter plots
Dear all, I am plotting a scatter plot for a large sample (1e+05 ordered pairs). This produces a large (~5MB) file in a pdf or postscript terminal, and I am wondering whether there are methods for reducing the size of the resulting file so that it is easier to include it in a document. I'd rather stick with pdf or ps as I am using latex. thanks, Nazareno
2016 Feb 18
2
Substitute pdftk with other command
Hi, I must migrate a Centos5 server on Centos7 On server Centos5 there is a shell procedure witch add to PDF a timestamp like this example: http://i.stack.imgur.com/OBsqX.png with this command: $ pdftk input.pdf stamp overlay.pdf output stamped.pdf Into Centos7 pdftk it is no longer allowed Someone knows some other command to replace it or other ways to do this? Or how I can install pdftk on
2017 May 12
3
get pdftk into (or from) a repo
Le 12/05/2017 ? 02:46, ken a ?crit : > It's worth mentioning that this is a really nice utility for > manipulating PDFs, taking them apart, rearranging them, putting pages > together, and a whole lot more. I've used it hundreds of times. > Probably anyone who has to work with PDFs would have need of it. In Centos 7, poppler-utils RPM has pdfdetach and pdfunite utilities
2017 May 11
3
get pdftk into (or from) a repo
On 05/11/2017 06:49 PM, Leon Fauster wrote: >> Am 11.05.2017 um 22:26 schrieb ken <gebser at mousecar.com>: >> >> pdftk used to be in a repo... or maybe it still is, but I don't know which one. Anyone know? >> > an old one is in the "dead" rpmforge repo. > At https://www.pdflabs.com/docs/install-pdftk-on-redhat-or-centos/ they have version 2.0
2018 May 09
3
Replacement for Pdftk under CentOS 7 ?
Hi, Two weeks ago I migrated all our local school's servers and clients from Slackware 14.1 to CentOS 7. Everything went perfectly, and now I'm busy sanding down some edges. The previous installation sported pdftk and a frontend (can't remember the name) which allowed some basic operations on PDF files such as splitting and concatenation. The school's staff used this application
2017 May 11
2
get pdftk into (or from) a repo
pdftk used to be in a repo... or maybe it still is, but I don't know which one. Anyone know?
2017 May 12
1
get pdftk into (or from) a repo
On Thu, 11 May 2017, ken wrote: > On 05/11/2017 07:07 PM, ken wrote: >> On 05/11/2017 06:49 PM, Leon Fauster wrote: >>>> Am 11.05.2017 um 22:26 schrieb ken <gebser at mousecar.com>: >>>> >>>> pdftk used to be in a repo... or maybe it still is, but I don't know >>>> which one. Anyone know? >>>> >>> an old
2016 Feb 18
2
Substitute pdftk with other command
Il giorno gio, 18/02/2016 alle 17.34 +0100, Yamaban ha scritto: > On Thu, 18 Feb 2016 16:07, Dario Lesca wrote: > > > Hi, I must migrate a Centos5 server on Centos7 > > > > On server Centos5 there is a shell procedure witch add to PDF a > > timestamp like this example: > > > > http://i.stack.imgur.com/OBsqX.png > > > > with this command:
2016 Feb 18
0
Re: Substitute pdftk with other command
On Thu, 18 Feb 2016 16:07, Dario Lesca wrote: > Hi, I must migrate a Centos5 server on Centos7 > > On server Centos5 there is a shell procedure witch add to PDF a > timestamp like this example: > > http://i.stack.imgur.com/OBsqX.png > > with this command: > $ pdftk input.pdf stamp overlay.pdf output stamped.pdf > > Into Centos7 pdftk it is no longer allowed >
2017 May 12
0
get pdftk into (or from) a repo
On 05/11/2017 07:07 PM, ken wrote: > On 05/11/2017 06:49 PM, Leon Fauster wrote: >>> Am 11.05.2017 um 22:26 schrieb ken <gebser at mousecar.com>: >>> >>> pdftk used to be in a repo... or maybe it still is, but I don't know >>> which one. Anyone know? >>> >> an old one is in the "dead" rpmforge repo. >> > > At
2017 May 13
0
get pdftk into (or from) a repo
On 05/12/2017 03:39 AM, Philippe BOURDEU d'AGUERRE wrote: > Le 12/05/2017 ? 02:46, ken a ?crit : >> It's worth mentioning that this is a really nice utility for >> manipulating PDFs, taking them apart, rearranging them, putting pages >> together, and a whole lot more. I've used it hundreds of times. >> Probably anyone who has to work with PDFs would have
2016 Feb 18
0
Substitute pdftk with other command
On 18/02/16 17:20, Dario Lesca wrote: > > ATM there is no "ready to install" package directly for Centos 7, > but try the Centos /RHEL 6 package from there before > doing the full build circus (requires installed libgcj). > For this solution it's necessary to break some dependency: > > # rpm -ivh ./libgcj-4.4.7-16.el6.x86_64.rpm ./pdftk-2.02-1.el6.x86_64.rpm
2017 May 11
0
get pdftk into (or from) a repo
> Am 11.05.2017 um 22:26 schrieb ken <gebser at mousecar.com>: > > pdftk used to be in a repo... or maybe it still is, but I don't know which one. Anyone know? > an old one is in the "dead" rpmforge repo. -- LF
2018 May 09
0
Replacement for Pdftk under CentOS 7 ?
Am 09.05.2018 um 12:22 schrieb Nicolas Kovacs <info at microlinux.fr>: > > Two weeks ago I migrated all our local school's servers and clients from > Slackware 14.1 to CentOS 7. Everything went perfectly, and now I'm busy > sanding down some edges. > > The previous installation sported pdftk and a frontend (can't remember > the name) which allowed some
2009 Jul 30
5
PDF Compression
Hi, I am generating a large number of graphs with pdf() and incorporating them in pdf document using pdflatex. According to the pdf() help: 'pdf' writes uncompressed PDF. It is primarily intended for producing PDF graphics for inclusion in other documents, and PDF-includers such as 'pdftex' are usually able to handle .compression. But pdflatex incorporates the R
2010 Mar 09
4
edit existing PDF as template
Hi, I am new to rails. I need to edit an existing pdf file and fill in some data and send it to browser, how to implement this? Is there an example online I can look at it? Thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2015 Jun 07
2
Mail Merge data to a pdf file by overlaying the data on the image
On Fri, 2014-05-09 at 15:31 -0600, Frank Cox wrote: > On Fri, 09 May 2014 16:27:29 -0500 > Gregory P. Ennis wrote: > > > I am looking for a utility that I can use to do a mail merge of > > data to > > a pdf image file. > > http://www.imagemagick.org/Usage/annotating/ > Frank, I finally had the time to work on this project, and was able to get
2009 Jul 31
4
Getting file name from pdf device?
Hi IU would like to modify the dev.off function, so that it automatically compresses the created pdf. I am thinking of doing the following in the modified dev.off: 1) Get the filename of the pdf device 2) close the device by calling the original dev.off() 3) compress the pdf file with a system call of pdftk. My question: how can I get the filename of the pdf from the device before it is closed?
2017 Jul 26
2
fill out a PDF form in R
Hi all, I would like to get ideas about how to fill out a PDF form in R and to know if it's possible or not. I could not find something helpful in Internet. Does anyone know a good link for that or have experience in this? Thanks for any help! Elahe