Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 1,602 for

watermark removal

(0.37 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....Watermark Product Solution GroupDocs...value ); } } Removing IPTC IIM metadata To remove the IPTC package...

    docs.groupdocs.com/metadata/java/working-with-i...
  2. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Watermark Product Solution GroupDocs...a semantic load, which are removed from an index to reduce its...

    docs.groupdocs.com/search/net/search-index-sett...
  3. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer for Python offers purchase plans, a free trial, and a 30-day temporary license for evaluation....Watermark Product Solution GroupDocs...this issue, rename the file to remove the hidden .xml extension....

    docs.groupdocs.com/viewer/python-net/licensing-...
  4. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for Java API....Watermark Product Solution GroupDocs...which defines the method to remove output page preview stream...

    docs.groupdocs.com/annotation/java/generate-doc...
  5. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Watermark Product Solution GroupDocs...a method , but then it was removed due to its uselessness. This...

    docs.groupdocs.com/editor/net/create-editabledo...
  6. Text redaction | GroupDocs

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs...popular redaction case is to remove a text from a document. With...

    docs.groupdocs.com/redaction/net/text-redactions/
  7. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Watermark Product Solution GroupDocs...a semantic load, which are removed from an index to reduce its...

    docs.groupdocs.com/search/java/search-index-set...
  8. Java を使用して PDF から注釈返信を削除する方法

    このトピックの目的は、Java を使用して PDF から注釈応答を削除する方法と、Java を使用して PDF から応答注釈を削除するコード例を示すことです。...Watermark Product Family GroupDocs.Merger...getReplies メソッドを使用してアノテーションの返信を取得し、remove(index) メソッドを使用して目的の返信を削除します...

    kb.groupdocs.com/ja/annotation/java/how-to-remo...
  9. 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...methods that allow updating (or removing) the extracted properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 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...some basic methods that allow removing the extracted properties....

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