Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 876 for

exception handling

(0.1 sec)
  1. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...add(image); } catch (Exception e) { System.err.println("Error...the image repeatedly. Image Handling : Instead of directly adding...

    forum.aspose.com/t/duplicate-image-is-creating-...
  2. PST | Not able to convert .ics files to PST | P...

    Not able to convert .ics file to PST format using aspose lib getting below error. C:\Users\Tejas>python calendarissue.py Traceback (most recent call last): File “mailissue.py”, line 57, in run() File “mailissue.py”,…...Code : Consider adding error handling around the Appointment.load()...function that includes error handling: def run(): prepared_file...

    forum.aspose.com/t/pst-not-able-to-convert-ics-...
  3. Issues with HTML to PDF Conversion Using Aspose...

    I am facing significant performance issues when converting HTML to PDF using Aspose.PDF. Specifically, it takes almost 2.5 minutes to load the HTML memory stream into the Aspose.Pdf.Document constructor. using System;…...I enable common language exceptions, I encounter numerous System...PDF.dll . Error Samples: Exception thrown: ‘System.InvalidOperationExce’...

    forum.aspose.com/t/issues-with-html-to-pdf-conv...
  4. OutOfMemoryException When Generating Previews f...

    Hi Aspose Support, We are encountering an OutOfMemoryException when using AsposePDF to generate a preview for a PDF document with around 416 pages. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryExce…...OutOfMemoryException: Exception of type 'System.OutOfMemoryException'...limitations or best practices for handling high-page-count documents...

    forum.aspose.com/t/outofmemoryexception-when-ge...
  5. Does the crossplatform package for slides repla...

    Previously, I had to download the crossplatform\Aspose.Slides.dll from your site, and then include that in our app. I see now that in Nuget there is dotnet add package Aspose.Slides.NET6.CrossPlatform --version 25.11.0.…...Pptx); If no exception is thrown, the native library...override the default content handling (e.g., custom CopyToOutputDirector...

    forum.aspose.com/t/does-the-crossplatform-packa...
  6. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...get()); } catch (Exception e) { throw new RuntimeException("获取图片失败"...} return images; } catch (Exception e) { throw new RuntimeException(e);...

    forum.aspose.com/t/pdf-not-supported-image-type...
  7. Does the Cross-Platform Package for Aspose.Slid...

    Previously, I had to download the crossplatform\Aspose.Slides.dll from your site, and then include that in our app. I see now that in Nuget there is dotnet add package Aspose.Slides.NET6.CrossPlatform --version 25.11.0.…...Pptx); If no exception is thrown, the native library...override the default content handling (e.g., custom CopyToOutputDirector...

    forum.aspose.com/t/does-the-cross-platform-pack...
  8. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveOptions htmlSaveOptions = HtmlSaveOptionsBuilder.build(documentWra…...encountering is related to the handling of Office Math in the document...support for various features. Handle Math Content : If your document...

    forum.aspose.com/t/doc/314783
  9. Multipage tiff merge to pdf - Free Support Foru...

    I want to merge a multipage tiff file to a pdf I used this function but only first frame of tiff got added , what do I need to change private static int addTiffAsPages(Document mergedDoc, String tiffPath, int current…...version of your function that handles multiple frames: private static...add(new GRestore()); } } catch (Exception e) { e.printStackTrace();...

    forum.aspose.com/t/multipage-tiff-merge-to-pdf/...
  10. Parameters of 1D Barcode Generation|Documentation

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Android...Set to 2 Is Set to 5 Handling Exception on Incorrect Barcode...this property is enabled, an exception is thrown if the barcode text...

    docs.aspose.com/barcode/androidjava/1d-barcodes...