Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 907 for

exception handling

(0.11 sec)
  1. Additional Bookmarks Added During Aspose Docume...

    We are using Aspose for document generation. In our Word template, we have only one bookmark defined. However, when we generate the document through Aspose, the output document contains additional bookmarks (for example,…...expected behavior due to Aspose handling or converting internal structure...prevents index‑out‑of‑range exceptions. Tip : If you need to keep...

    forum.aspose.com/t/additional-bookmarks-added-d...
  2. FAQ|Aspose.Slides for PHP Documentation

    Get answers to FAQ on Aspose.Slides for PHP via Java, covering PowerPoint and OpenDocument support, installation guidance, licensing, troubleshooting.... Exceptions Q: I am getting an out of memory exception while...for PHP via Java can easily handle presentation files of around...

    docs.aspose.com/slides/php-java/faqs/
  3. Specific Parameters of 1D Barcodes|Documentation

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

    docs.aspose.com/barcode/cpp/1d-barcode-types/
  4. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....how the document should be handled if errors occur during loading...how the document should be handled if errors occur during loading...

    reference.aspose.com/words/java/com.aspose.word...
  5. Fail to calculate CELL("filename") - Free Suppo...

    Upon calling calculateFormula on a workbook that has a cell with =CELL("filename", B2) formula fails to calculate the cell. Screenshot 2025-09-26 at 10.20.57 AM.jpg (146.0 KB) Excel file to repro: image.png (20.7 KB)...Cells handles certain Excel functions. The...save(outputStream, saveOptions); } catch (Exception e) { throw new IOException("Failed...

    forum.aspose.com/t/fail-to-calculate-cell-filen...
  6. PdfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading Pdf document into a Document object in Java....how the document should be handled if errors occur during loading...how the document should be handled if errors occur during loading...

    reference.aspose.com/words/java/com.aspose.word...
  7. ChmLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading CHM document into a Document object in Java....how the document should be handled if errors occur during loading...how the document should be handled if errors occur during loading...

    reference.aspose.com/words/java/com.aspose.word...
  8. NullReferenceException when trying to set a fie...

    Hi, After appending a page to blank document when I try to set a value of a field on the freshly appended page I get a System.NullReferenceException. Apparently the fields that have dot in their full name are affected. …...with dots in their names are handled after page addition, potentially...please share the complete exception message and stack trace information...

    forum.aspose.com/t/nullreferenceexception-when-...
  9. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...are using is customised to handle multiple excel types. Since...ImageOrPrintOptions()); } catch (Exception e) { e.printStackTrace();...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  10. Docx to Pdf rendition is not getting generating...

    In the original document SISMS-06-01-SFP-FORM-006320.docx (107.7 KB), row 54 appears on page 9. However, after converting the document to PDF using Aspose version 25.6, row 54 is shifted to page 8 in the output file SISM…...Words handle layout and pagination. Factors...main(String[] args) throws Exception { // Load the document Document...

    forum.aspose.com/t/docx-to-pdf-rendition-is-not...