Sort Score
Result 10 results
Languages All
Labels All
Results 6,061 - 6,070 of 213,567 for

new

(1.12 sec)
  1. Generate AustraliaPost Barcode with Different F...

    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....object $symbology = new Symbology (); $builder = new BarCodeBuilder...standard $australiaPostFormatC = new AustraliaPostFormatC (); $builder...

    docs.aspose.com/barcode/java/generate-australia...
  2. Public API Changes in Aspose.Cells 8.8.0|Docume...

    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.... It includes not only new and updated public methods, added...0 has exposed the following new properties that are helpful in...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Convert HTML To Markdown C#

    Convert HTML to Markdown format in C# code. Save HTML as Markdown 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. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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.... It includes not only new and updated public methods, added...files from StringPtr dirPath = new String ( "D:\\Downloads\\" );...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  5. Manage VBA Projects in Presentations on Android...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for Android via Java to streamline your workflow....VbaProject constructor to add a new VBA project. Add a module to...Presentation pres = new Presentation (); try { // Creates a new VBA Project...

    docs.aspose.com/slides/androidjava/presentation...
  6. Manage VBA Projects in Presentations Using Java...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for Java to streamline your workflow....VbaProject constructor to add a new VBA project. Add a module to...Presentation pres = new Presentation (); try { // Creates a new VBA Project...

    docs.aspose.com/slides/java/presentation-via-vba/
  7. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...Description Cell(doc) Initializes a new instance of the Cell class. Properties... let doc = new aw . Document (); let table = new aw . Tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...Document doc = new Document(); Table table = new Table(); table...table.setDefaultCellBorder(new com.aspose.pdf.BorderInfo(com.aspose...

    forum.aspose.com/t/rare-chinese-characters-disp...
  9. PDF to TEXT Converter using Android via Java | ...

    Sample code on Java for PDF to TEXT conversion. Use example code for batch PDF to TEXT conversion in Android...Open document try { document = new Document ( inputStream ); } catch...TextAbsorber ta = new TextAbsorber (); int [] pages = new int [] { 1...

    products.aspose.com/pdf/android-java/conversion...
  10. TIFF to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for TIFF to PDF conversion. Use example code for batch TIFF to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input TIFF image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/tif...