Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 952 for

exception handling

(0.73 sec)
  1. 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...
  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. 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...
  4. 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-...
  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. 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...
  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. doc.removeBlankPages() is raising `java.lang.St...

    We are encountering a reproducible StringIndexOutOfBoundsException: -1 when attempting to process or inspect a specific MS Word document which can be found here error_page.docx (14.9 KB). The error appears to be trigge…...trace of the exception is as given below: Exception in thread "main"...main(String[] args) throws Exception { Document doc = new Document(args[0]);...

    forum.aspose.com/t/doc-removeblankpages-is-rais...
  9. 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...
  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-...