Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 5,783 for

file signature

(0.14 sec)
  1. Load Text from a String | GroupDocs

    Compare text directly from Python string variables — without saving them to disk — by setting LoadOptions.load_text = True with GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...argument is a literal string, not a file path. Read the merged result...

    docs.groupdocs.com/comparison/python-net/develo...
  2. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....Signature Product Solution GroupDocs...PdfContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/existing-obje...
  3. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....Signature Product Solution GroupDocs...document was saved to a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/java/highlighting-sea...
  4. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Signature Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  5. Convert files to various formats | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Signature Product Solution GroupDocs...Usage / Convert files to various formats Convert files to various...

    docs.groupdocs.com/markdown/net/convert/
  6. Working with Images | GroupDocs

    Enumerate, filter, and save images extracted with GroupDocs.Parser for Python via .NET....Signature Product Solution GroupDocs...brochure.pdf The following sample file is used in this example: Tips...

    docs.groupdocs.com/parser/python-net/working-wi...
  7. GroupDocs.Search for Java | GroupDocs

    GroupDocs.Search for Java is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Signature Product Solution GroupDocs...occurrences, basic metadata fields, file names, document types and much...

    docs.groupdocs.com/search/java/
  8. GroupDocs.Watermark for Java | GroupDocs

    A Java API for adding watermarks to the documents of different File formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Signature Product Solution GroupDocs...remove watermarks in supported file formats. GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/
  9. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for Java API features....Signature Product Solution GroupDocs...demonstrates editing a sample DOCX file “Fields.docx”, that contains...

    docs.groupdocs.com/editor/java/adding-class-nam...
  10. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel File or remove slides from PowerPoint presentations with GroupDocs.Merger API....Signature Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-pages/