Basically, I would like to know if it's possible to do the following:
- Export Report to PDF
- Create Adobe Acrobat object for creating fillable PDF Forms
- Go through PDF, placing fields over prices
- Create calculated fields in certain locations (adding/dividing other fields on PDF Form)
- Allow for recipient to insert logos into PDF Form
- Save PDF Form
- Notify Access end user that export to PDF Form was a failure/success
Here's some snippets of the report I will be exporting to this PDF Form:
Wherever you see a dotted line, the "MSRP" location (first page), discounts and other spots is where I would want plain fields. "Total Options & NPOs", "Gross Cost" and such will be calculated fields, adding/dividing "MSRP" and dotted line plain fields.
I'm already quite well-versed in VBA but not so much in JavaScript (which is what Acrobat uses when it comes to creating PDF Forms). Acrobat also has ODBC connectivity from what I've read thus far too on Adobe webpages.
Is this too far-fetched of an idea, even with VBA/JavaScript and the appropriate Acrobat references?
Like I said earlier, I'm not looking for complete code wrapped up in the nice, convenient package (since this is quite a custom feature), but if anyone can point me in the right direction... it will more than help!