Displaying 20 results from an estimated 2000 matches similar to: "several postscript problems"
2023 Dec 02
1
adding "Page X of XX" to PDFs
Sorry, jumped into the thread too late. (On the other hand, once the 
document gets complicated enough, it may be worth it in the long run to 
convert to something that actually has a document-generating back-end, 
rather than reinventing everything from scratch ...)
On 2023-12-02 2:03 p.m., Jeff Newmiller via R-help wrote:
> He clearly stated he was using the pdf() graphics device.
> 
>
2023 Dec 02
1
adding "Page X of XX" to PDFs
You could easily omit the Page X of xX, but leave the timestamp
Then add Page X of XX programmatically using pdftools or some similar pdf
command line tools.
On Sat, 2 Dec 2023, 22:35 , <avi.e.gross at gmail.com> wrote:
> Having read all of the replies, it seems there are solutions for the
> question and the OP points out that some solutions such as making the
> document twice
2008 Jul 21
5
ps to pdf
I need a way to convert files that I save with Firefox as a 'print to
file' to 'pdf'
I tried 'convert' but that rendered the text as graphics which grew the
file and wasn't what I wanted.
How would someone accomplish this - or can I just print to a PDF?
Craig
2005 Dec 14
2
Printing Postscript - Very Weird Problem.
Hey folks,
okay, here's the situation - I have a Centos 4.2 system with cups printing 
installed printing via postcript (with appropriate PPD file) to a HP 
LaserJet 1320N printer (via jetdirect socket 9100).
Everything seems to work right - except for an unusual 'font'??? problem.
Many letters seem to be just slightly garbled.  At first I thought this 
was a mechanical problem at
2016 Dec 31
2
Adobereader on Centos7 crashes
Hello All, 
I can't get Adobe Reader to run stable on Centos7, when trying to edit settings or trying to print, it crashes. 
The issue is people need to digitally sign pdf forms. When I open these forms with anything else then Adobereader, I get EM 
To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade 
to the latest version of Adobe Reader
2018 Apr 12
2
Windows PC PostScript printer driver -> CUPS data import fails
Hi all,
For some years now I have been using a simple system I found online which 
allows me to easily import data from Windows Programs.
Hopefully others out there are using the system and already have found the 
answer to my problem.
I have installed on my Centos server a virtual CUPS printer which receives a 
PS file, and then runs 'ps2pdf' and 'pdftotext -layout' to end up
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
2000 Nov 30
1
Landscape problems with ps2pdf
R Users,
I have created a multipage PostScript file using the postscript() function
with horizontal = TRUE to produce my plots in landscape.  I intended to
convert that entire file to PDF using ps2pdf to have the plots available for
a presentation.  Unfortunately, the resulting PDF document is rotated -90
degrees.
I have found dozens of references to this kind of problem with ps2pdf
online, but
2003 Oct 08
4
Unpredictable EPS->PDF rotation (PR#4460)
Dear r-bugs,
When I create EPS files, they sometimes appear rotated in my LaTeX PDF
document and sometimes they don't. Two examples:
## x1.eps is not rotated in LaTeX
x <- seq(-1, 1, length=100)
postscript("c:/x1.eps", height=3, width=4,
           horizontal=FALSE, onefile=FALSE, paper="special")
plot(x, dnorm(x), type="l")
dev.off()
## x2.eps is not
2003 Mar 28
8
Printing with CUPS and PDF
Trying to get one Samba server to serve several printers through CUPS 
and host a virtual PDF "printer" at the same time. I've gotten them 
working separately, but not together, and I think I know why.
In the smb.conf man page under "print command":
"With printing = cups, and if SAMBA is compiled against libcups, any 
manually set print command will be ignored."
2003 May 15
4
PDF Samba Printer - ps2pdf Only Letter Size?
Hi all,
I've got a nice working pdf samba printer emailing the right person thanks to PeteFwee and David F and am doing a little testing. I've just realized that it's set to Letter when it creates the .pdf file. and i've googled till i'm blue in the face and can't see any options that says page size or something similar. i'm running ghostscript 7.04. 
does anybody
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.
2007 Feb 23
3
Centos package to export to eps format
Is there a package available in the CentOS repos that will convert either
a MicroSoft Word .doc, an OOo .otd,  or an Acrobat .pdf file into eps
format?  If so, what is its name?  If not, What not CentOS packages are
available (if any) and recommended to accomplish this?
Regards
-- 
James B. Byrne                mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited         
2017 Jan 01
1
Adobereader on Centos7 crashes
Hi  Rob
did you ever try sith master-pdf-editor?
http://code-industry.net/free-pdf-editor.php
The functionality you require in AR may be available from 
master-pdf-editor as well...
suomi
On 01/01/2017 07:11 AM, Rob Kampen wrote:
> On 01/01/17 04:35, johan.vermeulen7 at telenet.be wrote:
>> Hello All,
>>
>> I can't get Adobe Reader to run stable on Centos7, when trying
2003 Jan 15
3
Postscript printer PS-Logfile
Hello
I have the following strage problem here.
I have the following smb.conf:
---cut---
tux:/shr/pdfdropbox# more /etc/samba/smb.conf 
[global]
        workgroup = de_zycko
        netbios name = tux
        server string = tux
        kernel oplocks = No
        encrypt passwords = Yes
        guest account = Nobody
        invalid users = root
# This tells samba to write log files per
2008 Apr 16
1
Converting from encapsulated postscript to encapsulated pdf
I have several old encapsulated postscript graphics generated by R that 
I want to include in a LaTeX Beamer presentation so I want them in pdf. 
  Under Ubuntu linux typing
convert z.eps z.pdf (to use ImageMagick)
results in a nice looking graphic but the bounding box is lost.  Doing
convert z.eps z.epdf
results in a fuzzy image with a good bounding box.
Does anyone have a nice solution?
2003 May 30
12
pdf printer
Hi,
I created a PDFPrinter as per
http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2
I have another question, do I need to add a Color Laser Printer Driver in
W2K to the PDF share to generate color PDF in Windows?
Regards,
Norman
2002 Aug 10
2
ps2pdf "Print command" script trouble
hi
2.2.5, Sol 2.8
I have a perl script that I've written to convert a ps file to pdf file. 
I want the user to be able to setup a
postscript printer in WNT/2k and convert ps files to pdf by printing to 
a [ps2pdf] printer share.
[ps2pdf]
    comment = PS to PDF file in Home Directory
    path = /usr/spool/public
    guest ok = Yes
    print ok = Yes
    browseable = Yes
    printer = ps2pdf 
2009 May 21
1
postscript problems (landscape orientation)
I use the following function to export some figures to .eps:
p.eps <- function(p, fname, title = NULL, width, height)
{
  postscript(file=fname, onefile=FALSE, paper="special",
             width=width, height=height, horizontal=FALSE)
  print(p + opts(title = title))
  dev.off()
}
Whenever I have a page consisting of *only* figures exported in this way,
Acrobat Reader shows them in
2001 Aug 02
4
pictex driver and bargraph shading
I'm trying to use the pictex driver for bargraphs, and the shading isn't
showing up. Is there any way to get some sort of shading in the plots? A
hatch or stipple would be fine, too; just some way to differentiate the
bars.
The postscript driver won't do, since I'm trying to embed this in a LaTeX
document which I'll use pdflatex on and \includegraphics for pdftex doesn't