Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 2,320 for

list

(0.05 sec)
  1. Digital Signature - esign PNG documents | Group...

    Digital signature (eSignature) for PNG made easy with GroupDocs Signature. Create your electronic digital signatures and esign PNG documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/png
  2. Digital Signature - esign CSV documents | Group...

    Digital signature (eSignature) for CSV made easy with GroupDocs Signature. Create your electronic digital signatures and esign CSV documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/csv
  3. Adding text watermarks | Documentation

    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.... The full list of supported properties for...

    docs.groupdocs.com/watermark/java/adding-text-w...
  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.... For the full list of supported document formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....filters allows you to specify a list of valid file extensions for...

    docs.groupdocs.com/search/java/document-filteri...
  6. how to work with Metadata tags

    Explain how to work with Metadata tags...Modified)); // List the found properties and their...

    blog.groupdocs.com/metadata/how-to-work-with-tag/
  7. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....filters allows you to specify a list of valid file extensions for...

    docs.groupdocs.com/search/nodejs-java/document-...
  8. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage.... For the full list of supported document formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements.... You can find a complete list of improvements, as well as...

    blog.groupdocs.com/viewer/new-features-and-impr...
  10. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API.... UTF_8 ); List < IHtmlResource > allResources...

    docs.groupdocs.com/editor/java/create-editabled...