Displaying 2 results from an estimated 2 matches for "cutepdf".
Did you mean:
cuted
2011 Apr 13
1
[OT] SQL*Plus output as PDF [Linux]
...w to convert this to PDF? Or more
> generally: how to get SQL*Plus output to PDF on Linux?
Marked as Off Topic.
I would do this:
sqlplus
SET MARKUP HTML ON
SPOOL foo.html
SELECT * FROM emp;
SPOOL OFF
Quit sqlplus and use htmldoc to convert foo.html to foo.pdf, or load it in a browser and use CutePDF or something to print it to a .pdf if in a hurry.
Josh
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.