DatabaseDude
Programmer
Most of the time, it seems as though we're sending things to PDFs. Well, this time it's somewhat the opposite
Here's the situation. A client wants to save scanned files as PDFs, and store the files in a database table. Since Access 2007 has the Attachment data type, that's what we're going to go with.
We know how to browse from an Access form, find a PDF (or other file) and save it to the table. However, we're wondering if there's a more automated way.
In order, here are the steps I envisioned:
1. Open Acrobat
2. Scan document(s)
3. Save as PDF
4. Get file name of PDF
5. Save PDF into Access table
6. Close Acrobat
The only steps that, to me, would matter in terms of automation are 3 and 4. (1, 5, and 6 would be gravy)
If there's an event in Acrobat that can be monitored -- when saving a file, communicate that file name to Access somehow -- that would be fantastic.
I've not yet found anything on this subject; most topics are for creating PDFs.
Thanks much in advance for any info or pointers towards resources.
Here's the situation. A client wants to save scanned files as PDFs, and store the files in a database table. Since Access 2007 has the Attachment data type, that's what we're going to go with.
We know how to browse from an Access form, find a PDF (or other file) and save it to the table. However, we're wondering if there's a more automated way.
In order, here are the steps I envisioned:
1. Open Acrobat
2. Scan document(s)
3. Save as PDF
4. Get file name of PDF
5. Save PDF into Access table
6. Close Acrobat
The only steps that, to me, would matter in terms of automation are 3 and 4. (1, 5, and 6 would be gravy)
If there's an event in Acrobat that can be monitored -- when saving a file, communicate that file name to Access somehow -- that would be fantastic.
I've not yet found anything on this subject; most topics are for creating PDFs.
Thanks much in advance for any info or pointers towards resources.