similar to: Windows PC PostScript printer driver -> CUPS data import fails

Displaying 20 results from an estimated 500 matches similar to: "Windows PC PostScript printer driver -> CUPS data import fails"

2018 Apr 12
2
Windows PC PostScript printer driver -> CUPS data import fails
Yan Li wrote: > On 04/12/2018 03:08 AM, Gary Stainburn wrote: >> The PDF contains: >> >> ERROR: invalidfileaccess >> OFFENDING COMMAND: .findfont >> OPERAND STACK: >> r >> /usr/share/X11/fonts/Type1/UTBI____.pfa >> --nostringval-- >> true >> NimbusMonL-Regu >> Courier >> --nostringval-- >> Courier >> 4544317
2001 Feb 19
1
ghostscript errors
gday R friends, Since I had random errors with ghostscript 6.01 I thought I'd upgrade. After upgrading to gs6.5 I've had problems. Originally, gs failed complaining about lack of "__sysconf" in glibc2.2 so I upgraded glibc. Now I get this. Note that it used to work with gs6.01. I realise this is probably a ghostscript problem but you never know... thanks, John Strumila >
2001 May 07
2
postscript problem
hello all, when trying to produce a plot with the following code postscript("g6-5000-0705-b.ps") par(mfrow=c(4,1)) for (i in 1:4) { somc<-cumsum(betaC[,i])/c(1:N) plot(somc,ylim=c(min(somc),max(somc))); } dev.off() I get a postscript file g6-5000-0705-b.ps, but if I try to open it with ghostscript, or to convert it to pdf, I get the following error : Error: /invalidfont in
2018 Apr 12
0
Windows PC PostScript printer driver -> CUPS data import fails
On 04/12/2018 03:08 AM, Gary Stainburn wrote: > The PDF contains: > > ERROR: invalidfileaccess > OFFENDING COMMAND: .findfont > OPERAND STACK: > r > /usr/share/X11/fonts/Type1/UTBI____.pfa > --nostringval-- > true > NimbusMonL-Regu > Courier > --nostringval-- > Courier > 4544317 > Courier > Font > Courier It seems that .findfont can't find a
2006 Apr 29
1
Error in ghostscript ?
Just tried to run a perl script to do some ripping and converting of a postscript file, and ghostscript bombed out with the error message below. Can someone tell me is this really a ghostscript error, or is there more to it than this? If need be, I can attach the perl script that caused the error, but I think it is OK. Don't have another machine to test it on. Oh yeah, FWIW, this is an
2012 Feb 07
1
pdfmerge and ghostscript-8.70-6.el5_7.6.x86_64
Everyone, It looks like pdfmerge is broken after the recent upgrade of gs to ghostscript-8.70-6.el5_7.6.x86_64. Has anyone else had this problem. I have just started trying to debug it. If any of you already have solutions please let me know. Thanks, Greg Ennis
2003 Apr 24
1
Invalid font in bitmap()
Dear all, A few weeks ago I asked about X11() availability using CGI-perl. The general advice was to use bitmap which requires ghostscript (Xvnc and Xvbf were the other alternatives). My system administrator got around to installing Aladin Ghostscript 6.0 and the setting the R_GSCMD environment variable. Other system specification is given below. But now I have a new problem that says that font
2005 Aug 22
1
Example in pdf() help file (PR#8083)
The example in the help file for pdf() plots the characters outside the plotting area in this for loop: for(i in c(32:255)) { x <- i y <- i points(x, y, pch=i) } The following loop seems to be working as intended for(i in c(32:255)) { x <- (i-31)%%16 y <- (i-31)%/%16 points(x, y, pch=i) } As an extra
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit graphical output from R. Searching through the mail archives and reading documentation isn't helping. Is there or isn't there a working driver for this purpose. How can I get it? I tried looking at the development version of the tarballs, but I didn't find anything that looked promising in there. Also, does
2018 Apr 12
0
Windows PC PostScript printer driver -> CUPS data import fails
On Thursday 12 April 2018 16:06:06 m.roth at 5-cent.us wrote: > Yan Li wrote: > > > > It seems that .findfont can't find a font file that the PS file is > > asking for. Is it possible that your Windows 10 is printing using some > > new fonts that your CentOS doesn't have? That would make sense > > > > I'd try: > > 1. Use ps2ascii instead
2010 Feb 22
2
(Somewhat) broken EPS files produced
Hello. I'm writing some simple text using sweave, and faced a strange problem with eps files produced for my plots (one example attached). Individual eps files are interpreted by ghostscript just fine, and show up without errors. But once I try to include them into main LaTeX/Sweave document (using regular \includegraphics, produced by Sweave), ghostscript gives me this error on those files:
2005 Jan 18
4
embedding fonts in eps files
Hi, I have to make eps files with fonts embedded. I use the following postscript command: postscript("fig3a.eps", width = 5.2756, height = 7.27, pointsize = 7,horizontal = FALSE, onefile = FALSE, paper = "special",family = "Times") plot(...) dev.off() Are fonts automatically embedded in this way? How can I see that? If not, how to do it? regards, Rudi.
2006 Oct 03
2
pdf/ convert/ font problem
Background: OS: Linux Ubuntu Dapper R : Version 2.3.1 (2006-06-01) Emacs 21.4.1 ESS Colleagues This is neither a bug report, nor a complaint, so I think this is the appropriate list. I am getting an odd font problem with a pdf generated using pdf(file = "../figures/PCNM.models.larvae.fluor.zoo.stability.2001.and.2002.pdf", title="", family="serif",
1999 Sep 08
1
PostScript output error
Hello, I'm currently using R-0.65.0 with --gnome option in configure on IRIX64 and Debian GNU/Linux. I found a problem in generated postscript file which has following sequence: x <- 1:30 postscript("output.ps") par(mfg=c(1,1,2,2)) plot(x,sin(x)) plot(x,sin(x)) plot(x,sin(x)) plot(x,sin(x)) dev.off() The generated postscript file "output.ps" can't
2005 Oct 11
1
MiKTeX/yap/Ghostcript issues with R-generated postscript
Hello, I wonder if anybody has encountered this problem? While MiKTeX/yap/Ghostscript seems to work fine on most TeX files that I have tested (including a great deal of postscript graphics), there is one file where the graphics works ok for all postscript files except one, the only one that is generated by R. I get an error "Some postscript specials could not be rendered", and the
2002 Jun 05
6
mixing different modes of lty line type specification in legend() ?
Hi List, is sth. like the following possible: legend(x,y,c("A","B","C"), lty=list(1,"42","11")) ? Or: is there a possibility to define a solid line using the "string" mode for lty? Thanks Marcus -- +-------- ><> ------------------------------------------- | E-Mail: eger.m at gmx.de (NEW) | marcus.eger at
2003 May 26
1
Sambafax - which windows PS driver works? & other options?
Hi All, I have a nicely working samba/cups print server working and have sambafax http://www.purpel3.com/sambafax/ installed and working to a certain extent. The problem i have is that no matter what post script driver I use on the windows end, the ps2ascii line in the sambafax cups backend scripts seems to not be able to change back to the original readable text and thus fails parse the Fax-Nr:
2007 Sep 20
1
Sweave vignettes and bitmap on windows
During vignette generation on Windows, Sweave seems to clean up before all graphics files are completely processed. For instance, if tmp.Rnw is: \documentclass[12pt]{article} \begin{document} <<>>= bitmap("afile.png") plot(1:100) dev.off() @ \end{document} Then: C:\R\tmp>R CMD Sweave tmp.Rnw Writing to file tmp.tex Processing code chunks ... 1 : echo term verbatim
2005 Jan 24
1
R 'postscript' plot - not a valid postscript (PR#7559)
Full_Name: Mr. Daniel Murray Bolser Version: R 2.0.0 (2004-10-04) OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon i386 GNU/Linux Submission from: (NULL) (193.60.81.207) Trying to execute the following code produces a 'not a valid postscript' error from various postscript readers (gv, ggv, ghostscript). A very similar code works fine. <CODE> postscript()
2006 Feb 01
4
pdf to text converter
Anyone know of any good pdf to text converters that will run on *nix platforms? -- Andrew Rice Jr Systems Analyst Carrier Management Systems, Inc. 500 Chestnut Street, Suite 500 Abilene, TX 79602 USA support: (325) 672-0975 office: (325) 677-5900 fax: (325) 676-0529 http://www.nams.net NAMS III, NAMS 2000 Centralized, NAMS BMX