P
pareshkoyani
Hi All,
I have been searching on net for word automation for following
problem.
Requirement:
I have word template which has some place holder and I want to replace
these placeholder with string, table, and images.
My word template looks like:
---------------- Template start----------
Name: @@Name@@
Address: @@Address@@
Login Histrory : @@LoginHistory@@
Signature:
@@SignatureImage@@
---------------- Template End----------
I want to replace @@LoginHistory@@ with table which has 3 column and n
rows (Rows will be filled at run time), @@SignatureImage@@ keyword
will be replace with an image.
I found couple of solutions on net but it did not fill full my
requirement.
I got solutions like
1) Bookmark, Merger field instead of plain keyrord
2) Find Bookmark and Merge Field and get range of that particular
cursor.
3) Using that range add table or images file.
But I only want to use string (Keyword) nor bookmark or Merger field.
Is there any way to find string and replace with table at that
particular location without losing formatting and other information in
work using word automations C#.
I would be really thankfull to you and your solutions for helping me
Thanks & Regards,
Paresh Koyani.
I have been searching on net for word automation for following
problem.
Requirement:
I have word template which has some place holder and I want to replace
these placeholder with string, table, and images.
My word template looks like:
---------------- Template start----------
Name: @@Name@@
Address: @@Address@@
Login Histrory : @@LoginHistory@@
Signature:
@@SignatureImage@@
---------------- Template End----------
I want to replace @@LoginHistory@@ with table which has 3 column and n
rows (Rows will be filled at run time), @@SignatureImage@@ keyword
will be replace with an image.
I found couple of solutions on net but it did not fill full my
requirement.
I got solutions like
1) Bookmark, Merger field instead of plain keyrord
2) Find Bookmark and Merge Field and get range of that particular
cursor.
3) Using that range add table or images file.
But I only want to use string (Keyword) nor bookmark or Merger field.
Is there any way to find string and replace with table at that
particular location without losing formatting and other information in
work using word automations C#.
I would be really thankfull to you and your solutions for helping me
Thanks & Regards,
Paresh Koyani.