similar to: Embedding graphics in a pdf()

Displaying 20 results from an estimated 10000 matches similar to: "Embedding graphics in a pdf()"

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
2018 Nov 12
2
merging signatures to a pdf file
Everyone, I am working on a module with the use of pdktk that merges *.fdf data files with a *.pdf file for a filled out pdf form. I have the need to add a signature to the pdf form. Do any of you know of a way to make this happen? Thanks much!!! Greg Ennis
2018 Nov 25
2
digital signature equipment
Everyone, I apologize if this is off topic for this list!!!!! I have an application that I need to acquire, store and merge to a pdf file a digital signature from a client. What favorite equipment do some of you use to do this. I contacted the topaz systems support team, and they advised me their equipment produced a proprietary file type, and required me to sign a non-disclosure agreement to
2010 Jul 02
1
How to user PDF::Toolkit.pdftk ?
Hi, I tried to fill a PDF fill template with an xdp file by using PDF::Toolkit.pdftk("C:/pdf/fic2028.xdp", "fill_form", "C:/pdf/fic2028.pdf") But I got the following error Errno::ENOENT (No such file or directory - "pdftk" "C:/pdf/fic2028.xdp" "fill_form" "C:/pdf/fic2028.pdf" "-" "dont_ask") I
2005 Oct 22
1
reading data from a pdf
> Hi, I'm trying to read data from a PDF file.Is it possible to do it > with R? Thanks, Marco If cut and paste to a text file fails, try this: pdftotext (from the xpdf project) or http://pdftohtml.sourceforge.net pdftohtml is a utility which converts PDF files into HTML and XML formats In addition, pdftk, the command line pdf toolkit may be useful http://www.accesspdf.com/pdftk/
2014 May 09
3
Mail Merge data to a pdf file by overlaying the data on the image
Everyone, I am looking for a utility that I can use to do a mail merge of data to a pdf image file. The image file does not have any active fields, but will be just an image file. I would like to overlay names addresses etc. We currently do this with a pcl file by just overlaying the data with pcl print positions. However, in order to get the pcl file from an original pdf file we have to
2009 Oct 22
3
PDF too large, PNG bad quality
I wish to save a scatter plot comprising approx. 2 million points in order to include it in a LaTeX document. Using 'pdf(...)' produces a file of size about 20 MB, which is useless. Using 'cairo_pdf(...)' produces a smaller file, around 3 MB. This is still too large. Not only that the document will be too large, but also PDF viewers choke on this. Moreover, Cairo has problems
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
2017 Jul 26
0
fill out a PDF form in R
Hi Elahe, I have no clue, but maybe you can dump the data fields using pdftk, and work with those in R. HTH Ulrik On Wed, 26 Jul 2017 at 13:50 Elahe chalabi via R-help <r-help at r-project.org> wrote: > 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.
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
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?
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
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
2012 Apr 23
1
write a png inside a pdf for large graphics?
I routinely write graphics into multi-page PDFs, but some graphics (i.e. plots of large spatial datasets using levelplot()) can result in enormous files. I'm curious if there is a better way. For example: #First, make some data: library(lattice) d=expand.grid(x=1:1000,y=1:1000) d$z=rnorm(nrow(d)) #Now, the PDF. The following produces a PDF that's ~50MB.
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:
2018 Nov 25
2
digital signature equipment
On Sun, 25 Nov 2018 10:34:13 -0600 Gregory P. Ennis wrote: > I have an application that I need to acquire, store and merge to a pdf file a > digital signature from a client.? Define your workflow in more detail. If you're still working on adding digitized images of actual physical signatures to a pdf file, then imagemagick can very likely do what you want it to do.??One of its
2015 Jul 01
0
pdf-printer
Hai Mourik Jan, ? This is the script we use, this is the work my collega. ( see the developed by, thats his company?) This is a "as is"? share, so read the code, we added as much as possible info in there. ? Few extra pointers, - speed up the script by useing ramdisk, make sure your ramdisk has the space for the bigest pdf you want to create. ??? we did limit the max size in the
2014 Jan 08
1
Extract PDF portfolio
Hi, I am searching for a command line tool to extract files from a pdf portfolio? Are there any capabilities to do this? Thanks in advance! Kind regards, Nicole
2007 May 22
5
Reducing the size of pdf graphics files produced with R
Hi, Without trying to print 1000000 points (see <http:// finzi.psych.upenn.edu/R/Rhelp02a/archive/42105.html>), I often print maps for which I do not want to loose too much of coastline detail, and/or plots with 1000-5000 points (yes, some are on top of each other, but using transparency (i.e. rgb colors with alpha information) this actually comes through as useful information.
2005 Oct 20
4
z-index and dragging
Hey Guys, I''m having trouble with getting my draggables to go over the top of other items on my page. For instance, if I drag an icon from ''lower'' in the page to a ''higher'' point then it slides underneath it visually. I have set the z-index to a very high number and that doesn''t seem to have any effect. Are there other things I need to