Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 17,464 for

pdf watermarking

(0.08 sec)
  1. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Watermark Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Watermark Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/removing-metadata/
  3. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Watermark Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/handle-loading-of...
  4. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Watermark Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/case-sensitive-se...
  5. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Watermark Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/removing-metad...
  6. OCR support | Documentation

    OCR support means 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. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Watermark Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  7. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for Java 3.0.0. GroupDocs releases this product with the great power of rendering a variety of document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for Java had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms....of Documents View document in PDF Form Get document as it is (Original...(Original Form) Apply watermark on Html Apply watermark on Images Apply...

    blog.groupdocs.com/viewer/releasing-next-genera...
  8. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Watermark Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/composing-sign...
  9. GroupDocs.Conversion Product Family | Documenta...

    Use GroupDocs.Conversion libraries to convert Pdf and Word documents, Excel spreadsheets, PowerPoint presentations, images of various formats like PNG, JPEG, BMP. Just couple lines of C# or Java, JavaScript or Python code to convert your documents quickly and accurately....Watermark Product Solution GroupDocs...for file conversion Convert PDF files Convert Word processing...

    docs.groupdocs.com/conversion/
  10. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....Watermark Product Family GroupDocs.Merger...such as DOC, DOCX, DOT, PPTX, PDF, EML, MSG, POT, and many more...

    kb.groupdocs.com/parser/net/how-to-extract-meta...