Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 3,569 for

feature

(0.18 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Front End with a bunch of new features that were demanded by the...11.0 is packed with the new features such as the rendering of OTP...

    blog.groupdocs.com/groupdocs.blog/page/83/
  2. 在 Word、Excel、PowerPoint、PDF 中使用 C# 搜索图像签名

    使用 .NET Signature API 从 C# 中的任何文档(DOC、XLS、PPT、PDF) 中搜索条形码、二维码、数字或电子签名以及图像数据内容。...enable grabbing image content feature ReturnContent = true, // set...

    blog.groupdocs.com/zh/signature/search-image-si...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...application with spot the difference feature or if you want to compare two...

    blog.groupdocs.com/groupdocs.blog/page/33/
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...New FeaturesBelow is the new feature added to** GroupDocs.Viewer...that emerges with appealing features and bug fixes. Boost your...

    blog.groupdocs.com/groupdocs.blog/page/84/
  5. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....Watermark also provides the feature of embedding images in the...

    docs.groupdocs.com/watermark/java/email-messages/
  6. Inserting Images Dynamically | GroupDocs

    How to dynamically inserted image within your template...Dynamically Leave feedback Note This feature is supported by version 20...

    docs.groupdocs.com/assembly/java/inserting-imag...
  7. Font embedding options | GroupDocs

    Learn how to embed fonts into an output Word document when editing with GroupDocs.Editor API for Node.js.... This is similar to the feature in Microsoft Word that allows...

    docs.groupdocs.com/editor/nodejs-java/font-embe...
  8. 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....for Java also provides the feature that allows you to the picture...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...NET also provides the feature that allows you to the picture...

    docs.groupdocs.com/watermark/net/working-with-s...
  10. Search for Multiple e-Signature Types | GroupDocs

    This article explains how to search for multiple electronic signature types within document pages using GroupDocs.Signature for Python via .NET API....the code above and see the feature in action in our examples:...

    docs.groupdocs.com/signature/python-net/search-...