Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,159 for

exception handling

(0.12 sec)
  1. Replacing placeholder using aspose word java ap...

    Hello Team, I tried upgrading the Aspose Words jar from version 2018 to 2025. While using the same code with both versions, I am encountering an issue in the latest jar. In the 2018 jar version, the output is correct (…...main(String[] args) throws Exception { System.out.println("Hello...initAsposeLicense() throws Exception { System.out.println("SOW_WordReplace_mxJPO:...

    forum.aspose.com/t/replacing-placeholder-using-...
  2. Issue Loading 60MB File in UI with Grid.js and ...

    Hi Team, We attempted to load a 60MB file using Grid.js and Aspose Java, but the file didn’t render in the UI. Could you help identify possible reasons for this? Here’s the file link for reference: 60 MB Excel Example F…...enough memory allocated to handle large files. Solution: Increase...when handling large files. Cause: Lack of Error Handling Without...

    forum.aspose.com/t/issue-loading-60mb-file-in-u...
  3. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...strip() except Exception: return False return nm...float(size_pt)) changed = True except Exception: logging.debug("[change...

    forum.aspose.com/t/change-styles-for-complete-d...
  4. List labels not getting reatained in splitted d...

    I am splliting a large document into smaller document using document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document document, int noOfSplits, int totalPageCount) throws Exception…...int totalPageCount) throws Exception { log.info("splitDocumentWithAsp...how the extractPages method handles the document structure, particularly...

    forum.aspose.com/t/list-labels-not-getting-reat...
  5. Aspose.ZIP-Web Applications has also NuGet for ...

    Hi Alexander, I do not know if it belongs to this product but I see it belongs to Asopse: Aspose.ZIP Web Applications. image.png (232.2 KB) I need to support input files also as archive files as list below, I opened…...individually unless you need custom handling. When creating large archives.../// intentionally swallows exceptions and returns null to indicate...

    forum.aspose.com/t/aspose-zip-web-applications-...
  6. 读取 Outlook for Mac OLM 文件并获取文件夹及子文件夹信息|Document...

    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....TraversalAsposeExcep exception , String itemId ) { /* Exception handling code...TraversalAsposeExcep exception , String itemId ) { /* Exception handling code...

    docs.aspose.com/email/zh/java/read-outlook-for-...
  7. Font-Embedding ROMAN - Free Support Forum - asp...

    Hello, we upgraded from version 18.1 to version 24.8. During this transition, we noticed differences in how fonts are embedded when generating a PDF file from a Word document. Fonts are now embedded twice with differen…...Words handles font encoding and embedding...main(String[] args) throws Exception { // Load your document Document...

    forum.aspose.com/t/font-embedding-roman/315555
  8. MSG file reading errors - Free Support Forum - ...

    I have a java (groovy) script that uses Aspose to convert .MSG files to .EML for onward processing. It manages many millions of files perfectly - but just a few fail. Most of the fail cases seem to be appointment respo…...exceptions.ArgumentException: Error...for length 2 — End of inner exception stack trace — com.aspose.email...

    forum.aspose.com/t/msg-file-reading-errors/326555
  9. FieldListNum not shown in deletion all markup -...

    Hello , We have have following code to put a FieldListNum in a word document and then delete them with revision. But we have few issues and want to clarify. Why is the list num not visible? Why we dont see a strikethr…...main(String[] args) throws Exception { Document doc = new Document();...main(String[] args) throws Exception { Document doc = new Document();...

    forum.aspose.com/t/fieldlistnum-not-shown-in-de...
  10. Only one CC entry is extracted when there are t...

    SampleFiles.zip (649 Bytes) Aspose Team, We use the Aspose Email java package to get properties from msg files. Some msg and eml files have two CC entries like the following From: sender@example.com To: recipient@e…...getAddress()); }); } } catch (Exception ex) { ex.printStackTrace();...printCCEntries(mailMessage); } catch (Exception ex) { ex.printStackTrace();...

    forum.aspose.com/t/only-one-cc-entry-is-extract...