Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 7,265 for

may

(0.71 sec)
  1. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-specific_...
  2. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/python-net/save-to...
  3. How to search for Image signatures | GroupDocs

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/search-for-ima...
  4. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/homophone-search/
  5. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/highlighting-res...
  6. How to Sign PDF Document with Barcode signature...

    Quickly review the detailed instructions for generating Barcode signature in C# and how to use Barcode digital signature for signing the PDF document.... Updated on 11 May 2022 English Ελληνικά Türkçe...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  7. Extract Text from Markdown Files using C# | Mar...

    Extract Text from Markdown Files using C#. Parser the mardown files within .NET applications using document parser API by GroupDocs.... This may have guided you to develop your...

    blog.groupdocs.com/parser/extract-text-from-mar...
  8. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....is copied internally, so you may close it immediately after creating...

    docs.groupdocs.com/markdown/net/load-from-a-str...
  9. Encountered an error when saving document in Ed...

    Hello, I encounter an error when saving the docs in the Editor Demo for .NET Webform, downloading from github. Can you please help me take a look of this error? image.png (47.9 KB) Regards, WK...5 KB) You may refer to the attached screenshot...

    forum.groupdocs.com/t/encountered-an-error-when...
  10. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/load-document-fr...