Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 9,088 for

image

(0.05 sec)
  1. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background Images...watermark to all background images Extracting information about...how to remove the background image of a particular slide setting...

    docs.groupdocs.com/watermark/net/working-with-s...
  2. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert web documents to PDF, PNG, and JPEG formats....convert the document to PDF or image format. These methods allow...specify the quality of document images. Refer to the following documentation...

    docs.groupdocs.com/viewer/nodejs-java/render-we...
  3. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Java API to convert web documents to PDF, PNG, and JPEG formats....convert the document to PDF or image format. These methods allow...specify the quality of document images. Refer to the following documentation...

    docs.groupdocs.com/viewer/java/render-web-docum...
  4. Convert a JPEG file to PSD programmatically in C#

    You can convert an Image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant Image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format...ImageConvertOptions Specify resultant image format using Format property...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...
  5. Features Overview | Documentation

    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...
  6. .NET ICO Viewer API - Read, View, Render in C# ...

    .NET document viewer API to read, render and display ICO in any type of C#, ASP.NET, VB.NET & .NET Core applications....layout in HTML5, PDF or as an image using a few lines of the code...document formats in HTML5, image or PDF modes. The document rendering...

    products.groupdocs.com/viewer/net/ico/
  7. Barcodes Syntax and Properties | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode Images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode Image within your template, perform the following steps: Add a textbox to your template at the place where you want a barcode Image to be inserted. Set common Image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode Image without bars and text....Usage / Working with Barcode Image Generation / Barcodes Syntax...Dynamically You can insert barcode images to your documents dynamically...

    docs.groupdocs.com/assembly/java/barcodes-synta...
  8. GroupDocs.Conversion Product Family

    Find answers about converting documents and Images of various types using code on any platform....to Convert Word Document to Image using C# How to Convert Word...C# How to Convert Excel to Image in C# How to Convert Outlook...

    kb.groupdocs.com/conversion/page/17/
  9. How to merge TIF images using C# | Documentation

    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...
  10. Working with slide backgrounds | Documentation

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