Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 2,814 for

feature

(0.03 sec)
  1. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....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-o...
  2. Classify Documents with IAB-2 & Document Taxono...

    Taxonomic classification of documents using C# within .NET applications. Classify PDF, Word, & password-protected documents with IAB-2 & document taxonomy....the document classification feature within your .NET application...

    blog.groupdocs.com/classification/taxonomic-cla...
  3. Enabling Inline CSS Styles | Documentation

    This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....Also, please note that this feature exists only for the WordProcessing...

    docs.groupdocs.com/editor/nodejs-java/inline-st...
  4. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion API.... Along with this feature, the API supports a long list...using the above-highlighted features for MS PowerPoint and OpenOffice...

    blog.groupdocs.com/conversion/convert-presentat...
  5. Email messages | Documentation

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

    docs.groupdocs.com/watermark/net/email-messages/
  6. 在 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...
  7. eSign document with Barcode signature | Documen...

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...more about document eSign features, please refer to the . More...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/net/esign-document...
  8. 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....for Java also provides the feature that allows you to the picture...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Email messages | Documentation

    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/
  10. Generate signature preview | Documentation

    This topic explains how to get signature preview with the SignOptions by GroupDocs.Signature API....more about document eSign features, please refer to the . More...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/generate-sign...