Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 858 for

exception handling

(0.08 sec)
  1. Aspose.cell The type initializer for 'SkiaSharp...

    from the event log of my windows server 2012, the aspose.cell was hitting the issue i am using the Aspose.Cells 24.10.0 and i can actually see the dependencies at the bin folder any idea? image.png (14.8 KB) Applicati…...SKObject' threw an exception Aspose.Cells Product Family...due to an unhandled exception. Exception Info: System.TypeInitializationEx:...

    forum.aspose.com/t/aspose-cell-the-type-initial...
  2. Aspose.Pdf convert HTML to PDF gets exception F...

    A bad href link in html for example “http://415.707.7015/” throws a failed to parse Exception that does not allow for processing to continue. Work arounds here suggest pre-validating all hrefs in the entire html before …...convert HTML to PDF gets exception Failed to parse URL for bad...throws a failed to parse exception that does not allow for processing...

    forum.aspose.com/t/aspose-pdf-convert-html-to-p...
  3. Issue with Image Handling After Upgrading AWS L...

    Dear Aspose Support, I recently upgraded my AWS Lambda function from .NET Core 3.1 to .NET 8.0, and after the upgrade, I encountered an issue where images are no longer being appended in the Publisher files when convert…...Issue with Image Handling After Upgrading AWS Lambda Function...PDF options for better image handling var pdfDeviceInfo = new Aspose...

    forum.aspose.com/t/issue-with-image-handling-af...
  4. PPT to PDF Conversion with an Empty Comment in ...

    Hi Team, While converting PPT into PDF we are using Presentation class Object to load ppt file in Java code. import com.aspose.slides.Presentation; Presentation presentation = new Presentation("sample1.pptx"); We hav…...Comment in Java Throws an Exception Aspose.Slides Product Family...Caused by: com.aspose.slides.exceptions.ArgumentOutOfRangeEx: Specified...

    forum.aspose.com/t/ppt-to-pdf-conversion-with-a...
  5. Getting null pointer exception at times when ex...

    Caused by: com.aspose.cells.CellsException: java.lang.NullPointerException at com.aspose.cells.cxt.a(Unknown Source) ~[aspose-cells.jar:24.7.0] at com.aspose.cells.kk.a_(Unknown Source) ~[aspose-cells.jar:24.7.0] at c…...Getting null pointer exception at times when excel converted...reason for the null pointer exception? Sample Code: FontConfigs...

    forum.aspose.com/t/getting-null-pointer-excepti...
  6. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for page in range(0, docu…...Table Content Conversion Exception Aspose.Words Product Family...how the Aspose.Words library handles tables during the conversion...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  7. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...LightCells API build xls ,throw Exception Object reference not set to...12:24pm 2 @523218882 The exception “Object reference not set...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  8. Aspose email AsposeInvalidDataException - Free ...

    When i am trying to parse or fetch the olm file using aspose.email using java.after some mails are successfully proceed,a Exception occurs I am using aspose.email 22.10 version. Please give your valuable suggestion. A…...are successfully proceed,a Exception occurs I am using aspose.email...If you want to ignore an exception and want to proceed further...

    forum.aspose.com/t/aspose-email-asposeinvalidda...
  9. IMailMergeCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications while mail merge is performed in Java....to define custom logic for handling events during mail merge....testTagsReplacedEven() throws Exception { Document document = new...

    reference.aspose.com/words/java/com.aspose.word...
  10. Interrupt save operation hanging|Aspose.PDF for...

    Aspose.PDF for .NET API lets you interrupt hangs on save operations.... Exception Handling: The Document.Save()...OperationCanceledExc if interrupted. Handle this exception using a try-catch block...

    docs.aspose.com/pdf/net/interrupt-save-operation/