Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 251 for

watermark detection

(0.04 sec)
  1. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...lists recognition algorithm detects list paragraphs, when list...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  2. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Watermark Product Solution GroupDocs...format metadata The API allows detecting ZIP archives and reading format...

    docs.groupdocs.com/metadata/net/working-with-zi...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Watermark Product Solution GroupDocs...formats please refer to . Detecting the exact type of a document...

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

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...lists recognition algorithm detects list paragraphs, when list...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  5. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for .NET API....Watermark Product Solution GroupDocs...GroupDocs.Editor automatically detects the format of the input document...

    docs.groupdocs.com/editor/net/load-document/
  6. Working with HTML resources | Documentation

    This article describes capabilities of GroupDocs.Editor while working with HTML resources, which are an integral part of HTML document...Watermark Product Solution GroupDocs...class for representing it: . Detecting the exact HTML resource format...

    docs.groupdocs.com/editor/java/working-with-htm...
  7. GroupDocs.Assembly for .NET 17.1.0 Release Note...

    This page contains release notes for GroupDocs.Assembly for .NET 17.1.0 Major Features Extended abilities of working with tables of external documents as data sources for all supported file formats. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-26 Add ability to load multiple DocumentTable objects from a single file as a single operation Feature ASSEMBLYNET-27 Add ability to define relations between DocumentTable instances loaded from a single document Feature ASSEMBLYNET-28 Add ability to change automatically detected types of DocumentTable columns Feature ASSEMBLYNET-29 Add ability to use template syntax for related DataTable objects regardless of relation direction Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Watermark Product Solution GroupDocs...ability to change automatically detected types of DocumentTable columns...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  8. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....Watermark Product Solution GroupDocs...GroupDocs.Editor automatically detects the format of input document...

    docs.groupdocs.com/editor/java/load-document/
  9. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Watermark Product Solution GroupDocs...collection of item metadata. Detects a file type of the container...

    docs.groupdocs.com/parser/java/extract-data-fro...
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Watermark Product Solution GroupDocs...documents Leave feedback Detecting the version of a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...