Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 860 for

exception handling

(0.05 sec)
  1. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...more specific guidance on handling HTML and table formatting...main(String[] args) throws Exception { TestIndent testIndent =...

    forum.aspose.com/t/indentation-applied-to-first...
  2. 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...
  3. 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-...
  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. 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...
  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. Convert pdf to image results in missing text - ...

    We use Aspose.Pdf 20.12.0.0 for .NET to convert files of different formats to images. There was a problem with one pdf file that had some symbols that where missing in resulting image file. The example file is “edited.…...Document(stream); } catch (Exception ex) { throw new Exception("Error reading...problem with how Aspose.Pdf handles font sub‑setting when rasterising...

    forum.aspose.com/t/convert-pdf-to-image-results...
  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. 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. 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/