Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,139 for

exception handling

(0.92 sec)
  1. Encrypt file in AES x256 with special character...

    Hello, I’m trying to use the AES 256 to encrypt some pdf file but when I use this encryption with french characters in password (for example “é”), I’m unable to open this file afterwards with Adobe Acrobat. Below the c…...void testEncrypt() throws Exception { try (PdfFileSecurity fileSecurity...in the zip) and the exact exception/message shown by Acrobat when...

    forum.aspose.com/t/encrypt-file-in-aes-x256-wit...
  2. 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…...DocumentKey = newFilePath; } catch (Exception ex) { context.Logger.LogError("Error...occurs for specific files. No exception is thrown — the process simply...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  3. 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…...execute(keys, datas); } catch (Exception e) { throw new RuntimeException(e);...remove(); } } } } catch (Exception e) { throw new RuntimeException(e);...

    forum.aspose.com/t/alternative-way-to-extract-a...
  4. Problems while copying numbered list from sourc...

    We have recently upgraded to last versions of Aspose Words for Java. After the upgrade we are receiving many reports of problems while copying the content of an ODT document into a bookmark of a target ODT document. The…...main(String[] args) throws Exception { String path = "c:"; // documents...String outputFilename) throws Exception { // Carica il documento di...

    forum.aspose.com/t/problems-while-copying-numbe...
  5. Saving A MSG as PDF|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....Outlook features, and can not handle direct conversion to PDF. To...String emailPath ) throws Exception { FileInputStream fstream...

    docs.aspose.com/email/java/saving-a-msg-as-pdf/
  6. Issue when formatting date - Free Support Forum...

    Hi , We are encountering an unexpected issue when formatting dates using the LINQ Reporting Engine in Aspose.Words for Java (tested across versions 25.3 to 25.6). Specifically, when using the “dd/MM/yyyy” directive in …...testDocumentTemplate() throws Exception { String dataPath = "C:\\dateissue";...the recommended approach for handling date output when sub-millisecond...

    forum.aspose.com/t/issue-when-formatting-date/3...
  7. Difference Between ZIP and RAR

    Exploring the disparities between ZIP and RAR, considering compression, speed, and functionalities, aiding efficient file management....unzipping speeds, especially when handling small to medium file sizes...its advanced features and exceptional compression capabilities...

    products.aspose.com/zip/most-common-archives/di...
  8. Aspose.PSD for .NET 25.4 - Release Notes|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....Category PSDNET-1838 [AI Format] Handle inline images in content streams...examples: PSDNET-1838. [AI Format] Handle inline images in content streams...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-4...
  9. Conversion from pdf to text is not supporting f...

    Dear Aspose Support Team, Conversion from PDF to text is not supported for superscript and subscript formats using the following code snippet for version 23.1: public String convertToText(Document pdfDocument, int page…...pdfDocument, int page) throws Exception { log.debug(“Entering convertToText()”);...identify these formats and handle them accordingly. Here’s how...

    forum.aspose.com/t/conversion-from-pdf-to-text-...
  10. PDF | Text box on rotated page - Free Support F...

    I am attempting to provide a system which will add text boxes onto an existing PDF document which may have page rotations. This is proving far more difficult that I expected. Box is specified by a position, height, widt…... Handling Page Rotation To correctly...more advanced features for handling text and layout, and you can...

    forum.aspose.com/t/pdf-text-box-on-rotated-page...