Displaying 20 results from an estimated 1000 matches similar to: "Samba printing to Hylafax"
2008 Nov 03
1
dev2bitmap: extra missing
Hi,
I don't know if I am the first one to report the problem:
in 2.8.0 dev2bitmap gained aa support, but "extra" is null
if neither taa nor naa is specified.
> dev2bitmap("plot.pdf",type="pdfwrite")
Error in paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q -sDEVICE=", type, :
object "extra" not found
>
2001 Apr 12
0
using bitmap to make a multi-page pdf file results in (PR#909)
On Wed, 11 Apr 2001 Setzer.Woodrow@epamail.epa.gov wrote:
> When I execute the following code:
>
> bitmap("test.pdf",type="pdfwrite")
> plot(1:10,1:10,main="ONE")
> plot(1:10,1:10,main="TWO")
> dev.off()
>
> the resulting file test.pdf contains four pages: graph ONE, graph TWO,
> graph ONE, graph TWO. I can recreate the problem
2003 Jan 09
1
GS PDF creator
This is a snip of my smb.conf file.
This share will create a pdf file and deposit the output in a samba share
for retrieval. It works. On the client side you add a printer pointing to
the smbpdf share and give it a PS printer driver. When you print to this
printer(smbpdf) it creates the pdf file. I'd like to change one thing and
this thing is golden. When printing a file called file.txt the
2010 Sep 11
2
Latex fonts in R graphics
Hello, R users.
I am trying to embed Computer modern fonts to an R plot and I get the
following error.
CM <- Type1Font("CM",
+ c(paste("cm-lgc/fonts/afm/public/cm-lgc/",
+ c("fcmr8a.afm", "fcmb8a.afm", "fcmri8a.afm", "fcmbi8a.afm"), sep=""),
+ "./cmsyase.afm"))
> pdf("cm.pdf",
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
2003 Feb 24
5
PDF Printer issue
Hello Everyone,
I have a slight issue with configuring a PDF printer on my Samba
servers. I have input the following into my smb.conf file and it does
create the printer as well as work to create PDF files, except that it
only functions when "printing" to that printer via Excel 2002. If I
attempt it with anything else, even the Windows Test print, it fails.
Now, in the Windows
2007 Apr 15
1
mac ghostscript help
Hello R community,
I am hoping to use a new package that I just installed called
"grImport" to import ps images into R for further manipulation using
either base graphics or grid. I downloaded the most recent version
of Ghostscript from http://www.cs.wisc.edu/~ghost/ that I could find
(v.8.56) for Mac OSX. However, I am apparently quite ignorant about
how the required
2011 Mar 27
1
grImport/ghostscript problems
Hi All:
I've been struggling for a while trying to get grImport up and running. I'm on a Windows 7 (home premium 64 bit) machine running R-2.12.2 along with GPL Ghostscript 9.01.
I've set my Windows PATH variable to point to the Ghostscript \bin and \lib directories, and I've created the R_GSCMD environment variable pointing to gswin32c.exe.
I don't have any experience with
2015 Jun 22
5
pdf-printer
Hi,
I recently migrated from samba3 to samba4.
On the samba3 server I had a "printer" that converted pcl6 to pdf. I
tried to make a similar printer in samba4, but it's not working.
Not working means the printed document is nowhere to be found.
This is the section in smb.conf :
[papyrusPDF]
comment = Papyrus-to-PDF printer
path = /var/spool/samba
# guest ok = Yes
2009 Jul 15
1
ghostscript 8.64 errors.
Hello,
To fix some issues in working with gs 8.63 I had to upgrade to 8.64. I build the rpm from ghostscript-8.64-9.fc11.src.rpm. I get the following error when running
gs -q -dSAFER -dNOPAUSE -dBATCH -dUseCropBox -dFirstPage=1 -dLastPage=1 -sOutputFile=/tmp/TIFF-%d.tif -r300 -sDEVICE=tiff12nc foobar.pdf
#
Error: /invalidfont in /findfont
#
Operand stack:
#
2010 Jul 30
1
Reading .eps file created in Illustrator
Hello,
I am trying to import an .eps file created with Adobe Illustrator and
plot it in a Quartz window (I am using R 2.11.1 GUI 1.34 Leopard build
32-bit (5589) on MacOSx.5.8).
I thought of using the PostScriptTrace() to convert my .eps file to
RGML, and then use readPicture to plot the file, but the first step
already fails (cf below).
I also had a look at the add.image( ) example,
2012 Jun 24
1
Error using PostScriptTrace()
I couldn't run PostScriptTrace() from the package "grImport" without an
error. At first the postscript program couldn't be found. however the
problem persisted after the full path the postscript program was indicated.
I read earlier post on the subject in vain. See the codes and output below.
The file "Senegal_location_map.ps" was originally a "svg" file from:
2008 Nov 14
1
Bug#505698: r-base-core: dev2bitmap fails with gsexe related error (PR#13288)
Stefano,
Thanks for the bug report.
On 14 November 2008 at 14:35, Stefano Costa wrote:
| Package: r-base-core
| Version: 2.8.0-1
| Severity: normal
|
| As in subject. The bug is reproducible on my machine with these
| commands:
|
| > x <- rnorm(100)
| > plot(density(x))
| > dev2bitmap("density.png")
| Error in paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q
2024 Mar 11
1
evince not showing "greek" and "math" in *.pdf plots
Hi Martin and Tim,
I also have this bug. Though I think not necessarily with all the same
fonts as Martin.
Using Martin's code:
https://imgur.com/a/ILUoe3H
Fedora 39, Evince 45.0
It's a bug with Evince. I think. I think it's substituting in a font
set that doesn't have all the required symbols. I think it should be
possible to install the required fonts, but I haven't
2007 Mar 31
1
Too long pathname in bitmap() crashes R on WinXP
Hi,
using too long pathnames for bitmap() crash R on WinXP. I've verified
that this is the case with R version 2.4.1 Patched (2007-03-25 r40958)
and R version 2.5.0 alpha (2007-03-30 r40957). I cannot reproduce it
on Linux.
REPRODUCIBLE EXAMPLE:
% Rterm --vanilla
# Tell R where Ghostscript is
gsexe <- "C:/gs/gs8.54/bin/gswin32c.exe";
gsexe <- "C:/Program
2008 Dec 22
0
txfax/rxfax fun
Hi Gang,
I'm trying to make an application to upload a tiff via a web
interface, slap a cover page onto it, merge the two into a new tiff and send
it out via txfax. I'm able to get it out to a fax machine using this
sequence:
/usr/bin/tiff2pdf /tmp/faxout/1229978819_filea.tif -o
/tmp/faxout/1229978819_filea.pdf
/usr/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite
2006 Sep 15
0
convert files with ghostscript to tiff gets black page with xview
I am using oowriter to just type a couple lines,
export that as PDF, use ghostscript to convert to tiff
then view with xview and my page is all black.
I use the command to convert to tiff.
gs -q -sDEVICE=tiffg3 -sPAPERSIZE=a4 -r204x196 -dNOPAUSE
-sOutputFile=/tmp/faxme.g3 -- file.pdf
xview /tmp/faxme.g3
The resulting file size is 9788 for faxme.g3
Have I done something wrong? I would have
1999 Apr 10
0
smbprint(ing) to an HP 3100??
Jeff Wiegley wrote
>Date: Fri, 09 Apr 1999 11:36:34 -0700
>Subject: Re: smbprint(ing) to a HP 3100??
[snip]
>On a linux box:
>1) open up netscape
>2) print the netscape window to a file "netscape.ps"
>3) use ghostscrip to change it to an HP command language...
> gs -dNOPAUSE -sDEVICE=ljet2p -sOutputFile=bug.prn netscape.ps -c quit
>4) now use smbclient to print
2014 Oct 29
0
My Asterisk can not send fax via T.38
Hello,
I am a newer on asterisk. when I tried to send fax, I can not get success.
After doing a lot of reseach, I decide to ask my question at here.
Instead of using old fax machine, I want my system can send fax via t.38.
Could anyone give me some idea to correct my configuration?
Thanks a lot!
Here is the detail:
my system: *ubuntu 14.04 + asterisk 11.7*
I use apt-get to install the ubuntu
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
HI I?aki,?
That's interesting.?
I may be wrong but I think it's the Symbol font that's got the
substitution bug, not Helvetica.?
? fc-match "Symbol"
StandardSymbolsPS.t1: "Standard Symbols PS" "Regular"
Is what I get, but then in the Evince properties it's telling me that
it's substituting Symbol with "Noto Sans Regular", despite the