Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 995 for

page specific watermark search

(0.05 sec)
  1. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the Specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF document....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  3. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Python via .NET API and couple lines of code...Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/merge-pdf/
  4. Add Area Annotation to JPG using Java

    In this topic, you'll discover how to add area annotation to JPG using Java. It encompasses detailed steps and code example to insert area annotation to JPG in Java....Search Product Family GroupDocs.Parser...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...

    kb.groupdocs.com/annotation/java/add-area-annot...
  5. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for .NET API....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/enabling-language...
  6. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for Java features....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/output-format-an...
  7. Working with ZIP archives | GroupDocs

    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 the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_Specific_formats.archive.ZipReadNativeMetadataProperties...Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-z...
  8. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-Specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_Specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Saving documents | GroupDocs

    Save annotated documents with GroupDocs.Annotation for Python via .NET — persist only Specific annotation types or limit the output to a Page range with SaveOptions....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/annotation/python-net/saving...
  10. Redaction Basics | GroupDocs

    This article shows that how Java developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/redaction-bas...