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

exception handling

(0.1 sec)
  1. Parse the full document to markdown with style ...

    We have a requirement where we need to have a markdown file of a docx file in order to process it properly with formatting. However, it seems as though when you convert a file from docx to markdown it does not preserve t…...convertDocxToMarkdow() throws Exception { // Load your DOCX file Document...println("Conversion complete."); } catch (Exception e) { e.printStackTrace();...

    forum.aspose.com/t/parse-the-full-document-to-m...
  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. Specify Load Options in Python|Aspose.Words for...

    More accurately control the load process using Python....TempFolder to Avoid a Memory Exception Aspose.Words supports extremely...problem with Out of Memory exception while loading a document,...

    docs.aspose.com/words/python-net/specify-load-o...
  4. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws Exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...paragraph->GetRect(); , it throws exception: System::NullReferenceExcepti:...2025, 1:14pm 2 @pankajku The exception you’re encountering, “Sys...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  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. 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...
  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...