Hi,
When I am reading the paragraphs in the word document, some paragraph text are printing with symbols(See below read text).Is there any way to display the paragraph text without these types of symbols
YOUR SOLUTIONS IN DEPTH— HYPERLINK \l "_Toc113162367" SYSTEMS RECOVERY
Document doc = new Document(@"C:\Documents and Settings\user\Desktop\SungardWord\MARKETING PS PROPOSAL_10.16.06.doc");
foreach(Section section in doc.Sections)
{
foreach(Paragraph para in section.Body.Paragraphs)
{
Response.write(pa.GetText());
}
}
|
|
Challenges and Opportunities |
|
|
|
|
|
|
Complete, customized solutions |
|
|
Industry-leading infrastructure and intellectual capital |
|
|
|
The ability to focus on your core business |
|
|
|
ADVANCEDRECOVERYSM SERVICES |
|
|
|
Advanced Recovery Solutions |
|
|
Reduced IT capital expenditures |
|
YOUR SOLUTIONS IN DEPTH— HYPERLINK \l "_Toc113162367" SYSTEMS RECOVERY
Thanks,Sailaja.