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

image

(0.26 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers cell by cell co......signature groupdocs-signature image-steganography Python release-26...all fonts replace font Add Image Watermark Add Text Watermark...

    blog.groupdocs.com/it/tags/index.xml
  2. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape Image and more....particular shapes, Replacing shape image and more. Extracting information...shape . Image != null ) { Console . WriteLine ( shape . Image . Width...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  3. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....for attached documents and images .emlx Apple Mail Message ✅...for attached documents and images .oft Microsoft Outlook Email...

    docs.groupdocs.com/watermark/net/supported-docu...
  4. Supported File Formats | GroupDocs

    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...
  5. How to Convert PDF to JPG in C#

    This short tutorial describes the procedure to convert PDF to JPG in C# and easily apply this guide to develop PDF to JPG converter C# capability....Finally, save the converted JPG image to the disk by calling the Convert...class and customize the JPG image by defining the parameters using...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. 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...
  7. Working with Images | GroupDocs

    Enumerate, filter, and save Images extracted with GroupDocs.Parser for Python via .NET....Working with Images / Working with Images Working with Images Leave...page Use image areas to inspect page coordinates, image types,...

    docs.groupdocs.com/parser/python-net/working-wi...
  8. Generate signatures preview | GroupDocs

    This topic explains how to generate document signature preview in Python with various options by GroupDocs.Signature for Python via .NET....creation (see event handler ); image preview format - PNG / JPG /...process; custom size of preview images (if needed). Note Stream that...

    docs.groupdocs.com/signature/python-net/generat...
  9. Fail Converting PDF to MD with images and urls ...

    Hey, I have been trying to use GroupDocs to convert pdf files to markdown files. Sadly when trying to convert pdf files with Images and urls the Images vanish and the urls just stay as highlighted text in the md document…...Fail Converting PDF to MD with images and urls GroupDocs.Conversion...highlights as images. I will add a pdf example and the image it gave...

    forum.groupdocs.com/t/fail-converting-pdf-to-md...
  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...