How to create a pdf file using Coldfusion MX 7?
I want to specifically write an image file (.tiff, .jpg, or .gif) to a pdf file and put the pdf file in a directory on the server.
I do not want this file to open but just to remain on the server so I can access it later. I know <cfdocument> will actually allow me to create a pdf from an image file but will it write one to the server?
|