debian-pypdf4/PDF_Samples
Sylvain Pelissier 1273824c0f Add CCITTFax Decode and JPEG test 2016-01-21 13:42:17 +01:00
..
AutoCad_Diagram.pdf Sample Folder for PDFs 2013-10-08 17:37:55 -05:00
AutoCad_Simple.pdf Sample Folder for PDFs 2013-10-08 17:37:55 -05:00
GeoBase_NHNC1_Data_Model_UML_EN.pdf Fails with "ValueError: not enough image data" 2016-01-06 11:40:14 -08:00
README.txt Sample Folder for PDFs 2013-10-08 17:37:55 -05:00
SF424_page2.pdf AutoCad bugfix, minor name corrections 2013-11-13 16:49:57 -06:00
Seige_of_Vicksburg_Sample_OCR.pdf Add CCITTFax Decode and JPEG test 2016-01-21 13:42:17 +01:00
jpeg.pdf JPEG sample 2015-12-05 11:44:08 +01:00

README.txt

PDF Sample Folder
-----------------

PDF files are generated by a large variety of sources
for many different purposes. One of the goals of PyPDF2
is to be able to read/write any PDF instance that Adobe
can.

This is a catalog of various PDF files. The
files may not have worked with PyPDF2 but do now, they
may be complicated or unconventional files, or they may
just be good for testing. The purpose is to insure that
when changes to PyPDF2 are made, we keep them in mind.

If you have confidential PDFs that don't work with
PyPDF2, feel free to still e-mail them for debugging -
we won't add PDFs without expressed permission.

(This folder is available through GitHub only)


Feel free to add any type of PDF file or sample code, 
either by

	1) sending it via email to PyPDF2@phaseit.net
	2) including it in a pull request on GitHub