- 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
- or download this
/Times findfont
12 scalefont setfont
...
00AB85E14F852BF610175B
>}image
showpage
- 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
- 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