Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 28,049 for

informations

(0.06 sec)
  1. Features overview | Documentation

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....Purchase Buy Now Pricing Information Free Trials Temporary License...existence. Get the basic information about source document - file...

    docs.groupdocs.com/merger/python-net/features-o...
  2. Add Text Watermark to XLSX using Java

    This guide demonstrates the process of how to add text watermark to XLSX using Java. Additionally, you'll get a code example to insert text watermark to XLSX in Java....for protecting sensitive information within Excel files ( XLSX...is to convey additional information or enhance visual branding...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  3. Password Protect Word Document | Add Password t...

    Add password to your Word files. Lock Word documents with password protection using free online app & programmatically using GroupDocs....It ensures that sensitive information remains private, prevents...any Word file: For more information, refer to the article on...

    blog.groupdocs.com/merger/password-protect-word...
  4. 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:...Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from BMP file headers. The...

    docs.groupdocs.com/metadata/net/working-with-bm...
  5. GroupDocs.Assembly for .NET 18.9 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.9. Major Features This release of GroupDocs.Assembly brings a new powerful feature: Abilities to change target file format of an assembled document using file extension or explicit specification. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-80  Add ability to change target file format when assembling Word Processing documents  Feature  ASSEMBLYNET-81  Add ability to change target file format when assembling Spreadsheet documents  Feature  ASSEMBLYNET-82  Add ability to change target file format when assembling Presentation documents  Feature  ASSEMBLYNET-83  Add ability to change target file format when assembling Email documents  Feature  ASSEMBLYNET-84  Add ability to change target file format when assembling Text documents  Feature  ASSEMBLYNET-88  Add support for Conholdate licenses  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License.../// <summary> /// Provides information on a single data source object...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a PDF document Extract the...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. CredentialsContainer: get() method - Web APIs |...

    Learn about the CredentialsContainer.get() method, including its syntax, code examples, specifications, and browser compatibility....also provides some useful information. "optional" : If credentials...error response containing information about the reason. NetworkError...

    developer.mozilla.org/en-US/docs/Web/API/Creden...
  8. WordProcessingPackage Properties - GroupDocs.Me...

    Gets or sets the document's author....descriptors that contain information about properties accessible...descriptors that contain information about properties accessible...

    apireference.groupdocs.com/metadata/net/groupdo...
  9. package-summary - GroupDocs.Redaction for Java ...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......are required for receiving information on each redaction change...Represents a textual replacement information. Enum Summary Enum Description...

    apireference.groupdocs.com/redaction/java/com.g...
  10. package-use - GroupDocs.Annotation for Java - A...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com.......Represents Document Page Information. Classes in com.groupdocs...Represents Document Page Information. Point Represents point....

    apireference.groupdocs.com/annotation/java/com....