Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 5,084 for

file watermark

(0.12 sec)
  1. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....Watermark Product Family GroupDocs.Merger...validating links, or converting PPTX files to other formats, this guide...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  2. Extract Hyperlinks from DOC using C#

    Learn how to extract hyperlinks from DOC using C# efficiently. We will provide you a code example to read hyperlinks from DOC in C# for tasks like data extraction....Watermark Product Family GroupDocs.Merger...using C# Hyperlinks in DOC files serve as essential connectors...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  3. Scan Barcode from PPT using Java

    This guide offers an in-depth explanation of how to scan barcode from PPT using Java. Also, it includes a sample code example to extract barcode from PPT in Java....Watermark Product Family GroupDocs.Merger...extraction of barcodes from PPT files Instantiate the Parser by providing...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  4. Phrase Search in Documents using Java

    Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks....Watermark Product Family GroupDocs.Merger...specific phrases within indexed files. This capability is especially...

    kb.groupdocs.com/search/java/phrase-search-in-d...
  5. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional File format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Watermark Product Solution GroupDocs...and extract some additional file format information. a WordProcessing...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Load Markup document with options | Documentation

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...can efficiently manage markup files like HTML and MHTML, enabling...

    docs.groupdocs.com/conversion/java/load-markup-...
  7. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....Watermark Product Solution GroupDocs...signature such as image content by file or stream, location, colors...

    docs.groupdocs.com/signature/net/esign-document...
  8. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Watermark Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....Watermark Product Family GroupDocs.Merger...is subsequently written to a file, making it ready for use or...

    kb.groupdocs.com/search/java/export-indexed-doc...
  10. Extract emails from Outlook Storage | Documenta...

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg Files). Here are the steps to extract an email text from outlook storage:...Watermark Product Solution GroupDocs...consists of email documents (msg files). Here are the steps to extract...

    docs.groupdocs.com/parser/java/extract-emails-f...