Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,159 for

exception handling

(0.15 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. 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-...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. "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...
  8. New License Aspose Total for Java not good for ...

    We purchased Aspose Total for Java, and my code is shown below BaseDocGenerator.java //set regular license License license = new License(); InputStream in = this.getClass() .getClassLoader() .getResourceAsStream(L…...Exception: Failed to set license. Details:...10:14pm 2 @nithiladaniel The exception is thrown by Aspose.Barcode...

    forum.aspose.com/t/new-license-aspose-total-for...
  9. 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...
  10. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...more specific guidance on handling HTML and table formatting...main(String[] args) throws Exception { TestIndent testIndent =...

    forum.aspose.com/t/indentation-applied-to-first...