Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 813 for

exception handling

(0.06 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. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Reading and Converting Outlook Files|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....converting OST formats to PST except 2013/2016/2019/2021 and future...possible, without throwing out exceptions, even if some data of the...

    docs.aspose.com/email/net/reading-and-convertin...
  9. Specify Load Options in C#|Aspose.Words for .NET

    More accurately control the load process using C#....TempFolder to Avoid a Memory Exception Aspose.Words supports extremely...problem with Out of Memory exception while loading a document,...

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