Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 10,286 for

image

(0.43 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. render-presentation-to-html-external-outputs.zip

    render_presentation_to_html_external/pdf_page_1.html render_presentation_to_html_external/pdf_page_1/resource_1_g.svg Presentation with JPG Image in background render_presentation_to_html_external/......svg Presentation with JPG image in background render_presen...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  3. Releasing Improved ASP.NET MVC Front End

    GroupDocs team is happy to release another version of ASP.NET MVC Front End with a bunch of new features that were demanded by the customers. Not only this but most of the reported issues have also been resolved in the latest ASP.NET MVC Front End. We recommend you to download and try this version of the application to get a much better experience. Let’s have a look at the list of enhancements, fixes, and improvements....exceptions Ability to drag the image when zoomed in instead of using...buttons Search functionality in image-based representation Enable/disable...

    blog.groupdocs.com/viewer/asp-net-mvc-front-end...
  4. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page Image....over the image or to implement a text search in image-based rendering...); } } } } } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  5. 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...
  6. GroupDocs.Watermark 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....and images using GroupDocs.Watermark API with text, image, and...methods to add watermarks to images, both through online tools...

    blog.groupdocs.com/categories/groupdocs.waterma...
  7. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page....class extends any image based with different image adjustments (like...Sign documents with additional image adjustments Sign documents with...

    docs.groupdocs.com/signature/net/using-signatur...
  8. How to Use GroupDocs' Document Viewer for .NET ...

    We are often asked whether our GroupDocs Viewer for .NET works with Microsoft ASP.NET MVC 4. The answer is YES, it works well. In this article, we will learn how to use the ASP.NET HTML5 DLL version of GroupDocs’ document viewer with .NET MVC 4. Requirements GroupDocs Viewer Microsoft ASP.NET MVC 4 Сonnection and useTo use the DLL version of GroupDocs’ document viewer for .NET in an ASP.NET MVC Project: Download GroupDocs Viewer for ....you store your documents and image cache of the Viewer>); Insert...you store your documents and image cache of the Viewer>") Insert...

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...
  9. GroupDocs.Conversion for Node.js via Java | Gro...

    GroupDocs.Conversion for Node.js via Java is an advanced document conversion API developed to convert files of different formats from within JavaScript applications....forth over 50 document and image file formats. Node.js API to...accurately convert documents & image file formats in any types of...

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