You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djangoph
hi djangoph members my question is a little bit far but still
python..my question is is there any lib for python where you can edit
existing pdf file?? i saw something on the net but it runs on
windows.. anyone can help me?? thanks in advance.. and sorry for a way
too far question
Dexter
unread,
Jan 12, 2009, 12:37:27 AM1/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djangoph
Quick google reveals: pyPDF (pure python), and reportLab.
Also, instead of inplace manipulation, how about you read the PDF
first then generate a document based on the data read.
Cheers!
robin nanola
unread,
Jan 14, 2009, 7:16:12 PM1/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djan...@googlegroups.com
thanks.. i think pyPDF is the one i need.. the only thing that my boss wants me todo is to replace the 1st page from an existing file so reading the pdf file first and writing it again is not an option to me.. hehehe. thanks again.