Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 9,064 for

images

(0.16 sec)
  1. 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-...
  2. Releasing GroupDocs.Comparison for Java 16.11.0...

    In order to enrich the document comparison experience, team GroupDocs is pleased to release GroupDocs.Comparison for Java 16.11.0 that comes with multitude of new features such as comparison of comments, WordArt objects, forms and many more. API also sums up a lot of improvements and bug fixes. We would recommend you to download latest release of the API and integrate it in your project. GroupDocs.Comparison for Java 16.11.0 - New FeaturesAPI comes with following new features: Added page numbers comparison for MS Word Added comparison of group shapes for Word Documents Comparison of comments for MS Word Comparison of WordArt objects in MS Word Comparison of tables in MS Word Comparison of Forms in MS Word Comparison of multi-language in MS Word Object model of Paragraph for PDF Implemented absorber of paragraphs for the basic cases for PDF Added option to compose multiple result list from result lists of each document for MS Word Support comparing multiple documents with track changes for MS Words Added support of absorption of the Page Footer for PDF Added support of absorption of the Page Header for PDF Added apply/discard changes support for multiple result changes list for MS Word Added support for new components: media objects, image positioning for PDF Added support of comparing watermarks for PDF Added support of comparing charts for MS Power Point Presentations Added support of comparing comments for MS Power Point Presentations Added support of style changes detection for MS Power Point Presentations Added support of detection of Picture Frames for MS Power Point Presentations Document Comparison API for Java - ImprovementsFollowing are the features that are improved in the latest version of the GroupDocs....components: media objects, image positioning for PDF Added support...engine to support all kind of images for MS Power Point Presentation...

    blog.groupdocs.com/comparison/groupdocs.compari...
  3. GroupDocs.Conversion for .NET Library - Convert...

    Good news for .NET developers - our universal document conversion library, GroupDocs Conversion for .NET is now available for download! The library enables developers to seamlessly convert back and forth between over 50 common file formats from within their .NET (C#, VB.NET) apps. For example, using the library, you can convert Word documents (DOC, DOCX) to PDF files and to Images without the need for Microsoft Word or Adobe Acrobat on either server or client side.... DOCX) to PDF files and to images without the need for Microsoft...Word (DOC, DOCX) to PDF PDF to image files (JPG, TIFF) PDF to XPS...

    blog.groupdocs.com/conversion/groupdocs-convers...
  4. DPI setting ignored when converting MSG to PDF ...

    Hello, Converting the attached MSG file to PDF, creates a document with as size of 10.42 x 14.74 inch, according to Adobe Reader. image.png (66.0 KB) With the specified 750 x 1061 pixels at the default 96 dpi, that sh…... image.png (66.0 KB) With the specified...relevant for: Embedded raster images (it tells printers/viewers...

    forum.groupdocs.com/t/dpi-setting-ignored-when-...
  5. Convert presentations | Documentation

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

    docs.groupdocs.com/conversion/java/convert/pres...
  6. Upcoming Release of GroupDocs.Redaction for Java

    Big News! We are going to launch GroupDocs.Redaction API for Java platform very soon. Similar to the .NET version, GroupDocs.Redaction for Java would be a backend API for removing sensitive and classified information from the popular document formats. As far as the supported features are concerned, this is going to be a replica of GroupDocs.Redaction for .NET. Through this API, we aim to provide you a single, format-independent interface containing a set of redaction methods to redact text, metadata, and annotations....Support of region redactions for image files Metadata Redaction Searching...potx, .pptm, .ppsm, .potm) Images (.jpg, .jpeg, .bmp, .png, ...

    blog.groupdocs.com/redaction/upcoming-release-o...
  7. Convert to grayscale | Documentation

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....output PDF file / Optimize images / Convert to grayscale Convert...viewOptions ) The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to Images or documents....Basic usage / Add image watermarks Add image watermarks Leave...Watermark library is adding image watermarks to documents. You...

    docs.groupdocs.com/watermark/python-net/add-image/
  9. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) file format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18....support for ODG, SVG and MetaFile Images Improve output content for...

    blog.groupdocs.com/viewer/render-isff-based-dgn...
  10. Basic usage | Documentation

    Quick Start section for GroupDocs.Parser API Parse your documents and extract data easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to parse them and extract data using GroupDocs.Parser API....metadata from documents Extract images from documents Was this page...

    docs.groupdocs.com/parser/net/basic-usage/