Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 197,087 for

new

(0.11 sec)
  1. 你好,世界|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....$workbook = new Workbook (); \ # Note when you create a new workbook...2003) format $file_format_type = new FileFormatType (); $workbook...

    docs.aspose.com/cells/zh/java/hello-world/
  2. Set PDF file information - facades|Aspose.PDF f...

    This section explains how to set PDF file information with Aspose.PDF Facades using PdfFileInfo Class....() { PdfFileInfo fileInfo = new PdfFileInfo ( _dataDir + "sample...PdffileInfo object PdfFileInfo fInfo = new PdfFileInfo ( _dataDir + "sample...

    docs.aspose.com/pdf/java/set-pdf-information/
  3. StyleCollection.default_font property | Aspose....

    StyleCollection.default_font property. Gets document default text formatting....# Set default parameters for new styles that we may later add...default_font . name = 'Courier New' # If we add a style of the "StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... let loadOptions = new aw . Loading . TxtLoadOptions...as right-to-left. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Issues with HTML to PDF Conversion Using Aspose...

    I am facing significant performance issues when converting HTML to PDF using Aspose.PDF. Specifically, it takes almost 2.5 minutes to load the HTML memory stream into the Aspose.Pdf.Document constructor. using System;…...using (MemoryStream htmlStream = new MemoryStream(System.Text.Encoding...Document pdfDocument = new Document(htmlStream, new HtmlLoadOptions());...

    forum.aspose.com/t/issues-with-html-to-pdf-conv...
  6. Potential Regression in Aspose.Diagram when reu...

    Hello, We’ve recently upgraded our software from .NET 6 to .NET 8, and as part of that transition, we also purchased a New license for Aspose.Diagram and upgraded from version 21.2.0 to 25.7.0. After the upgrade, we’re…...transition, we also purchased a new license for Aspose.Diagram and... // Version 21.2.0 & 25.7.0 new License().SetLicense("license...

    forum.aspose.com/t/potential-regression-in-aspo...
  7. Add Text and Image Stamp|Aspose.PDF for .NET

    This section explains how to add Text and Image Stamp with Aspose.PDF Facades using PdfFileStamp Class....object using ( var fileStamp = new Aspose . Pdf . Facades . PdfFileStamp...// Create stamp var stamp = new Aspose . Pdf . Facades . Stamp...

    docs.aspose.com/pdf/net/add-text-and-image-stamp/
  8. Manage Bullet and Numbered Lists|Aspose.Slides ...

    Create bullet and numbered lists in PowerPoint presentation in C# or .NET...using ( Presentation pres = new Presentation ()) { ISlide slide...Clear (); Paragraph paragraph = new Paragraph (); paragraph . ParagraphFormat...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  9. Working With Nodes in Ruby|Aspose.Words for Java

    Working With Document Nodes using Ruby....'/data/quickstart/' \ # Create a new document. doc = Rjb :: import...'com.aspose.words.Document' ) . new () \ # Creates and adds a paragraph...

    docs.aspose.com/words/java/working-with-nodes-i...
  10. SummaryLength enumeration | Aspose.Words for No...

    Aspose.Words.AI.SummaryLength enumeration. Enumerates possible lengths of summary.... let firstDoc = new aw . Document ( base . myDir...document.docx" ); let secondDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...