Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 9,017 for

image

(0.03 sec)
  1. Rendering Archive Documents

    The Compressed files (e.g .ZIP or TAR) use file compression in order to save the disk space. Also, the compressed archive formats can be used to compress multiple files into a single archive. This post demonstrates the usage of the GroupDocs.Viewer API to render the list of files or folders from an archive file. Rendering the List of a Folder from the Archive The GetPages method of both ViewerImageHandler and ViewerHtmlHandler renders the items from the root of archives....Rendering Specified Folder into Image, HTML or PDF # To render a specified...folder from an archive into image, html or PDF, all ImageOptions...

    blog.groupdocs.com/viewer/rendering-archive-doc...
  2. GroupDocs.Viewer Product Family

    Find answers about viewing and rendering a variety of file types using code on any platform....using Python Render PDF as Image using Python Render DOCX as...using Python Render DOCX as Image using Python Render DOCX as...

    kb.groupdocs.com/viewer/
  3. GroupDocs.Conversion Product Family

    Find answers about converting documents and Images of various types using code on any platform....using Python Convert HTML to Image using Python Convert HTML to...using Python Convert XLSX to Image using Python Convert XLSX to...

    kb.groupdocs.com/conversion/
  4. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Annotation to PDF using Java Add Image Annotation to JPG using Java...Annotation to PDF using C# Add Image Annotation to JPG using C# Add...

    kb.groupdocs.com/categories/page/21/
  5. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Outlook Message Item File ✅ Image file formats Format Description...detection Bitmap Image ✅ DICOM (Digital Imaging and Communications...

    docs.groupdocs.com/comparison/python-net/suppor...
  6. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...OCR to extract a text from images and PDFs / Use OCR Connector...out-of-the-box text recognition from images and scanned PDFs in English...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  7. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and Image file formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and Image formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different formats....Convert between 50+ Document and Image File Formats GroupDocs.Conversion...conversion of business documents and image file formats between Word, Excel...

    blog.groupdocs.com/total/advanced-documents-con...
  8. 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...
  9. Adding text watermarks | Documentation

    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...
  10. 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...