Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 3,159 for

file format conversion

(0.13 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:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Extracting Common...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Annotate, Sign and Convert Documents Online Usi...

    Fast changing trends in technology require professionals and organizations to adapt and stay abreast. Organizations with a large number of employees focus on productivity to generate revenues, whereas professionals and consultants look for utility and cost. In the 90s there were limited options for document management, except for Microsoft Word - an editing software. Now, things have changed and there are many alternatives available. However, certain apps have compelling features and fit your requirements but may not provide other features....and can be stored in a single file. No new installations are needed...signed documents to different formats. How Do I Convert Documents...

    blog.groupdocs.com/total/annotate-sign-convert-...
  3. Email attachments | GroupDocs

    Extract, add, and remove attachments in email messages using Python via .NET....Conversion Product Solution GroupDocs...attachment . name ) print ( "File format:" , attachment . get_document_info...

    docs.groupdocs.com/watermark/python-net/email-a...
  4. Load GIS document with options | GroupDocs

    Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-gis-docu...
  5. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs...object. Specify the saving path format for the rendered document....

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  6. Parse Data from Documents | GroupDocs

    Extract structured data from documents using templates with GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...template isn't supported for this format." ) else : # DocumentData exposes...

    docs.groupdocs.com/parser/python-net/parse-data...
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported File Format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Conversion Product Solution GroupDocs...documents of any supported file format with various options and...

    docs.groupdocs.com/comparison/net/migration-notes/
  8. Edit Word | GroupDocs

    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 Java....Conversion Product Solution GroupDocs...used and known document family format, that includes DOC, DOT, DOCX...

    docs.groupdocs.com/editor/java/edit-word/
  9. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Conversion Product Solution GroupDocs...By default library uses json format serialization and symmetric...

    docs.groupdocs.com/signature/java/implement-cus...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation Formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File Format inFormation. Load a presentation Extract the root metadata package Use the FileType property to obtain File Format inFormation AdvancedUsage....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/net/working-with-me...