Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 20,662 for

docx

(0.06 sec)
  1. Extract data from PDF forms | Documentation

    This article shows how to extract data from PDF forms easily with GroupDocs.Parser....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/search-re...
  3. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/character...
  4. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  5. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, Docx, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....formats include Doc , Docm , Docx , Dot , Dotx , Rtf , Odt , Ott...

    docs.groupdocs.com/conversion/java/convert-to-w...
  6. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....getFileExtension ()); // Save to the DOCX, for example WordProcessingSaveOp...WordProcessingSaveOp ( WordProcessingFormat . Docx ); String outputDocxPath = Path...

    docs.groupdocs.com/editor/java/edit-markdown/
  7. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut...... words, phrases in Word DOC/DOCX files using C#. Redact and perform...replace or hide text in Word DOC/DOCX files using Java. Redact and...

    blog.groupdocs.com/categories/groupdocs.redacti...
  8. Use advanced rasterization options | Documentation

    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. Python import groupdocs.redaction as gr import groupdocs.redaction.options as gro import groupdocs.redaction.redactions as grr def run(): # Specify the redaction options repl_opt = grr....docx" ) as redactor : # Apply the...with gr . Redactor ( "source.docx" ) as redactor : # Save the...

    docs.groupdocs.com/redaction/python-net/use-adv...
  9. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....docx" ); # Remove all the properties...Metadata ( constants . input_docx ) as metadata : specification...

    docs.groupdocs.com/metadata/python-net/remove-m...
  10. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....docx" , new LoadOptions (), new RedactorSettings...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/