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

exception handling

(0.9 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. 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. 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...
  4. 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...
  5. Bug 5214: Shapefile to Shapefile- Conversion fa...

    Hi Alexander, I moved to new version 26.5 and here my results: Test data(input/output/QGIS) shapefile8.7z (7.5 MB) Error: [ShapefileTest] Testing Shapefile → Shapefile Args: input=‘D:\GisConverter\Tests\Shapefile\In…...exceeds length of the field” exception is raised by the Shapefile...gis/formats/shapefile/FeatureSchema Handling attribute data types – https://docs...

    forum.aspose.com/t/bug-5214-shapefile-to-shapef...
  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. 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. 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...
  9. 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-...
  10. Convert GLB to FBX in Python | GLB Files to FBX

    Learn how to convert GLB to FBX in Python with Aspose.3D for Python. This guide shows installation, a code example, and best practices for accurate 3D conversion....workflow, including error handling and resource cleanup. Note:...models, and add proper exception handling based on the needs of...

    blog.aspose.com/3d/convert-glb-to-fbx-in-python/