Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 876 for

exception handling

(0.19 sec)
  1. Read message bodies of embedded messages withou...

    Suppose there is a message in a PST and that message has an embedded message as an attachment. I want to read the message bodies of the embedded message exactly as they are in the PST for archiving purposes. I do not wa…...method, similar to how you handle standalone messages. However...} Next Steps If you need to handle multiple embedded messages...

    forum.aspose.com/t/read-message-bodies-of-embed...
  2. Aspose.Font for JavaScript via C++ – FAQ

    Frequently asked questions about Aspose.Font for JavaScript via C++, covering installation, supported font formats, API usage, licensing, performance, and common troubleshooting scenarios.... Q: How is licensing handled in the JavaScript‑via‑C++ version...characters to glyph indices, handles OpenType layout tables, and...

    docs.aspose.com/font/javascript-cpp/faq/
  3. 在 AWS 中转换文档|Aspose.PDF for .NET

    学习如何在 AWS 环境中部署和使用 Aspose.PDF for .NET。解锁云中的强大 PDF 处理能力。...return false ; } catch ( Exception ex ) { context . Logger ...._fontsLoaded = true ; } catch ( Exception ex ) { context ?. Logger ...

    docs.aspose.com/pdf/zh/net/integration-aws/
  4. Tasks and Calendars | Aspose.Tasks Documentation

    Learn how to associate and manage calendars with Microsoft Project (MPP/XML) tasks using Aspose.Tasks for .NET. Includes C# examples for setting and reading task calendars....can include working times, exceptions, and holidays, providing...Writing General Properties Handling Task Constraints Subscribe...

    docs.aspose.com/tasks/net/tasks-and-calendars/
  5. About licence for little use - Free Support For...

    Hello, About two years ago, I developed a Winforms program in C# that printed in PDF through Aspose.PDF. Then my disk crashed, and the application was not properly saved. So, I want to develop it again. By default eac…..."); } catch (Exception) { // Handle exceptions Console.WriteLine("Failed...

    forum.aspose.com/t/about-licence-for-little-use...
  6. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...I’ve included the code that handles the conversion and adds the...WriteLine(results); } catch (Exception ex) { Console.WriteLine($"Failure|{ex...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  7. 检索单元格的值|Documentation

    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....FirstOrDefault (); // Throw an exception if there is no sheet. if (...represents the date. The code handles strings and // Booleans individually...

    docs.aspose.com/cells/zh/net/retrieve-the-value...
  8. Putting an object into a cell that is Single.Na...

    dear support, I am getting a system crash with the below VB .NET code Dim s1 As Single = Single.NaN Dim o1 As Object = s1 Dim x As New Aspose.Cells.Workbook x.Worksheets(0).Cells(0, 0).PutValue(o1) This crashes, bu…...likely due to how the library handles different numeric types. While...Single and is NaN , you can handle it differently, such as converting...

    forum.aspose.com/t/putting-an-object-into-a-cel...
  9. HTML to PDF Conversion in AWS Lambda: Font Erro...

    Hi, I am using Aspose.PDF for dotnet in order to convert HTML to PDF. I downloaded a temporary license to compare conversion times in order to see what is better for my project. I have no problems converting locally, bu…...specify how fonts should be handled. For example, you can set the...the font repository and any exceptions that occur during the conversion...

    forum.aspose.com/t/html-to-pdf-conversion-in-aw...
  10. Issue with Content Controls Not Appearing in HT...

    Hi team, I’m currently converting a Word document to HTML. The document contains content controls, but I’ve noticed that some of them are not appearing in the HTML output. Could you please help me understand why this i…...Words handles certain elements during the...main(String[] args) throws Exception { Document doc = new Docu...

    forum.aspose.com/t/issue-with-content-controls-...