Does anyone know of a good IDE for developing Postscript?
Something with good syntax highlighting, debugging/viewing stack contents, as well as rendering to screen would be ideal.
Code completion would also be nice to have.
Thanks.
I am creating a custom compressed bitmap font (class 2) and I need some clarification as to how the character data is represented.
Assuming the following character:
width - 8
height - 8
binary character data:
01000001
01000001
01000001
01000001
01000001
01000001
01000001
01000001
After...
I am using Active Perl 5.8.8.
I am trying to remove trailing zeros from floating point numbers.
I also want to remove the decimal point if there is no decimal component.
eg
1.100 => 1.1
2.020 => 2.02
3.003 => 3.003
4.000 => 4
This is what I have:
{
no warnings 'uninitialized';
$_ =~...
I am running Adobe Reader version 9.1.0 on Windows Vista Business SP1.
I am trying to convert several thousand pdf files into pcl macro overlays by printing to file with an HP LaserJet 4 driver.
According to Adobe's support documentation here and here I can run the following command at the...
I am running perl v5.8.0 on Windows Vista via ActiveState perl build 824.
The following code parses HPGL commands out of a print stream and prints the command's offset in the file, the
command, and any parameters.
The code compiles without any errors or warnings when I run "perl -c hpgl2.pl"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.