Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 952 for

exception handling

(0.13 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. 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-...
  5. 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-...
  6. 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...
  7. Html to pdf conversion - aspose-html - Free Sup...

    i used below dependency in java to convert html file to pdf. <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-imaging</artifactId> <version>25.5</version> </depen…...4 KB) i received below exception Error creating file: Cookie...rendering process is attempting to handle cookies, but the domain for...

    forum.aspose.com/t/html-to-pdf-conversion-aspos...
  8. Aspose.Zip is unable to decompress .ZIP file ab...

    Simply execute following code: using Aspose.Zip; using System.Reflection; namespace AsposeZipTest { internal class Program { static void Main(string[] args) { Assembly asm = Assembl…...essedFilePath); } catch (Exception ex) { Console.WriteLine("Error...the Aspose.Zip library when handling certain ZIP64 files created...

    forum.aspose.com/t/aspose-zip-is-unable-to-deco...
  9. "Invalid font name" on document save after PDF ...

    Hello, We’ve recently updated Aspose.PDF.Drawing to version 25.3.0 coming from 24.10.0 and have came across a PDF that cannot be saved after a successful conversion to PDF_A_2A. This issue occurs on: Both Aspose.PDF …... Below you’ll find the exception stack trace as well as a code...nullref_pdfa2a_redacted.pdf (2.9 KB) The exception: System.ArgumentException:...

    forum.aspose.com/t/invalid-font-name-on-documen...
  10. Replacing placeholder using aspose word java ap...

    Hello Team, I tried upgrading the Aspose Words jar from version 2018 to 2025. While using the same code with both versions, I am encountering an issue in the latest jar. In the 2018 jar version, the output is correct (…...main(String[] args) throws Exception { System.out.println("Hello...initAsposeLicense() throws Exception { System.out.println("SOW_WordReplace_mxJPO:...

    forum.aspose.com/t/replacing-placeholder-using-...