Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 9,064 for

images

(0.11 sec)
  1. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....(); Adding watermark to the images inside a particular section...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 ));...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Read EXIF Metadata in PSD Format using GroupDoc...

    We are delighted to announce the monthly releaseof GroupDocs.Metadata for Java 18.9. Using the latest version, you can now read EXIF metadata in PSD format, and read or update common TIFF/EXIF tags using shortcut properties in TIFF Images. Moreover, memory consumption is now reduced to perform metadata operations for JPEG, GIF and TIFF file formats, and classes representing TIFF tags are now refactored. Additionally, GroupDocs.Metadata.Formats.Document.InspectionResult class, Metadata.ContentProperties property, and EpubFormat....shortcut properties in TIFF images. Moreover, memory consumption...common TIFF/EXIF tags in TIFF images Reduced memory consumption...

    blog.groupdocs.com/metadata/read-exif-metadata-...
  3. Change Text Background Color Dynamically using ...

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Assembly for .NET API version 17.12. Using the latest version, you can change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can insert Images and barcodes dynamically in email messages (.msg) with RTF body. We recommend you to download and use the latest version of API....Furthermore, you can insert images and barcodes dynamically in...Support dynamic insertion of images for MSG messages with RTF body...

    blog.groupdocs.com/assembly/change-text-backgro...
  4. Saving EditableDocument to stream | Documentation

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links.... where CSS stylesheets and images are not stored inside the markup...external resources (CSS and images) are referenced through the...

    docs.groupdocs.com/editor/java/saving-editabled...
  5. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...specific formats / Images / Extracting common image information Extracting...Extracting common image information Leave feedback For all supported...

    docs.groupdocs.com/metadata/java/extracting-com...
  6. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents.... Extract Images GroupDocs.Parser supports Images extraction...returns all info about document images and allows to save them. Extract...

    docs.groupdocs.com/parser/java/features-overview/
  7. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Furthermore, you can insert images and barcodes dynamically in...Furthermore, you can **insert images and barcodes **dynamically...

    blog.groupdocs.com/categories/groupdocs.assembl...
  8. Find and Remove Watermarks from Documents in C#

    .NET API to programmatically find and remove text and image based watermarks from PDF, Word, Excel, PowerPoint, Visio documents using C#.... There can be text and image-based watermarks in a document...watermarks to documents and images in such a way that would be...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  9. Merge GIF files using Java

    Let's explore how to merge GIF files using Java. We'll provide you with a straightforward code to combine GIF files in Java without requiring any additional software....integrate multiple animated images seamlessly into cohesive and...library tailored for handling image files. Below are the essential...

    kb.groupdocs.com/merger/java/merge-gif-files-us...
  10. Convert HTML to DOCX using Python

    Convert HTML to DOCX using Python with accurate styling. Easily export HTML to DOCX in Python while preserving layout, fonts, and Images for editing and reuse....headings, paragraphs, lists, images, and tables into Word constructs...tweak page size, margins, and images handling Call Converter.convert()...

    kb.groupdocs.com/conversion/python/convert-html...