Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 907 for

exception handling

(0.59 sec)
  1. Utility Features - MailMessage|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....the specified locales for handling language, country, and cultural...the notification. Ignore exceptions The library offers an ExceptionManager...

    docs.aspose.com/email/java/utility-features-mai...
  2. Intermittent ArgumentOutOfRangeException During...

    Hi Aspose Team, I am currently using Java 21 along with Aspose.Slides for Java version 25.6. We are encountering an intermittent Exception during the Presentation.save() method. Unfortunately, the issue is not consiste…...encountering an intermittent exception during the Presentation.save()...insights: Known Issue : This exception can arise from various factors...

    forum.aspose.com/t/intermittent-argumentoutofra...
  3. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when page layout pulls document content and creates object graph. Second, "reflow step", this is when structures are split, merged and arranged into pages. Depending of the operation which triggered build, page layout model may or may not be further rendered into fixed page format. For example, computing number of pages in the document or updating fields does not require rendering, whereas export to Pdf does in C++....inside Notify() throw custom exception to abort process. You can...can throw when handling any callback event to abort process. Note...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. Regarding license activation code not working -...

    Hi We are doing watermarking using Aspose Jars with Java APIs We have implemented the following code snippets for license activation: i)for pdf file type com.aspose.pdf.License license = new com.aspose.pdf.License()…...lic"); } catch (Exception e) { e.printStackTrace();...Total.Java.lic"); } catch (Exception e) { e.printStackTrace();...

    forum.aspose.com/t/regarding-license-activation...
  5. 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...
  6. 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...
  7. 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...
  8. Parsing the details via DotNet in efficient man...

    Hello Team, we are out here to parse and fetch the data for PST & OLM Files in most time consuming and efficient manner, and we have 2 goals here. Both the parsing logics are consuming too much time and we want to optimi…...Add(mailDetail); } catch (Exception ex) { Console.WriteLine($"Error...GetAttachments(msg) }; } catch (Exception ex) { Console.WriteLine($"Error...

    forum.aspose.com/t/parsing-the-details-via-dotn...
  9. 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...
  10. 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...