Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,159 for

exception handling

(1.01 sec)
  1. Accessing Missing Members of Data Objects in C#...

    Learn how to treat missing members of data objects as null literals using LINQ in C#....the LINQ Reporting Engine handles missing object members by treating...object, the engine throws an exception then. But in some scenarios...

    docs.aspose.com/words/net/accessing-missing-mem...
  2. IDocumentLoadingCallback Interface | Aspose.Wor...

    Customize document loading with Aspose.Words.IDocumentLoadingCallback. Implement your own method for enhanced control and flexibility in document management....OperationCanceledExc exception ) { Console . WriteLine ( exception . Message...Message ); // Handle loading duration issue. } } /// <summary> ///...

    reference.aspose.com/words/net/aspose.words.loa...
  3. Manipulating JPEG Images|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....scanners and other systems handling image save images with EXIF...to be set as a thumbnail, exception may arise. Add Thumbnail to...

    docs.aspose.com/psd/net/manipulating-jpeg-images/
  4. When saving documents as PDF using java words J...

    Hello , we are testing linq report engine functionality of Aspose word java for document generation. When saving documents as PDF using java words Japanese language does not render properly in PDF Syntax templateDocum…...5:55am 17 Currently, the exception handling mechanism for the ReportingEngine...catch (Exception ex) { // Catch and handle the exception System...

    forum.aspose.com/t/when-saving-documents-as-pdf...
  5. Detect File Format When Loading|Aspose.Words fo...

    Determine the file format in Python if you are not sure what the actual content of the file is, or to check the format compatibility....type in order to avoid an exception if you are not sure what the...Detect File Format without an Exception When you are dealing with...

    docs.aspose.com/words/python-net/detect-file-fo...
  6. Manipulating JPEG Images|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....scanners and other systems handling image save images with EXIF...to be set as a thumbnail, exception may arise. Add Thumbnail to...

    docs.aspose.com/imaging/python-net/manipulating...
  7. Raw Data Processing|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.... To simplify the handling process, at cost of some performance...otherwise an appropriate exception will be thrown. You may simply...

    docs.aspose.com/psd/net/raw-data-processing/
  8. IFieldMergingCallback | Aspose.Words for Java

    Implement this interface if you want to control how data is inserted into merge fields during a mail merge operation in Java....with a custom callback that handles merge data in the form of HTML...void insertHtml() throws Exception { Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. HEIC to PDF - With Same dimensions and Resoluti...

    Hi Team, Please find the details below. Requirement : We want to convert HEIC image to PDF along with Same Dimensions and Resolutions. Please find the sample code and HEIC image metadata. private static void ConvertHe…...Save(outputPdfPath); } } } catch (Exception ex) { throw ex; } } HEIC File...fixes related to metadata handling. Please implement these changes...

    forum.aspose.com/t/heic-to-pdf-with-same-dimens...
  10. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoaded = false; v…...Length) throw; } } } catch (Exception ex) { Console.WriteLine("Loading...workbook cannot be opened. Handle the missing‑or‑incorrect‑password...

    forum.aspose.com/t/protected-sheet-without-pass...