Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 860 for

exception handling

(0.07 sec)
  1. Issue While Converting HTML to PDF on Linux Usi...

    Hi Team - We are using .net library. We are facing an issue while converting HTML to PDF using the Aspose library after deploying changes to Dev environment on Linux server. The same functionality works fine in local en…... Below is the exception we are encountering: StatusCode:...Message: Internal Server Error. Exception: System.TypeInitializationEx:...

    forum.aspose.com/t/issue-while-converting-html-...
  2. NativeLibSettings | Aspose.Words for Java

    This class helps to set various options such as temporary folder for Aspose.Words native libraries and whether native libraries should be loaded and used in Java....thread interruption on image exceptions. getTmpDirectoryPath() Return...defines behavior when handling image exceptions. setTmpDirectoryPath(String...

    reference.aspose.com/words/java/com.aspose.word...
  3. Regarding license activation code not working -...

    Hi We are doing watermarking using Aspose Jars with Java APIs We have implemented the following code snippets for license activation: i)for pdf file type com.aspose.pdf.License license = new com.aspose.pdf.License()…...lic"); } catch (Exception e) { e.printStackTrace();...Total.Java.lic"); } catch (Exception e) { e.printStackTrace();...

    forum.aspose.com/t/regarding-license-activation...
  4. Basic Barcode Recognition Parameters|Documentation

    This Article Describes How Basic Recognition Parameters... Exception Handling Both methods of abortion...recognition process and handle the exception. How to get BarCodeInstance...

    docs.aspose.com/barcode/javascript-cpp/develope...
  5. Setting Parameters of 1D Barcode Types|Document...

    Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for PHP via Java...Set to 2 Is Set to 5 Handling Exception on Incorrect Barcode...this property is enabled, an exception is thrown if the barcode text...

    docs.aspose.com/barcode/phpjava/1d-barcode-para...
  6. Green Box when using Mender to add Image - Free...

    I am using the following code to pass in an image in the form of byte[] and add it to the end of a PDF. Adding the image works when I do not use compression methods. If I use this code I get a green box on the page the…...Success = true; } catch (Exception ex) { results.Success = false;...false; results.Exception = ex; results.ErrorMessage = ex.Message;...

    forum.aspose.com/t/green-box-when-using-mender-...
  7. Aspose Word and PPT for python not working in A...

    We are trying to use Aspose PDF and Apose word in Azure Databricks by using python. It is crashing when try to set liscence or try to use any function by below message. Is there any one successful Fatal error: The Pytho…... Error Handling : Implement error handling to catch exceptions...Your Aspose code here except Exception as e: print(f"An error...

    forum.aspose.com/t/aspose-word-and-ppt-for-pyth...
  8. Utility Features - MailMessage|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....the specified locales for handling language, country, and cultural...the notification. Ignore exceptions The library offers an ExceptionManager...

    docs.aspose.com/email/java/utility-features-mai...
  9. Special Parameters of 1D Barcode Types|Document...

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Python... Handling Exception on Incorrect Barcode...behaviour by using the throw_exception_when_code_text_incorrect property...

    docs.aspose.com/barcode/python-net/generate-1d-...
  10. Html convert to Markdown occurs Object referenc...

    Hi , When I am converting the Html content into Markdown, it occurs the error: Object reference not set to an instance of an object. here is the html content: <table id=\"attributesTable\">\n <tbody>\n <tr>…...the conversion process when handling certain HTML structures. Here...This is our code to test. Exception isn’t reproduced, we checked...

    forum.aspose.com/t/html-convert-to-markdown-occ...