Hello,
I created a Price List, with some hundreds items, in the PDF format.
At the moment, all prices are hardcoded in the PDF file.
Is it possible to link the prices to an external Text or Excel file in order for me to update the Price List without editing the PDF file?
Thanks in advance,
Enrico Migliore
Thom suggests adding the data file as an attachment, but it's possible with an external file as well. You can read a tab-delimited txt file that you export from Excel using the doc.importTextData JavaScript method.