Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 9,572 for

image

(0.14 sec)
  1. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....; Text as image signatures with big scope of...look, colors, and extra image effects; Image signatures with options...

    docs.groupdocs.com/signature/java/features-over...
  2. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....with custom appearance and image This example demonstrates how...the appearance and adding an image to each signature. See Here...

    docs.groupdocs.com/signature/net/iterative-digi...
  3. Add watermarks to word processing documents | G...

    Add watermarks in headers and footers of any section using Python via .NET....left_margin ) Adding watermark to the images inside a particular section...section This sample finds images within the target section and overlays...

    docs.groupdocs.com/watermark/python-net/add-wat...
  4. Render HTML as JPG using Python

    Discover how to render HTML as JPG using Python. This tutorial guides you through the steps to convert HTML to JPG in Python with customizable dimensions....Transforming HTML content into JPG images offers a reliable way to capture...customize both resolution and image dimensions for high-quality...

    kb.groupdocs.com/viewer/python/render-html-as-j...
  5. 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...
  6. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Docker image in two stages to minimize the final image size. In...sample code. The final Docker image can be run as an application...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  7. 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-...
  8. 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...
  9. 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...
  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...