Here's what I'm trying to do. I'm trying to get a file from "PDF/form_read-only.pdf" and then fill all the form fields with data from Sql Server database. Then save the form_read-only.pdf to "PDF_Out/form_out.pdf".
So my question is, how do I get the form_read-only.pdf and save as form_out.pdf to a different folder on the web server?
...
Go to the complete details ...