Displaying 20 results from an estimated 3000 matches similar to: "PDF combine"
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
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
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
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
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 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 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
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
2007 Oct 23
6
Auto complete plugin and CSRF protection-- do you care?
Hi,
I just noticed that the auto_complete plugin does not work with the
CSRF protection in Rails 2.0. I''ve patched the plugin, but I''m
wondering if people would like to see the official plugin fixed. If
so, speak up and I will write some tests and submit the patch.
Krishna
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
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
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
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.
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
2013 Apr 08
2
Can I open an existing pdf file and attach result to it?
Hello all,
I would like to attach some results from R to an existing pdf file, can I do that through R?
Thanks,
Rebecca
----------------------------------------------------------------------
This message, and any attachments, is for the intended r...{{dropped:5}}
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 Sep 07
2
Size of plots in pdf files#can it be smaller?
Hi all,
I have to produce arrangements of 25 simple plots of the type 
plot(x,y,pch=".") where there are typically on the order of 20000 points.
So, overall, I have about 500000 points. When I use the pdf device, I 
get file sizes (on a Windows machine) of about 10 MB.
When I then zip the files, I'm down to about 0.5MB, so the original pdf 
files were created with a lot of
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.