Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 5,022 for

file merger

(0.06 sec)
  1. Sign document with Swiss QR Barcode signature |...

    This article explains how to sign document with Swiss QR Barcode electronic signatures...Merger Product Solution GroupDocs...swissQR }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  2. eSign document with multiple signatures | Docum...

    This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API...Merger Product Solution GroupDocs...digitalOptions ); // sign document to file signature . sign ( "signed.pdf"...

    docs.groupdocs.com/signature/java/esign-documen...
  3. Add replacement annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-replacem...
  4. 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....Merger Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. 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#....Merger Product Family GroupDocs.Redaction...validating links, or converting PPTX files to other formats, this guide...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  6. 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....Merger Product Family GroupDocs.Redaction...using C# Hyperlinks in DOC files serve as essential connectors...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  7. 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....Merger Product Family GroupDocs.Redaction...extraction of barcodes from PPT files Instantiate the Parser by providing...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  8. 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....Merger Product Family GroupDocs.Redaction...specific phrases within indexed files. This capability is especially...

    kb.groupdocs.com/search/java/phrase-search-in-d...
  9. 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....Merger Product Solution GroupDocs...and extract some additional file format information. a WordProcessing...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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....Merger Product Solution GroupDocs...can efficiently manage markup files like HTML and MHTML, enabling...

    docs.groupdocs.com/conversion/java/load-markup-...