Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 859 for

exception handling

(0.12 sec)
  1. System.NullReferenceException on Shape.Hyperlin...

    Hi Philip, I hope you are doing fine. I have a problem when adding hyperlink to a shape in a VSD template file with the latest version of Aspose.Diagram for .NET (version 25.11.0). I am using C# with .NET Framework 4.8…...the way the newer library handles the Hyperlinks collection....collection manually prevents the exception. Report the issue to Aspose...

    forum.aspose.com/t/system-nullreferenceexceptio...
  2. 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...
  3. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....void imageFromBlob() throws Exception { Document doc = new Document(getMyDir()...mergeFieldImageDimen() throws Exception { Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  4. MailMerge | Aspose.Words for Java

    Represents the mail merge functionality in Java....getMailMergeCallback() Allows to handle particular events during mail...eCallback value) Allows to handle particular events during mail...

    reference.aspose.com/words/java/com.aspose.word...
  5. Free Support Forum - aspose.com - Latest topics

    Free Support Forum - aspose.com - Latest topics Latest topics Issue with Bullet Numbering While Splitting Document Pages Hi Team, I am splitting a document page-wise using the code below. However, ......tempDoc = null; } catch (Exception ex) { } } private void Fi...pageNumber++; } } catch (Exception ex) { } } private void Se...

    forum.aspose.com/latest.rss
  6. 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/imaging/net/raw-data-processing/
  7. 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/net/manipulating-jpeg-i...
  8. Managing Message Attachments|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....Attachments Contents [ Hide ] Handling Attachments in Outlook Creating... ToString ()); } catch ( Exception ex ) { Console . WriteLine...

    docs.aspose.com/email/net/managing-message-atta...
  9. Java API to Export EPUB to DOCM | products.aspo...

    Convert EPUB to DOCM using on premise Java API...Connection mConnection ) throws Exception { // create an output stream...possible to streamline document handling, enhance interactivity, and...

    products.aspose.com/total/java/conversion/epub-...
  10. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …..."); } catch (Exception err) { System.out.println(err...due to the way Aspose.Cells handles the placement and scaling of...

    forum.aspose.com/t/when-inserting-a-picture-and...