Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 22,431 for

docx

(0.15 sec)
  1. Iterate through container items | GroupDocs

    Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET....docx']) """ with Parser ( file_path..."archive.zip" , [ '.pdf' , '.docx' , '.doc' ]) print ( f "Found...

    docs.groupdocs.com/parser/python-net/iterate-th...
  2. Compare documents | GroupDocs

    Compare two documents in C# with GroupDocs.Comparison for .NET. Covers the basic Comparer workflow, file and stream inputs, default highlight colours, and the CompareOptions class for customizing the result....docx" )) { comparer . Add ( "target.docx" ); comparer...comparer . Compare ( "result.docx" ); } The output file is as follows:...

    docs.groupdocs.com/comparison/net/compare-docum...
  3. Quick Start Guide | GroupDocs

    Install GroupDocs.Comparison for Python via .NET, compare your first two documents, and inspect the detected changes — end to end in under five minutes....docx and target.docx , then run it with python.../source.docx" ) as comparer : comparer . add ( "./target.docx" ) #...

    docs.groupdocs.com/comparison/python-net/gettin...
  4. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-metadata-net, and run three minimal examples — read metadata, remove all metadata, and inspect a document — in under five minutes....docx" ) as metadata : # `lambda p:...read_metadata () input.docx input.docx is the sample file used...

    docs.groupdocs.com/metadata/python-net/getting-...
  5. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.Docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....docx" )) { // Save the document with...redactor = new Redactor ( @"sample.docx" )) { // Save the document with...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  6. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....docx ) to a PDF file and save the...( "c:\\files\\business-plan.docx" ); // Define conversion options...

    docs.groupdocs.com/conversion/java/save-file-to...
  7. GroupDocs.Markdown for Python via .NET — 将文档导出为...

    直接从 Python 将 PDF、Word、Excel、EPUB 等转换为 Markdown。一个自包含的 PyPI wheel,提供 Pythonic API、异步支持以及对 LLM 友好的输出。...docx" ) # 或直接写入文件 MarkdownConverter...MarkdownConverter . to_file( "business-plan.docx" , "business-plan.md" ) 就是这...

    blog.groupdocs.com/zh/markdown/groupdocs-markdo...
  8. Convert DOC to JPG in C#

    Learn how to Convert DOC to JPG in C# and Export Word document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....NET, each page of a DOC or DOCX file can be transformed into...

    kb.groupdocs.com/conversion/net/convert-doc-to-...
  9. Search options | GroupDocs

    This article describes the search options that can be specified in an instance of the SearchOptions class....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/search-options/
  10. GroupDocs.Watermark Overview | GroupDocs

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....Supported Formats Documents: PDF, DOCX/DOC, RTF Presentations: PPTX/PPT...

    docs.groupdocs.com/watermark/net/groupdocs-wate...