testcase added

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@140 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2009-10-24 02:50:07 +00:00
parent a1591f6a4d
commit e8b1309e76
3 changed files with 11 additions and 8 deletions

View File

@ -18,7 +18,7 @@ Python PDF parser and analyzer
<div align=right class=lastmod> <div align=right class=lastmod>
<!-- hhmts start --> <!-- hhmts start -->
Last Modified: Thu Oct 15 19:01:07 JST 2009 Last Modified: Sat Oct 24 11:49:05 JST 2009
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
@ -320,6 +320,7 @@ no stream header is displayed for the ease of saving it to a file.
<hr noshade> <hr noshade>
<h2>Changes</h2> <h2>Changes</h2>
<ul> <ul>
<li> 2009/10/24: Charspace bug fixed.
<li> 2009/10/04: Another matrix operation bug fixed. Thanks to Vitaly Sedelnik. <li> 2009/10/04: Another matrix operation bug fixed. Thanks to Vitaly Sedelnik.
<li> 2009/09/12: Fixed rectangle handling. Able to extract image boundaries. <li> 2009/09/12: Fixed rectangle handling. Able to extract image boundaries.
<li> 2009/08/30: Fixed page rotation handling. <li> 2009/08/30: Fixed page rotation handling.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
__version__ = '20091004' __version__ = '20091024'
if __name__ == '__main__': print __version__ if __name__ == '__main__': print __version__

View File

@ -36,12 +36,14 @@ endobj
stream stream
BT BT
/F1 24 Tf /F1 24 Tf
100 600 Td 100 700 Td
0 Tw 0 Tw 0 Tc [ (Hello ) -4166 (World) ] TJ
[ ( Hello ) 1000 ( World ) ] TJ 0 -100 Td
0 100 Td 100 Tw 0 Tc (Hello World) Tj
100 Tw 0 -100 Td
( Hello World ) Tj 100 Tw 10 Tc (Hello World) Tj
0 -100 Td
0 Tw 0 Tc [ (H) -416 (e) -416 (l) -416 (l) -416 (o) -416 ( ) -416 -4166 (W) -416 (o) -416 (r) -416 (l) -416 (d) ] TJ
ET ET
endstream endstream
endobj endobj