Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 876 for

exception handling

(0.08 sec)
  1. 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...
  2. 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...
  3. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word document with Aspose and compare it with another, i…...main(String[] args) throws Exception { // Load the document Document...main(String[] args) throws Exception { // Load the document Document...

    forum.aspose.com/t/how-to-get-the-value-of-the-...
  4. Aspose.PSD for Python via .NET 25.4 - Release N...

    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....Category PSDPYTHON-177 [AI Format] Handle inline images in content streams...PSDPYTHON-177. [AI Format] Handle inline images in content streams...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  5. Issue when formatting date - Free Support Forum...

    Hi , We are encountering an unexpected issue when formatting dates using the LINQ Reporting Engine in Aspose.Words for Java (tested across versions 25.3 to 25.6). Specifically, when using the “dd/MM/yyyy” directive in …...testDocumentTemplate() throws Exception { String dataPath = "C:\\dateissue";...the recommended approach for handling date output when sub-millisecond...

    forum.aspose.com/t/issue-when-formatting-date/3...
  6. Aspose.PSD for Java 25.4 - Release Notes|Docume...

    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....Category PSDJAVA-725 [AI Format] Handle inline images in content streams...examples: PSDJAVA-725. [AI Format] Handle inline images in content streams...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  7. What's New in Aspose.Imaging for Python via .NE...

    Discover the latest advancements in Aspose.Imaging, Python 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/python-net/what-s-new-i...
  8. Word API and confidentiality - Free Support For...

    We would like to integrate MS Word confidentiality available in Office 365 in our solution. I saw that in the ooxml standard there is a docMetadata folder and inside a LabelInfo.xml file. Is there an API available in th…...xml will require you to handle it manually. You can create...main(String[] args) throws Exception { // Load your document Document...

    forum.aspose.com/t/word-api-and-confidentiality...
  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. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....fieldCollection() throws Exception { Document doc = new Document();...public void fields() throws Exception { Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...