PostScript is a Turing-complete page description programming language, designed and developed by Adobe. There are three major releases of PostScript. PostScript Level 1 -- this was released to the market in 1984. PostScript Level 2 --; released in 1991, this contained several important ...

learn more… | top users | synonyms

0
votes
2answers
22 views

How can I extract color values from an EPS file?

I'm trying to find all fill and stroke values used in an EPS file. I can parse the file, I just can't figure out how color values are defined in the EPS postscript section. I have converted the file ...
0
votes
1answer
24 views

Extract a bitmap from postscript

I need to extract a bitmap from postscript file(.ppf). It is compressed with RLE and encoded with ASCIIHexEncode. I will call it from PHP. I wonder if there is an elegant way to do that. I dont want ...
2
votes
1answer
59 views

PostScript execution of nested procedures

(I'm back with yet another question :-) ) Given the following PostScript code: /riverside { 5 pop } def /star { 6 pop 2 {riverside} repeat } def star I'm wondering how nested procedures should be ...
2
votes
0answers
47 views

bold enhanced text in gnuplot

I am having difficulty getting gnuplot to create labels with bold and enhanced text in non-postscript terminals. The following script #!/usr/bin/env gnuplot reset set terminal pdfcairo enhanced ...
1
vote
0answers
28 views

Postscript - forcing a text search

Okay, I now "know" postscript, everything makes a lot more sense now. I've found that if I change the colour though it affects backgrounds in other areas, I now know that sc, SC, cs and CS are ...
1
vote
1answer
37 views

how to open R document in rampant logic postscript viewer?

I save a file using Tinn R and try to open it in rampant logic postscript viewer 1.1 but it is opening in word pad. I am unable to understand the problem. My code is given below library(MASS) ...
2
votes
1answer
40 views

PostScript current graphics state implementation

I have a question concerning the current graphics state and the Graphics State Stack in PostScript. In my code I now have a Stack which represents the current graphics state. When I initialise my ...
0
votes
1answer
49 views

Print a file (pdf) to a printer with PS driver, grab PS-file and convert to searchable pdf with ghostscript

When I print a PDF-file with a PS-driver and then convert the PS-file to a searchable PDF with ghostscript (pdfwrite device) something is wrong with the final pdf file. It becomes corrupt. In some ...
1
vote
2answers
83 views

R postscript() Chinese

I am trying to setup R postscript () device to display Chinese Characters but with no success. I am using a Macbook Pro Mountain Lion 10.8.3 with the following R sessionInfo() information: R ...
0
votes
2answers
49 views

Failed to convert NCL high-resolution postscript to png

I got an postscript file from a NCL script whit the mpDataBaseVersion = "HighRes" (high resolution map). and I got ImageMagick 6.2.8 run in RHEL 5.6 i386. when I ran convert ...
0
votes
1answer
35 views

Dymo LabelManager PnP Postscript file paperSize

Here I am again with a PostScript question. This time I'm trying to print this simple file: %!PS-Adobe-3.0 %%DocumentData: Clean7Bit %%Requirements: color %%LanguageLevel: 2 % 72 PostScript points = ...
1
vote
1answer
33 views

How do you keep the `roll` operator straight?

In postscript, the roll operator is very general and difficult to visualize. How do you make sure you're rolling in the right direction? I want to get a solid handle on roll because I want to be able ...
2
votes
1answer
85 views

Boost spirit can handle Postscript/PDF like languages?

I noticed that Boost spirit offers some limits, in a question here on SO there is an user asking for help about boost spirit and the other user who gave the answer specified that boost spirit works ...
0
votes
1answer
97 views

Convert PDF to PS in Ghostscript and preserve CMYK split

I have an RGB PDF which I've preflighted in Adobe Acrobat pro to a PDF x1a compliant PDF in US Web Coated SWOP v2. The PDF now has 4 plates (C/M/Y/K) C plate is empty M plate has 100% of a red image ...
1
vote
0answers
65 views

How to write a Mac PCL Printer Driver?

I am currently developing printer drivers for Mac which should support both PS (postscript) and PCL printers. I already have an idea about supporting PS (by defining custom CUPS postscript filters in ...
2
votes
1answer
61 views

Create a tiff with only images and no text from a postscript file with ghostscript

Is it possible to create a tiff file from a postscript-file (created from a pdf-document with readable text and images) into a tiff file without the text and only the images? There is a way to create ...
0
votes
2answers
51 views

PostScript on a Dymo labelwriter

I'm trying to print a postscript file to a Dymo LabelWriter (tried a LabelWriter 450 and LabelWriter 330-Turbo), i'm getting it trough ok, but the margin seems to be way to high, 1/3 of the label ...
1
vote
3answers
55 views

How to “decode” eexec of font file?

I have a .pfa font file and I would like to read the "algorithm" for rendering the font. However, most of the information is hidden in binary in the line: currentfile eexec ...
1
vote
2answers
49 views

How to print a vector to stdout in ghostscript

I would like to get the StandardEncoding vector out of postscript (there is a graphical version in Appendix E.6 of PLRM, but no text). I am looking for something along the lines of [/A /B /C /D], but ...
0
votes
1answer
53 views

Converting vector fill patterns to explicit objects

I'm creating some masks for photolithography that have arrays of 50 µm features across a 4"x4" span. An SVG file that represents my mask objects implicitly as a fill pattern is trivial: <!DOCTYPE ...
1
vote
1answer
40 views

Concatenate and 4-up Postscript files

I have a directory with 79 one-page PS files. They were made with gnuplot. I would like to print them, but--due to their volume--need to put several on one sheet. Ideally I'd like 4 per side (8 per ...
0
votes
1answer
370 views

conversion tif to pdf ghostscript

Could you tell me how can I convert TIF to PDF with using Ghostscript or Postscript? I tried use next code gswin32c.exe -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=o.pdf test.tif but it ...
2
votes
2answers
72 views

How include img in postscript

I want to add image to my postscript code %!PS-Adobe-3.0 /Times-Roman findfont 12 scalefont setfont 50 700 moveto (text) show showpage but i dont have idea to do that. Someone help?
1
vote
1answer
397 views

Convert RGB PDF to CMYK keep 100% K (black) AND 100% M(Magenta) on linux

This is related to: Converting (any) PDF to black (K)-only CMYK Hi first please sorry for my english. This related link have 50% of the solution to my problem. The only thing which is left is I ...
1
vote
1answer
80 views

Ps2pdf bug? The pdf output is rotated relative to the ps output

I am having a bizarre problem in converting postscript to pdf using ps2pdf. Here is a minimal code snippet that causes the problem. /Times findfont 40 scalefont setfont -1 1 scale 15 15 moveto (R) ...
1
vote
3answers
61 views

Using Executable arrays in Postcript to push multiple values on the stack

I am doing some forms in Postscript and there are times I need to save the current point into a variable, so later I can conveniently put the x y values on the stack for a moveto. It is not that ...
1
vote
2answers
41 views

remove stroke in postscript

I have script in ps %! %% Example 4 /box0{ newpath 56 257 moveto 0 -198 rlineto 284 0 rlineto 0 198 rlineto -284 0 rlineto closepath } def /Times-Roman findfont 32 scalefont setfont box0 ...
1
vote
3answers
239 views

Ghostscript postscript pswrite is encoding text

Why is Ghostscript pswrite encoding my text in its output? Consider the following MWE: %!PS-Adobe-3.0 %%Title: mwe.ps %%Pages: 001 %%BoundingBox: 0 0 595 842 %%EndComments %%Page: 1 1 ...
1
vote
2answers
177 views

How to create a postscript file using print to file option in word with C#?

I want to create a postscript file from a word document(.doc) using print to file from Microsoft word and C#, I found lots of ways to print a file but couldn't find "Print to file".
2
votes
2answers
131 views

How to do a space-partitioning of the Utah Teapot?

Having dealt with converting the Bezier Patches into triangles, I need to do a Binary Space Partition in order to draw the projected triangles using the Painter's Algorithm. I've implemented the ...
2
votes
2answers
88 views

PostScript mark token

In PostScript if you have [4 5 6] you have the following tokens: mark integer integer integer mark The stack goes like this: | mark | | mark | integer | | mark | integer | integer | | mark | ...
0
votes
1answer
80 views

load RGB image and convert to CMYK

How can I load an image from source file in postscript and convert it into cmyk? Shell I use DCTDecode? I have no idea how to achieve this. I found some example that prints rgb image but that is not ...
1
vote
1answer
148 views

Adding image annotations to pdf with ghostscript

I would like to use ghostscript to add an annotation to a pdf file, similar to the method described here. However, instead of a text annotation, I want to add an image as an annotation. Given what I ...
1
vote
1answer
52 views

Postscript file syntax query

I have a couple of postscript that essentially represents same graphical information albeit differently. I do not understand the syntax and hence would appreciate if someone help understand the ...
3
votes
2answers
354 views

How do Bezier Patches work in the Utah Teapot?

I embarrassed myself yesterday on code golf by posting a challenge to draw the Utah Teapot using this dataset (just the teapot). But when looked deeper at the data in order to whip up a little ...
0
votes
3answers
127 views

Postscript ghostscript output

This might sound like a very foolish question but I've been reading around and haven't been able to understand the lifecycle of a print job. Program → PostScript → GhostScript → ? → Printer My doubt ...
2
votes
3answers
110 views

Dynamically change print data

I am looking into a way to manipulate the data sent to a printer (inkjet for now. Probably an HP 2460). I want to change the data dynamically each time the printer tries to print. Ie. at point 1, ...
0
votes
0answers
54 views

How to write to a Vector PDF file from my application without loosing the Positioning of elements present on my canvas

Here's a situation. We have an application built on .net which is based on the idea of creating banners for end-users. I have provided an area on my page where the user can create his/her banners. ...
0
votes
1answer
63 views

how to configure CID fonts for docsplit (ghostscript)?

I have guide reference in url below. http://www.ghostscript.com/doc/9.06/Use.htm#CIDFonts But I think I'm not following it correctlly. What I'm trying to do is Convert Office files to Images using ...
1
vote
1answer
32 views

What's the use of “Private DICT Data” in Adobes CFF format

As described in Adobes "Compact Font Format" (CFF) specification ( http://partners.adobe.com/public/developer/en/font/5176.CFF.pdf ), theres a "private" font dictionary in CFF compressed postscript ...
2
votes
1answer
211 views

Ghostscript: convert postscript to jpeg

I have the ghostscript dll (gsdll32.dll) which I have wrapped into my c# application. I tried various way to convert postscript to jpeg but its not happening. The code is as following: ...
2
votes
2answers
193 views

Print an escape code to a printer with PS (postscript) file

I'm dealing with a printer that can accept an escape code (i.e. printer command) printed as normal text. For example, if I create a plain text file and write "~TR%10 10 20 20?" then print this, the ...
0
votes
0answers
98 views

Apache FOP umlaut spacing issue

I am using Apache FOP version 0.95. I am facing a spacing issue in the ps file : (Empf\344nger) [5.464 8.464 5.592 3.376 14.216 5.696 5.592 5.312 3.976] The word 'Empfänger' is being printed as 'Empfä ...
0
votes
1answer
110 views

Printer driver send to web server

I need to "hack" a program to export some data. The only way the program can output is via printing. How can I hijack this? The OS is Windows Embedded. I was originally thinking "print to pdf" ...
2
votes
1answer
53 views

PSNUP, Converting 1st Page only

I am trying to use PSNUP to Shrnk my PS file but it is effective on 1st page only, and not working on o Anybody who knows may help please. MY sample File can be downloaed from :- ...
0
votes
0answers
142 views

Access print jobs from queue

Previously I'd asked about adding my c# windows app as virtual printer. I managed to get it done with RedMon and Ghostscript. Now when I press Ctrl + P the control is transferred to my app and i need ...
0
votes
0answers
54 views

How to Trim White Space in Post Script

I have millions of Post Script files each Month. Each Files Have 4-5 Pages each. Except Page number 1, each page has very little content. So though the content in files is not too large but there is ...
1
vote
1answer
327 views

GhostScript use bbox to crop Postscript file

What I am trying to accomplish is to crop my PostScript file called example.ps using the output described in bbox. I am doing this in a batch process where the bbox might be different for certain ...
1
vote
1answer
81 views

Xerox postscript printer to use in software development [closed]

months ago I was digging the web for a postscript driver and I met a xerox postscript driver that was at that time royalty free. I was needing it to develop a module in Delphi that printing from an ...
0
votes
0answers
41 views

Adding userinfo to postscript file for pull print

Today, I have a printerserver service that does the following. detects PDF's in a catalog, convert them to a postscript file, the PDF filename also gives away the printername and the printerqueue, the ...

1 2 3 4 5 7