Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 2,526 for

feature

(0.06 sec)
  1. 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...
  2. 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...
  3. Inserting Images Dynamically | Documentation

    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...
  4. Enabling inline CSS styles | Documentation

    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/
  5. 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...
  6. Word Document Viewer – Open & Read DOCX Files I...

    Learn how to view Word documents online using a free DOCX viewer or programmatically with GroupDocs.Viewer APIs for .NET, Java, Python, and Node.js....offers a range of interactive features to enhance your experience:...full-screen mode. With these features, you get a smooth and flexible...

    blog.groupdocs.com/viewer/view-word-documents/
  7. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...more about document eSign features, please refer to the . More...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/net/esign-pdf-with...
  8. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Handling the ID3v2 tag | Documentation

    This article explains how to handle ID3v2 tag....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/handling-the-id...
  10. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....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/net/use-advanced-r...