Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 9,573 for

image

(0.83 sec)
  1. GroupDocs.Signature for .NET

    This API allows you to digitally sign any type of file format using .NET and C# language on any platform....Signature using C# How to Add Image Signature to RTF using C# How...using C# How to Sign XLSX with Image Signature using C# How to Sign...

    kb.groupdocs.com/signature/net/
  2. Render TXT as PNG using Python

    Discover how to render TXT as PNG using Python. This tutorial explains converting plain text files into PNG Images with customizable dimensions....visualizing these files as images can be useful for embedding...to transform plain text into image format. It also covers how to...

    kb.groupdocs.com/viewer/python/render-txt-as-pn...
  3. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....textWatermarkOptions ); // Add image watermark to the second worksheet...)); } Adding watermark to the images from a particular worksheet...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Convert ODT to TIFF using Node.js

    Easily convert ODT to TIFF using Node.js. Follow this simple guide to export ODT to TIFF in Node.js and streamline document processing in your application....archiving document content, image formats offer a universal and...need to produce high-quality image outputs. By the end of this...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  5. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....textWatermarkOptions ); // Add image watermark to the second worksheet...(); Adding watermark to the images from a particular worksheet...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....how to remove the background image of a particular slide calling...watermark to all background Images Using GroupDocs.Watermark,...

    docs.groupdocs.com/watermark/java/working-with-...
  7. How to merge TIF images using C# | GroupDocs

    Learn how to merge TIF Image files, combine TIF Image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....merge TIF images using C# How to merge TIF images using C# Leave...Format TIF (or TIFF) is an image format used for containing high...

    docs.groupdocs.com/merger/net/getting-started/u...
  8. Introducing WebP EMF and WMF formats in GroupDo...

    We’ve just published some important updates for GroupDocs.Metadata for the .NET community and we’re really pleased to announce our newest stable GroupDocs.Metadata for .NET 16.11 release, which includes support for even some more document formats as well as some great new features for Images and audio files. To try out all of the awesome features available now in our latest release, simply download this latest version or check for updates in Visual Studio and install the release ....some great new features for images and audio files. To try out...features. WMF image format d etection WebP image format detection...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  9. Convert PNG to DOCX with Python

    Step‑by‑step guide to Convert PNG to DOCX with Python using GroupDocs.Conversion, featuring a Python code for PNG to DOCX conversion efficiently....DOCX with Python Converting image files into editable documents...reliable way to turn a PNG image into an editable DOCX document...

    kb.groupdocs.com/conversion/python/convert-png-...
  10. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....section for shapes matching image or text criteria and removes...document Create and initialize image or text search criteria Find...

    docs.groupdocs.com/watermark/python-net/existin...