Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 4,061 for

groupdocs.assembly

(0.11 sec)
  1. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Load compression document with options | GroupDocs

    Learn how to load and convert compression files (ZIP, 7Z, RAR, TAR) with advanced options using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/load-compress...
  4. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Product Overview | GroupDocs

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/product-overview/
  6. Features Overview | GroupDocs

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/features-overview/
  7. Licensing and Subscription | GroupDocs

    This article explains evaluation limitations and licensing of GroupDocs.Merger for Java...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/licensing-and-su...
  8. Export styles during document editing | GroupDocs

    This article describes the procedure of preserving and exporting all build-in and custom styles in the source WordProcessing document during its editing....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/styles-export/
  9. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  10. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/work-with-search-...