pdfminer.six/samples
cybjit 2ee7153f6e add python3 in sample Makefile 2014-09-16 22:56:13 +02:00
..
encryption Implement revision 4 and 5 encryption handler. 2014-05-19 16:27:43 +02:00
nonfree Fixed for consistent test results. (hopefully...) 2014-06-26 17:41:31 +09:00
Makefile add python3 in sample Makefile 2014-09-16 22:56:13 +02:00
README Implement revision 4 and 5 encryption handler. 2014-05-19 16:27:43 +02:00
jo.html.ref Update test references based on recent layout analysis improvements 2013-11-07 17:44:09 +09:00
jo.pdf add samples, fixed silly bugs. 2007-12-31 05:02:15 +00:00
jo.tex non-free sample files moved into a separate directory 2010-06-13 04:35:18 +00:00
jo.txt.ref writing mode detection 2010-03-25 11:38:47 +00:00
jo.xml.ref testdata changed 2011-02-27 19:48:22 +09:00
simple1.html.ref Update test references based on recent layout analysis improvements 2013-11-07 17:44:09 +09:00
simple1.pdf testcase added 2009-10-24 02:50:07 +00:00
simple1.txt.ref add regression tests. 2010-03-22 04:34:52 +00:00
simple1.xml.ref testdata changed 2011-02-27 19:48:22 +09:00
simple2.html.ref add regression tests. 2010-03-22 04:34:52 +00:00
simple2.pdf various cleanup for release. 2008-04-27 11:47:38 +00:00
simple2.txt.ref add regression tests. 2010-03-22 04:34:52 +00:00
simple2.xml.ref testcase updated 2011-05-15 01:22:51 +09:00
simple3.html.ref Update test references based on recent layout analysis improvements 2013-11-07 17:44:09 +09:00
simple3.pdf test file simple3.pdf added. 2010-08-29 06:39:41 +00:00
simple3.txt.ref testdata changed 2011-02-27 19:48:22 +09:00
simple3.xml.ref testcase updated 2011-05-15 01:22:51 +09:00

README

This directory contains sample PDF files.

These files (including ones in nonfree/ subdirectory) can be
distributed freely but does not come with explicit licensing 
terms or source files.

Here are the credits of the original files:

simple1.pdf:
  (Originally taken from PDF Specification 1.7, 
  Appendix G. "Simple Text String Example" and modified)

simple2.pdf:
  (Originally taken from PDF Specification 1.7, 
  Appendix G. "Simple Graphics Example" and modified)

jo.pdf:
  Kenji Miyazawa (1896-1933, copyright expired)
  Preface of "Haru to Shura"
  (File generated from jo.tex by LaTeX and dvi2pdfm)

--
nonfree/dmca.pdf: 
  U.S. Copyright Office
  The Digital Millenium Copyright Act
  http://www.copyright.gov/legislation/dmca.pdf

nonfree/f1040nr.pdf:
  U.S. Department of the Treasury Internal Revenue Service
  Form 1040-NR, U.S. Nonresident Alien Income Tax Return
  http://www.irs.gov/pub/irs-pdf/f1040nr.pdf

nonfree/i1040nr.pdf:
  U.S. Department of the Treasury Internal Revenue Service
  Instructions for Form 1040-NR, U.S. Nonresident Alien Income Tax Return
  http://www.irs.gov/pub/irs-pdf/i1040nr.pdf

nonfree/kampo.pdf:
  National Priting Bureau of Japan
  Official Gazette, Vol. 4817
  http://kanpou.npb.go.jp/

nonfree/nlp2004slides.pdf:
  Yusuke Shinyama and Satoshi Sekine
  "Named Entity Discovery from Comparable News Corpora"

nonfree/naacl06-shinyama.pdf:
  Yusuke Shinyama and Satoshi Sekine
  "Preemptive Information Extraction using Unrestircted Relation Discovery"

--
Files in the encryption folder have been generated with cpdf 1.7 [http://www.coherentpdf.com/]
from the base.pdf file generated with LibreOffice 4.1.1.2 as follows:

cpdf -encrypt 40bit foo baz base.pdf -o rc4-40.pdf
cpdf -encrypt 128bit foo baz base.pdf -o rc4-128.pdf
cpdf -encrypt AES foo baz base.pdf -o aes-128.pdf
cpdf -encrypt AES foo baz base.pdf -no-encrypt-metadata -o aes-128-m.pdf
cpdf -encrypt AES256 foo baz base.pdf -o aes-256.pdf
cpdf -encrypt AES256 foo baz base.pdf -no-encrypt-metadata -o aes-256-m.pdf