Sort Score
Result 10 results
Languages All
Labels All
Results 8,291 - 8,300 of 177,472 for

docx

(0.16 sec)
  1. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....docx"); SvgSaveOptions options =...used when saving to a DOC or DOCX file. getTextOutputMode() Gets...

    reference.aspose.com/words/java/com.aspose.word...
  2. 将 HTML 转换为 PNG – Aspose.HTML for Python via .NET

    使用 Aspose.HTML Python 库以编程方式将 HTML 转换为 PNG。通过即用型 Python 示例学习 HTML 到 PNG 的转换脚本。... {{#if_output 'PDF' 'DOCX' 'XPS' 'MHTML' 'MD' }} import...{{/if_output}} {{#if_output 'DOCX'}} options = sav.DocSaveOptions()...

    docs.aspose.com/html/zh/python-net/convert-html...
  3. 将 HTML 转换为 Markdown – Aspose.HTML for Python vi...

    使用 Aspose.HTML 或在线 HTML 转换器以编程方式将 HTML 转换为 Markdown。通过 Python 示例探索 HTML 到 MD 的转换场景。... {{#if_output 'PDF' 'DOCX' 'XPS' 'MHTML' 'MD' }} import...{{/if_output}} {{#if_output 'DOCX'}} options = sav.DocSaveOptions()...

    docs.aspose.com/html/zh/python-net/convert-html...
  4. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management....docx" ); Assert . That ( FileFormatUtil...LoadFormat ), Is . EqualTo ( ".docx" )); Assert . That ( info ....

    reference.aspose.com/words/net/aspose.words/fil...
  5. Run.remove() adds/leaves an empty line in some ...

    Greetings, We recently made the step to update our outdated “Aspose.Words for Java” 17.4 jdk16 to the latest version. So far every conflict could be solved apart from one where we request your assistance: Summary of o…...docx"); for (Paragraph para : doc...remove(); } } doc.save("output.docx"); Adjusting the Replacement...

    forum.aspose.com/t/run-remove-adds-leaves-an-em...
  6. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same document when loaded in Windows versus Linux environments?...docx"); doc.Sections[0].PageSetup...margin doc.Save("UpdatedDocument.docx"); This code sets the margins...

    forum.aspose.com/t/page-margin-problem/314423
  7. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...docx"); DocumentBuilder b = new ...save(dataDir + "output"+dateForm+".docx"); this is the wrong legend...

    forum.aspose.com/t/chart-legend-strange-behavio...
  8. Does Aspose.Words MailMerge feature support com...

    I am looking to evaluate the Aspose.Words library, specifically looking at the MailMerge feature. The core requirement that I have is I need to build completely dynamic tables, where the number of rows and number of col…...next Create a template – In a DOCX file place a single table row...doc = new Document("Template.docx"); doc.MailMerge.Execute(dt);...

    forum.aspose.com/t/does-aspose-words-mailmerge-...
  9. Licence issue with total.net.lic - Free Support...

    We have a aspose.total.net.lic, I need to use words and pdf licence in the same project. How do I set them correctly, at the moment if I set words licence, than the words part is considered unlicenced, if I set pdf lice…...docx"); if (string.IsNullOrEmpty(doc...2026, 4:44pm 6 exante_v2_deu.docx (101.2 KB) Vorlage_Auftrags...

    forum.aspose.com/t/licence-issue-with-total-net...
  10. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...docx"); In this example, the image...emf"); doc.Save(@"C:\Temp\out.docx"); Extarct content from Excel...

    forum.aspose.com/t/insert-image-in-aspose-word-...