similar to: merging signatures to a pdf file

Displaying 20 results from an estimated 8000 matches similar to: "merging signatures to a pdf file"

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
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
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
2006 Sep 29
1
building a pdf with an existing pdf as watermark/background
I''m starting on a small rails app and i need to generate a report in pdf format. i''ve generated pdfs before using pdf::writer without much problems, but for this project the company sent me a pdf ''watermark'' (or background template) that they want the report to be printed on.. instead of having them stock a bunch of the template stationary and have that paper
2015 Jun 07
2
Mail Merge data to a pdf file by overlaying the data on the image
On Sun, 2015-06-07 at 13:16 -0600, Frank Cox wrote: > On Sun, 07 Jun 2015 13:10:52 -0500 > Gregory P. Ennis wrote: > > > What I would really like to be able to do is to run a script that > > can > > fill in the input fields of the pdf file on the fly and then create > > a > > new pdf file with the same resolution as the virgin pdf file that > > has
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
2018 Nov 25
2
digital signature equipment
On Sun, 25 Nov 2018 12:41:16 -0600 Gregory P. Ennis wrote: > ?topaz pieces of equipment called 'signature pads'? So the question that you're really attempting to ask is, "How can I obtain a linux- compatible signature pad". That's something that I've never gone looking for since the subject has never come up with the stuff that I do, but it seems to me that a
2018 Nov 12
0
merging signatures to a pdf file
On Sun, 11 Nov 2018 20:48:21 -0600 Gregory P. Ennis wrote: > I have the need to add a signature to the pdf form. Do > any of you know of a way to make this happen? If you mean the image of an actual signature rather than some sort of digital signing algorithm, then imagemagick might do what you want. You can overlay an image onto another image (i.e. the page), then use the convert
2010 Jul 14
1
Embedding graphics in a pdf()
I've had two reasons for wanting to embed graphics in R pdf output. 1. I am plotting something on top of a surface (It's actually a desk.) of which I have a picture and would like to place a picture underneath. 2. I can produce all of my presentation slides in R without LaTeX but have a few pictures that I need to include as slides. I would like to add images inside the R script instead
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
2006 Mar 11
3
Watermarks?
I have desperately searched the web about how to apply watermarks to images in RoR Has anyone been able to apply watermarks to pictures using ruby? Any tips are very much welcomed, Thanks, Roland -- Posted via http://www.ruby-forum.com/.
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
2010 Jul 14
1
Watermark with Ruby on Rails
To whom it may concern, a way to create watermarks with ruby on rails, imagemagick, attachment_fu and mini-magick in Portuguese, but the code is in English;) http://www.woompa.blog.br/2010/07/14/adicionando-marca-dagua-nas-suas-imagens-com-imagemagick-e-mini-magick/ Tnks! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2008 Apr 03
5
Is there a rails Gimp plugin?
Hi, In my app pictures can be uploaded. I want to do two things to the pictures: 1- Add a watermark 2- Add an effect to the picture (colorize) I can do that manually with Gimp and then upload. But how could I make the application to that automatically? Any suggestions for plugins? Regards -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You
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 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
2013 Feb 14
1
pcl to pdf
Everyone, I am currently using a vsifax program (pcltotiff) to convert pcl files to tiff files on a SCO Unix box, and then I am using tiff2pdf on a Centos 5.9 box to convert the file to a pdf. There are other commands that deal with multiple page tiff's and pdf's that are part of the process, but the above basic process has worked very well. The only thing I would like to enhance is a
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
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
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