Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 2,129 for

text signature

(0.05 sec)
  1. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....Signature Product Solution GroupDocs...PdfArtifactWatermark (); // Add text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/java/watermarks-in...
  2. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Signature Product Solution GroupDocs...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. In-Table List with Highlighted Rows in Word Pro...

    Note In this article, we will use GroupDocs.Assembly to generate a Table Report with Highlighted Rows in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Word Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Word 2013....Signature Product Solution GroupDocs...Creating the Template OpenDocument Text (ODT) is a word processing document...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Signature Product Solution GroupDocs...messages that contain specific text in the subject or body. —Allows...

    docs.groupdocs.com/viewer/python-net/render-lot...
  5. GroupDocs.Redaction Overview | Documentation

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Signature Product Solution GroupDocs...redact different types of data: text, metadata, annotations and comments;...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  6. How to run examples | Documentation

    This article describes how to run Node.js file conversion API code examples....Signature Product Solution GroupDocs...js file using your favorite text editor. Uncomment examples that...

    docs.groupdocs.com/conversion/nodejs-java/how-t...
  7. How to Run Examples | Documentation

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Signature Product Solution GroupDocs...runExamples.js file in your favorite text editor. Uncomment examples you...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  8. Indexing metadata of documents | Documentation

    API allows creating of full-Text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Signature Product Solution GroupDocs...Search allows creating of full-text and / or metadata index on documents...

    docs.groupdocs.com/search/java/indexing-metadat...
  9. GroupDocs.Editor Product Family | Documentation

    Use GroupDocs.Editor libraries to programmatically edit Word documents, Excel spreadsheets and PowerPoint presentations...Signature Product Solution GroupDocs...Render to PDF Render to HTML Add text watermarks Node.js via Java...

    docs.groupdocs.com/editor/
  10. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Signature Product Solution GroupDocs...) { System . out . print ( "Text " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...