Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 9,616 for

images

(0.04 sec)
  1. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...methods—such as text, metadata, and image redactions—directly within your...sanitized PDF containing rasterized images of the original pages. GroupDocs...

    docs.groupdocs.com/redaction/python-net/
  2. Convert presentations | GroupDocs

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....presentations to other formats like images, HTML, XML, etc. It may be...conversions From To FODP eBook: , , Image: , , , , , , , J2K, JFIF, ,...

    docs.groupdocs.com/conversion/net/convert/prese...
  3. Extract data from PDF documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from PDF documents. Also password-protected PDFs and PDF portfolios are supported. The following examples demonstrate how to extract data from PDF documents:...NET Extract images from PDF documents Extract...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats....sanitized PDF document with raster images of original pages. GroupDocs...

    docs.groupdocs.com/redaction/java/
  5. Generate document pages preview | GroupDocs

    Learn how to generate page previews (thumbnails) of documents using GroupDocs.Comparison for Python via .NET....to render lightweight page images for quick previews. import...

    docs.groupdocs.com/comparison/python-net/genera...
  6. Render XML documents as HTML, PDF, PNG, and JPE...

    Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....the output will be a raster image without any interactive links...its resources (stylesheets, images, fonts etc) are stored separately...

    docs.groupdocs.com/viewer/python-net/render-xml...
  7. GroupDocs.Annotation for Java Library - Annotat...

    We are pleased to inform developers, especially those of you who prefer the Linux platform, about the release of the GroupDocs.Annotation for Java library. It is an HTML5 standard compliant library that allows you to display PDF, Microsoft Office and image files and comes with a comprehensive set of document commenting and markup tools. The viewer can work two ways: by rasterizing documents or by converting them to a combination of SVG, HTML and CSS....display PDF, Microsoft Office and image files and comes with a comprehensive...text documents, CAD and raster images within your Java apps. Documents...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  8. Annotate GIF, TIFF, BMP and JPEG formats using ...

    We are excited to announce another monthly release where new document formats is added in supported format list for annotating Images. The latest GroupDocs.Annotation for .NET 17.1.0 API now provides support to GIF, TIFF, BMP and JPEG with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....format list for annotating images. The latest GroupDocs.Annotation...all major Annotation types in Image file with different formats...

    blog.groupdocs.com/annotation/annotate-gif-tiff...
  9. 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-...
  10. A Web-Based PDF Viewer Sample Built Using the G...

    GroupDocs.Viewer for Java is a multi-format document viewer library that allows developers to seamlessly enhance their Java applications with the capability to display over 50 document and image types. Designed based on the client-server architecture, GroupDocs.Viewer doesn’t transfer documents to client machines during view sessions. Instead, the library converts documents to web-compatible content, transfers it to clients and then renders in a web-browser. This client-server architecture provides you with the following benefits: 1....display over 50 document and image types. Designed based on the...HTML, CSS and SVG or raster images, they can be rendered in any...

    blog.groupdocs.com/viewer/web-based-pdf-viewer-...