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

exception handling

(0.08 sec)
  1. 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...
  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. 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...
  4. ASPOSE WORD DOCUMENT TO IMAGE DOCUMENT Conversi...

    I am using ASPOSE java word api to convert an word document to image document. However, I facing issue with it post conversion. After conversion it does not preserve the source document apperance. I am attaching an inpu…...main(String[] args) throws Exception { Document docOut = new Document();...code may not be correctly handling the layout when converting...

    forum.aspose.com/t/aspose-word-document-to-imag...
  5. 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...
  6. 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...
  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. Specify Load Options in Java|Aspose.Words for Java

    Set advanced properties when loading a document using Java to obtain more precise control of the process....TempFolder to Avoid a Memory Exception Aspose.Words supports extremely...problem with the Out of Memory exception while loading a document,...

    docs.aspose.com/words/java/specify-load-options/
  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. 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