Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 173,104 for

document formatting

(0.19 sec)
  1. Working with Hyperlinks|Aspose.Words for Node.j...

    Add, replace, or modify a hyperlink in a Document using Node.js....hyperlink in Microsoft Word documents is the HYPERLINK field. In...insert a hyperlink into the document. This method accepts three...

    docs.aspose.com/words/nodejs-net/working-with-h...
  2. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing Formatting issues while converting Document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...are facing formatting issues while converting document from Word... } var wordDocument = new Document(docStream); var saveOptions...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  3. Parse Documents via C++ | products.aspose.com

    Parse PDF, Microsoft Word, Excel and PowerPoint Presentations via your C++ application. C++ code listed to extract text or images with ease....Total C++ Parse Parse Document using C++ APIs Extract Text...Aspose.Total for C++. Download Document parsing involves extracting...

    products.aspose.com/total/cpp/parse/
  4. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadOptions::get_ImportUnderlineFormatting method. Gets or sets a boolean value indicating either to recognize a sequence of two plus characters "++" as underline text Formatting. The default value is false in C++....characters “++” as underline text formatting. The default value is false...characters “++” as underline text formatting. { auto stream = System ::...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Aspose::Words::Drawing::ShadowFormat::get_Visib...

    Aspose::Words::Drawing::ShadowFormat::get_Visible method. Returns true if the Formatting applied to this instance is visible in C++....method Returns true if the formatting applied to this instance...how to work with a shadow formatting for the shape. auto doc =...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ImportFormatOptions.force_copy_styles property ...

    ImportFormatOptions.force_copy_styles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KEEP_SOURCE_Formatting](../../importformatmode/#KEEP_SOURCE_Formatting) mode...KEEP_SOURCE_FORMATTING mode. The default value is...destination document, the source style formatting is expanded...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects....objects in Microsoft Word documents are represented by instances...Shape class is a node in a document and can represent a picture...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Word to PDF file content display misalignment -...

    When using the aspose.words jar package, after the system converts a Word Document to PDF, the content positions in the PDF file shift, resulting in inconsistencies with the original Word Document’s display. word转pdf配置.…...the system converts a Word document to PDF, the content positions...inconsistencies with the original Word document’s display. word转pdf配置.docx...

    forum.aspose.com/t/word-to-pdf-file-content-dis...
  9. ListLevel.font property | Aspose.Words for Node.js

    ListLevel.font property. Specifies character Formatting used for the list label....property Specifies character formatting used for the list label....how to apply custom list formatting to paragraphs when using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...pdfSaveOptions); Document doc = new Document(pdfFile); string...to preserve the layout and formatting of the Excel sheet. Explore...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...