Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 858 for

exception handling

(0.14 sec)
  1. Getting Java heap space error in below method -...

    We are encountering a heap memory error in the following line: document.save(byteArrayOutputStream, opts) The document size is only 229.4 kB, and the method is used to extract HTML text from all content controls.after …...or memory-efficient way to handle this case? private static org...extractHtmlDoc(Document document) throws Exception { try { HtmlSaveOptions opts...

    forum.aspose.com/t/getting-java-heap-space-erro...
  2. Aspose.Cells for Go via C++ - Design Concepts &...

    Aspose.Cells Go (C++ Backend) - Architecture & Design Deep Dive. How Aspose.Cells for Go via C++ Works – Design & API Overview....managed, and how errors are handled. To achieve this, Aspose.Cells...conversions and memory management handled behind the scenes. Object-Oriented...

    blog.aspose.com/cells/aspose.cells-for-go-via-c...
  3. Read Outlook for Mac OLM File and Get Folders a...

    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....possible, without throwing out exceptions, even if some data of the...TraversalAsposeExcep exception , String itemId ) { /* Exception handling code...

    docs.aspose.com/email/java/read-outlook-for-mac...
  4. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java....docx"); // Assign a callback for handling font substitution warnings...substitutionWarning() throws Exception { Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose.Pdf.Facades.Form. ImportFdf unable to ca...

    When using the Aspose.Pdf.dll ( version 25.1 and 25.5) , calling the Aspose.Pdf.Facades.Form.ImportFdf method results in error "unable to cast object of type ‘aspose.pdf.annotations.widgetannotation’ to type ‘aspose.pdf…... Error Handling : Implement error handling in your code...code to catch exceptions and log detailed error messages. This can...

    forum.aspose.com/t/aspose-pdf-facades-form-impo...
  6. Getting Error when Extracting Messages from PST...

    When attempting to extract messages from a PST file we are getting the following error: class com.aspose.email.system.Exceptions.InvalidOperationException: Could not read message. The message data is probably corrupted.…...exceptions.InvalidOperationExce: Could...class com.aspose.email.system.exceptions.ArgumentNullExceptio: Could...

    forum.aspose.com/t/getting-error-when-extractin...
  7. PageLayoutEvent | Aspose.Words for Java

    A code of event raised during page layout model build and rendering in Java....pageLayoutCallback() throws Exception { Document doc = new Document();...notify(PageLayoutCallbackAr a) throws Exception { switch (a.getEvent()) {...

    reference.aspose.com/words/java/com.aspose.word...
  8. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…... Error Handling : Implement error handling in your code...code to catch any exceptions that may occur during the conversion...

    forum.aspose.com/t/accessing-images-in-this-pdf...
  9. System.InvalidOperationException when one Objec...

    Hi, I am using the Aspose.Words (.net) LinqReportingEngine with a JsonDataSource to generate documents for multiple persons. In my example, I have a list of multiple persons, and for each person, I want to create a sepa…...with a NULL address - an exception is thrown when generating...null object, it throws an exception because it cannot evaluate...

    forum.aspose.com/t/system-invalidoperationexcep...
  10. How to Open Password Protected Excel File in Java

    This article encompassess information on how to open password protected Excel file in Java. By using Java open Excel file with password with the help of a few lines of code provided in this article....application flow properly by handling the exceptions raised in case of missing...method value to null, an exception with a message stating, “Please...

    kb.aspose.com/cells/java/how-to-open-password-p...