Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,972 for

word search

(0.19 sec)
  1. Exception when converting Word scatter chart to...

    Hi, we are encountering an exception when using the Aspose converter to generate a PDF from a Word document that contains a scatter chart. Specifically, when the document includes a Word scatter chart type, the converter…...converting Word scatter chart to PDF using Aspose.Words Aspose.Words...Words Product Family words-net prodigy234 December 12, 2025,...

    forum.aspose.com/t/exception-when-converting-wo...
  2. Alignment Issue in Word and PPT during conversi...

    While upgrading Aspose from the old version to the new version, we faced image alignment issue in PDF-Word and PDF-PPT conversion. This issue was not present in the old version. Old version: implementation ‘com.aspose…...Alignment Issue in Word and PPT during conversion from PDF Containing...pdf-to-docx , pdf-to-pptx , words-java , pdf-java Sayuj_Singh...

    forum.aspose.com/t/alignment-issue-in-word-and-...
  3. Image Overlapping and Alignment Issue in Word a...

    While upgrading Aspose from the old version to the new version, we faced image alignment and overlapping issues in PDF-Word and PDF-PPT conversion. This issue was not present in the old version. Old version: implement…...Overlapping and Alignment Issue in Word and PPT when converting from...pdf-to-docx , aspose-pdf-java , words-java Sayuj_Singh March 16, 2026...

    forum.aspose.com/t/image-overlapping-and-alignm...
  4. 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
  5. Converting a PDF file to WORD using JavaScript ...

    Code Examples on JavaScript for PDF‑to‑Word Conversion on All Platforms...Convert PDF to WORD in Aspose.PDF for Node.js via C++ In order...order to convert PDF to WORD, we’ll use Aspose.PDF API which is...

    products.aspose.com/pdf/nodejs-cpp/conversion/p...
  6. Extarct content from Excel and populate in word...

    I am extracting content from an Excel sheet and inserting it into a Word document using the following method: private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet worksheet, Range ra…...populate in word Aspose.Total Product Family words-net , cells-net...sheet and inserting it into a Word document using the following...

    forum.aspose.com/t/extarct-content-from-excel-a...
  7. Extracting images and captions from a word docu...

    Hi team, I am using the following code snippet to extract Images from a Word document. How can i get captions for all extracted images along with them? Eventually i want to return a dictionary with image name, its pat…...from a word document Aspose.Words Product Family words-java cacglo...snippet to extract Images from a word document. How can i get captions...

    forum.aspose.com/t/extracting-images-and-captio...
  8. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Words for .Net to replace a Word document Aspose.Words Product...Product Family words-net sullivan August 17, 2025, 4:21am 1 Sample...

    forum.aspose.com/t/some-content-cannot-be-repla...
  9. Unexpected Behavior in Word Tag Replacement (As...

    Hello Team, We are facing an unexpected issue with the below code used for replacing tags in Word documents. The function is intended to replace tags (e.g., {{TagName}}) with corresponding values. If a tag has no value…...Behavior in Word Tag Replacement (Aspose) Aspose.Words Product Family...Family words-net Chilke December 18, 2025, 12:16pm 1 Hello Team...

    forum.aspose.com/t/unexpected-behavior-in-word-...
  10. Converting a PDF file to WORD using C++ | Aspos...

    Sample code for PDF to Word conversion using C++. Use C++ example for batch PDF to Word conversion....to WORD in Aspose.PDF for C++ How to convert PDF to WORD? You...programmatically a document from PDF to WORD format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/pdf-to-w...