I am needing a process that imports data columns from a user defined source excel sheet and populate a predefined PDf form with predefined fields.
I have created a custom DSC which can be used to convert Microsoft Excel documents into XML. The component accepts an excel document, creates XML nodes based on the first row (assumed as header and it can be omitted) and resulting org.w3c.dom.Document object. This XML can then be imported into dynamic PDF files.
Steps:
1. Download the Custom DSC file from
https://docs.google.com/leaf?id=0B8KcjZtz1YzXMjUyODU2MTYtNzNjMi00OTU1LWI4MWMtM2YyZWFhOTE2NzA1&hl=en_US
2. Install the Custom DSC
3. Create a process which uses this custom service.
4. Pass the Excel document as input parameter and retrieve the XML result.
5. Import XML data into PDF
There you go
Nith
nith.mof@gmail.com
+