Re: automatical pdf generating

2007-06-25 Thread Nick Craig-Wood
Jackie <[EMAIL PROTECTED]> wrote: > There are 50 folders in my hard driver C: > C:\01.c:\02,...,c:\50 > > There are 4 pictures in each folder: > 1.jpg,2.jpg,3.jpg,4.jpg > > For each folder, I want to print the 4 pictures into a single-paged > pdf file (letter sized; print horizontally). All

Re: automatical pdf generating

2007-06-25 Thread Evan Klitzke
On 6/24/07, Jackie <[EMAIL PROTECTED]> wrote: > Hi, all, > > There are 50 folders in my hard driver C: > C:\01.c:\02,...,c:\50 > > There are 4 pictures in each folder: > 1.jpg,2.jpg,3.jpg,4.jpg > > For each folder, I want to print the 4 pictures into a single-paged > pdf file (letter sized; print h

Re: automatical pdf generating

2007-06-24 Thread vasudevram
On Jun 24, 10:03 pm, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2007-06-24, Jackie <[EMAIL PROTECTED]> wrote: > > > For each folder, I want to print the 4 pictures into a single-paged > > pdf file (letter sized; print horizontally). All together, I want to > > get 50 pdf files with names: 01.pdf

Re: automatical pdf generating

2007-06-24 Thread Grant Edwards
On 2007-06-24, Jackie <[EMAIL PROTECTED]> wrote: > For each folder, I want to print the 4 pictures into a single-paged > pdf file (letter sized; print horizontally). All together, I want to > get 50 pdf files with names: 01.pdf,02.pdf,...,50.pdf. > > Is it possible to use Python to realized the ab

Re: automatical pdf generating

2007-06-24 Thread M��ta-MCI
> Is it possible to use Python to realized the above process? > I know there is a module named "reportlab". Possible? Yes! -- http://mail.python.org/mailman/listinfo/python-list

Re: automatical pdf generating

2007-06-24 Thread John Nagle
Jackie wrote: > Hi, all, > > There are 50 folders in my hard driver C: > C:\01.c:\02,...,c:\50 > > There are 4 pictures in each folder: > 1.jpg,2.jpg,3.jpg,4.jpg > > For each folder, I want to print the 4 pictures into a single-paged > pdf file (letter sized; print horizontally). All together, I

automatical pdf generating

2007-06-24 Thread Jackie
Hi, all, There are 50 folders in my hard driver C: C:\01.c:\02,...,c:\50 There are 4 pictures in each folder: 1.jpg,2.jpg,3.jpg,4.jpg For each folder, I want to print the 4 pictures into a single-paged pdf file (letter sized; print horizontally). All together, I want to get 50 pdf files with nam