Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 164,103 for

new

(0.11 sec)
  1. 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...
  2. 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...
  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. Convert DOC To EPUB C#

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

    products.aspose.com/words/net/conversion/doc-to...
  5. Create or Manage PowerPoint SmartArt Shape Node...

    Manage smart art node and child node in PowerPoint Presentations in JavaScript... Add a new Node in SmartArt shape NodeCollection...the presentation var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  6. Some table borders are randomly not rendered in...

    Hi, we are experiencing some issues while trying to convert pdf to pptx file using aspose.pdf library. Some table borders are randomly not displayed in the exported pptx. Please find the pdf input attached. Also, below i…...throws Exception { var pdfBytes = new ClassPathResource("bug_254248...readAllBytes(); try (Document srcDoc = new Document(pdfBytes)) { ByteArrayOutputStrea...

    forum.aspose.com/t/some-table-borders-are-rando...
  7. Style.remove method | Aspose.Words for Node.js

    Style.remove method. Removes the specified style from the document.... let doc = new aw . Document (); let style =...style . font . name = "Times New Roman" ; style . font . size...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. OoxmlSaveOptions.SaveFormat | Aspose.Words for ...

    Discover OoxmlSaveOptions' SaveFormat property to easily choose document formats like Docx, Docm, Dotx, Dotm, or FlatOpc for seamless saving....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // When...

    reference.aspose.com/words/net/aspose.words.rep...
  10. PNG to PDF Merge using C# | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PNG file to new page...

    products.aspose.com/pdf/net/merger/png-to-pdf/