Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 863 for

exception handling

(0.09 sec)
  1. Working with Tasks | Aspose.Tasks Documentation

    This guide explains how to create, modify, and delete Microsoft Project tasks using Aspose.Tasks for C++....Tasks Documentation Handling Task Constraints | Aspose...Documentation Working with Calendar Exceptions Creating Tasks Subscribe...

    docs.aspose.com/tasks/cpp/working-with-tasks/
  2. 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...
  3. Paste back shape data correctly - Free Support ...

    Hi, Need help in pasting back the content after correction of the content in shape also maintaining the styles of the document, need to maintain the correct referenc of complete document doc, content_blocks, clean_tex…...from_argb(r, g, b) except Exception: return None return None...highlight_color = highlight except Exception: pass def tag_and_fla...

    forum.aspose.com/t/paste-back-shape-data-correc...
  4. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...implementing batch processing to handle them more efficiently. Performance...asynchronous processing to handle conversions without blocking...

    forum.aspose.com/t/docx-pdf-long-running-conver...
  5. Saving A MSG as PDF|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....Outlook features, and can not handle direct conversion to PDF. To...String emailPath ) throws Exception { FileInputStream fstream...

    docs.aspose.com/email/java/saving-a-msg-as-pdf/
  6. 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...
  7. 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-...
  8. 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...
  9. Difference Between ZIP and RAR

    Exploring the disparities between ZIP and RAR, considering compression, speed, and functionalities, aiding efficient file management....unzipping speeds, especially when handling small to medium file sizes...its advanced features and exceptional compression capabilities...

    products.aspose.com/zip/most-common-archives/di...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...execute(keys, datas); } catch (Exception e) { throw new RuntimeException(e);...remove(); } } } } catch (Exception e) { throw new RuntimeException(e);...

    forum.aspose.com/t/alternative-way-to-extract-a...