Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 223,208 for

new

(1 sec)
  1. Exception converting html triple nested bullets...

    Exception converting html triple nested bullets to PDF using LINUX Aspose.Pdf (Aspose.PDF.Drawing 25.9.0) I was able to reproduce the problem with this simple html: <ul><li>one<ul><li>two<ul><li>three</li></ul></li><…...memoryStream = new MemoryStream(); var pdfDocument = new Document();...Document(); var htmlFragment = new HtmlFragment(html); pdfDocument.Pages...

    forum.aspose.com/t/exception-converting-html-tr...
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....been added to ISequence The new 2 methods have been added to...categories elements The two new enums EffectChartMajorGrou and...

    docs.aspose.com/slides/java/public-api-and-back...
  3. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...new({ NodeId: node.range_start.node...AsposeWordsCloud::DocumentPosition.new({ NodeId: node.range_end.node...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  4. Merge Combine Diagram|Documentation

    This section explains how to combine visio file...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...Visio diagram Diagram diagram2 = new Diagram ( Drawing2 . vsdx ");...

    docs.aspose.com/diagram/net/merge-combine-diagram/
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Step-by-step guide....represents a PPTX file $pres = new Presentation (); try { # Accessing...Creating a paragraph $para = new Paragraph (); # Setting paragraph...

    docs.aspose.com/slides/php-java/manage-bullet/
  6. CsvDataLoadOptions.QuoteChar | Aspose.Words for...

    Discover the CsvDataLoadOptions QuoteChar property to easily customize field value quoting for seamless data handling and improved CSV management.... Document doc = new Document ( MyDir + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions ( true );...

    reference.aspose.com/words/net/aspose.words.rep...
  7. DocumentProperty.linkSource property | Aspose.W...

    DocumentProperty.linkSource property. Gets the source of a linked custom document property....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( "MyBookmark" ); // Link a new custom property to a bookmark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert WORD To EPUB C#

    Convert a Word document to EPUB format in C# code. Save a Word document as EPUB 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...
  9. Convert WORD To PDF C#

    Convert a Word document to PDF format in C# code. Save a Word document as PDF 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...
  10. Convert PDF To WORD C#

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

    products.aspose.com/words/net/conversion/pdf-to...