Sort Score
Result 10 results
Languages All
Labels All
Results 9,541 - 9,550 of 213,960 for

new

(0.13 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. Manage number of pages in XPS file | .NET

    .NET API Solution to manage XPS files. Add or remove pages from or to XPS documents with a few lines of C# code....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/add-delete-pages/
  3. 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...
  4. 删除作者的所有评论|Aspose.Slides 文档

    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....IsNullOrEmpty ( author )) throw new ArgumentNullExceptio ( "文件名或作者名为...List < Comment > comments = new List < Comment >(); comments...

    docs.aspose.com/slides/zh/net/delete-all-the-co...
  5. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for JavaScript via C++. Improve the presentation of generated HTML tables....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Save Options const options = new HtmlSaveOptions (); // Set the...

    docs.aspose.com/cells/javascript-cpp/set-column...
  6. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during the conversion of Excel files to PDF using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...- Ignore Error const opts = new PdfSaveOptions (); opts . ignoreError...

    docs.aspose.com/cells/javascript-cpp/ignore-err...
  7. Search and Replace Data in a Range with JavaScr...

    This article shows how to search and replace data in a range in Excel using JavaScript via C++ code....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Configure find options const opts = new FindOptions (); opts . lookInType...

    docs.aspose.com/cells/javascript-cpp/search-and...
  8. 指定使用DBNum自定义模式格式|Documentation

    Aspose.Cells是一个支持用自定义格式模式格式化日期和数字的JavaScript/C++库。本文展示了如何使用 dbnum 自定义格式模式以更好地控制数字显示。...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  9. 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...
  10. Aspose Error when trying to sign document - Fre...

    Aspose _ result:: Error 405 HTTP method POST is not supported by this URL HTTP ERROR 405 HTTP method POST is not supported by this URL URI:/api/v2/ProcessCourtFiles STATUS:405 MESSAGE:HTTP method POST is not support…...the API client var config = new Configuration { ClientId = "<your-client-id>"..."<your-client-secret>" }; var pdfApi = new PdfApi(config); // 2️⃣ Prepare...

    forum.aspose.com/t/aspose-error-when-trying-to-...