Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 811 for

exception handling

(0.32 sec)
  1. System.Drawing.Common dependency on linux envir...

    We are facing an issue when trying to convert a PostScript file to PDF in containerized Linux environments (.NET 9). When calling the SaveAsPdf method on a PsDocument, the following Exception is thrown: pgsql CopyEdit …...PsDocument , the following exception is thrown: pgsql CopyEdit...snippet that is throwing the exception is as follows: csharp CopyEdit...

    forum.aspose.com/t/system-drawing-common-depend...
  2. NullReferenceException when concatenating files...

    Hi All, We have noticed issue when concatenating pdf files using Aspose.PDF version 24.7.0.0. This problem has been identified on our machines as well as in our clients’ production environments. When calling Concatenat…...we get the following exception: Exception occurred. Details: System...} } } Error Handling : Implement error handling in your code...

    forum.aspose.com/t/nullreferenceexception-when-...
  3. How to Read Password Protected Excel File in Py...

    This short tutorial contains information about how to read password protected Excel file in Python. It explains how using Python open password protected excel file with the help of step-by-step instructions and a runnable sample Python code.... Exception handling is demonstrated in case...different types of exceptions are raised and handled also using “try:...

    kb.aspose.com/cells/python/how-to-read-password...
  4. NotImplementedException in Aspose.Drawing.Graph...

    Hi Support Team, We are experiencing a NotImplementedException when attempting to use the GraphicsPath.IsOutlineVisible method from the Aspose.Drawing library in our application. Problem Description: When calling Grap…...ntF point, Pen pen) , an exception of type System.NotImplementedExcept...- Full Stack Trace of the Exception: - System.NotImplementedExcept...

    forum.aspose.com/t/notimplementedexception-in-a...
  5. Issue after upgrading POI version - Free Suppor...

    Hi guys, I upgraded the POI version in my program to 5.4.1, but it caused an issue that prevents the file from being converted to PDF. When I revert the version back to 4.1.2, everything works fine. We are currently u…...1) handles Excel files compared to the...lies in how Aspose.Cells is handling the file. Test with Different...

    forum.aspose.com/t/issue-after-upgrading-poi-ve...
  6. Fill of Structured Document Tags eats enormous ...

    We are using XML Bindings to synchronize some fields to document headers. While this is working perfectly with older Aspose.Words versions, it leads to serious problems with 25.7. We are currently running 2017.3 and tr…...or complex, optimize your handling of the document by processing...String> reportValues) throws Exception { NodeCollection<StructuredDocumentTa>...

    forum.aspose.com/t/fill-of-structured-document-...
  7. Converting from PDF to PDF/A does not produce t...

    Good evening, I encountered a problem converting from PDF to PDF/A. The file I’m attaching file1 1 (1).pdf (135,0 KB) cannot be converted to PDF/A. The conversion result is always in the “standard” PDF format. I tri…...the desired PDF/A format and handling any conversion errors appropriately...toPdf(OutputStream os) throws Exception { if (os == null) { throw...

    forum.aspose.com/t/converting-from-pdf-to-pdf-a...
  8. **IMPACT PRODUCTION SERVER** - Aspose.PDF- High...

    Hi Support, We are using Aspose.PDF to convert PDFs to HTML in one of our main applications. However, we are experiencing extremely high memory usage on our server, with consumption reaching 95%. We have tried all avai…...clearKeepingFontSett(); } } catch (Exception e) { e.printStackTrace();...printStackTrace(); // Log the exception if necessary } Below is the license details:-...

    forum.aspose.com/t/impact-production-server-asp...
  9. Aspose cells 在保存wps编辑过的文件之后 里面的正文内容会变成蓝色字体 - Fr...

    文件原本是xls格式的 保存为xlsx格式之后 使用wps编辑 再使用cell工具保存 会出现com.aspose.cells.b.a.d.k59 cannot be cast to com.aspose.cells.l86这个错误,如果保存为xls格式再使用wps编辑,再使用cell工具保存的时候不报错,但是里面的正文内容会部分变成蓝色字体...likely related to how WPS handles formatting and styles when...programmatically. Error Handling : Implement error handling in your code...

    forum.aspose.com/t/aspose-cells-wps/314668
  10. Convert other file formats to PDF|Aspose.PDF fo...

    Learn how to convert a variety of file formats, including Word and Excel, into PDF format using Aspose.PDF in C++....outfilename ); } catch ( System :: Exception ex ) { std :: cerr << ex ->...outfilename ); } catch ( System :: Exception ex ) { std :: cerr << ex ->...

    docs.aspose.com/pdf/cpp/convert-other-files-to-...