Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 5,995 for

file conversion

(0.83 sec)
  1. Merge TXT files using C#

    Explore the method of how to merge TXT Files using C#. Improve document management efficiency by acquiring the knowledge of how to combine TXT Files in C# programming....Conversion Product Family GroupDocs...Redaction Product Family Merge TXT files using C# In data processing...

    kb.groupdocs.com/merger/net/merge-txt-files-usi...
  2. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#....Conversion Product Family GroupDocs...electronic documents, including XLSX file format. This article will guide...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  3. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Conversion Product Solution GroupDocs...Graphics (PNG) Bitmap Image File (BMP) The following example...

    docs.groupdocs.com/redaction/net/get-document-p...
  4. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....Conversion Product Solution GroupDocs...types of all characters to a file, use the method. To import types...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  5. Save Signed Images With Various Output Types | ...

    id: save-signed-images-with-various-output-types url: signature/net/save-signed-images-with-various-output-types title: Saving signed images with various output types weight: 2 description: “This article explains how to save images with various image format types.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False Signature class supports saving of Image signed documents with various image format types and extended options. Following classes are inherited from base class SaveOptions and allows to specify additional output image format settings....Conversion Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "signedSample"...

    docs.groupdocs.com/signature/net/developer-guid...
  6. Export Data | GroupDocs

    How to export data to JSON or XML Files....Conversion Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  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...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-bm...
  8. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Conversion Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. Load document from stream | GroupDocs

    Load documents directly from a File-like object — open File handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....Conversion Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/python-net/developer-...
  10. 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...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...