Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 458 for

watermark detection

(0.11 sec)
  1. Working with metadata in PDF documents | GroupDocs

    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...
  2. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...The document type is auto-detected during loading, however, you...

    docs.groupdocs.com/conversion/net/load-presenta...
  3. Working with HTML resources | GroupDocs

    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/net/working-with-html...
  4. Accept or Reject Word revisions (RevisionHandle...

    Accept or reject native Word track-changes revisions in a DOCX file using RevisionHandler and ApplyRevisionChanges — without running a full document comparison....Watermark Product Solution GroupDocs...document, accept / reject detected revisions and save changes...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  5. Load compression document with options | GroupDocs

    Learn how to load and convert compression files (ZIP, 7Z, RAR, TAR) with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...The document type is auto-detected during loading, but you can...

    docs.groupdocs.com/conversion/net/load-compress...
  6. Load page description language document with op...

    Learn how to load and convert page description language documents (XPS, SVG, EPS, PS, TEX, PCL) with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...The document type is auto-detected during loading, but you can...

    docs.groupdocs.com/conversion/net/load-page-des...
  7. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...date/time strings should be detected and parsed to DateTime. Specifies...

    docs.groupdocs.com/conversion/java/load-csv-doc...
  8. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...The document type is auto-detected during loading, however, you...

    docs.groupdocs.com/conversion/net/load-email-do...
  9. YAML front matter | GroupDocs

    Generate YAML front matter from document metadata for static site generators...Watermark Product Solution GroupDocs....Author "Jane Doe" format Detected file format Docx pages Page...

    docs.groupdocs.com/markdown/python-net/front-ma...
  10. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java 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 getSpreadsheetType method to obtain file format information advanced_usage....Watermark Product Solution GroupDocs...formats please refer to . Detecting the exact type of a document...

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