Sort Score
Result 10 results
Languages All
Labels All
Results 6,301 - 6,310 of 213,579 for

new

(0.32 sec)
  1. Excel hyperlinks break when copying rows - Free...

    Hi support, I’m running into an issue when copying rows that contain Excel HYPERLINK formulas. Almost all hyperlinks in copied rows don’t work when saving to file formats other than Excel. See the test case below for a…...an example: Workbook book = new Workbook(); Worksheet sheet =... 1); sheet.CalculateFormula(new CalculationOptions(), true);...

    forum.aspose.com/t/excel-hyperlinks-break-when-...
  2. Merge EPS files to PDF using Java

    Merger EPS functionality of Aspose.Page API solution for Java allows you to combine several EPS files into a single PDF document....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/merge/eps/
  3. 在 EPS 的 XMP 元数据中添加数组项 | Java

    本文将通过代码片段讲解并使用 Aspose.Page for Java 在 EPS 的 XMP 元数据中添加数组项的过程。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xmp-metadata/add-a...
  4. Aspose.Words 23.1.0 – Conversion Hangs(Timeout ...

    Hi Team, We are using Aspose.Words 23.1.0 and encountering an issue when converting a specific Word file to PDF. The code execution gets stuck at the line wordDoc.Save(pdfStream, saveOptions); and does not proceed furt…..."); var wordDoc = new Aspose.Words.Document(docStream);...CreateDirectory(fontPath); var fontSettings = new FontSettings(); fontSettings...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  5. Managing Page Breaks with JavaScript via C++|Do...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for JavaScript via C++....open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  6. Assign and Validate Digital Signatures with Jav...

    Excel file digital signature and verification using Aspose.Cells for JavaScript via C++. Protect the authenticity of workbook content with digital signatures....arrayBuffer (); const pfxBytes = new Uint8Array ( pfxArrayBuffer );...signatures needed to sign const dsc = new DigitalSignatureColl (); // Cert...

    docs.aspose.com/cells/javascript-cpp/assign-and...
  7. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = New aw.Document(letterHeadpath); const contentDoc = New aw.Document(docPath); const headDocParagraphs = headDoc.sections…...outDir, logger) { const headDoc = new aw.Document(letterHeadpath);... const contentDoc = new aw.Document(docPath); const headDocParagraphs...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  8. DocumentBuilder.MoveToMergeField | Aspose.Words...

    Effortlessly navigate your document with the MoveToMergeField method. Instantly position the cursor beyond merge fields for seamless editing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. | Aspose

    Sample code for DJVU to DOCX Java conversion. Use API example code for batch DJVU files to DOCX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/djvu-to...
  10. | Aspose

    Sample code for WBMP to XLSX Java conversion. Use API example code for batch WBMP files to XLSX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/wbmp-to...