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

word search

(0.63 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. 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. 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...
  4. 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...
  5. 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...
  6. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of Words with images. For each Word, that I want to replace, I have the corresponding image. The image should replace the Word. The dimensions of th…...Replace word with image Aspose.Words Product Family natasjadegroot...collection of words with images. For each word, that I want to...

    forum.aspose.com/t/replace-word-with-image/317224
  7. 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...
  8. 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-...
  9. 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...
  10. About image padding using Code.CalcLeftPadding(...

    Hi, Could you please assist me on the below mentioned requirement. Need to set size on images using Code.CalcLeftPadding(Fields!ReportData.Value, 7.1, 8.6) & “pt” function in aspose Word template using Linq report engi…...6) & "pt" in aspose word template using Linq report engine...with c#code Aspose.Words Product Family words-net rose.thomas November...

    forum.aspose.com/t/about-image-padding-using-co...