Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 9,587 for

image

(0.65 sec)
  1. Add Text Watermark to PNG using C#

    Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#....Adding a text watermark to PNG images can enhance their visual appeal...watermark is in the context of PNG images. A text watermark is a visible...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  2. signature.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/signature/python-net/technical-support/weekly0.5https://docs.groupdocs.com/signatur......com/signature/java/advanced-search-for-image-signatures/weekly0.5https://docs...groupdocs.com/signature/java/delete-image-signatures-from-documents/weekly0...

    docs.groupdocs.com/sitemaps/signature.xml
  3. Conversion from STL and IFC is Supported in Gro...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.10. This release permits users to hide comments when converting from Cells. Conversion from STL and IFC is also introduced in 17.10 version of the API. Aside these features, API covers many improvements and bug fixes. Such as Slides to XPS conversion is improved. We’d recommend you to download this latest release and share your documents conversion experience....Conversion of document containing images to RTF with “old readers” compatibility...work PPTX to HTML Conversion - Image without background converted...

    blog.groupdocs.com/conversion/conversion-from-s...
  4. Electronic signature types | GroupDocs

    This documentation section describes different type of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature...files; Form-field signatures; Image signatures; Metadata signatures;...signature Form field signature Image signature Metadata signatures...

    docs.groupdocs.com/signature/net/electronic-sig...
  5. GroupDocs.Parser 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.... Scan QR code images and scan using the camera....barcodes online. Scan barcode images and scan using the camera....

    blog.groupdocs.com/categories/groupdocs.parser-...
  6. GroupDocs.Conversion for Java

    Find answers about converting documents and Images of various types using Java code on any platform....Word using Java How to Convert Image to PDF in Java How to Convert...Java How to Convert PDF to Image in Java How to Convert Excel...

    kb.groupdocs.com/conversion/java/page/7/
  7. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming....today’s digital age, keeping images safe and secure is very important...adding a text watermark to JPG images. In this detailed guide, we’ll...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  8. Read Maker Notes from Canon and Panasonic using...

    The GroupDocs team is really pleased to announce the release of version 17.8.0 of the GroupDocs.Metadata for .NET API. The latest release comes up with a couple of new features and enhancements along with a bug fix. The API further improves its functionality by implementing the ability to read maker notes for Canon and Panasonic cameras. Beside adding two new manufacturers to the supported list, the API now supports some more camera models for SONY and Nikon that were not previously supported....notes in JPEG image Panasonic maker notes in JPEG image For details...EXIF geo-location from a JPEG image. Available Channels and Resources...

    blog.groupdocs.com/metadata/read-maker-notes-fr...
  9. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....and PDF file formats, and get Image Cover metadata for EPUB, MP3...Excel file formats. Watermark Images, Specify Bookmarks and Headings...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  10. 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...