Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 12,352 for

docx comparison

(0.87 sec)
  1. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/get-docu...
  2. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...Microsoft Word formats (DOC, DOCX, DOCM, DOT, DOTX, DOTM) Microsoft...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  4. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Comparison Product Solution GroupDocs...snippet shows how to render a .docx document to HTML optimized for...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  5. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Comparison Product Solution GroupDocs...redactor = new Redactor ( "source.docx" )) { IDocumentInfo info = redactor...

    docs.groupdocs.com/redaction/net/get-file-info/
  6. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Comparison Product Solution GroupDocs...with gr . Redactor ( "source.docx" ) as redactor : info = redactor...

    docs.groupdocs.com/redaction/python-net/get-fil...
  7. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Comparison Product Solution GroupDocs...redactor = new Redactor ( @"sample.docx" )) { // Here we can use document...

    docs.groupdocs.com/redaction/net/save-to-stream/
  8. Extracting property values | GroupDocs

    Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs...Metadata ( constants . input_docx ) as metadata : # Fetch all...

    docs.groupdocs.com/metadata/python-net/extracti...
  9. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...Comparison Product Solution GroupDocs...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/save-ov...
  10. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for .NET...Comparison Product Solution GroupDocs...For example, Microsoft Word (.docx) and Adobe PDF (.pdf) are two...

    docs.groupdocs.com/viewer/net/retrieving-docume...