Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 5,438 for

file merger

(0.17 sec)
  1. Output format and password | Documentation

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for Java features....Merger Product Solution GroupDocs...with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/java/output-format-an...
  2. OCR support | Documentation

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...Merger Product Solution GroupDocs...); path = path . Replace ( "file:\\" , "" ); using ( var engine...

    docs.groupdocs.com/search/net/ocr-support/
  3. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....Merger Product Solution GroupDocs...metadata properties from the file var properties = metadata ....

    docs.groupdocs.com/metadata/net/extracting-prop...
  4. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....Merger Product Solution GroupDocs...metadata properties from the file IReadOnlyList < MetadataProperty...

    docs.groupdocs.com/metadata/java/extracting-pro...
  5. Working with CAD metadata | Documentation

    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.CadPackage property. The following code snippet reads metadata associated with a CAD File. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Merger Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/net/working-with-ca...
  6. Installation | Documentation

    This guide helps you quickly install GroupDocs.Watermark for .NET, a powerful library to add, edit, or remove watermarks from PDF, Word, Excel, PowerPoint, Visio, and image formats. Choose your preferred method below. Install via NuGet (Recommended) Follow these steps to reference GroupDocs.Watermark using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer....Merger Product Solution GroupDocs...the GroupDocs.Watermark.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/watermark/net/installation/
  7. eSign Image with Metadata signature | Documenta...

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Merger Product Solution GroupDocs...signatures ); // sign document to file signature . sign ( "SampleSigned...

    docs.groupdocs.com/signature/java/esign-image-w...
  8. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Merger Product Solution GroupDocs...MakerNote format. a raw image file that contains MakerNote metadata...

    docs.groupdocs.com/metadata/java/extracting-mak...
  9. Existing objects in Word document | Documentation

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Merger Product Solution GroupDocs...WordProcessingConten . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/existing-obje...
  10. Search Specific Word in Documents using C#

    Learn how to perform a full-text search implementation in C# and search specific word in documents using C# with a straightforward approach in .NET applications....Merger Product Family GroupDocs.Redaction...content across a variety of file types, making it essential for...

    kb.groupdocs.com/search/net/search-specific-wor...