You can do this with: cfdocument format="PDF" src="#theurl#" filename="#thefilename#"
On Wed, Sep 12, 2012 at 2:50 PM, Dave Jemison <[email protected]> wrote: > > A recent project involves removing over a thousand folders from a site and > archiving them. There is also a requirement to create an image of each > archived page. > > Rather than manually going to each page (e.g., > archived.example.com/folder1/ and manually take a screenshot then save > it), I am hoping to find something more automated. > > My boss suggested snagit, but I don't see how to create an automated > process like this with it. > > I suppose an option may be to loop through the folder and do a cfhttp > request and use cfdocument to make a .pdf file of each page? > > Other suggestions? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352557 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

