Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 5,155 for

text annotations

(0.95 sec)
  1. Indexing metadata of documents | GroupDocs

    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....Annotation Product Solution GroupDocs...Search allows creating of full-text and / or metadata index on documents...

    docs.groupdocs.com/search/net/indexing-metadata...
  2. Convert font formats | GroupDocs

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Node.js via Java....Annotation Product Solution GroupDocs...system and applications to render text. Popular file formats include...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Render to PNG or JPEG | GroupDocs

    With GroupDocs.Viewer for Java you can render documents to PNG and JPEG formats....Annotation Product Solution GroupDocs...Adjust the JPEG image quality Get text coordinates Set image size limits...

    docs.groupdocs.com/viewer/java/rendering-to-png...
  4. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in Text form....Annotation Product Solution GroupDocs...length of search queries in text form. To use an alias in a search...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  5. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java...Annotation Product Solution GroupDocs..."Change Type: %d, X: %f, Y: %f, Text: %s%n" , change . getType ()...

    docs.groupdocs.com/comparison/java/get-changes-...
  6. Indexing metadata of documents | GroupDocs

    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....Annotation Product Solution GroupDocs...Search allows creating of full-text and / or metadata index on documents...

    docs.groupdocs.com/search/java/indexing-metadat...
  7. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...option with predefined QRCode text DigitalVerifyOptions options...

    docs.groupdocs.com/signature/java/verifying-doc...
  8. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...document can be as simple as a text document as well as more detailed...

    docs.groupdocs.com/conversion/java/convert/note/
  9. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Annotation Product Solution GroupDocs...range from all sensitive data in text, images and annnotations.. The...

    docs.groupdocs.com/redaction/net/use-page-area-...
  10. Use redaction callback | GroupDocs

    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....Annotation Product Solution GroupDocs...) { System . out . print ( "Text " + description . getReplacement...

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