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

feature

(1.29 sec)
  1. Sign documents with standard QR-code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc... This feature supports standard QR-code representation...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/sign-document...
  2. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...the code above and see the feature in action in our GitHub examples:...redaction App Along with full featured Java library we provide simple...

    docs.groupdocs.com/redaction/java/use-microsoft...
  3. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Conversion.NETFramework starting v25.12 and up,...

    Hello, until version 25.11 the integration into a COM object was seamless. Since version 25.12, with the integration of the embedded fonts, using Value Tuple, it is no more possible to integrate into COM as it leads to l…...pulls in for the embedded‑font feature; the runtime that COM loads...

    forum.groupdocs.com/t/conversion-netframework-s...
  5. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... This feature will be more beneficial when...the API, we have some new features and improvements. Moreover...

    blog.groupdocs.com/categories/groupdocs.search-...
  6. 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/
  7. 在 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...
  8. 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/
  9. 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/
  10. 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-...