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

file format conversion

(0.2 sec)
  1. 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/net/implement-cust...
  2. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....Conversion Product Solution GroupDocs...and save it to disk as an HTML file with a resource folder using...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  3. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and Formatted text output....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Conversion Product Solution GroupDocs...watermark to supported document formats Searching and removing text/image...

    docs.groupdocs.com/watermark/net/features-overv...
  5. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_Formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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 / Working with BMP...

    docs.groupdocs.com/metadata/java/working-with-b...
  6. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet Formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional File Format inFormation. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain File Format inFormation advanced_usage....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } 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 / Working with BMP...

    docs.groupdocs.com/metadata/net/working-with-bm...
  8. Loading files | GroupDocs

    The listed articles below explain how to load password-protected documents and load Files from different sources....Conversion Product Solution GroupDocs...Advanced Usage / Loading files Loading files Leave feedback GroupDocs...

    docs.groupdocs.com/metadata/python-net/loading-...
  9. In-Table List With Alternate Content in Word Pr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Word Processing Document Format based on the use case: Working with a Business Case. In-Table List With Alternate Content in Microsoft Word Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Word 2013. Click the document where you want to add the table....Conversion Product Solution GroupDocs...in Word Processing Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  10. Loading files | GroupDocs

    The listed articles below explain how to load password-protected documents and load Files from different sources....Conversion Product Solution GroupDocs...Advanced Usage / Loading files Loading files Leave feedback GroupDocs...

    docs.groupdocs.com/metadata/net/loading-files/