Sort Score
Result 10 results
Languages All
Labels All
Results 8,501 - 8,510 of 222,946 for

new

(0.14 sec)
  1. How To Compress or Extract Archives Using Java ...

    Learn how to compress or extract archives using Java with detailed instructions for various formats like ZIP and RAR....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/how-to/
  2. Public API Changes in Aspose.Cells 8.4.0|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...4.0 has exposed a series of new classes and properties in the...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. NPE when convert HTML to PDF - Free Support For...

    Hello! I convert HTML to PDF import com.aspose.pdf.*; import com.aspose.pdf.HtmlSaveOptions.PartsEmbeddingModes; import com.aspose.pdf.HtmlSaveOptions.RasterImagesSavingModes; ... public byte[] createDocumentFromHt…...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...optimizedMemoryStrea; try (Document document = new Document(htmlFile.getAbsolutePath()...

    forum.aspose.com/t/npe-when-convert-html-to-pdf...
  4. Გადაიყვანეთ WORD TXT Java

    გადაიყვანეთ WORD TXT Java ფორმატში კოდით. შეინახეთ WORD როგორც TXT Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/wo...
  5. Փոխարկել WORD HTML Java

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

    products.aspose.com/words/hy/java/conversion/wo...
  6. Გადაიყვანეთ WORD HTML Java

    გადაიყვანეთ WORD HTML Java ფორმატში კოდით. შეინახეთ WORD როგორც HTML Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/wo...
  7. Გადაიყვანეთ HTML WORD Java

    გადაიყვანეთ HTML WORD Java ფორმატში კოდით. შეინახეთ HTML როგორც WORD Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/ht...
  8. Გადაიყვანეთ TEXT PDF Java

    გადაიყვანეთ TEXT PDF Java ფორმატში კოდით. შეინახეთ TEXT როგორც PDF Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/te...
  9. XlsxSaveOptions.dateTimeParsingMode property | ...

    XlsxSaveOptions.dateTimeParsingMode property. Gets or sets the mode that specifies how document text is parsed to identify date and time values... let doc = new aw . Document ( base . myDir...DateTime.docx" ); let saveOptions = new aw . Saving . XlsxSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 添加二色比例和三色比例条件格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库添加条件格式,为两色比例和三色比例设置。通过调整这些条件,你可以更好地控制单元格的外观。...file selected - we'll create a new workbook } let workbook ; if...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...