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

exception handling

(0.07 sec)
  1. 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...
  2. 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...
  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. 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...
  5. 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...
  6. 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...
  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. 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...
  9. Aspose.PSD for .NET 24.12 - Release Notes|Docum...

    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-2133 Implement correct handling of PSD file with Shape layer...PSDNET-2257 [Ai Format] Add handling of Layers data defined as...

    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-...