Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 3,636 for

feature

(0.74 sec)
  1. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....the code above and see the feature in action in our GitHub examples:...redaction App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/redaction/python-net/use-red...
  3. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx using C#. Replace or hide the text to redact PDF files....using C# # You can use this feature to hide any confidential data...

    blog.groupdocs.com/redaction/find-and-replace-t...
  4. Add Watermark to Excel Workbooks in Java | Text...

    Insert watermarks into Excel workbooks using Java. Watermark all sheets or apply it to just specific sheet even as background using watermark Java API.... You can now use this feature and build your own application...

    blog.groupdocs.com/watermark/watermark-excel-sh...
  5. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to get load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...Viewer has a unique feature — combining the Print Area...space. GroupDocs.Viewer has a feature to skip empty rows and columns...

    blog.groupdocs.com/viewer/working-with-spreadsh...
  6. Inserting Images Dynamically | GroupDocs

    Note This Feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image....Dynamically Leave feedback Note This feature is supported by version 20...

    docs.groupdocs.com/assembly/net/inserting-image...
  7. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....take into account that this feature exists only for the WordProcessing...

    docs.groupdocs.com/editor/java/inline-styles/
  8. Edit Presentations in Java | PPT/PPTX Editing

    Editing PowerPoint presentations is explained with Java example to edit PPT, PPTX, ODP files within your application using presentation editing API....editor or integrate the editing feature directly into your Java application...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  9. Date field in template populated as plain text ...

    Hi, we found that the date field is populated as a plain text in template “Template_GeneratedByGroupDocs.doc”(one attached here) instead of driven by formula. we can view the formula for the date field in template “Tem…...It may still be a product feature you would like to investigate...

    forum.groupdocs.com/t/date-field-in-template-po...
  10. Inserting Documents Dynamically | GroupDocs

    Note This Feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Dynamically Leave feedback Note This feature is supported by version 20...

    docs.groupdocs.com/assembly/java/inserting-docu...