J
John Glassco
We have a system for importing files sent to us from an outside source. The
files are sent via e-mail which are then manually saved into a folder. Then
we have a program that loads the files (plain text or Excel) from that folder
into a table using DoCmd.TransferText and a stored import spec.
One of our outside sources has started sending PDFs instead of plain text.
I'm wondering if there's a way to import the text in the PDF file into a
table in a manner similar to TransferText. Is this even possible? And if
so, what are some possible solutions?
files are sent via e-mail which are then manually saved into a folder. Then
we have a program that loads the files (plain text or Excel) from that folder
into a table using DoCmd.TransferText and a stored import spec.
One of our outside sources has started sending PDFs instead of plain text.
I'm wondering if there's a way to import the text in the PDF file into a
table in a manner similar to TransferText. Is this even possible? And if
so, what are some possible solutions?