1] We are uploading the
Templates [word documents] in one of the master page to back end.
Examples offer letter template
2] In my current I need to take that template from the back end & I need to change some
labels/ text in that template & convert it to pdf & attach to the mail in runtime
try using PDFbox to create the pdf from stream or document during runtime. http://pdfbox.apache.org/download.html#pdfbox http://pdfbox.apache.org/userguide/dot_net.html
I think that u cannot convert it directly , u need to change the doc to HTML first and then u need to convert it into PDF . If u want 2 do it that way there is a way I know , Plz tell me if that will suit u or not
None
0 Points
7 Posts
modified the word file and convert it into pdf dynamically
Mar 23, 2011 07:19 AM|uprince|LINK
Hi all,
1] We are uploading the Templates [word documents] in one of the master page to back end.
Examples offer letter template
2] In my current I need to take that template from the back end & I need to change some labels/ text in that template & convert it to pdf & attach to the mail in runtime
This is my requirement please help me some one
Member
155 Points
157 Posts
Re: modified the word file and convert it into pdf dynamically
Mar 23, 2011 08:00 AM|hari_4uin|LINK
Thanks and Regards
Hari Krishnan
techiebuddy.com
Member
54 Points
79 Posts
Re: modified the word file and convert it into pdf dynamically
Mar 23, 2011 08:41 AM|ankum16|LINK
I think that u cannot convert it directly , u need to change the doc to HTML first and then u need to convert it into PDF . If u want 2 do it that way there is a way I know , Plz tell me if that will suit u or not