Newbies phlowen Posted January 28, 2015 Newbies Posted January 28, 2015 Quick question: Can I import data from a PDF into tables in my FileMaker database? Many of my customers export their orders to me from their management systems in the form of a PDF. Can SCRIBE gather the data that I need and dump it into the appropriate place in my database?
ryan360Works Posted February 2, 2015 Posted February 2, 2015 Yes. To do this load the pdf using the function ScribeDocLoad. Next use the function ScribeDocReadValue(name) where name is the name of the acrofield you are trying to gather information from. This function returns the value in that specified acrofield and you can then set it to the desired field in FileMaker. I encourage you to also check out the file that comes with the Scribe download "How to use Scribe.fmp12" . In the file there are several examples on how to use scribe as well as sample scripts to show basic functionality.
Recommended Posts
This topic is 3583 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