Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 294,735 for

word

(0.7 sec)
  1. ASPOSE.Pdf Java convert PDF to MS Word - output...

    Hi, I am trying the below code to convert a PDF to MS Word using aspose-pdf-26.5.jar Document pdfDocument = new Document(“Test.pdf”); pdfDocument.save(“Test.pdf.docx”, SaveFormat.DocX); pdfDocument.close(); The outp…...Pdf Java convert PDF to MS Word - output has Image instead of...code to convert a PDF to MS Word using aspose-pdf-26.5.jar Document...

    forum.aspose.com/t/aspose-pdf-java-convert-pdf-...
  2. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.Word for java 25.1…...Word saveto Pdf,内容样式错误问题 中文技术支持 words-java dhzhao2016 November...saveOptions); Aspose.word for java 25.11. Word文档保存为pdf文件后,英文内容超出了文档边框,该怎么处理?...

    forum.aspose.com/t/word-saveto-pdf/322091
  3. Saving specific pdf using Word options fails an...

    Hello, Using Aspose.PDF.Drawing 25.3, Saving the attached document with DocSaveOptions fires an internal exception and save fails. var docOptions = new DocSaveOptions { Format = DocSaveOptions.DocFormat.DocX, Mode …...Saving specific pdf using Word options fails and gives an exception...

    forum.aspose.com/t/saving-specific-pdf-using-wo...
  4. Memory leak in word sdk with linear growth - Fr...

    Reproduction package at /Users/rakesh/git/sessions/aspose-Words-leak-report/: BUG_REPORT.md - Full report with data on v25.10 AND v26.3 memory_leak_repro.cpp - Standalone reproduction (verified builds and runs) CMakeLi…...Memory leak in word sdk with linear growth Aspose.Words Product Family...Family words-cpp nsdeveloper May 4, 2026, 2:28am 1 Reproduction...

    forum.aspose.com/t/memory-leak-in-word-sdk-with...
  5. About sum function using in aspose word templat...

    Hi Team, How to add sum () or convert below expression in aspose Word template using LINQ report engine. =CInt(Sum(Fields!NominalFrequency.Value)).ToString()...aspose word template in LINQ report engine Aspose.Words Product...Product Family words-net rose.thomas December 22, 2025, 1:59pm 1 Hi...

    forum.aspose.com/t/about-sum-function-using-in-...
  6. How to tag tables to a page number in word docu...

    I am reading a Word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The Word document has lot of tables which could be splitted to next page. The python-do…...number in word document using Aspose Aspose.Words Product Family...Family words-python pratik122354 June 19, 2025, 9:48am 1 I am reading...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...
  7. Issue while displaying Editor HTML text with Im...

    Hi, We have an web application which allows user to create section/ Sub section/ Nested subsection(N level) from UI and each section has its own Editor(Kendo Editor). Each editor has ability to upload multiple images si…...Image and Caption in word-document Aspose.Words Product Family aspose-pdf-net...aspose-pdf-net , words-net boeingwa June 2, 2026, 11:27pm 1 Hi...

    forum.aspose.com/t/issue-while-displaying-edito...
  8. Mail Merge

    Mail merge Word or PDF files in C++. Fill in the Mail merge template with your personal data to automate mailings or generate reports using C++....Mail merge for Word or PDF documents in C++ High-speed C++ library...solution for merging templates in Word and PDF formats and data from...

    products.aspose.com/words/cpp/mailmerge/
  9. Aspose Cells Copying the Empty rows while rplac...

    Hello Team, input_outputdoc.zip (133.0 KB) Excel_Word_Doc.zip (763.2 KB) I am replacing excel sheet data in Word at that time Aspose cells are considering few rows at the end of the table which doesn’t have the data, …...rows while rplacing the data to Word Aspose.Cells Product Family...input_outputdoc.zip (133.0 KB) Excel_Word_Doc.zip (763.2 KB) I am replacing...

    forum.aspose.com/t/aspose-cells-copying-the-emp...
  10. Aspose word java 在当前word中有很多个下一页分节符,有页眉页脚,在保存之前...

    当前使用aspose-java版本为22.1.0 在计算页码之前这些方法都调用了 mainDoc.updateTableLayout(); mainDoc.updatePageLayout(); mainDoc.updateFields(); 我通过调用 mainDoc.getPageCount,或者 mainDoc.getBuiltInDocumentProperties().getPages() 或者我把Word保存…...Aspose word java 在当前word中有很多个下一页分节符,有页眉页脚,在保存之前更新了域,也更新了tabl...eLayout,然后再统计word页面总数、每个节的页数,总是不对 中文技术支持 words-java yangxiong0301...

    forum.aspose.com/t/aspose-word-java-word-tablel...