I recently obtained a lot of old WW mags from a friend that he was getting rid of. Since I didn't want to keep them myself, I scanned only the articles of interest. I kept them in separate directories by the title of the article but didn't rename them from image1.jpg, image2.jpg, etc. The problem I ran into is that each time i want to look at the article I have to open all the pages as separate images. This was especially cumbersome since i didn't give each one a unique name.
Being a software developer, I decided to write a little utility that will go through a directory and pull its contents into a PDF file (it will also go through sub directories).
If you are interested in trying it out feel free, you can get a copy of the application here Just unzip the files to a directory of your choice and run the executable. Select a source directory where your images reside and an output directory where to put the PDFs. then press the Create button. I used it to convert 62 directories into 62 PDFs in a about a minute.

This application need Microsofts .NET framework 3.5, if you run into problems, you may need to install it as well. It can be found here
A few other notes:
1) I have only tested it on directories containing jpg files.
2) the pdf file will contain all the images in the directory or sub directory
3) the pdf file will be named the direcotry name (any spaces get converted to underscores for example c:\My WW Articles will be renamed My_WW_Articles.pdf)
Please let me know if you find this useful or have any questions.
Thanks
Being a software developer, I decided to write a little utility that will go through a directory and pull its contents into a PDF file (it will also go through sub directories).
If you are interested in trying it out feel free, you can get a copy of the application here Just unzip the files to a directory of your choice and run the executable. Select a source directory where your images reside and an output directory where to put the PDFs. then press the Create button. I used it to convert 62 directories into 62 PDFs in a about a minute.

This application need Microsofts .NET framework 3.5, if you run into problems, you may need to install it as well. It can be found here
A few other notes:
1) I have only tested it on directories containing jpg files.
2) the pdf file will contain all the images in the directory or sub directory
3) the pdf file will be named the direcotry name (any spaces get converted to underscores for example c:\My WW Articles will be renamed My_WW_Articles.pdf)
Please let me know if you find this useful or have any questions.
Thanks

I have need of such a utility and could do the research on a perl script but I am feeling lazy.
!
Comment