Sort Score
Result 10 results
Languages All
Labels All
Results 9,271 - 9,280 of 222,973 for

new

(0.2 sec)
  1. TeX (LaTeX) Files Conversion | Java

    TeX(LaTeX) conversion Java API solution. Convert LaTeX files to PDF, XPS and Images including PNG, JPEG, TIFF, BMP with few lines of Java code....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/tex/java/conversion/
  2. java.lang.IllegalStateException: toArray is not...

    Hi guys, I used the flag -DAspose.Cells.ZipTool=TEMPFILE in both of my projects that call Workbook asposeWorkbook = New Workbook(excelStream) to avoid the POI 5 ZIP issue. However, one of the projects still encounters p…...call Workbook asposeWorkbook = new Workbook(excelStream) to avoid...ZipTool", "TEMPFILE"); File excel = new File("src/test/resources/POI...

    forum.aspose.com/t/java-lang-illegalstateexcept...
  3. Decrypt PDF using JavaScript|Aspose.PDF for Jav...

    Decrypt PDF File with Aspose.PDF for JavaScript via C++....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/decrypt-pdf/
  4. 通过 C++ 使用 JavaScript 自动调整行高以进行渲染|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动调整行高以进行渲染,防止文本被截断到已保存的 PDF 文件中。... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...rendering. const autoFitterOptions = new AutoFitterOptions (); autoFitterOptions...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  5. CleanupOptions.unusedLists property | Aspose.Wo...

    CleanupOptions.unusedLists property. Specifies whether unused list and list definitions should be removed from document... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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...."password" ; ImapClient client = new ImapClient ( host , port , username...today ImapQueryBuilder builder = new ImapQueryBuilder (); builder...

    docs.aspose.com/email/zh/java/filter-messages-f...
  7. Manage Chart Data Markers in Presentations Usin...

    Learn how to customize chart data markers in Aspose.Slides for Node.js, boosting presentation impact across PPT and PPTX formats with clear code examples.... Add new data point. Write presentation...empty presentation var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/chart-data-m...
  8. Extract Images from PDF JavaScript|Aspose.PDF f...

    How to extract a part of the image from PDF using Aspose.PDF for JavaScript toolkit....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/extract-imag...
  9. Manage Cells HTML String|Documentation

    Learn how to manage a cell's HTML string through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/manage-cel...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...fields DocumentBuilder builder = new DocumentBuilder(document); AtomicInteger...AtomicInteger bmCount = new AtomicInteger(1); for (Object obj...

    forum.aspose.com/t/alternative-way-to-extract-a...