Create a PDF document with "shopping cart"
jeremlomé
Posted messages
1
Status
Member
-
jeremlomé -
jeremlomé -
Hello,
I want to create a PDF document for my clients that meets the following criteria:
Ex: Product Selling Price Quantity Total Amount
Orange 3 3 9
No problem creating my table with the first two pieces of info (done in Excel) - Product and selling price
My question is: how can I allow my clients to select the desired quantity and, therefore, the total amount on the PDF file?
Thank you all for your valuable help
Jeremy
Configuration: Windows XP / Internet Explorer 8.0
I want to create a PDF document for my clients that meets the following criteria:
Ex: Product Selling Price Quantity Total Amount
Orange 3 3 9
No problem creating my table with the first two pieces of info (done in Excel) - Product and selling price
My question is: how can I allow my clients to select the desired quantity and, therefore, the total amount on the PDF file?
Thank you all for your valuable help
Jeremy
Configuration: Windows XP / Internet Explorer 8.0
3 answers
-
Hello
why use PDF when you can easily do it in Excel by locking/unlocking the relevant cells and protecting the file?
--
(_Usul d'Arrakis
Serial_Dreamer_) -
To make a PDF interactive by creating input fields and calculation functions in JavaScript, you will need Acrobat "Pro" or preferably Adobe LiveCycle Designer.
-
-
In my opinion, yes... unfortunately!
Programming in Java is not easy if you've never practiced it, and moreover, the software doesn't have contextual help to find programming errors..
The advantage compared to Excel or OOo is that there is no need for a specific application apart from the free Acrobat Reader to function, and it is available on all platforms.... -
-
-
The principle is very simple... You create your order form with whatever you want... (Word, Excel, Publisher, OpenOffice, LaTeX, etc....)
You convert it to PDF (with Acrobat Pro)
With "Professional" Acrobat, you open your PDF and add "form fields". These fields are areas where your client can write from Acrobat "Reader" (free) the quantities, designations not provided on the order form, etc... And this, according to the parameters you defined when creating this field (character size, possibly font type, etc...). There are also many other possible actions like checkboxes, "radio" buttons, image areas, etc....
Later, if you feel capable, you can add calculation formulas or other interactions.. but this is where programming in Java comes into play... with Adobe LiveCycle which is included with "Pro" Acrobat
Of course, you can create your form from A to Z in Adobe LiveCycle.