Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 909 for

exception handling

(0.9 sec)
  1. 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...
  2. Basic Barcode Recognition|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....getCodeText ()); } } catch ( Exception e ) { e . printStackTrace...successfully!" ); } catch ( Exception e ) { System . err . println...

    docs.aspose.com/barcode/java/developer-guide/ba...
  3. 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...
  4. Quick Generation Examples|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....APIs and include proper error handling. Basic Setup Import the required...successfully!" ); } catch ( Exception e ) { System . err . println...

    docs.aspose.com/barcode/java/developer-guide/qu...
  5. Optical mark recognition (OMR)|Documentation

    How to recognize the filled form with Aspose.OMR for .NET....recognition will fail with an exception “QR code for multi page template...RecognizeFolder ( @"C:\final_exam\" ); Handling recognition errors Aspose...

    docs.aspose.com/omr/net/recognition/
  6. Aspose.PSD for .NET 24.1 - 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....PSDNET-1835 [AI Format] Add basic handling for multipage AI images Feature...PSDNET-1835. [AI Format] Add basic handling for multipage AI images string...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-1...
  7. Converting PPTX to PDF in Java, Presentation Ch...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 25.1 …... } catch (Exception e) { // } Issue chart.zip...several factors, including the handling of metafiles and image quality...

    forum.aspose.com/t/converting-pptx-to-pdf-in-ja...
  8. Aspose.Cells.CellsException:“Metafile::PixelFor...

    An error occurred when converting the Excel file to PDF: Aspose.Cells.CellsException:“Metafile::PixelForamt” CIPL-INDIA-LIMO-4-Air.7z (144.1 KB) using Aspose.Cells; var workbook = new Workbook("./CIPL-INDIA-LIMO-4-Ai…...unresolved issues with metafile handling. Adjust Image Rendering Settings...consider sharing the full exception stack trace and testing in...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  9. Aspose.PSD for Python via .NET 24.1 - Release N...

    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....PSDPYTHON-19 [AI Format] Add basic handling for multipage AI images Feature...PSDPYTHON-19. [AI Format] Add basic handling for multipage AI images sourceFile...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  10. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...add(image); } catch (Exception e) { System.err.println("Error...the image repeatedly. Image Handling : Instead of directly adding...

    forum.aspose.com/t/duplicate-image-is-creating-...