Sort Score
Result 10 results
Languages All
Labels All
Results 7,081 - 7,090 of 86,937 for

may

(0.2 sec)
  1. Segmentation Faults back with Aspose.cells when...

    Hello, I’ve reported a similar issue before that was mainly fixed: Aspose.Cells Segmentation Fault when saving to HTML However, once again, on Aspose.cells via C++ bindings on latest 25.7.0, I still get segmentation fa…...Cause : The segmentation faults may be due to specific content or...issue and the debug logs. They may have more insights or a patch...

    forum.aspose.com/t/segmentation-faults-back-wit...
  2. Insert HTML into Word Doc does not use the html...

    Similar to this post (Margin-top, margin-bottom, margin-left, margin-right not working), I am having an issue with inserting HTML into a Word Doc (via DocumentBuilder.InsertHtml) and the resulting formatting in the docum…...behavior of the InsertHtml method may not respect the margins defined...fine-tune the appearance. You may also want to test different margin...

    forum.aspose.com/t/insert-html-into-word-doc-do...
  3. Workbook.CalculateFormula is very time consumin...

    Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch sw = Stopwatch.StartNew(); wb.CalculateFormula(); Console.WriteLine($“{sw.ElapsedMilliseconds}ms”); It will take about 1 minite to calculate formula. Test.7z (556.…...upload a sample workbook (you may create a simplified version)...the performance, we think you may change the formula accordingly...

    forum.aspose.com/t/workbook-calculateformula-is...
  4. Convert PDF to Word documents in Node.js|Aspose...

    Learn how to convert PDF to DOC(DOCX) in the Node.js environment....application “PDF to DOC” , where you may try to investigate the functionality...application “PDF to Word” , where you may try to investigate the functionality...

    docs.aspose.com/pdf/nodejs-cpp/convert-pdf-to-doc/
  5. Convert xlsx to docx - Free Support Forum - asp...

    How can I convert a file from Microsoft Excel (xlsx) format to Microsoft Word (docx) format directly (with as few lines of codes as possible)?... As a workaround, you may convert Excel file to PDF which...used for the task while you may also specify the SaveFormat.Docx...

    forum.aspose.com/t/convert-xlsx-to-docx/21566
  6. Specify Rendering Options When Converting to PD...

    Convert a document to PDF with advanced options using C++. Use PdfSaveOptions to change the result of saving a document to PDF format....some complex cases, PDF output may differ from what you see in Microsoft...bookmark or heading navigation may have different appearances in...

    docs.aspose.com/words/cpp/specify-rendering-opt...
  7. Convert PDF to searchable PDF via C# | Aspose

    Recognize PDF and saving recognition results as a searchable PDF via C#.... You may also use the following command...you can save the resulting PDF may have original images in the background...

    products.aspose.com/ocr/net/recognition/recogni...
  8. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment o…... rnara May 28, 2025, 10:34am 32 Hi @alexey...Thanks, Krishna alexey.noskov May 28, 2025, 11:30am 33 @rnara I...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  9. StyleCollection | Aspose.Words for Java

    A collection of Style objects that represent both the built-in and user-defined styles in a document in Java....parameters for new styles that we may later add to this collection...parameters for new styles that we may later add to this collection...

    reference.aspose.com/words/java/com.aspose.word...
  10. Table GetHeight - Free Support Forum - aspose.com

    Hello, I’d like to find the height of Table. There is the GetHeight() function. But if in the table there is a TextFragment, and the width of the text exceeds the cell, it fits well on several rows, but the height of t…...GetHeight() method, as this method may not account for height adjustments...Cause : The GetHeight() method may not provide the correct height...

    forum.aspose.com/t/table-getheight/316445