This sample contains the files necessary to demonstrate batch processing with a JSON data source. The JSON file provided in the Data folder in the sample directory contains a list of records, with each entry corresponding to an order. The sample will parse this list of records, and create a request to process a simple Invoice template for each record. It will then save the completed documents in a folder called "GeneratedDocs" located in the root folder of the project.
To run this sample:
- Open the .sln file
- Open the App.config file and insert your RESTful Engine URL in the "restful-engine-url" property
- Also in the App.config file and insert your license key in the "license" property
- If you don't have a license key, leave it blank and output will generate with a watermark
- In the "Build" dropdown, select "Rebuild Solution"
- Save and click Start