Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 9,358 for

paged

(0.48 sec)
  1. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example.... Leave feedback On this page In this article, you will learn...watermarks, and much more. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/hello-world/
  2. Modifying found watermark properties | GroupDocs

    This article explains how to modify found watermark properties while using GroupDocs. Watermarks API....properties Leave feedback On this page GroupDocs.Watermark also allows..."document.pdf" ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/modifing-found...
  3. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document comparison report and modify appearance of detected changes when use GroupDocs.Comparison for .NET....styles Leave feedback On this page provides the compare options...compareOptions ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/net/customize-cha...
  4. Extract attachments from Emails | GroupDocs

    Extract email attachments using GroupDocs.Parser for .NET...Emails Leave feedback On this page To extract attachments from...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/extract-attachmen...
  5. Reverse image search | GroupDocs

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....For more information, see the page. The following options are available...For more information, see the page. The following code example...

    docs.groupdocs.com/search/java/reverse-image-se...
  6. Versioning of annotated documents | GroupDocs

    The page describes how to manage different versions of document using GroupDocs.Annotation for Java API....documents Leave feedback On this page When you save a file using the..."result_loaded.pdf" ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/java/versioning-o...
  7. Load finance document with options | GroupDocs

    Learn how to load and convert finance documents (XBRL, iXBRL) with advanced options using GroupDocs.Conversion for .NET API....options Leave feedback On this page provides to control how source...xbrl" , options ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/net/load-finance-...
  8. Seamlessly Build an ASP.NET Document Viewer to ...

    GroupDocs.Viewer for .NET is a web-oriented middleware designed to display over 50 different document types in a browser. It is a client-server library that converts documents into an HTML-compatible format and then renders them in a browser just as a regular web-page. As a result, you don’t have to install any third-party software or browser plugins on the client. Documents can be viewed from any modern web-browser, including IE8+, Chrome, FireFox, Opera, Safari 5+ and their mobile versions....browser just as a regular web-page. As a result, you don’t have...file formats, please see this page , while the sample project along...

    blog.groupdocs.com/viewer/seamlessly-build-asp-...
  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....backgrounds Leave feedback On this page Extracting information about...watermarker . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Compare Multiple Documents | GroupDocs

    Compare a source document against multiple targets in a single pass — including password-protected files and custom compare settings — with GroupDocs.Comparison for Python via .NET....Documents Leave feedback On this page Note Multi-target comparison...password handling. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/develo...