Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 19,655 for

docx

(0.11 sec)
  1. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Python via .NET supported document types...Cross-format merge to DOC / DOCX Microsoft Word Document Microsoft...

    docs.groupdocs.com/merger/python-net/supported-...
  2. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/getting-document...
  3. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/spelling-corrector/
  4. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  5. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java....docx ) that contains form fields...inputFilePath = 'path/to/your/document.docx' ; Create a Readable Stream...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  7. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, Docx, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET....format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much...let’s suppose we have an encoded DOCX, and user knows its password...

    docs.groupdocs.com/editor/net/edit-word/
  8. 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/
  9. 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...
  10. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...docx" ) as redactor : # Apply the...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/select-...