Sort Score
Result 10 results
Languages All
Labels All
Results 5,451 - 5,460 of 196,959 for

new

(0.09 sec)
  1. Convert HTML To PDF C#

    Convert HTML to PDF format in C# code. Save HTML as PDF using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  2. Convert WORD To XPS C#

    Convert a Word document to XPS format in C# code. Save a Word document as XPS using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  3. Convert HTML To WORD C#

    Convert HTML to WORD format in C# code. Save HTML as WORD using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  4. DocumentSplitCriteria Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DocumentSplitCriteria enhances document splitting for optimal Html, Epub, and Azw3 formats. Streamline your saving process!...specifying start of new section on a new page, or a paragraph...specifying start of new section in a new column. SectionBreak...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert WORD To HTML Java

    Convert a Word document to HTML format in Java code. Save a Word document as HTML using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  6. Aspose::Words::Saving::PdfFontEmbeddingMode enu...

    Aspose::Words::Saving::PdfFontEmbeddingMode enum. Specifies how Aspose.Words should embed fonts in C++....Arial and Times New Roman. Only Arial and Times New Roman fonts are...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. MarkdownOfficeMathExportMode Enum | Aspose.Word...

    Discover how Aspose.Words.Saving.MarkdownOfficeMathExportMode enhances OfficeMath export to Markdown, ensuring accurate and efficient document conversion.... Document doc = new Document ( MyDir + "Office math...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...to image Presentation pres = new Presentation (); try { pres ...getSlides (). addFromHtml ( new StreamReader ( "file1.html" ));...

    products.aspose.com/slides/zh-hant/java/merger/...
  9. Joining Word Documents Together|Aspose.Words fo...

    Join a few document together or append them easily and fast instead of using VSTO in C#....headers and footers of this new section are unlinked so they...appended to. Document dstDoc = new Document ( ); // We should call...

    docs.aspose.com/words/net/joining-word-document...
  10. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your documents. Enhance readability and formatting with ease!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/par...