Join
Sign in
Search Options
Search Everything
Search Development Tools
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Development Tools
»
.Net
»
Read & fill docx based on bookmark
Read & fill docx based on bookmark
Development Tools
Discussions about working with Open XML using a wide range of development tools
Get this RSS feed
Details
1
Reply
0
Subscribers
Posted
over 2 years ago
Options
Subscribe via RSS
Share this
.Net
Read & fill docx based on bookmark
rated by 0 users
This post has
1 Reply |
0
Followers
krisrajz
55
Posted by
krisrajz
on
Sat, Jul 3 2010 3:24 AM
rated by 0 users
Post Points: 20
Read & fill docx based on bookmark
I need to create a new word document based on the existing one with all the bookmarks filled in from within my ASP.Net page.
Any help would be apprecimated much and remembered 4 ever.
Thank you
Regards
Raj
cabessa
160
Posted by
cabessa
on
Sat, Jul 3 2010 12:46 PM
rated by 0 users
Post Points: 5
Re: Read & fill docx based on bookmark
Didn't understand whats the role of bookmarks in your case. The major idea is like fill a form with known fields for data. One way you can create a webservice that gets all the data using ds and than put it in the right placeholders in your file ( see sdt ). Second way might be load the file into memory and use LINQ to find bookmarks by name and than change there data. There are numerous examples in the net.
Page 1 of 1 (2 items)