From 7790808560d3f9e091168098b9cbf8dbc4a9ccfe Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 24 Oct 2009 04:41:59 +0000 Subject: [PATCH] to 4-space indentation git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@142 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 4 +- pdfminer/arcfour.py | 60 +- pdfminer/ascii85.py | 120 ++-- pdfminer/cmap.py | 764 +++++++++++----------- pdfminer/converter.py | 520 +++++++-------- pdfminer/fontmetrics.py | 4 +- pdfminer/layout.py | 742 ++++++++++----------- pdfminer/lzw.py | 168 ++--- pdfminer/pdfcolor.py | 16 +- pdfminer/pdfdevice.py | 186 +++--- pdfminer/pdffont.py | 980 ++++++++++++++-------------- pdfminer/pdfinterp.py | 1362 +++++++++++++++++++-------------------- pdfminer/pdfparser.py | 1188 +++++++++++++++++----------------- pdfminer/pdftypes.py | 360 +++++------ pdfminer/psparser.py | 1030 ++++++++++++++--------------- pdfminer/pycdb.py | 758 +++++++++++----------- pdfminer/rijndael.py | 642 +++++++++--------- pdfminer/utils.py | 130 ++-- setup.py | 30 +- tools/conv_afm.py | 66 +- tools/dumppdf.py | 276 ++++---- tools/pdf2html.cgi | 292 ++++----- tools/pdf2txt.py | 158 ++--- tools/prof.py | 50 +- 24 files changed, 4953 insertions(+), 4953 deletions(-) diff --git a/docs/index.html b/docs/index.html index 98fdb38..9dc43b6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,7 +18,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Oct 24 12:42:25 JST 2009 +Last Modified: Sat Oct 24 13:40:19 JST 2009
@@ -352,7 +352,7 @@ no stream header is displayed for the ease of saving it to a file.

Changes