Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 822 for

exception handling

(0.07 sec)
  1. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...main(String[] args) throws Exception { // 1️⃣ Load the HTML (the...https://docs.aspose.com/words/java/handling-footnotes-in-html/ TL;DR Structure...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  2. Text Looks Different When Converting a Presenta...

    Hi Team, I have a sample PPTX slide which has one shape. When I obtain the image of this shape using Aspose, the image is different from the original shape. There are two issues: a) The text in the PPTX is bold, while …...shapeCounter++; } } } } catch (Exception ex) { Console.WriteLine($"An...Exploring Aspose.Slides font handling: Aspose.Slides font information:...

    forum.aspose.com/t/text-looks-different-when-co...
  3. Issues with Aspose.PDF version 24.3.0 - Free Su...

    Hi, I’m upgrading Aspose library in a solution based on .NET Framework 4.7.2. The version Aspose.PDF version 24.3.0 compiles properly, but I’m having problems when I work with PDF with layers. I added a validation to …...or improvements related to handling layers. Use Try-Catch : Implement...Implement error handling around the code that accesses the layers...

    forum.aspose.com/t/issues-with-aspose-pdf-versi...
  4. Working with Calendar Exceptions in PHP | Aspos...

    This page explains how to use Aspose.Tasks Java for PHP to modify calendar Exceptions in Microsoft Project files....Guide Working with Calendar Exceptions in PHP Live Demos High Code...Calendar Exceptions in PHP Working with Calendar Exceptions in PHP...

    docs.aspose.com/tasks/java/working-with-calenda...
  5. Arithmetic operations resulted in an overflow -...

    I’ve seen similar topics here before, but not with a public answer (at least that I’ve noticed.) I get the error in the subject line when attempting to convert an AVIF image to JPEG (or PNG). I’m using the code almost s…...wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass....Main(String[] args) This exception was originally thrown at this...

    forum.aspose.com/t/arithmetic-operations-result...
  6. Aspose Email Java com.aspose.email.internal.hv....

    Hi folks, This Exception begin to raise, sometimes, since start of december 2024. It’s realy paine because we must handle the emails manually :frowning: : com.aspose.email.internal.hv.zb: JSONObject[“address”] not fou…... 5:18pm 1 Hi folks, This exception begin to raise, sometimes...realy paine because we must handle the emails manually : com.aspose...

    forum.aspose.com/t/aspose-email-java-com-aspose...
  7. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...main(String[] args) throws Exception { loadAsposeLicense(); Document...revisionInformation(Document doc) throws Exception { HashMap<String, Integer>...

    forum.aspose.com/t/getting-incorrect-revision-i...
  8. Working with Calendar Exceptions in Ruby | Aspo...

    A guide on how to use Aspose.Tasks Java for Ruby to manage calendar Exceptions....Guide Working with Calendar Exceptions in Ruby Live Demos High Code...Calendar Exceptions in Ruby Adding Calendar Exceptions in Ruby...

    docs.aspose.com/tasks/java/working-with-calenda...
  9. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....public void fields() throws Exception { Document doc = new Document(getMyDir()...FieldStart fieldStart) throws Exception { if (fieldStart == null)...

    reference.aspose.com/words/java/com.aspose.word...
  10. Copy Bookmarked Text in PHP|Aspose.Words for Java

    Copy Bookmarked Text using PHP....endPara ) == null )) throw new Exception ( "Parent of the bookmark...is not a paragraph, cannot handle this scenario yet." ); // Limit...

    docs.aspose.com/words/java/copy-bookmarked-text...