Help for this page

Select Code to Download


  1. or download this
    C:\download\pdf417lib\pdf417lib-c-0.91>gcc --version
    gcc (GCC) 3.4.5 (mingw special)
    ...
    
    C:\download\pdf417lib\pdf417lib-c-0.91>pdf417 hello.ps "hello world"
    Thello world
    
  2. or download this
    /Times findfont
    12 scalefont setfont
    ...
    00AB85E14F852BF610175B
    >}image
    showpage
    
  3. or download this
    $ cat makefile
    CC = gcc -O
    pdf417 : pdf417.c pdf417lib.c pdf417lib.h
            $(CC) -o pdf417 pdf417.c pdf417lib.c pdf417lib.h -lm
    
  4. or download this
    $ make
    gcc -O -o pdf417 pdf417.c pdf417lib.c pdf417lib.h -lm
    Compile on Linux i386:
    $ ./pdf417 hello.ps "hello world"
    Thello world