reading/writing files

BartlebyScrivener bscrivener42 at gmail.com
Tue Nov 27 10:13:09 EST 2007


On Nov 27, 7:14 am, sandipm <sandip.m... at gmail.com> wrote:
> f1= open("file1.pdf", "rb")
> x = f1.read()
> open("file2.pdf", "wb").write(x)
>
> works...
>
> thanks
> sandip

You might also like:

http://pybrary.net/pyPdf/




More information about the Python-list mailing list