Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 5,556 for

file watermark

(0.07 sec)
  1. Highlighting search results | GroupDocs

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

    docs.groupdocs.com/search/net/highlighting-sear...
  2. Scan QR Code from PDF using C#

    This article offers a guide on how to extract QR Code from PDF in C#, including a code example that demonstrates how to effectively scan QR Code from PDF using C#....Watermark Product Family GroupDocs.Merger...reading of QR Codes from PDF files Create a Parser object by providing...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pd...
  3. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Watermark Product Solution GroupDocs...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...
  4. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different Files of a folder using Java. Build application for homophones using document searching Java API....homophones within multiple files of any specific folder. It can...Search You can download the JAR file from the downloads section or...

    blog.groupdocs.com/search/find-homophones-in-mu...
  5. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs...// Add annotation and save to file annotator . add ( highlight...

    docs.groupdocs.com/annotation/java/add-highligh...
  6. Add underline annotation | GroupDocs

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs...// Add annotation and save to file annotator . add ( underline...

    docs.groupdocs.com/annotation/java/add-underlin...
  7. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF Files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Watermark Product Solution GroupDocs...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Install GroupDocs.Conversion for .NET | GroupDocs

    This guide explains how to install GroupDocs.Conversion for .NET to your environment...Watermark Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...

    docs.groupdocs.com/conversion/net/installation/
  9. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...The password for protected files. Specific pages or ranges of...

    docs.groupdocs.com/conversion/java/load-options...
  10. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Watermark Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "signed.jpg"...

    docs.groupdocs.com/signature/net/sign-document-...