Sort Score
Result 10 results
Languages All
Labels All
Results 5,781 - 5,790 of 213,190 for

new

(0.16 sec)
  1. 数据筛选|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++ API添加数据筛选器。...stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/data-fi...
  2. 用JavaScript通过C++创建和复制命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中创建、访问和复制命名范围。...input const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. TIFF to PDF conversion causes font and width mi...

    Hi Team, I am converting a multipage TIFF file to PDF using Aspose for Java(we are using Aspose total). The conversion works, but the generated PDF doesn’t exactly match the original TIFF — there’s a mismatch in width a…...try (Document pdfDocument = new Document(); ImageInputStream...com.aspose.pdf.Image image = new com.aspose.pdf.Image(); File...

    forum.aspose.com/t/tiff-to-pdf-conversion-cause...
  4. Փոխարկել TEXT HTML Java

    Փոխարկեք TEXT ը HTML ձևաչափի Java կոդով: Պահեք TEXT որպես HTML օգտագործելով Java:...*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/te...
  5. Փոխարկել HTML Markdown Java

    Փոխարկեք HTML ը Markdown ձևաչափի Java կոդով: Պահեք HTML որպես Markdown օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/ht...
  6. Փոխարկել HTML MARKDOWN Java

    Փոխարկեք HTML ը MARKDOWN ձևաչափի Java կոդով: Պահեք HTML որպես MARKDOWN օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/ht...
  7. Փոխարկել HTML EPUB Java

    Փոխարկեք HTML ը EPUB ձևաչափի Java կոդով: Պահեք HTML որպես EPUB օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/ht...
  8. Access Presentation Slides in JavaScript|Aspose...

    Learn how to access and manage slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js. Boost productivity with code examples....presentation file var pres = new aspose . slides . Presentation...presentation file var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/access-slide...
  9. Aspose.PSD for .NET 18.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....psd" ; var loadOptions = new PsdLoadOptions () { LoadEffectsResource...}; // Preparing new data var newPattern = new int [] { Color ...

    docs.aspose.com/psd/net/aspose-psd-for-net-18-1...
  10. Aspose PDF Exception: Operand value is not a na...

    Hello, My team is using the Aspose.PDF library for . NET to extract text from PDF files. We ran into the following exception while using the TextAbsorber to extract text page by page: Aspose.Pdf.PdfException: Operand v…...sourceBytes) { using (var inputStream = new MemoryStream(sourceBytes)) {...{ using (var document = new Aspose.Pdf.Document(inputStream))...

    forum.aspose.com/t/aspose-pdf-exception-operand...