Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 9,093 for

images

(0.05 sec)
  1. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer Java API....Optimize images in Java / Set image resolution Set image resolution...the output PDF file contains images, you can reduce its resolution...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...List<IImageResource> images = readyToEdit.Images; // Save extracted images and...GetContent(); foreach (var image in images) { string imageFileName...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  3. Releasing First Version of GroupDocs.Metadata f...

    We are extremely excited to announce that the first version of GroupDocs.Metadata for Java has been released. GroupDocs.Metadata for Java is a valuable addition to the GroupDocs.Metadata product family that empowers Java developers while working with metadata of popular file formats. It is powerful as well as easy to use API that provides all basic metadata operations (i.e. view, add, modify, remove) for a number of file formats. API gets the file as an input and makes its metadata accessible to the user....EXIF metadata properties in images EXIF maker-notes XMP metadata...properties in images IPTC metadata properties in images Image resource...

    blog.groupdocs.com/metadata/releasing-first-ver...
  4. Animated GIF with Interactive Play/Pause

    Interactive animation. Animated GIF viewer with Play and Pause functionality....Pause animated GIF and APNG images using C#...

    blog.groupdocs.com/viewer/play-pause-apng.html
  5. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for Node.js in your Java applications....following formats: HTML PDF Images (JPG or PNG) If the source...multi-page document to HTML or images results in multiple files,...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  6. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and Images (JPG, PNG, BMP, GIF and more..)....Excel, PowerPoint documents and images, including the ability to change...transforming all pages into raster images or keep the document in its...

    docs.groupdocs.com/redaction/python-net/feature...
  7. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and Images (JPG, PNG, BMP, GIF and more..)....Excel, PowerPoint documents and images, including the ability to change...transforming all pages into raster images or keep the document in its...

    docs.groupdocs.com/redaction/java/features-over...
  8. Convert XLSX to BMP using Python

    Learn how to convert XLSX to BMP using Python in a few simple steps without extra dependencies. Includes sample code to export XLSX to BMP in Python efficiently....Transforming Excel spreadsheets into image formats like BMP can greatly...Python , you generate bitmap images that retain the visual integrity...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  9. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM Images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....metadata for specific formats / Images / Working with DICOM metadata...format-specific information from DICOM images. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-di...
  10. Add Watermark to PDF in Java | Text and Image W...

    Add image watermarks or apply text watermarks to PDF files in Java. Apply watermarks to all & selective pages of PDF using GroupDocs Watermarking Java API....Text Watermark to PDF Apply Image Watermark to PDF Watermarking...allows working with text and image watermarks within the PDF files...

    blog.groupdocs.com/watermark/add-watermark-to-p...