Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 911 for

exception handling

(0.15 sec)
  1. OCR a PDF image to a readable PDF - Free Suppor...

    We are testing Aspose OCR. Got example code from the site but it is not working. Code is: Dim ocr = New AsposeOcr() Dim settings = New DocumentRecognitionSettings() settings.Language = Language.Eng settings.StartPag…...Description: An unhandled exception occurred during the execution...it originated in the code. Exception Details: System.BadImageFormatExcept:...

    forum.aspose.com/t/ocr-a-pdf-image-to-a-readabl...
  2. Specific Parameters of 1D Barcode Types|Documen...

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for .NET... Png ); Handle Exceptions on Incorrect Barcode Text...this property is enabled, an exception is thrown if the barcode text...

    docs.aspose.com/barcode/net/1d-barcode-types/
  3. Aspose.PDF + Pdf version 1.20 does not supporte...

    I am Gettting Below Error Error: [{“FileId”:“e05f0e90-8bb7-41b0-93a9-637bccba5233”,“OriginalFileName”:“ParentFile”,“ParentFileId”:null,“NoConverter”:false,“HasErrors”:true,“NoValidExtension”:false,“Extension”:“.pdf”,“Ex…...Exception”,“ExceptionMessage”: “Pdf...or It is supported and not handled corrrectly in Aspose ?? I Mean...

    forum.aspose.com/t/aspose-pdf-pdf-version-1-20-...
  4. OLM to PST Conversion Fails - Free Support Foru...

    Hello, Having hard times to write the olm to pst, to reflect the source olm folders in written pst. 2 folders will throw InvalidOperationException: JunkEmail and SyncIssues Dim DestFolder As Pst.FolderInfo = Nothing …...try-catch block to gracefully handle the InvalidOperationExce ....ex As InvalidOperationExce ' Handle the case where the folder already...

    forum.aspose.com/t/olm-to-pst-conversion-fails/...
  5. Set Parameters for 1D Barcode Types|Documentation

    Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Node.js via Java...Is Set to 2 Is Set to 5 Handle Exception on Incorrect Barcode Text...this method is called, an exception is thrown if the barcode text...

    docs.aspose.com/barcode/nodejsjava/set-barcode-...
  6. LoadOptions class | Aspose.Words for Python

    aspose.words.loading.LoadOptions class. Allows to specify additional options (such as password or base URI) when loading a document into a [Document](../../aspose.words/document/) object...how the document should be handled if errors occur during loading...None # Aspose.Words throw an exception if we try to open an encrypted...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.PSD .net for python issues with missing ...

    Hi, I’m experiencing issues with effects in psd files that are missing when saving the psd as png. Here an example psd file where “PLACEHOLDER1” and “Layer 733” have effects that go missing. Hope there is a simple fix f…...are_effects_enabled = True except Exception: pass # Flag to check...updates related to effects handling in the version of Aspose.PSD...

    forum.aspose.com/t/aspose-psd-net-for-python-is...
  8. Large Image Support|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....processing and handling of OutOfMemoryException exceptions, performance...

    docs.aspose.com/psd/net/large-image-support/
  9. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…...main(String[] args) throws Exception { License pdfLicense = new...TIFF. Why it happens Image handling – Image.save(..., new PdfOptions())...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  10. 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...