Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 14,328 for

file

(0.08 sec)
  1. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Python via .NET without a license (Evaluation Limitations)... Set License from File The following code snippet shows...how to set a license from a file: import groupdocs.comparison...

    docs.groupdocs.com/comparison/python-net/licens...
  2. Working with BMP metadata | Documentation

    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...
  3. Add document to Spreadsheet via OLE | Documenta...

    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-...
  4. Extract images from document page | Documentation

    This article explains that how to extract images from document page....image to the file. Saves the image to the file in a different...

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. Working with BMP metadata | Documentation

    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...
  6. BoardPro Converts Files into PDF and Merge Mult...

    About BoardPro BoardPro is an innovative cloud-based startup developing board management software specifically designed to meet the requirements and governance workflows of the board of directors of small to medium businesses and non-profits. It is an easy-to-use software for board meetings, responsibilities, and documents. It is designed specifically to meet the challenges of limited resources and limited experience. Professional corporate boards can afford extensive governance and administration resources, freeing directors to focus on making a powerful contribution....a variety of user-uploaded files into a single PDF. The executives....rtf, .txt, .jpg, etc. Each file is converted to PDF and then...

    blog.groupdocs.com/total/convert-files-to-pdf-a...
  7. Extract images from document page | Documentation

    This article explains that how to extract images from document page....image to the file. Saves the image to the file in a different...

    docs.groupdocs.com/parser/java/extract-images-f...
  8. Set image size limits | Documentation

    Set image size limits when rendering image to PDF...jpg" )) { // Create a PDF file. PdfViewOptions viewOptions..."sample.jpg" ) ' Create a PDF file. Dim viewOptions As PdfViewOptions...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  9. Watermark Protected Files using Java on GroupDo...

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

    blog.groupdocs.com/it/tag/watermark-protected-f...
  10. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...