1
vote
1answer
335 views
HTML to PostScript Conversion
I'm searching for a free component or library that could convert HTML to PostScript ( .ps file format ). I'm using .Net framework 1.1. Any one have experience with situation like t …
1
vote
0answers
15 views
How can I select papertray
How do I programatically select the papertray to use when I send a document to the printer? There is different papers in the trays (A5, A4, A4 with one tear off part or two tear of …
0
votes
1answer
37 views
Converting PDF to PostScript with GhostScript
I installed ghostscript and updated the appropriate path variables ... however, I'm getting an error when I try to execute this command:
C:\PROGRA~1\gs\gs8.64\lib>pdf2ps mydocu …
2
votes
2answers
39 views
Is there a way to extract text from PostScript (.ps , .eps) files using Java?
I am looking for a solution similiar to PDFBox for PDFs of Apache Tika, however, for PS files.
thanks.
0
votes
1answer
32 views
Ghostscript ERROR: /undefined in --get--
I'm trying to use Ghostscript in CentOS. When trying to issue the following Ghostscript command ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF I am gettin …
0
votes
0answers
13 views
Printing to a postscript printer from PDF4NET
I have a postscript RIP I'm trying to send data to from PDF4NET and I'm having spotted results. If I print the files from their saved PDF format they print fine, however if I print …
1
vote
1answer
135 views
serve postscript file with php script
Hi,
I want to give a link to a postscript file, but first I want to make a script that will monitor the downloads of this file. The link has to be 'direct' so I added .ps extension …
1
vote
5answers
104 views
How to add page numbers to Postscript/PDF
If you've got a large document (500 pages+) in Postscript and want to add page numbers, does anyone know how to do this?
EDIT: Moved my solution down into an 'answer'
1
vote
1answer
123 views
Using Cups Reverse Orientation on a Postscript file
When using the lp -o orientation-requested=6 in CUPS to print a postscript file, the first page is reversed 180 degrees and then the next page is back to 0 orientation. Third pag …
0
votes
1answer
27 views
Is there a way to determine in .Net (or WMI) if a print driver will print to PCL or PostScript format when printing to a file?
Is there a way to determine in .Net (or WMI) if a print driver will print to PCL or PostScript or XPS format when printing to a file?
0
votes
1answer
78 views
Printing from swing on Mac & Windows - Where is postscript support?
I'm printing a complicated swing application UI to a physical printer via an Airport. I've got Mac & windows machines both printing to the same printer. Printing from the Mac …
0
votes
2answers
125 views
Print PDF document with python’s win32print module?
I'm trying to print a PDF document with the win32print module. Apparently this module can only accept PCL or raw text. Is that correct?
If so, is there a module available to conv …
1
vote
4answers
117 views
Any good postscript drawing libraries?
I need to draw some pictures for my LaTeX documents, and I've found that hand-made PostScript seems to be a good fit (I want to do stuff programatically, need math functions, etc.) …
0
votes
1answer
77 views
Appending multiple xml files to a single output using xsl-fo
Hi,
I'm creating a PostScript file from XML input using xsl-fo (Apache-FOP).
I need also to append multiple such XML to a single PS file.
1. Does Apache-FOP support appending to o …
1
vote
4answers
280 views
How to reduce size of R plots in EPS format?
I have a histogram with several hundred items, for which I do a Q-Q plot. This results in EPS that is 2.5 megabytes large. This is too much for a figure that is only going to be in …
