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

new

(0.06 sec)
  1. 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...
  2. 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...
  3. Hello World in PHP|Aspose.Words for Java

    Write 'hello' to a Word Document using PHP.... Php Code $ builderBoject = new Java ( "com.aspose.words.DocumentBuilder"...documentObject ); // Write a new paragraph in the document with...

    docs.aspose.com/words/java/hello-world-in-php/
  4. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/ps/working-with-transf...
  5. XlsxSaveOptions.SectionMode | Aspose.Words for ...

    Discover how the XlsxSaveOptions SectionMode property optimizes section handling for XLSX exports, ensuring seamless document management and multiple worksheets.... Document doc = new Document ( MyDir + "Big document...XlsxSaveOptions xlsxSaveOptions = new XlsxSaveOptions (); xlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Export Visio Diagram to Image in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...Save as PNG $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/export-visio-diagr...
  7. Export Visio Diagram to SVG in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...Save as SVG $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/export-visio-diagr...
  8. Font.noProofing property | Aspose.Words for Nod...

    Font.noProofing property. True when the formatted characters are not to be spell checked....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Broken diagram when using master with multiple ...

    I’m evaluating Aspose.Diagram for Dotnet since I’m creating an app to generate Visio files. While testing I stumbles upon one problem with master shapes and would like to know, what I do wrong or where the problem could …...ShapeSheet data, there is a new group: 5_BrokenShapeSheet.jpg...rectangle), ensure that the new shape’s properties and geometry...

    forum.aspose.com/t/broken-diagram-when-using-ma...
  10. 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-...