Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 359 for

watermark detection

(0.25 sec)
  1. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...NUMBERS) GroupDocs.Viewer can detect the document format automatically...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  2. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Watermark Product Solution GroupDocs...mentions of John from the detected metadata) int affected = metadata...

    docs.groupdocs.com/metadata/java/remove-metadat...
  3. Load document | GroupDocs

    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/
  4. 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...
  5. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Watermark Product Solution GroupDocs...dangling font resources are detected and ignored, so they will...

    docs.groupdocs.com/editor/net/font-embedding-op...
  6. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Watermark Product Solution GroupDocs...formats please refer to . Detecting the exact type of a presentation...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. 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...
  8. Load TXT document with options | GroupDocs

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

    docs.groupdocs.com/conversion/net/load-txt-docu...
  9. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation 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 presentation...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Watermark Product Solution GroupDocs...dangling font resources are detected and ignored, so they will...

    docs.groupdocs.com/editor/java/font-embedding-o...