Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 15,514 for

file

(0.15 sec)
  1. Convert PDF to Grayscale JPG & PNG Images using C#

    Transform PDF documents to grayscale JPG or PNG images in C#. Apply gamma, manage contrast or control brightness within .NET application....between a multitude of supported file formats and image types . Conversion...options . Set the conversion file format as JPG. Set the grayscale...

    blog.groupdocs.com/conversion/convert-pdf-to-gr...
  2. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....class and pass the input Excel file to its constructor Instantiate...Finally, save the converted HTML file to the disk by calling the Convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Merge Word document on GroupDocs Blog | Documen...

    Merge Word document on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Word document on GroupDocs Blog | Document Automation Solutions for .NET & J......lengkap tentang penggabungan file DOCX di Python. Pahami prosesnya...

    blog.groupdocs.com/id/tag/merge-word-document/i...
  4. Python PDF manipulation on GroupDocs Blog | Doc...

    Python PDF manipulation on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python PDF manipulation on GroupDocs Blog | Document Automation Solutions for ......Jelajahi proses penggabungan file PDF di Python, memanfaatkan...

    blog.groupdocs.com/id/tag/python-pdf-manipulati...
  5. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....properties extracted from a file. Some metadata standards can...the exact format of the loaded file. The code sample below demonstrates...

    docs.groupdocs.com/metadata/java/find-metadata-...
  6. Output adapters | GroupDocs

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....to output text to a file. The path to a file is specified in the...documents [ 0 ]; // Output to a file FileOutputAdapter fileOutputAdapter...

    docs.groupdocs.com/search/java/output-adapters/
  7. 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....Initialise class with embedded file path and page number; Instantiate...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. 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:...format-specific information from BMP file headers. The following are the...to read the header of a BMP file. a BMP image Get the root metadata...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. 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:...format-specific information from BMP file headers. The following are the...to read the header of a BMP file. a BMP image Get the root metadata...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Watermark Protected Files using CSharp on Group...

    Watermark Protected Files using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files using CSharp on GroupDocs Blog | Docu......Watermark Protected Files using CSharp on GroupDocs Blog | Document...content in Watermark Protected Files using CSharp on GroupDocs Blog...

    blog.groupdocs.com/id/tag/watermark-protected-f...