Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,139 for

exception handling

(0.14 sec)
  1. PdfFileEditor.setAllowConcatenateExceptions() w...

    As the topic suggests, I noticed that the PdfFileEditor.setAllowConcatenateExceptions is deprecated. So is it not safe to set this flag anymore? Should I avoid it using it at all?...encountering any specific issues or exceptions when you try to use setAllowConcatenateE...on from this method (e.g., handling of concatenation errors in...

    forum.aspose.com/t/pdffileeditor-setallowconcat...
  2. System.NullReferenceException during Find and r...

    Hi, We use Aspose PDF for .Net “TextFragmentAbsorber” to replace texts in PDF (mailmerge) It is working as expected in local. Our code is hosted in Azure kubernetes, We do mailmerge on a particular template for all e…...sometimes Aspose throws null exception during text replacement. Below...a data issue or can it be handled through C# code Professionalize...

    forum.aspose.com/t/system-nullreferenceexceptio...
  3. Aspose Email Java com.aspose.email.internal.hv....

    Hi folks, This Exception begin to raise, sometimes, since start of december 2024. It’s realy paine because we must handle the emails manually :frowning: : com.aspose.email.internal.hv.zb: JSONObject[“address”] not fou…... 5:18pm 1 Hi folks, This exception begin to raise, sometimes...realy paine because we must handle the emails manually : com.aspose...

    forum.aspose.com/t/aspose-email-java-com-aspose...
  4. Create HTML Document – Create, Load HTML in Java

    Learn how to load HTML document from a file, stream, URL, or create HTML from scratch with Aspose.HTML for Java. Consider approaches to load HTML documents.... Event handling includes support for DOM events...(HTMLDocumentAsynchro html) throws Exception { 8 this . html = html; 9...

    docs.aspose.com/html/java/create-a-document/
  5. Aspose.PSD for Python via .NET 24.2 - Release N...

    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....Summary Category PSDPYTHON-28 Handle Angle property for PatternFillSettings...PSDPYTHON-36 “Image loading failed.” exception when open document Bug PSDPYTHON-37...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  6. Aspose.Cells 无法正常加载camera shape - Free Support ...

    当drawing.xml的a14:cameraTool节点没有spid属性的时候,aspose.cells将会无法正常解析camera shape的CellRange,导致camera shape的内容丢失。附件为测试文件 image.png (13.3 KB) image.png (9.5 KB) camera shape.zip (8.3 KB)...production you should add error handling and integrity checks (e.g...version string, The exact exception message / stack trace (if...

    forum.aspose.com/t/aspose-cells-camera-shape/32...
  7. Text Looks Different When Converting a Presenta...

    Hi Team, I have a sample PPTX slide which has one shape. When I obtain the image of this shape using Aspose, the image is different from the original shape. There are two issues: a) The text in the PPTX is bold, while …...shapeCounter++; } } } } catch (Exception ex) { Console.WriteLine($"An...Exploring Aspose.Slides font handling: Aspose.Slides font information:...

    forum.aspose.com/t/text-looks-different-when-co...
  8. OLM file was failed - Free Support Forum - aspo...

    Hi, I am facing an issue while converting OLM to PST. During the conversion, a problem occurs with Calendar items due to an invalid Win32 File Time, which prevents the PST from being created successfully. Please provid…...approach or sample code to handle this issue. Professionalize...after December 31, 9999) . To handle this, you should validate and...

    forum.aspose.com/t/olm-file-was-failed/324744
  9. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...convertToPdf(Document document) throws Exception { try (ByteArrayOutputStrea...convertWordToPdf(Document wordDoc) throws Exception { try (ByteArrayOutputStrea...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  10. Encrypt a Document in Java|Aspose.Words for Java

    Encrypt your document using appropriate encryption algorithms for specific document formats in Java.... which should lead to an exception. The following code example...password when loading. Q: What exception is thrown if I try to open...

    docs.aspose.com/words/java/encrypt-a-document/