[reportlab-users] ANN: pdfnup 0.3.0
    Luc Saffre 
    luc.saffre at gmx.net
       
    Sun Dec 21 19:39:57 EST 2008
    
    
  
Dinu,
thanks for you work so far! I downloaded
http://www.dinu-gherman.net/tmp/pdfnup-0.3.3.tar.gz
and created a file pdfnup_test.py:
  import sys
  from pdfnup import generateNup
  generateNup(sys.argv[1],2)
This failed on a simple PDF file generated by OpenOffice:
C:\temp>python pdfnup_test.py pdfnup_test.pdf
Traceback (most recent call last):
  File "pdfnup_test.py", line 3, in <module>
    generateNup(sys.argv[1],2)
  File "s:\py-site-packages\pdfnup-0.3.3\pdfnup.py", line 284, in
generateNup
    rotation = page2["/Rotate"].getObject()
  File "s:\py-site-packages\pyPdf-1.12\pyPdf\generic.py", line 466, in
__getitem__
    return dict.__getitem__(self, key).getObject()
KeyError: '/Rotate'
The file I used for testing is here:
  http://lino.saffre-rumma.ee/dl/pdfnup_test.pdf
Any idea?
Luc
On 24.09.2008 13:40, Dinu Gherman wrote:
> Hi,
> 
> I'm announcing the next of a series of little PDF handling tools 
> I wrote to work with PDF files. This one is named "pdfnup" and 
> is (verly lightly) based on ReportLab (apart from the test PDFs, 
> also created with RL), but might be useful for people on this 
> list as well. Mostly it is based on PyPDF.
> 
> You should be able to easy_install "pdfnup" and lookup details
> in the Python Package Index:
> 
>  http://pypi.python.org/pypi/pdfnup
> 
> Sadly, I cannot establish a proper dependency to the RL toolkit
> in PyPI/setuptools, because the RL code isn't propperly regist-
> ered there.
> 
> Nevertheless, I hope this will be useful for others as well. 
> Comments are welcome!
> 
> Regards,
> 
> Dinu
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
    
    
More information about the reportlab-users
mailing list