Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,266 for

exception handling

(0.41 sec)
  1. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...I’ve included the code that handles the conversion and adds the...WriteLine(results); } catch (Exception ex) { Console.WriteLine($"Failure|{ex...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  2. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....documentPartsFileNam() throws Exception { Document doc = new Document(getMyDir()...artSavingAr args) throws Exception { // We can access the entire...

    reference.aspose.com/words/java/com.aspose.word...
  3. Read message bodies of embedded messages withou...

    Suppose there is a message in a PST and that message has an embedded message as an attachment. I want to read the message bodies of the embedded message exactly as they are in the PST for archiving purposes. I do not wa…...method, similar to how you handle standalone messages. However...} Next Steps If you need to handle multiple embedded messages...

    forum.aspose.com/t/read-message-bodies-of-embed...
  4. GDB format - Free Support Forum - aspose.com

    Hi Alexander, Regarding the GDB format can you verify this code: Console.WriteLine(" Gdb:"); ** Console.WriteLine(" Purpose:a folder-based database format from Esri storing multiple feature class…...with them directly —ArcGIS handles them internally. The user-visible...convert gdb => gdb and got this exception: Aspose.Gis.GisException HResult=0x80131500...

    forum.aspose.com/t/gdb-format/324526
  5. PDF Manipulation and OCR Addition via Node.js A...

    Node.js API to manipulate PDF files as well as extract text from images via applications....js via C++ empowers you to handle PDF files on the backend. Utilizing...Aspose.Cells for Node.js via C++ Handle Excel files efficiently using...

    products.aspose.com/total/nodejs-cpp/
  6. Tasks and Calendars | Aspose.Tasks Documentation

    Learn how to associate and manage calendars with Microsoft Project (MPP/XML) tasks using Aspose.Tasks for .NET. Includes C# examples for setting and reading task calendars....can include working times, exceptions, and holidays, providing...Writing General Properties Handling Task Constraints Subscribe...

    docs.aspose.com/tasks/net/tasks-and-calendars/
  7. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…...userProfile, DocumentHandle handle, DsDocumentAttachment selectedAttachmentDa...Execute() — End of inner exception stack trace — at System.Threading...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  8. Error in converting docx to PDF when docx file ...

    Hello Team, We are using Aspose to convert from Word to PDF and getting below Exception when docx file contains wordart , Having issue with .net 8.0 but workig fine with older version Below is teh example of docx f…...to PDF and getting below exception when docx file contains wordart...8.0 with how Aspose.Words handles WordArt elements during PDF...

    forum.aspose.com/t/error-in-converting-docx-to-...
  9. How to obtain actual rendered width/bounds of T...

    Hello, We are currently testing TEXT and MTEXT entity processing using Aspose.CAD for .NET 26.1.0 and would appreciate some guidance. Our goal is to obtain the actual rendered width/height or bounding box of DWG TEXT a…...but it throws the following exception: TargetInvocationExce inn...trying out the TEXT and MTEXT handling in Aspose.CAD. To give you...

    forum.aspose.com/t/how-to-obtain-actual-rendere...
  10. Putting an object into a cell that is Single.Na...

    dear support, I am getting a system crash with the below VB .NET code Dim s1 As Single = Single.NaN Dim o1 As Object = s1 Dim x As New Aspose.Cells.Workbook x.Worksheets(0).Cells(0, 0).PutValue(o1) This crashes, bu…...likely due to how the library handles different numeric types. While...Single and is NaN , you can handle it differently, such as converting...

    forum.aspose.com/t/putting-an-object-into-a-cel...