Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bengR
  • Content: Threads
  • Order by date
  1. bengR

    Looking for a good Postscript IDE

    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.
  2. bengR

    Representing character information in a compressed bitmap font

    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...
  3. bengR

    Removing trailing zeros from a float up to and including the '.'

    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'; $_ =~...
  4. bengR

    Batch printing pdfs to prn files from the command line on Vista

    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...
  5. bengR

    Parsing HPGL Plotter commands - sanity check

    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"...

Part and Inventory Search

Back
Top