I have purchaged licenced .dll files
I have analysis the mail merge option
so for the we required a data source
to make the tag on document and then replace the tag value
but there is one problem i taken the mssql data source
and make all columns for all tags
how we can create tag without data source ?
Document doc = new Document(TempPath);
string address = objTemp.PropAddress + " " + objTemp.PropAddress2; DocMarger( new string[] { "PropType", "PropAddress", "PropCity", "PropState", "PropZipCode", "ParcelNumber" }, new string[] { objTemp.PropType, address, objTemp.PropCity, objTemp.PropState, objTemp.PropZipCode, objTemp.ParcelNumber, }, doc);
DocumentBuilder builder = new DocumentBuilder(doc);
I have implemeted in this way
but how we create tags on document
if want to create one more tag show what will the steps
This message was posted using Email2Forum by Tahir Manzoor.