Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,266 for

exception handling

(3.36 sec)
  1. Convert various file formats to PDF|Aspose.PDF ...

    Discover how to convert various file formats, such as Word, Excel, and PowerPoint, into PDF using Aspose.PDF for Java....Sets of Commands Support Exceptions Description Job control commands...( options . Exceptions != null ) for ( Exception ex : options...

    docs.aspose.com/pdf/java/convert-other-files-to...
  2. Create XLSB Using Python | products.aspose.com

    Generate Microsoft Excel XLSB documents using Python applications without using Microsoft Office....using Python process is same except that it requires existing file...format is its efficiency in handling large amounts of data. Since...

    products.aspose.com/total/python-java/create/xlsb/
  3. ArrayIndexOutOfBoundsException after SmartObjec...

    Bug Report: ArrayIndexOutOfBoundsException After SmartObjectLayer.replaceContents() Summary After calling SmartObjectLayer.replaceContents() and SmartObjectLayer.updateModifiedContent(), any subsequent save operation on …...PSD image, the following exception occurs: com.aspose.psd.coreexceptions...main(String[] args) throws Exception { // Load license License...

    forum.aspose.com/t/arrayindexoutofboundsexcepti...
  4. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XLSX format in Java....Gets the way how sections are handled when saving to the output XLSX...Sets the way how sections are handled when saving to the output XLSX...

    reference.aspose.com/words/java/com.aspose.word...
  5. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java....glossaryDocument() throws Exception { Document doc = new Document();...glossaryDocument() throws Exception { Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  6. Concatenate PDF with error "Object reference no...

    I will try to concatenate PDF files but have an error “Object reference not set to an instance of an object.” Error executed when call concatenate with any file + attached file. More logs: System.NullReferenceExceptio…... Use Corrupted File Handling : If you suspect that one...property of the PdfFileEditor to handle corrupted files gracefully...

    forum.aspose.com/t/concatenate-pdf-with-error-o...
  7. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...REPLACE_EXISTING); } catch (Exception e) { logger.warning("Failed...get(PreFacadeTmp)); } catch (Exception e) { logger.warning("Facade...

    forum.aspose.com/t/unable-to-extract-javascript...
  8. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....removeHiddenContentF() throws Exception { Document doc = new Document(getMyDir()...docStructureToText() throws Exception { Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …... return images; } catch (Exception e) { throw new RuntimeException(e);...} return images; } catch (Exception e) { throw new RuntimeException(e);...

    forum.aspose.com/t/error-when-extracting-images...
  10. Error processing slides with empty math element...

    Hi Aspose team, We are observing errors processing certain PPTX files containing empty math elements. The files are valid OOXML packages, which implies this is a bug in Aspose.Slides 26.06. System.ArgumentNullException…...least handle it without throwing a null mathText exception. I attached...

    forum.aspose.com/t/error-processing-slides-with...