Friends,
I am trying to create pdf file and save in a folder. So i can
email pdf using cfmailparam.
<cfset
filevar=#emp_no#&"_"&#dateformat(now(),'mm/dd/yyyy')#>
<cfdocument format="pdf" srcfile="#pdfpath#"
filename="#filevar#" overwrite="yes">
i am getting an error...
same code...i created pdf
using<cfdocument></cfdocument>...works fine...
but when i change to this...<cfdocument format="pdf"
srcfile="#pdfpath#" filename="#filevar#" overwrite="yes">
code is throwing an error...
An exception occurred when performing document processing.
The system cannot find the path specified.
Please help me....