1. User provides location to the image files
2. The CF Program crop the image and save into new image file.
3. CF program generate HTML code to use the croped images, save them into a new PDF file.
4. Return the new PDF file.
5. Result can be retrieved in JPG format also.
It contain two parts: 1. Server side program: Accept input file names, position and return output file name. 2. Client side program: Allow user to upload up to 5 files and display the output PDF file /JPG , once server side processing is done. Remember input jpg must of fixed resolution, width, and height.
To configure it on your server, edit application.cfm accordingly.
You will get all source codes. It works only with CF 8.0
|