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

exception handling

(3.16 sec)
  1. Multi Thread issue with Aspose.pds - Free Suppo...

    My project is built on .NET Standard 2.0. I have a concern regarding the generation of multiple text files or the retrieval of metadata properties in a parallel loop. Occasionally, some files encounter Exceptions during…...Occasionally, some files encounter exceptions during this process. However...a single thread), they are handled successfully. While this issue...

    forum.aspose.com/t/multi-thread-issue-with-aspo...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. What's New in Aspose.Imaging for Java|Documenta...

    Discover the latest advancements in Aspose.Imaging, Java image processing library designed to streamline your workflow. Explore enhanced capabilities for seamless image export and conversion, allowing for effortless manipulation of images....export for enhanced metadata handling. Emfplus Text Alignment Fix:...Address unauthorized access exceptions when loading read-only image...

    docs.aspose.com/imaging/java/what-s-new-in-aspo...
  8. 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...
  9. 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...
  10. 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...