Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 808 for

exception handling

(0.07 sec)
  1. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...expected due to changes in SVG handling compared to earlier versions...main(String[] args) throws Exception { // Create a new document...

    forum.aspose.com/t/insert-html-into-word-includ...
  2. Optical mark recognition (OMR)|Documentation

    How to recognize the filled form with Aspose.OMR for .NET....recognition will fail with an exception “QR code for multi page template...RecognizeFolder ( @"C:\final_exam\" ); Handling recognition errors Aspose...

    docs.aspose.com/omr/net/recognition/
  3. Defining Weekdays for Exceptions | Aspose.Tasks...

    Learn how to define Exception weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks for .NET....Calendar Exceptions Defining Weekdays for Exceptions Live Demos...Buy Defining Weekdays for Exceptions Contents [ Hide Show ] When...

    docs.aspose.com/tasks/net/defining-weekdays-for...
  4. 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...
  5. Aspose.Cells for Go via C++ - Design Concepts &...

    Aspose.Cells Go (C++ Backend) - Architecture & Design Deep Dive. How Aspose.Cells for Go via C++ Works – Design & API Overview....managed, and how errors are handled. To achieve this, Aspose.Cells...conversions and memory management handled behind the scenes. Object-Oriented...

    blog.aspose.com/cells/aspose.cells-for-go-via-c...
  6. Aspose.Cells fail to fetch GetRangeByName when ...

    Hi team, In newer versions of Aspose if a Name.RefersTo has something like =INDIRECT(ADDRESS(1,1,INDIRECT(“B1”))) then, Worksheets.GetRangeByName throws Exception. I’m using Aspose 25.3.0, This wasn’t happening in pre…...GetRangeByName throws Exception. I’m using Aspose 25.3.0,...Debugging : Implement error handling around the GetRangeByName...

    forum.aspose.com/t/aspose-cells-fail-to-fetch-g...
  7. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java....docx"); // Assign a callback for handling font substitution warnings...substitutionWarning() throws Exception { Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  9. Getting Java heap space error in below method -...

    We are encountering a heap memory error in the following line: document.save(byteArrayOutputStream, opts) The document size is only 229.4 kB, and the method is used to extract HTML text from all content controls.after …...or memory-efficient way to handle this case? private static org...extractHtmlDoc(Document document) throws Exception { try { HtmlSaveOptions opts...

    forum.aspose.com/t/getting-java-heap-space-erro...
  10. Aspose.Pdf.Facades.Form. ImportFdf unable to ca...

    When using the Aspose.Pdf.dll ( version 25.1 and 25.5) , calling the Aspose.Pdf.Facades.Form.ImportFdf method results in error "unable to cast object of type ‘aspose.pdf.annotations.widgetannotation’ to type ‘aspose.pdf…... Error Handling : Implement error handling in your code...code to catch exceptions and log detailed error messages. This can...

    forum.aspose.com/t/aspose-pdf-facades-form-impo...