Advanced: How to automate PDF Forms fields to contain preset information

  PDF SharePoint provides Web Services that allow to retrieve and update PDF forms data and template. This guide describes how to create simple console application to work with PDF SharePoint Web Services. Please note that this guide is intended for advanced users. Preparations 1. Add service reference. Use the following  web service url: http://yourSiteName/_vti_bin/PDFForms/PDFForms.svc/MEX Replace “yourSiteName” with the proper site name.  When using it as reference we should add “/MEX” at the end. Remove “/MEX” if used in code. 2. Get service client. This code will...

read more