Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 683 for

exception handling

(0.11 sec)
  1. 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...
  2. 在 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/
  3. 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...
  4. FAQs|Aspose.Slides 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.... Exceptions Q: I am getting an out of memory exception while...Slides for Java can easily handle presentation files of around...

    docs.aspose.com/slides/java/faqs/
  5. Aspose.PSD for Python via .NET 23.12 - Release ...

    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....version of AI Feature PSDPYTHON-8 Handle Gradient type Noise in GdflResrource...PsdLoadOptions leads to the exception Bug PSDPYTHON-12 [AI Format]...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  6. PDF Manipulation and OCR Addition via Node.js A...

    Node.js API to manipulate PDF files as well as extract text from images via applications....js via C++ empowers you to handle PDF files on the backend. Utilizing...Aspose.Cells for Node.js via C++ Handle Excel files efficiently using...

    products.aspose.com/total/nodejs-cpp/
  7. Online Excel Text Search Application or Develop...

    Free online app to search in Excel files. Java code for any Excel file text search application....critical for organizations handling large volumes of spreadsheet...track live financial data and exceptions. Enterprise Spreadsheet Search...

    products.aspose.com/total/java/search/excel/
  8. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF document into a Document object in Java....Different Word versions may handle certain aspects of document...progressCallback() throws Exception { LoadingProgressCallb progressCallback...

    reference.aspose.com/words/java/com.aspose.word...
  9. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....Different Word versions may handle certain aspects of document...progressCallback() throws Exception { LoadingProgressCallb progressCallback...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose Words forcefully converting string - Fre...

    I have a Json input with both token and value in string format { "TOKEN1": "1000", "TOKEN2": "2000" } and in Template, i have to check if TOKEN1 exist, then display that in certain format, else if TOKEN2 exis…...is 1000 , but throws below exception when the value is 1000.01...Strict; Is there any way to handle it? I cannot afford to change...

    forum.aspose.com/t/aspose-words-forcefully-conv...