Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,303 for

exception handling

(0.08 sec)
  1. Read corrupted PST/OST files|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.... In such cases, exceptions usually arise when calling...getSubject ()); } catch ( Exception e ) { System . out . println...

    docs.aspose.com/email/java/read-corrupted-pst-o...
  2. Regarding AsposePDF Tagging - Free Support Foru...

    Hi Team, We are using latest version of Aspose.PDF (25.10). Requirement : We have to apply tags on the PDF ( Searchable PDF). I am using below code to add the tags but getting an Exception like “Specified Cast is not …...add the tags but getting an exception like “ Specified Cast is not...encountering an “Invalid Cast” exception while trying to apply tags...

    forum.aspose.com/t/regarding-asposepdf-tagging/...
  3. Excel spredsheet fails when converting to PDF -...

    Hi Aspose team, We have problems converting the attached Excel file to PDF. Måleprotokoll.zip (192.1 KB). We get this Exception in VS: image.png (42.4 KB) Using this code: Aspose.Cells.License license; license = n…... We get this exception in VS: image.png (42.4 KB)...PDF using Aspose.Cells. The exception you’re seeing could be due...

    forum.aspose.com/t/excel-spredsheet-fails-when-...
  4. 读取损坏的 PST/OST 文件|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....getSubject ()); } catch ( Exception e ) { System . out . println...getDisplayName ()); } catch ( Exception e ) { System . out . println...

    docs.aspose.com/email/zh/java/read-corrupted-ps...
  5. Convert ost to pst - Free Support Forum - aspos...

    Could not read subfolders. Online converter OST to PST Exception throw image.png (3.7 KB)...Online converter OST to PST Exception throw image.png (3.7 KB) Professionalize...seems you’re encountering an exception while trying to convert an...

    forum.aspose.com/t/convert-ost-to-pst/324706
  6. 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…...public void test() throws Exception { CqrGeneratorEnvironm.initAsposeLicense();...environment configurations, or error handling. Solution: Check Project Dependencies...

    forum.aspose.com/t/java-lang-illegalstateexcept...
  7. ArgumentOutOfRangeException when loading MPP fi...

    Product: Aspose.Tasks for .NET Version: 25.8.0 Environment: .NET 8.0, Windows MPP files containing Material type resources crash Aspose.Tasks immediately during Project constructor. The issue occurs because Material r…...Immediate crash - cannot catch or handle Root Cause: In MS Project:...TASKSNET-11532 (Material resource handling) but occurs earlier - during...

    forum.aspose.com/t/argumentoutofrangeexception-...
  8. PPT to PDF Conversion in C#: PptxReadException:...

    Hi While converting a PPT to PDF I am getting the following Exception. Aspose.Slides.PptxReadException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter ‘index’) —> Sy…...am getting the following exception. Aspose.Slides.PptxReadException:...InterruptionToken ) — End of inner exception stack trace — at . (Presentation...

    forum.aspose.com/t/ppt-to-pdf-conversion-in-c-p...
  9. Workbook.CalculateFormula() throws "Unsupported...

    When calling Workbook.CalculateFormula() on a workbook that contains CUBEMEMBER formulas referencing ThisWorkbookDataModel (Excel Power Pivot), Aspose throws an Exception instead of gracefully returning the stored cell …...Pivot), Aspose throws an exception instead of gracefully returning...returning the stored cell value. Exception: Unsupported function: CUBEMEMBER...

    forum.aspose.com/t/workbook-calculateformula-th...
  10. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...(mapi == null) continue; // ✅ Handle calendar items safely if (mapi...AddMapiMessageItem(contactItem); } catch (Exception ex1) { // Console.WriteLine($"⚠️...

    forum.aspose.com/t/code-olm-to-pst/324745