Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 3,254 for

file format conversion

(0.64 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Conversion for .NET v17.4.0. In this...their application. GroupDocs.Conversion for .NET API 17.4.0This release...

    blog.groupdocs.com/groupdocs.blog/page/76/
  2. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document Formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional File Format inFormation. Load a WordProcessing document 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...
  3. 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 getImageType method to obtain File Format inFormation advanced_usage.managing_metadata_for_specific_Formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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/java/extracting-com...
  4. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....Conversion Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/search-text/
  5. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for Java...Conversion Product Solution GroupDocs...a InputStream from the input file path. InputStream fs = new FileInputStream...

    docs.groupdocs.com/editor/java/edit-and-update-...
  6. 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...
  7. 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...
  8. GroupDocs' Online Document Management Apps Suit...

    Good news to all Dropbox users - we’ve integrated GroupDocs’ online document management apps with Dropbox! So you can now view, sign, annotate, assemble, compare, convert and share your Dropbox documents and collaborate online from any web-enabled device using only a web-browser. [caption id=“attachment_796” align=“alignnone” width=“554” caption=“Sync your Dropbox account with GroupDocs online document management apps”] [/caption] To find detailed instructions on how to access and work with Dropbox Files from a GroupDocs account, please see the help documentation....access and work with Dropbox files from a GroupDocs account, please...you to view word processing files (including DOC, DOCX, TXT, ODT...

    blog.groupdocs.com/total/groupdocs-online-docum...
  9. 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...
  10. 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/