Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 684 for

exception handling

(0.11 sec)
  1. Aspose.Words conver pdf to markdown anomaly mem...

    Use the following code for try: document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving.MarkdownSaveOptions() save_options.image_resolution = 150 document1.save(f"自訂格式(電商匯入中心)11.md", save_opti…...md", save_options) except Exception: traceback.print_exc()...save(f"自訂格式(電商匯入中心)11.md", save_options) except Exception: traceback.print_exc()...

    forum.aspose.com/t/aspose-words-conver-pdf-to-m...
  2. IFieldMergingCallback | Aspose.Words for Java

    Implement this interface if you want to control how data is inserted into merge fields during a mail merge operation in Java....with a custom callback that handles merge data in the form of HTML...void insertHtml() throws Exception { Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  3. Miscellaneous | Aspose.Tasks Documentation

    The page contains useful scenarios of how Aspose.Tasks for Java can be extracted from Microsoft Project MPP files....Pricing Buy Miscellaneous Handling Exceptions with Aspose.Tasks | Aspose...Working with Currencies Handling Exceptions with Aspose.Tasks Subscribe...

    docs.aspose.com/tasks/java/miscellaneous/
  4. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++.... Error Handling Learn to handle exceptions appropriately...different mechanism for error handling, often involving try/catch...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...
  5. DocumentLoadingArgs Class | Aspose.Words for .NET

    Explore the Aspose.Words.Loading.DocumentLoadingArgs class for efficient document loading. Enhance your workflow with powerful notification arguments....OperationCanceledExc exception ) { Console . WriteLine ( exception . Message...Message ); // Handle loading duration issue. } } /// <summary> ///...

    reference.aspose.com/words/net/aspose.words.loa...
  6. LoadOptions.ProgressCallback | Aspose.Words for...

    Discover the LoadOptions ProgressCallback property to track document loading progress efficiently. Enhance your app's performance and user experience!...OperationCanceledExc exception ) { Console . WriteLine ( exception . Message...Message ); // Handle loading duration issue. } } /// <summary> ///...

    reference.aspose.com/words/net/aspose.words.loa...
  7. Page setup|Documentation

    How to customize the paper size, orientation, font, images, and other layout settings of a printable form....Font family for all texts, except for those directly overridden...12 Font size for all texts, except for those directly overridden...

    docs.aspose.com/omr/net/generate-template/page-...
  8. Merge VCF Files via .NET | products.aspose.com

    Combine VCF files using the C# code sample from the advanced library on .NET Framework, .NET Core Platforms. Optimize email Handling!..." ); } catch (Exception ex) { Console.WriteLine( $"An...files and messages, as well as handling calendar and contact data...

    products.aspose.com/email/net/merger/vcf/
  9. View XML Files using Python | Aspose.PDF

    Open and view XML documents programmatically with Python sample code using Aspose.PDF for Python for .NET...xslt" ) # Set error handling strategy options . ParsingErrorsHandlin...ParsingErrorsHandlin . THROW_EXCEPTION_IMMEDIATELY document = apdf...

    products.aspose.com/pdf/python-net/viewer/xml/
  10. Concurrent issue with MapiMessage.fromMailMessa...

    When we are using MapiMessage.fromMailMessage in multiple threads, we noticed some weird Exception. The Exception will only throw when we use multiple threads. And worked fine with ONE thread. It's rare and we only notic…...noticed some weird exception. The exception will only throw when...Outlook) that give rise to exception using the API? It is just...

    forum.aspose.com/t/concurrent-issue-with-mapime...