Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 12,742 for

docx comparison

(0.15 sec)
  1. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. 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/
  3. 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...
  4. GroupDocs.Metadata Product Family on GroupDocs ...

    GroupDocs.Metadata Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata Product Family on GroupDocs Blog | Document Autom......metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG,...selective metadata properties of DOCX, XLSX, PPTX, PDF documents,...

    blog.groupdocs.com/categories/groupdocs.metadat...
  5. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Comparison Product Solution GroupDocs...) . Where ( f => new [] { ".docx" , ".pdf" , ".xlsx" , ".epub"...

    docs.groupdocs.com/markdown/net/batch-convert/
  6. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....Comparison Product Solution GroupDocs...For example, if you have a .docx file with three pages, converting...

    docs.groupdocs.com/viewer/java/rendering-docume...
  7. Retrieve the document information | GroupDocs

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

    docs.groupdocs.com/viewer/nodejs-java/retrievin...
  8. Fluent syntax | GroupDocs

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API....Comparison Product Solution GroupDocs...merger . Join ( @"c:\document2.docx" ) . Join ( @"c:\document3.pptx"...

    docs.groupdocs.com/merger/net/fluent-syntax/
  9. Introducing GroupDocs.Signature for Java | Grou...

    Introduction to GroupDocs.Signature for Java - what is it and why to use...Comparison Product Solution GroupDocs...of various formats like PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, JPG...

    docs.groupdocs.com/signature/java/introducing-g...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-a-file-of-...