Hi Everyone,
I am trying to integrate a 3rd party soloution but am having a bit of trouble integrating it as I did not personally write this app.
Here is the breakdown.
1. need to read variables fron URL string
2. Insert into Data Base
3. Create word doc and replace tokens with variables from step 1
4. Convert word to PDF.
5. Fax through InterFax
The Code
using System;
using System.Configuration;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.Sql;
using System.Data.S ...
Go to the complete details ...