similar to: AR 9.3+ vs. savable fill-in PDFs on CentOS

Displaying 20 results from an estimated 4000 matches similar to: "AR 9.3+ vs. savable fill-in PDFs on CentOS"

2009 Oct 15
0
Problems printing landscapes in AR
I have the L&G (AFAIK) Adobe Acrobat Reader, 9.1.0, on my 5.3 x86_64 machine, but it seems to be incapable of printing some landscape-mode PDFs. I created them by printing some wide graphics (PNG) files to PDF files from the image viewer, and that didn't work - AR prints them ONLY in portrait mode, no matter how the portrait-landscape is set, and no matter how it is displayed. Then I
2008 Jul 23
1
mle2(): logarithm of negative pdfs
Hi, In order to use the mle2-function, one has to define the likelihood function itself. As we know, the likelihood function is a sum of the logarithm of probability density functions (pdf). I have implemented myself the pdfs that I am using. My problem is, that the pdfs values are negative and I cann't take the logarithm of them in the log-likelihood function. So how can one take the
2009 Jul 21
0
sampling randomly from general correlated multivariate PDFs
(apologies if this looks like a re-post, I just sent a similar message to the r-help mail list. This version is via Nabble.) My intended application is error propagation using the ISO GUM Supplement 1 approach (propagation of distributions using Monte Carlo strategies). To automate uncertainty analysis I typically have the following data: (1) a measurement function y(x1,x2,...xn) (2) 'n'
2007 Aug 01
3
Can't print PDFs or PSs in CentOS 5.0
For some reason, when I try to print any graphic PDF (or a PS file made from said graphic), it kills my Minolta 1100 laser printer, and I have to cancel the job, disable the printer and turn the printer off and on as many times as it takes to clear its buffer of the trash. I'm running CentOS 5.0 and have tried Adobe Acrobat Reader 7.0 for Linux; I have also tried printing the pdf to a file
2012 Jun 26
1
Figuring out encodings of PDFs in R
Dear list, I am currently scraping some text data from several PDFs using the readPDF() function in the tm package. This all works very well and in most cases the encoding seems to be "latin1" - in some, however, it is not. Is there a good way in R to check character encodings? I found the functions is.utf8() and is.local() in the tau package but that obviously only gets me so far.
2009 Aug 24
1
Saving heatmaps as PDFs
Hi, I'm trying to save heatmaps as PDFs. However, the PDF version of the heatmaps (Heatmap_CAFvsTNF_run2.pdf) is blurred when compared to its counterpart, which was saved manually by using the software "Grab" (Heatmap_CAFvsTNF_run2.tiff). -----R code-------- sample_output <- "stroma_run2" filename <-
2003 Dec 09
1
pdfs for printed edition of R reference manual
Hi, This message is to let the R developers know that the pdfs for the first two volumes of the printed edition of R reference manual are available at, http://www.network-theory.co.uk/R/base/vol1.pdf http://www.network-theory.co.uk/R/base/vol2.pdf I've divided the manual into "core commands" of the base package (control flow, and related programming commands, etc) in Volume 1
2003 Jun 20
0
PDFs for 1.4.5
The PDFs are available at: ftp://slovakia.shorewall.net/mirror/shorewall/pdf/ http://slovakia.shorewall.net/pub/shorewall/pdf/ rsync://slovakia.shorewall.net/shorewall/pdf/ -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep@shorewall.net
2003 Mar 12
0
1.3.14a PDFs
Juraj Ontkanin has informed me that he has updated the PDF files for 1.3.14a. The PDFs are available at: ftp://slovakia.shorewall.net/mirror/shorewall/pdf/ http://slovakia.shorewall.net/pub/shorewall/pdf/ Also available (or will be shortly) at your favorite mirror in the contrib/pdf directory. -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net
2003 Mar 18
0
1.4.0 PDFs are available
PDFs are available at: ftp://slovakia.shorewall.net/mirror/shorewall/pdf/ http://slovakia.shorewall.net/pub/shorewall/pdf/ rsync://slovakia.shorewall.net/shorewall/pdf/ -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.sf.net Washington USA \ teastep@shorewall.net
2018 Jan 19
0
PDFs getting mangled
On 19.01.2018 04:35, Adam Weinberger wrote: > Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled. > It seems to be happening when I use vnd.dovecot.filter. When I comment > out the block, things come through fine. > > My filter block looks like this: > require "vnd.dovecot.filter"; > filter "bogofilter_filter"; > >
2005 Apr 25
0
Problem with documentation: undefined page/section references in some PDFs (PR#7817)
Hi, I have just compiled R-base 2.1.0 using the spec-file for SuSE (slightly modified for the new R version). In R-intro.pdf and R-FAQ.pdf I discovered references like this one: <undefined> [The command-line editor], page <undefined> The other PDFs seem to be ok. Compiling the sources without the spec led to the same result (configure ...; make; make dvi; make pdf). (Running
2011 Feb 24
0
Rd, S4 classes and PDFs
Hi, I'm documenting a package that makes heavy use of S4 methods at the moment, and I'm having a hard time from keeping the PDF output of Rd from looking really terrible. First of all, what is the preferred way to actually document S4 methods? When I use promptClass/promptMethod, I get a style that doesn't use the \S4method macro and puts the entire function signature into a \item.
2006 Mar 08
1
Wishlist: Creating horizontal PDFs
It would be nice to easily create horizontal PDF files for standard paper sizes. For example: pdf(file, paper="default", horizontal=TRUE) Currently (R 2.2.1) there is no 'horizontal' argument for the PDF driver. It looks like the only way to create a horizontal PDF is to manually specify width and height. For example: pdf(file, width=11, height=8.5) Does this feature look
2007 Sep 10
1
overlay lattice histograms with goodness-of-fit pdfs
Hello, I am new to R exploratory data analysis and plotting. Is anyone aware of a way to overlay a set of conditional histograms with conditional PDFs? Below, I generate a lattice plot of precipitation histograms based on different months and stations, given a subset of the dataset: histogram(~ data | month * station, data = sta.stack[sta.stack[,"type"]=="precip" &
2009 Sep 04
1
Viewing pdfs from inst/doc
Writing R extensions says: In addition to the help files in Rd format, R packages allow the inclusion of documents in arbitrary other formats. The standard location for these is subdirectory inst/doc of a source package, the contents will be copied to subdirectory doc when the package is installed. Pointers from package help indices to the installed documents are automatically created.
2018 Jan 24
0
Newbie - Scrape Data From PDFs?
Hi Scott, I have never done this myself but I read something recently on the r-help distribution that was related. I just did a quick search and found a few hits that might work for you. 1. https://medium.com/@CharlesBordet/how-to-extract-and-clean-data-from-pdf-files-in-r-da11964e252e 2. http://bxhorn.com/2016/extract-data-tables-from-pdf-files-in-r/ 3.
2018 Jan 24
2
Newbie - Scrape Data From PDFs?
Hello, I?m new to R and am using it with RStudio to learn the language. I?m doing so as I have quite a lot of traffic data I would like to explore. My problem is that all the data is located on a number of PDFs. Can someone point me to info on gathering data from other sources? I?ve been to the R FAQ and didn?t see anything and would appreciate your thoughts. I am quite sure now that often,
2023 Dec 02
1
adding "Page X of XX" to PDFs
Having read all of the replies, it seems there are solutions for the question and the OP points out that some solutions such as making the document twice will affect the creation date. I suspect the additional time to do so is seconds or at most minutes so it may not be a big deal. But what about the idea of creating a PDF with a placeholder like "Page N of XXX" and after the file has
2007 Aug 04
0
Re: Can't print PDFs or PSs in CentOS 5.0 - SOLVED
Thanks for all the input - the HPLJ4 driver "supplied by" Minolta (with CentOS 5) solved my problem. mhr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070804/b861e9f9/attachment-0001.html>