Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 558 for

exception handling

(0.04 sec)
  1. 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-...
  2. 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...
  3. 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...
  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. Large Image Support|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....processing and handling of OutOfMemoryException exceptions, performance...

    docs.aspose.com/psd/java/large-image-support/
  6. PDF form field values change color to red after...

    After combining pdf with xfdf the form fields text content changes its color to red. Please note that all fields colors are specified as Black in the source form. Form and xfdf files are attached red color.zip (219.5 KB…...bug fixes related to form handling. Please implement the solution...values without any attributes except the value. Also, we cannot...

    forum.aspose.com/t/pdf-form-field-values-change...
  7. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…...userProfile, DocumentHandle handle, DsDocumentAttachment selectedAttachmentDa...Execute() — End of inner exception stack trace — at System.Threading...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  8. en-CH is not a supported culture - Free Support...

    It may be difficult to provide an example email, but we have some mail in tnef format that error as below. The mails come from English speaking folk, though in Switzerland. Also, Java does seem to support that combo ( …L…...exceptions.ArgumentException: Culture...regarding the cultures it can handle. To work around this issue...

    forum.aspose.com/t/en-ch-is-not-a-supported-cul...
  9. 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/
  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...