Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 5,708 for

file merger

(0.07 sec)
  1. 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-...
  2. 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-...
  3. 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...
  4. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API....Merger Product Solution GroupDocs..., target_passwords , output_file_name ): # Initialize the comparer...

    docs.groupdocs.com/comparison/python-net/compar...
  5. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Merger Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  6. Installation | GroupDocs

    This guide explains how to install GroupDocs.Editor for .NET to your environment...Merger Product Solution GroupDocs...locate the GroupDocs.Editor.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/editor/net/installation/
  7. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Merger Product Solution GroupDocs...DarkGreen ) } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... When sending a file to someone, it is not a good...convert the DWG, DGN, and DWF files into PDF document with the code...

    blog.groupdocs.com/groupdocs.blog/page/34/
  9. Extract emails from Outlook Storage | GroupDocs

    Extract emails from Outlook using GroupDocs.Parser for .NET...Merger Product Solution GroupDocs...consists of email documents (msg files). Here are the steps to extract...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  10. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Merger Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/java/working-with-c...