Add Comment
Merge PDF's with ColdFusion
ColdFusion Tutorial #45
Use ColdFusion to merge 2 (or more) PDF files together. 'Order' is a parameter which can be used to specify the order in which to merge the documents.
This example merges 2 PDF documents and assumes the directories exist from the server root '/upload/' and '/upload/merged/'
demo.cfm
Use ColdFusion to merge 2 (or more) PDF files together. 'Order' is a parameter which can be used to specify the order in which to merge the documents.This example assumes the directories exist from the server root '/upload/' and '/upload/merged/'
Demo
See this code running!
Download
Download this code as a zip!
Comments
Alex Koumoundouros this example that you left available and very interesting and useful as it was in need of a similar solution available thanks forI am a Brazilian Developer
Eder Rocha
Eder Rocha @ Monday 08 Oct 2012 - 06:59:41 PM
Click button to add a comment
Author
Alex Koumoundouros