Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 808 for

exception handling

(0.05 sec)
  1. I got an error with aspose pdf dll 25.1.0.0 in ...

    Hi sir , I use the below code to set license and use pdf document. In window exe I use aspose pdf dll 25.1.0.0 vserion Dim PDFLicense As Aspose.Pdf.License = New Aspose.Pdf.License() PDFLicense.SetLi…... Error Handling : Implement error handling to capture the...the specific exception being thrown. This can provide more insight...

    forum.aspose.com/t/i-got-an-error-with-aspose-p...
  2. New bug with MergeNamedStyles - Free Support Fo...

    I appear to have found a bug with the MergeNamedStyles function added recently. Please run the following top-level code (adjusting the file paths as needed) with the attached zipped workbooks as a .NET 9 C# console app …... Error Handling : Implement error handling around the MergeNamedStyles...MergeNamedStyles call to capture any exceptions that may provide more insight...

    forum.aspose.com/t/new-bug-with-mergenamedstyle...
  3. Aspose.PDF throws NullReferenceException openin...

    Aspose.PDF v19.11 and earlier successfully converts a specific PCL file to a PDF. Aspose.PDF v19.12 and later throws a NullReferenceException: Object reference not set to an instance of an object. I have attached a proo…...file that demonstrates the exception. AsposePclPOC.zip (19.6 KB)...changes in how the library handles certain PCL files. Cause :...

    forum.aspose.com/t/aspose-pdf-throws-nullrefere...
  4. Read Outlook PST File and Get Folders and Subfo...

    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-pst-fil...
  5. KeyNotFoundException When Extracting Slide Thum...

    Hi, I have a reproducible error when extracting a slide thumbnail, with a specific customer powerpoint file. I narrowed it down to a single slide, using aspose slides java 25.8. and openjdk 11.0.28 2025-07-15 runtime. …...exceptions.KeyNotFoundException: The...presentation.dispose(); } catch (Exception e) { e.printStackTrace();...

    forum.aspose.com/t/keynotfoundexception-when-ex...
  6. Can Aspose handle invalid dates in the document...

    The attached file is a PDF created by SnagIt, a screen capture tool that can export to PDFs. It has invalid creation date and modified date properties - they are both set to an empty string, which is not an invalid date.…...Can Aspose handle invalid dates in the document properties better...is that Aspose.Pdf doesn’t handle those fields being empty strings...

    forum.aspose.com/t/can-aspose-handle-invalid-da...
  7. Convert MSG files to EML format issue - Free Su...

    We’re currently using the Aspose library (version 1.17.158) to convert MSG files to EML format, but we’ve encountered an issue during the conversion process. Details: Aspose Version: 1.17.158 Operation: MSG → EML conv…... Error Handling : Implement error handling to catch exceptions...SaveOptions.DefaultEml); } } catch (Exception ex) { Console.WriteLine($"Error:...

    forum.aspose.com/t/convert-msg-files-to-eml-for...
  8. Aspose.PSD for Java 24.5 - 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....[AI Format] Add support for handling AI Files with EPSF header...incorrect Bug PSDJAVA-622 Exception whenever saving PSD files...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  9. Aspose.PSD for Java 25.2 - 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....Feature PSDJAVA-703 Implement handling of Noise gardient in Layer...processing Enhancement PSDJAVA-709 Exception “Index outside the bounds...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  10. Issues open/load a pdf file using the Aspose.Pd...

    In C# Application , I am trying to open/load a PDF file using the Aspose.Pdf.Document this is the code // string path = @“C:\Users\YourUser\Documents\my-test.pdf”; var pdfDocument = new Aspose.Pdf.Document(path); it…... Error Handling : Implement error handling in your code...code to catch exceptions and provide more informative messages. Code...

    forum.aspose.com/t/issues-open-load-a-pdf-file-...