Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 2,661 for

list

(0.13 sec)
  1. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet 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...
  2. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....MetadataSearchOption (); // search document List < MetadataSignature > signatures...

    docs.groupdocs.com/signature/net/search-embed-n...
  3. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....search for signatures in document List < WordProcessingMetada > signatures...

    docs.groupdocs.com/signature/java/search-for-em...
  4. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures.... print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/implement-cus...
  5. 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.... The full list of supported properties for...

    docs.groupdocs.com/watermark/java/adding-text-w...
  6. 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...
  7. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......removal policy by writing the list of pre-configured redaction...

    blog.groupdocs.com/categories/groupdocs.redacti...
  8. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full List of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... For the full list of supported presentation formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Why is there no DenyDownloading in GroupDocs.Vi...

    I’m currently trialing GroupDocs.Viewer in our .NET project for rendering PDF files. Everything is smooth, fast, and easy to integrate. We were hoping to use this API to display our PDF files to the user in a “read-only”…...the supported input formats ( list ) and converts them to 4 possible...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  10. GroupDocs Editor: Images are not loading - Free...

    Images are not loading when I am using Groupdocs Editor for word document with TinyMCE sharing my code, Document as well as screenshot for your reference. public ActionResult Index() { License lic = new License(); …...plugins: 'advlist autolink lists link image charmap print preview...Edit(editOptions); // Extract images List<IImageResource> images = beforeEdit...

    forum.groupdocs.com/t/groupdocs-editor-images-a...