Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 566 for

word docx comparison to pdf

(2.46 sec)
  1. Build your first search solution | GroupDocs

    First of all you need To create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future To continue working....Comparison Product Solution GroupDocs...of documents found, or the words and phrases found can be highlighted...

    docs.groupdocs.com/search/java/build-your-first...
  2. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....Comparison Product Solution GroupDocs...of which there are both the words “lorem” and “ipsum”, or the...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  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....Comparison Product Solution GroupDocs...Signature ( "MetadataCustomSerial.docx" )) { // create data encryption...

    docs.groupdocs.com/signature/net/search-for-emb...
  4. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Comparison Product Solution GroupDocs...to use stop words during indexing or not. Stop words are frequently...

    docs.groupdocs.com/search/nodejs-java/search-in...
  5. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Comparison Product Solution GroupDocs...to use stop words during indexing or not. Stop words are frequently...

    docs.groupdocs.com/search/java/search-index-set...
  6. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events....Comparison Product Solution GroupDocs...EndsWith ( "ProtectedDocument.pdf" , StringComparison . InvariantCultureIgno...

    docs.groupdocs.com/search/net/search-index-events/
  7. Implement custom encryption with Metadata signa...

    This article explains how To implement cusTom encryption for Metadata electronic signatures....Comparison Product Solution GroupDocs...signature = new Signature ( "sample.docx" ); // create data encryption...

    docs.groupdocs.com/signature/java/implement-cus...
  8. 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....Comparison Product Solution GroupDocs...Measure Origin of Coordinates PDF Point Left bottom corner of page...

    docs.groupdocs.com/watermark/java/adding-text-w...
  9. Implement custom serialization with Metadata si...

    This article explains how To implement cusTom serialization for Metadata electronic signatures....Comparison Product Solution GroupDocs...signature = new Signature ( "sample.docx" ); // create data encryption...

    docs.groupdocs.com/signature/java/implement-cus...
  10. Adding text watermarks | GroupDocs

    Add text watermarks To pages, worksheets, slides or frames using Python via .NET....Comparison Product Solution GroupDocs...with gw . Watermarker ( "sample.pdf" ) as watermarker : font = gww...

    docs.groupdocs.com/watermark/python-net/adding-...