Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 2,129 for

image to pdf

(0.49 sec)
  1. annotation.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/annotation/net/technical-support/weekly0.5https://docs.groupdocs.com/annotation/jav......com/annotation/java/add-image-annotation/weekly0.5https://docs...groupdocs.com/annotation/net/add-image-annotation/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/annotation.xml
  2. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you To detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the getGifImageType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.Image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....formats / Images / Working with metadata in GIF images Working...Working with metadata in GIF images Leave feedback Detecting the GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Adding text watermarks | GroupDocs

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...
  4. Watermark appear in more than one location in t...

    Is it possible for the watermark To appear in more than one location in the document. For example in the Top, center and botTom of each page... Secondly, is this about image watermark or text watermark...object and specify the input PDF file path using (Watermarker...

    forum.groupdocs.com/t/watermark-appear-in-more-...
  5. Sign documents with extra Digital Signature pro...

     This article explains how To use extended Digital electronic signatures options and adjustment on document page....are the steps to setup extra image appearance with GroupDocs.Signature:...setLocation ( "Office1" ); // image as digital certificate appearance...

    docs.groupdocs.com/signature/java/sign-document...
  6. resume.pdf

    NAME HERE JOB TITLE HERE PROFILE Want To put your own Image in the circle? It is easy! Select the Image and do a right mouse click. Select “Fill” from the shortcut menu. Choose Picture… from the li......your own image in the circle? It is easy! Select the image and do...insert your selected image. Once your image has been inserted,...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  7. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Parser for Python via .NET can work with....Text Extract Metadata Extract Images Extract Tables Microsoft Word...✅ ✅ Rich Text Format ✅ ✅ ✅ ✅ PDF Format Description Extract Text...

    docs.groupdocs.com/parser/python-net/supported-...
  8. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad To announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three new features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below....“Improve comparison of Text & Imaging formats” and ” Add styles change...change detection for Comparison.Imaging (height, width)” along with...

    blog.groupdocs.com/comparison/strikeout-option-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...ability to sign files with image signature by given pattern in...Text Signature alignment for PDF Documents Implement Text Signature...

    blog.groupdocs.com/groupdocs.blog/page/82/
  10. How to work with Metadata tags

    Explain how To work with Metadata tags...way across Word documents, PDFs, images, and more. For instance...property in a Word document or a PDF without you needing to know the...

    blog.groupdocs.com/metadata/how-to-work-with-tag/