Displaying 20 results from an estimated 5000 matches similar to: "building a pdf with an existing pdf as watermark/background"
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 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
2007 Jul 31
2
PDF combine
Hi guy!
Can you help me the way or code to combine 2 PDF file.
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group,
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/
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
2010 May 13
20
HTML and CSS to PDF
I would like to take a rails page and convert it to a pdf. I don''t want
to have to generate the code myself for making the pdf, so it should
obey css. What is the best tool for doing this? Does the tool use the
standard css, or can I provide it alternative print-css?
Thanks in advance,
Jonathan Steel
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you
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
2009 Jul 24
1
Attachment_fu - watermark tmp file before saved to S3
Hi there,
I''d like to use RMagick to watermark an image in the tmp directory
before Attachment_fu saves it to Amazon S3.
I took a look at the callbacks available in attachment_fu. There''s an
''after_attachment_saved'' method but this would be too late, and a
''before_thumbnail_saved'' but this is no good because it''s for
thumbnails.
I
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/.
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
2006 Jul 14
2
watermark with file_colum
Is this possible?
I see rmajick allows for a image.stenago( watermark=>''myimage.gif'')
Anyone have any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060714/6e9af7a6/attachment.html
2009 Jul 13
12
.html/.html.erb/.rhtml to PDF
Hello All,
I wanted to convert .html file into .pdf.
is there any rails plugin ??
Thanks,
Sandip R~
--
Ruby on Rails Developer
http://sandip.sosblog.com
http://funonrails.wordpress.com
www.joshsoftware.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2019 Nov 21
2
RFC: Loadable segments watermark for lld
Hello all,
I'm implementing a watermarking feature for lld that computes a hash of
loadable
segments and places the result in a note section. Ongoing work can be found
here:
https://reviews.llvm.org/D70316
https://reviews.llvm.org/D66426
The purpose of this watermark is to enable detection of post-link
modifications
to the loadable segments of the binary. Such modifications may produce a
2012 Dec 28
1
Using grImport to create a watermark
Hi…
I want to use grImport to create a watermark on a plot() using the methods
Paul Murrell describes here:
http://cran.r-project.org/web/packages/grImport/vignettes/import.pdf (page
28). I can essentially reproduce this manually at the R prompt, and
independently I can use grid.picture(…) successfully in a R script, but
when I attempt to do do this in my script:
•
•
•
2010 Jan 09
4
parsing pdf files
I have a pdf file that I would like to parse into R:
http://www.williams.edu/Registrar/geninfo/faculty.pdf
For now, I open the file in Acrobat by hand, then save it "as text"
and then use readLines(). That works fine but a) I am concerned that
some information may be lost and b) I may be doing this a lot, so I
would rather have R grab the information from the pdf file directly.
So: is
2004 May 13
2
watermarks
Hi, I would like to plot a graph which sits in the background as a
watermark with other plots in the foreground - on top. I have looked
through the threads on the r-project website but they seem to concern
background colours rather than actual background plots. I have also
searched through the demo's and pars but can't find any eg's
any ideas - I only want to plot a simple graph
2019 Nov 27
3
RFC: Loadable segments watermark for lld
The ELF file header isn't always covered by a segment but still affects
loading. I think everything else that effects loading/dynamic linking is
always covered by a PT_LOAD segment. As evidence this is basically what
--strip-sections in llvm-strip and eu-strip do and they produce perfectly
runnable binaries.
Having a hash of the actual memory map is interesting IMO. Build IDs can't
really
2003 Aug 28
1
Print Options & CUPS - Can't stop watermarking?
Greetings,
I have just set up samba printing with CUPS as the back end. (Samba
2.2.8a, CUPS 1.1.9)
Everything works great, including automatic driver download/Point -n-
Print.
The problem is that whenever I print through Samba from a Windows 2000
Workstation, a watermark gets added to the print job.
The default driver options are set on the server, so that watermarking is
"off",
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
2020 Oct 07
1
Adding text to existing PDF's created with R
R 4.0.2
OS X
Colleagues
Does R have the capability of adding text (e.g., page numbers) to an existing PDF (previously created with R) -- other than adding this text, the PDF should be unchanged (except for a new filename).
The intent is as follows:
I have multiple PDFs that I eventually merge into a single PDF, separating each one with a separator page.
The content of the separator pages