search for: qpdf

Displaying 20 results from an estimated 33 matches for "qpdf".

Did you mean: pdf
2018 Jul 08
2
[R] consider running tools::compactPDF(gs_quality = "ebook")
Dear all, I run R CMD build --compact-vignettes="both" gRbase and/or R CMD build --compact-vignettes="gs+qpdf" gRbase and in the log from r-devel (on winbuilder) I get * checking sizes of PDF files under 'inst/doc' ... WARNING 'gs+qpdf' made some significant size reductions: compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb consider running tools::compactPDF(gs_qual...
2013 Apr 21
2
vignettes: problems with PDF compaction
[Env: OS: Win Xp; R 2.15.2; IDE: eclipse/StatET] Each time I update my heplots package, I get warnings from R CMD check on R-Forge, * checking sizes of PDF files under ?inst/doc? ... WARNING ?gs+qpdf? made some significant size reductions: compacted ?HE-examples.pdf? from 739Kb to 366Kb and upon submission to CRAN, a message from maintainers: On CRAN now: but again there were warnings about significant size reductions in PDF compaction, which should really be fixed on your end. however...
2015 Oct 10
1
R CMD check --as-cran without qpdf
Today, a package that has an HTML vignette (but no PDF vignette) failed R CMD check --as-cran on a system without qpdf. I think the warning originates here [1], due to a premature check for the existence of qpdf [2]. Setting R_QPDF=true (as in /bin/true) helped, but perhaps it's possible to check qpdf existence only when it matters. I have attached a patch (untested) that could serve as a starting point. T...
2011 Mar 27
1
Bug in tools::compactPDF() in 2.13-0-alpha
Dear List, There seems to be an bug in compactPDF() or at least an inconsistency with the documented behaviour. The documentations states: Details: This by default makes use of ?qpdf?, available from <URL: http://qpdf.sourceforge.net/>, including a Windows binary. If ?gs_cmd? is non-empty, GhostScript is used. I don't have qpdf on my system so planned to use ghostscript. However, the code for compactPDF() has as it's first few lines: if (!nzchar(S...
2018 Jul 08
2
consider running tools::compactPDF(gs_quality = "ebook")
Dear all, I run R CMD build --compact-vignettes="both" gRbase and/or R CMD build --compact-vignettes="gs+qpdf" gRbase and in the log from r-devel (on winbuilder) I get * checking sizes of PDF files under 'inst/doc' ... WARNING 'gs+qpdf' made some significant size reductions: compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb consider running tools::compactPDF(gs_qual...
2018 Jul 08
2
consider running tools::compactPDF(gs_quality = "ebook")
Dear all, I run R CMD build --compact-vignettes="both" gRbase and/or R CMD build --compact-vignettes="gs+qpdf" gRbase and in the log from r-devel (on winbuilder) I get * checking sizes of PDF files under 'inst/doc' ... WARNING 'gs+qpdf' made some significant size reductions: compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb consider running tools::compactPDF(gs_qual...
2018 Jul 08
0
[R] consider running tools::compactPDF(gs_quality = "ebook")
...<sorenh at math.aau.dk> Sent: 08 July 2018 15:46 To: r-devel at r-project.org Subject: Re: [Rd] [R] consider running tools::compactPDF(gs_quality = "ebook") Dear all, I run R CMD build --compact-vignettes="both" gRbase and/or R CMD build --compact-vignettes="gs+qpdf" gRbase and in the log from r-devel (on winbuilder) I get * checking sizes of PDF files under 'inst/doc' ... WARNING 'gs+qpdf' made some significant size reductions: compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb consider running tools::compactPDF(gs_qual...
2014 Dec 23
1
upquote.sty in Fedora 21
...at redhat.com> wrote: > As pointed out, this is no longer an issue in R 3.1.2, which is in all > Fedora branches (except 21, where it is landing later today, hopefully). Thank you. Another missing dependency pops up when running CMD check: * checking compiled code ... OK WARNING ?qpdf? is needed for checks on size reduction of PDFs Perhaps qpdf could be declared as a dependency for R-devel.
2012 Sep 17
1
other files in \inst\doc
...file (both are ASCII files) in the \inst\doc directory as supporting documentation. These files are not large, about 340K each one. When I check using R CMD check --as-cran ... I get the following warning: ...................... * checking data for ASCII and uncompressed saves ... OK WARNING 'qpdf' is needed for checks on size reduction of PDFs * checking examples ... OK * checking PDF version of manual ... OK WARNING: There was 1 warning. This warning disappears when I delete \inst\doc Is this a bug? Is it forbidden to include such ASCII files? Regards, Ian McLeod
2019 Sep 27
1
passing extra arguments to devtools::build
...o have changed in the |devtools|package, so that the following commands, that used to run now give an error I can't decipher: |>Sys.setenv(R_GSCMD="C:/Program Files/gs/gs9.21/bin/gswin64c.exe")>devtools::build(args =c('--resave-data','--compact-vignettes="gs+qpdf"'))The filename,directory name,or volume label syntax is incorrect. Error in(function(command =NULL,args =character(),error_on_status =TRUE,:System command error| I've tried other alternatives with other |devtools| commands, like just passing a single argument, but still get the s...
2012 Dec 17
1
Problems with building R from sources
...in has OpenMP support OPENMP = -fopenmp # define to -pthread if the toolchain has pthreads support PTHREAD = -pthread ## ====== configuration macros for building installer =========== # location where Inno Setup 5.[34].x was installed. Spaces allowed. ISDIR=E:/dev/Inno # optional location where qpdf was installed (in $(QPDF)/bin). Spaces allowed. QPDF= E:/dev/qpdf/qpdf-3.0.2/ # home of 32-bit files for combined installer on 64-bit build HOME32= # Full paths of extra DLLs that need to be shipped # e.g # DLLs32 = c:/R/bin/pthreadGC2-w32.dll # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll DLLs32 = DLL...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...penMP support # OPENMP = -fopenmp # define to -pthread if the toolchain has pthreads support # PTHREAD = -pthread ## ====== configuration macros for building installer =========== # location where Inno Setup 5.[34].x was installed. Spaces allowed. ISDIR = D:/home/inno5 # optional location where qpdf was installed (in $(QPDF)/bin). Spaces allowed. QPDF = D:/home/qpdf/bin # home of 32-bit files for combined installer on 64-bit build # HOME32 = # Full paths of extra DLLs that need to be shipped # e.g # DLLs32 = c:/R/bin/pthreadGC2-w32.dll # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll # DLLs32 = # DL...
2011 Jun 23
5
Reducción tamaño de gráficos en PDF
Buenas tardes a todos, Estoy interesado en realizar varios gráficos y luego guardarlos individualmente como PDF. Hasta ahí todo bien. Sin embargo, el archivo resultante tiene aproximadamente 20MB. Podría alguien por favor indicarme cómo reducir su tamaño? A continuación un ejemplo de lo que intento hacer y mi sessionInfo(). Estoy usando Mac OS X. Muchas gracias, Jorge Ivan Velez # R code
2017 May 12
1
get pdftk into (or from) a repo
...em, putting pages together, and a > whole lot more. I've used it hundreds of times. Probably anyone who has to > work with PDFs would have need of it. I don't remember where, but I read a discussion about a library used in pdftk that was a problem in RHEL/CentOS 7. It seems that qpdf does many, if not more of the same things and is part of CentOS, no additional repo required. Here is the text from the description of the qpdf repo: QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf...
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
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...define to -pthread if the toolchain has pthreads support > # PTHREAD = -pthread > > ## ====== configuration macros for building installer =========== > > # location where Inno Setup 5.[34].x was installed. Spaces allowed. > ISDIR = D:/home/inno5 > > # optional location where qpdf was installed (in $(QPDF)/bin). Spaces > allowed. > QPDF = D:/home/qpdf/bin > > # home of 32-bit files for combined installer on 64-bit build > # HOME32 = > > # Full paths of extra DLLs that need to be shipped > # e.g > # DLLs32 = c:/R/bin/pthreadGC2-w32.dll > # DLLs64...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2014 Dec 14
3
upquote.sty in Fedora 21
My CMD check server started failing after upgrading to Fedora 21: LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: File `upquote.sty' not found. The problem was easily resolved by installing texlive-upquote. Perhaps this package should be included as a dependency to the R-devel package?
2019 Mar 14
1
r76237 broken?
...rc/library/tools/R/admin.R to include a call to "shQuotee" (sic), which is now breaking Travis r-devel builds ... ('checking sizes of PDF files under ?inst/doc?: .Error in shQuotee(tf) : could not find function "shQuotee"') The new line reads: res <- system2(qpdf, c(qpdf_flags, shQuote(p), shQuotee(tf)), FALSE, FALSE) see: svn diff -r76237:76236 src/library/tools/R/admin.R Seems like a straight-up typo? cheers Ben Bolker
2013 Nov 07
1
Can't install R 2.15 and r-recommended on Ubuntu
...2.15 (for testing purposes) on a clean Ubuntu 12.04 machine from the CRAN Ubuntu repository, I can't seem to install r-recommended: + sudo apt-get install --no-install-recommends r-base-dev=2.15.3-1precise0precise1 r-base-core=2.15.3-1precise0precise1 r-recommended=2.15.3-1precise0precise1 qpdf Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or...