Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 177,803 for

docx

(0.93 sec)
  1. Export POTM to WORD on Andorid via Java or with...

    Convert POTM to WORD in mobile apps without installing any software or online. Test free POTM to WORD online converter quickly before integrating the code....document to DOCX format using save method and set Docx as SaveFormat...document in DOCX format document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  2. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...docx"); InsertWatermarkText(doc,...doc.Save("WatermarkedDocument.docx"); Next Steps Ensure that your...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  3. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.Docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...docx (4.7 MB) Summary Document loads...get("reproduce_bug_mini_anonymized.docx")); LoadOptions loadOptions...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  4. HTML Converter – HTML Conversions in Python

    Convert HTML to other formats using Aspose.HTML for Python via .NET or Online HTML Converter. Consider Python example of HTML to PNG transforming.... {{#if_output 'PDF' 'DOCX' 'XPS' 'MHTML' 'MD' }} import...{{/if_output}} {{#if_output 'DOCX'}} options = sav.DocSaveOptions()...

    docs.aspose.com/html/python-net/html-converter/
  5. 加密 Python 中的文档|Python via .NET 格式的 Aspose.Words

    使用适用于 Python 中特定文档格式的适当加密算法来加密您的文档。...DocSaveOptions 类中的 password 属性,或 DOCX、DOCM、DOTX、DOTM 和 FlatOpc 的 OoxmlSaveOptions...加密CryptoAPI RC4 加密 RC4 加密(40 位) DOCX、DOTX、DOCM、DOTM、FlatOPC、Flat...

    docs.aspose.com/words/zh/python-net/encrypt-a-d...
  6. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more by using Aspose.Cells for Python via .NET API....TIFF: Convert Excel Workbook to DOCX The Aspose.Cells for Python...spreadsheets to DOCX format. To export the workbook to DOCX, pass SaveFormat...

    docs.aspose.com/cells/python-net/convert-workbo...
  7. Convert Excel to PDF, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more....TIFF: Convert Excel Workbook to DOCX The Aspose.Cells API provides...spreadsheets to DOCX format. To export the workbook to DOCX, pass SaveFormat...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  8. How to Generate Word Document using Java withou...

    This brief tutorial explains how to generate Word document using Java without Interop. It will help you to create Word document using Java without Interop in any of the operating system like macOS, Ubuntu and Windows....without Interop and save it as DOCX using a few lines of code. Steps...Save the resultant Word file as DOCX containing a sample formatted...

    kb.aspose.com/words/java/how-to-generate-word-d...
  9. How to Convert HTML to Word Document using C#

    This article guides on how to convert HTML to Word document using C#. It has all the details to set the IDE, a list of steps and a runnable sample code performing HTML to Word conversion using C#....Save the loaded HTML file as DOCX providing the output file name...HTML file before saving it as a DOCX file using various properties...

    kb.aspose.com/words/net/how-to-convert-html-to-...
  10. CompressionLevel enumeration | Aspose.Words for...

    aspose.words.saving.CompressionLevel enumeration. Compression level for OOXML files... (DOCX and DOTX files are internally...Document ( MY_DIR + 'Big document.docx' ) # When we save the document...

    reference.aspose.com/words/python-net/aspose.wo...