debian-pdfrw/examples/rl2
Rodrigo Siqueira 5d56e870e8 Import pdfrw_0.4.orig.tar.gz
[dgit import orig pdfrw_0.4.orig.tar.gz]
2017-09-21 14:55:46 +02:00
..
README.txt Import pdfrw_0.4.orig.tar.gz 2017-09-21 14:55:46 +02:00
copy.py Import pdfrw_0.4.orig.tar.gz 2017-09-21 14:55:46 +02:00
decodegraphics.py Import pdfrw_0.4.orig.tar.gz 2017-09-21 14:55:46 +02:00

README.txt

The copy.py demo in this directory parses the graphics stream from the PDF and actually plays it back through reportlab.

Doesn't yet handle fonts or unicode very well.

For a more practical demo, look at the Form XObjects approach in the examples/rl1 directory.