Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 12,385 for

docx comparison

(1.04 sec)
  1. 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 FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } 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/net/working-with-me...
  2. 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/nodejs-java/get-doc...
  3. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to PDF redactions....Comparison Product Solution GroupDocs...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/use-pdf...
  4. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for Java...Comparison Product Solution GroupDocs...WordProcessing family (DOC, DOCX, ODT, RTF, etc.), Spreadsheet...

    docs.groupdocs.com/viewer/java/search-highlight...
  5. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Comparison Product Solution GroupDocs...snippet shows how to render a .docx document to PDF: Python from...

    docs.groupdocs.com/viewer/python-net/rendering-...
  6. Fluent syntax | GroupDocs

    This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...FluentConverter . Load ( "sample.docx" ) . ConvertTo ( "converted...

    docs.groupdocs.com/conversion/net/fluent-syntax/
  7. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...Comparison Product Solution GroupDocs...redactor = new Redactor ( @"sample.docx" )) { // Here we can use document...

    docs.groupdocs.com/redaction/net/save-overwriti...
  8. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...Converter . GetPossibleConversio ( "docx" ); var loadOptions = ( WordProcessingLoadOp...

    docs.groupdocs.com/conversion/net/get-default-l...
  9. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Comparison Product Solution GroupDocs...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  10. 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/java/how-to-optimize-...