Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 223,075 for

new

(0.12 sec)
  1. 使用 JavaScript 及 C++ 向工作表添加签名行|Documentation

    本文介绍如何用 JavaScript 及 Aspose.Cells for JavaScript 通过 C++ 在工作表中添加签名行... Otherwise a new workbook will be created. </...arrayBuffer (); const certBytes = new Uint8Array ( certArrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/add-sig...
  2. Aspose.PSD for .NET 19.12 - Release Notes|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....= linkGroupId ) { throw new Exception ( "layersLinkGroupId...linkedLayers != null ) { throw new Exception ( "The linkedLayers...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-1...
  3. Manage PowerPoint Text Paragraphs on Android|As...

    Master paragraph formatting with Aspose.Slides for Android—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in Java....three IPortion objects for each new IParagraph (two Portion objects...PPTX file Presentation pres = new Presentation (); try { // Accessing...

    docs.aspose.com/slides/androidjava/manage-parag...
  4. Rendering Options – Aspose.HTML for .NET

    Learn about rendering options in Aspose.HTML for .NET to customize the rendering of HTML to PDF, XPS, DOCX, and Images. Gain ready-to-use C# examples...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/rendering-options/
  5. Converting Worksheet 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....$imageFormat = new ImageFormat (); // Instantiate a new workbook with...path to an Excel file $book = new Workbook ( $dataDir . "MyTestBook1...

    docs.aspose.com/cells/java/converting-worksheet...
  6. Licensing|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....fixes Performance enhancements New feature additions ⚠️ Note: Typically...and BarCodeReader $license = new License (); Assert :: assertFalse...

    docs.aspose.com/barcode/phpjava/licensing/
  7. Aspose words转换word为pdf,页数不对了 - Free Support For...

    技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 转换代码: public static boolean doc2pdf(String inPath, String outPath) { File file = New File(outPath); try (FileOutputStream os = New FileOutputSt…...file = new File(outPath); try (FileOutputStream os = new FileOutputStream(file))...FileOutputStream(file)) { Document doc = new Document(inPath); doc.save(os...

    forum.aspose.com/t/aspose-words-word-pdf/314404
  8. 在 C# 中指定 3D 文件加载选项|Documentation

    有几个接受LoadOptions对象的Scene.Open方法重载或Scene类构造函数重载。每种加载格式都有一个相应的类,该类保存该加载格式的加载选项。...Discreet3dsLoadOptio loadOpts = new Discreet3dsLoadOptio (); // Sets...loadOpts . LookupPaths = new List < string >( new string [] { "textures"...

    docs.aspose.com/3d/zh/net/specify-3d-file-load-...
  9. Managing Outlook Items via Aspose.Email Graph C...

    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....MapiCalendar mapiCalendar) - Creates a new calendar item in the specified...MapiCalendar newCalendarItem = new MapiCalendar ( location : "Conference...

    docs.aspose.com/email/net/manage-outlook-items-...
  10. Customize Presentation Shapes in PHP|Aspose.Sli...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for PHP via Java: geometry paths, curved corners, composite shapes....curvature for a corner or point add new points to the square manipulate...to change a shape or create a new shape from an existing shape...

    docs.aspose.com/slides/php-java/custom-shape/