search for: pswrite

Displaying 10 results from an estimated 10 matches for "pswrite".

2007 Apr 15
1
mac ghostscript help
...PostScriptTrace after loading the grImport package, I get this response: > PostScriptTrace("/Users/erinberryman/Documents/data.ps") Error in PostScriptTrace("/Users/erinberryman/Documents/data.ps") : status 256 in running command 'gs -q -dBATCH -dNOPAUSE - sDEVICE=pswrite -sOutputFile=/dev/null -sstdout=data.ps.xml capturedata.ps' ESP Ghostscript 7.07.1: Unrecoverable error, exit code 1 I am confused by the mention of a Ghostscript 7.07.1, because that is not the version that I have installed on my computer. After running a search of the R archives, I beg...
2009 Sep 04
3
eps file with embedded font
Dear list, I am trying to make eps file with embedded font. I use: postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE, paper="special", height=8, width=12, family="Helvetica") # plot stuff dev.off() since R does not embed font, I then use: embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
2011 Mar 27
1
grImport/ghostscript problems
...er, I can't get the PostScriptTrace() function to work on the same file. Submitting PostScriptTrace("D:/Sndbx/vasarely.ps") gives me the error: Error in PostScriptTrace("D:/Sndbx/vasarely.ps") : status 127 in running command 'gswin32c.exe -q -dBATCH -dNOPAUSE -sDEVICE=pswrite -sOutputFile=C:\Users\Al\AppData\Local\Temp\RtmppPjDAf\file5db99cb -sstdout=vasarely.ps.xml capturevasarely.ps' Your suggestions are much appreciated. Cheers, Al [[alternative HTML version deleted]]
2010 Jul 30
1
Reading .eps file created in Illustrator
...ifferent parts to run different actions. Thanks for any help or alternative ways to do this, Patrick PostScriptTrace("test.eps") /bin/sh: gs: command not found Erreur dans PostScriptTrace("test.eps") : status 32512 in running command 'gs -q -dBATCH -dNOPAUSE - sDEVICE=pswrite -sOutputFile=/dev/null -sstdout=test.eps.xml capturetest.eps' [[alternative HTML version deleted]]
2012 Jun 24
1
Error using PostScriptTrace()
...iles/gs/gs9.05/bin/gswin64c.exe") > PostScriptTrace("Senegal_location_map.ps", charpath=F) Error in PostScriptTrace("Senegal_location_map.ps", charpath = F) : status 127 in running command 'C:/Program Files/gs/gs9.05/bin/gswin64c.exe -q -dBATCH -dNOPAUSE -sDEVICE=pswrite -sOutputFile= C:\Users\heman\AppData\Local\Temp\Rtmp2duW3P\filefd01d981ff7 -sstdout=Senegal_location_map2.ps.xml captureSenegal_location_map.ps' > traceback() 2: stop(gettextf("status %d in running command '%s'", ret, cmd), domain = NA) 1: PostScriptTrace("S...
2006 Oct 10
3
eps embedded fonts again
Dear friends, I am sorry, I again rise that boring question about font embedding in EPS figure. I found some discussions on this topic but there were no strait solution. The publisher (AIP) demands submission of separate EPS file for each figure with all fonts embedded in it (even the standard 14 Adobe fonts). As I understand the R does not do this embedding. It inserts only comments what font
2007 Apr 25
5
Upload PDF / Save as tiff
Hi, I''m trying to automate the conversion of a PDF document received via a browser upload to a tiff image via ghostscript. I have the PDF data in a string, and I need the tiff data returned into a string. The general command I want to emulate is: type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff
2009 Mar 14
1
Problem with figure size when embedding fonts
Dear Colleagues: I need to make a graphic that uses the Nimbus rather than Helvetica font family so that the font can be embedded in the encapsulated postscript file. This is to satisfy a requirement from a journal for electronic submission of figures. I do the following: postscript('lowess.eps', onefile=FALSE, pointsize=18, horizontal=FALSE, family='NimbusSan')
2004 Apr 20
0
SAMBA 3.0.2 printing problem
...evice\n<</ManualFeed false>>setpagedevice\n<</Duplex true /Tumble false>>setpagedevice\n"; if (( $level > 0 )); then if (( $level < 99 )); then level=" -dLanguageLevel=$level"; else level=""; fi; gs -q -dPARANOIDSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite$level -sOutputFile=- -; else cat; fi D [03/Mar/2004:10:30:44 +0200] [Job 121] pw = 523.0, pl = 770.0 D [03/Mar/2004:10:30:44 +0200] [Job 121] PageLeft = 36.0, PageRight = 559.0 D [03/Mar/2004:10:30:44 +0200] [Job 121] PageTop = 806.0, PageBottom = 36.0 D [03/Mar/2004:10:30:44 +0200] [Job 121] PageW...
2009 Sep 11
3
For sending my R package as part of R-project
....ac.uk" <ted.harding at manchester.ac.uk> Cc: "r-help at r-project.org" <r-help at r-project.org> Message-ID: <4AA9CD75.1000408 at auckland.ac.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi My suggested code had dropped the ... format="epswrite" ... and if you put that back, then the /setpagesize command is removed. Does that improve things in your test cases? Paul Ted Harding wrote: > Thanks, Paul. > In fact I had been hoping to lure you to the surface, from the > 12740-km ocean depths which you inhabit, during our hou...