Sort Score
Result 10 results
Languages All
Labels All
Results 8,961 - 8,970 of 224,684 for

new

(0.17 sec)
  1. Aspose.Cells 8.8.0中的公共API更改|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....HTMLLoadOptions loadOptions = new Aspose . Cells . HTMLLoadOptions...true ; MemoryStream stream = new MemoryStream ( byteArray ); Workbook...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 .NET 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。...using ( Presentation pres = new Presentation ()) { IPPImage ppImage...pres . Slides [ 0 ]. GetImage ( new Size ( 1920 , 1080 ))) { // 将图像保存到磁盘。...

    docs.aspose.com/slides/zh/net/modern-api/
  3. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...PDF for Java: Document doc = new Document("/path/to/borders.pdf");...PdfConvertOptions options = new PdfConvertOptions(); // Force...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  4. Convert EPUB to XPS – C# code examples

    Convert EPUB to XPS using Aspose.HTML for .NET API. Consider various EPUB to XPS conversion scenarios in C# examples. Try online EPUB Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-epub-to-xps/
  5. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...docx")); LoadOptions loadOptions = new LoadOptions(); loadOptions.s...UTF_8); Document doc = new Document(new ByteArrayInputStream(fileBytes)...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  6. 在 IMAP 服务器上操作文件夹|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....folderInfoColl ) { // Folder name and get New messages in the folder System...()); System . out . println ( "New message count: " + folderExtInfo...

    docs.aspose.com/email/zh/java/working-with-fold...
  7. Public API Changes in Aspose.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/net/public-api-changes-in...
  8. Aspose.Words 26.2 – License.setLicense() taking...

    Hi team, We are using Aspose.Words for Java 26.2 for Word → HTML conversion, and we’re encountering a major performance issue during license initialization. I am using aspose Total license for word to html conversion …...Architecture: Each conversion runs in a new JVM process (short-lived JVM...Resource loading is fast (~1 ms) new License() is reasonable (~800...

    forum.aspose.com/t/aspose-words-26-2-license-se...
  9. ImageLoadException - Free Support Forum - aspos...

    class com.aspose.psd.coreexceptions.ImageLoadException: Image loading failed. ---> class com.aspose.psd.internal.Exceptions.ArgumentException: Appropreate layer section resource can't be created. Type tool key: 166864165…...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions...length); image = PsdImage.load(new ByteArrayInputStream(bytesPsd)...

    forum.aspose.com/t/imageloadexception/325242
  10. AutoFit Rows and Columns with JavaScript via C+...

    This article shows how to autoFit rows, columns, rows of merged cells, and a row in a range of cells using Aspose.Cells for JavaScript via C++....buffer const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...