Newbies deepmotion Posted July 22, 2011 Newbies Posted July 22, 2011 Hi all, I'm FM novice - all of my databases have been local so far. I wonder if this is possible: can I use FileMaker's PHP API to generate PDFs to be stored on my server? If so, can users download these PDFs from within the database web interface? Also, could I set up the server to email these PDF directly to an email address (ie no downloading to user's computer, just emailed straight from the server). A yes/no answer would be great, but an expanded answer would be super!
bcooney Posted July 22, 2011 Posted July 22, 2011 Yes to all. You can use PHP to capture the contents of a form field and save it as a PDF to a volume that the webserver can see. Yes, users will be able to download the PDFs from a web interface (that you build). Yes, a server script can email those PDFs as an attachment (but only one, unless you get an email plugin).
Newbies deepmotion Posted July 22, 2011 Author Newbies Posted July 22, 2011 Thanks very much - just what I was after!
Recommended Posts
This topic is 5128 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now