Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 3,410 for

image signature

(0.06 sec)
  1. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Signature Product Solution GroupDocs...document Specify the JPEG image quality Set image size limits Optimize...

    docs.groupdocs.com/viewer/python-net/rendering-...
  2. GroupDocs.Viewer for Node.js via Java

    This API allows you to view and render any type of file format using Node.js on any platform....Signature Product Family GroupDocs.Metadata...js Render Word Document to Image using Node.js Render Word to...

    kb.groupdocs.com/viewer/nodejs/
  3. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....Signature Product Solution GroupDocs...may be large. For example, images or fonts are stored as stream...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract Images from PowerPoint in C# and a sample working code on how to get Images from PowerPoint using C#....Signature Product Family GroupDocs.Metadata...Product Family How to Extract Images from PowerPoint in C# In this...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  5. Convert a Document to Multiple Page Files | Gro...

    Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET....Signature Product Solution GroupDocs...presentation to a PNG image and save the output images to a specified...

    docs.groupdocs.com/conversion/python-net/develo...
  6. Render DOCX to JPG using Node.js

    This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....Signature Product Family GroupDocs.Metadata...previewing, or sharing content as images, this solution eliminates the...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-j...
  7. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...Signature Product Solution GroupDocs...(); Adding watermark to all images in header and footer GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...
  8. Add watermarks to diagram documents | GroupDocs

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Signature Product Solution GroupDocs...textWatermarkOptions ); // Initialize image watermark using ( ImageWatermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Signature Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 5 Secure Methods to Add Watermarks to Word Docu...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods from basic to advanced with complete code examples....Signature Product Solution GroupDocs...AddTiledImageWaterma # Repeated tiled image watermark │ ├── AddLockedSectionWate...

    docs.groupdocs.com/watermark/net/secure-methods...