Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 682 for

exception handling

(0.12 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. 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...
  3. 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...
  4. PageLayoutEvent | Aspose.Words for Java

    A code of event raised during page layout model build and rendering in Java....pageLayoutCallback() throws Exception { Document doc = new Document();...notify(PageLayoutCallbackAr a) throws Exception { switch (a.getEvent()) {...

    reference.aspose.com/words/java/com.aspose.word...
  5. Send Email using Exchange Web Service | Java AP...

    Enhance your projects with a progressive Java API: integrate email sending functionality via Exchange Web Service into your project....will revolutionize your email-handling capabilities including seamless...you will get a clear error handling support if any. import com...

    products.aspose.com/email/java/send-email/ews/
  6. 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...
  7. How to fix RuntimeException - Fontconfig head i...

    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....rendering, and page layout handling. To resolve this issue, you...Cells for Java, the following exception will occur while rendering...

    docs.aspose.com/cells/java/how-to-fix-runtimeex...
  8. How to Open Password Protected Excel File in Java

    This article encompassess information on how to open password protected Excel file in Java. By using Java open Excel file with password with the help of a few lines of code provided in this article....application flow properly by handling the exceptions raised in case of missing...method value to null, an exception with a message stating, “Please...

    kb.aspose.com/cells/java/how-to-open-password-p...
  9. Aspose.Cells for .NET how to Excel corruption d...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (4.9 KB) How to get the witch line getting an error....line, you can implement error handling in your code. This will allow...allow you to catch exceptions and log the specific line or cell...

    forum.aspose.com/t/aspose-cells-for-net-how-to-...
  10. Getting Error when Extracting Messages from PST...

    When attempting to extract messages from a PST file we are getting the following error: class com.aspose.email.system.Exceptions.InvalidOperationException: Could not read message. The message data is probably corrupted.…...exceptions.InvalidOperationExce: Could...class com.aspose.email.system.exceptions.ArgumentNullExceptio: Could...

    forum.aspose.com/t/getting-error-when-extractin...