Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9249789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:17:11+00:00 2026-06-18T10:17:11+00:00

I have a number of word documents that will be converted to HTML. It

  • 0

I have a number of word documents that will be converted to HTML. It is required the paragraphs in the word documents should be converted to <p> elements.

After some tests with the Microsoft Office API’s SaveAs method to convert the documents to the HTML, I realized the paragraphs with manual line breaks (break by “Shift-Enter”) couldn’t be placed in a separated <p> element, instead the paragraphs are grouped in a same <p> element.

In order to separate them, I have been trying to replace the “Shift-Enter” line breaks with the “Enter”/Carriage return before doing the conversion. However, I couldn’t find a suitable way to do the line break replacement job. I have tried the WdLineEndingType parameter in the SaveAs method, but it seems not effective for the issue.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T10:17:12+00:00Added an answer on June 18, 2026 at 10:17 am

    The ms-word office API provides a find function in the Range object, enabling to search and replace the strings.

    The following code is to find the manual line breaks(“^l”) with the carriage return(“^p”).

    Range r = oDoc.Content;
    r.WholeStory();
    r.Find.Execute("^l", ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, "^p", WdReplace.wdReplaceAll);
    

    Then use SaveAs to convert the word document to HTML, it will properly place each lines in <p> elements.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a number of word documents that I'd like to remove some elements
I have a number of documents (mainly Word and Excel) that I'd like to
I have a number input that should trigger jQuery on every change. To do
I have a number of text input elements that when its values are changed,
I have a Word add-in that writes and reads Word documents in OpenXML format
I have a word document with a number of sections that I'm to fix
I have a number of word documents I am converting. Everything is going great
We have a number of data objects that realize INotifyPropertyChanged to allow for WPF
I have a number of draggable images that I want to clone and then
I have a number of documents stored in Solr cluster, and want to get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.