Sort Score
Result 10 results
Languages All
Labels All
Results 9,641 - 9,650 of 222,975 for

new

(0.15 sec)
  1. Installation|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....scene = new aspose . threed . Scene (); var box = new aspose ...

    docs.aspose.com/3d/zh/nodejs-java/installation/
  2. Aspose.Slides adds gray artifacts and edge of c...

    Hi, Aspose team. Scenario: There are 2 issues while converting PowerPoint presentation to PDF: Gray artifact lines appear in the PDF that are not present in the original PowerPoint file (page 3 and 4) The edges o…...Code to replicate: var ppt = new Aspose.Slides.Presentation(path);...Presentation(path); var pptxPdfOption = new PdfOptions { Compliance = Aspose...

    forum.aspose.com/t/aspose-slides-adds-gray-arti...
  3. 复制工作表|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....xlsx" ; Workbook newWorkbook = new Workbook (); Worksheet worksheet...newWorkbook . Worksheets . Add ( "New Sheet" ); Cells cells = worksheet...

    docs.aspose.com/cells/zh/net/copy-worksheets/
  4. Public API Changes in Aspise.Cells 8.3.2|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...workbook object Workbook workbook = new Workbook (); //Insert picture...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Converting Worksheet to Image and Worksheet to ...

    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....development environment and create a new console application. This example...Worksheet to Image File I created a new workbook in Microsoft Excel and...

    docs.aspose.com/cells/javascript-cpp/converting...
  6. 使用 Java 版 API 转换 EPS 文件

    本文将通过代码片段讲解并演示 Aspose.Page Java 版 API 解决方案提供的 EPS 到 PDF 的转换功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/convert-eps/
  7. Remove Hidden Info|Documentation

    This section explains how to remove unusing or hidden info from a diagram with Aspose.Diagram....existing Visio Diagram diagram = new Diagram ( dataDir + "Drawing1...options HTMLSaveOptions options = new HTMLSaveOptions (); // Set export...

    docs.aspose.com/diagram/net/remove-hidden-info/
  8. DocumentProperty.toByteArray method | Aspose.Wo...

    DocumentProperty.toByteArray method. Returns the property value as byte array....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. AxisTickLabels.Orientation | Aspose.Words for .NET

    Customize your AxisTickLabels orientation for optimal readability. Easily adjust tick label text direction to enhance your data visualization!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  10. DOCX prompt on saving file created in .Net - Fr...

    Hey everyone! I am creating a docx file and it looks and prints fine but when trying to save the file I get a prompt. “Your document will be upgraded to the Newest file format” How do I keep this from coming up? I am …... Dim doc As New Document() lbPacketReport.Ge...pktData) Using memStream As New MemoryStream() My.Response.ContentType...

    forum.aspose.com/t/docx-prompt-on-saving-file-c...