Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 3,602 for

feature

(1.12 sec)
  1. Deleting Image signatures - advanced | GroupDocs

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/deleting-imag...
  2. eSign Document with Multiple Signatures | Group...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured Python library, we provide...

    docs.groupdocs.com/signature/python-net/esign-d...
  3. Working with OpenType fonts | GroupDocs

    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 OpenTypeRootPackage....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-op...
  4. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx in Java. Replace or hide the text to redact PDF files....in Java # You can use this feature to hide any private data, and...

    blog.groupdocs.com/redaction/find-and-replace-t...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...support is an undocumented feature so some additional skills are...

    blog.groupdocs.com/groupdocs.blog/page/100/
  6. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API....PowerPoint provides the “Comments” feature to simplify the presentation...

    docs.groupdocs.com/conversion/net/load-presenta...
  7. 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-...
  8. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....class to access all basic features related to email messages...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-s...
  9. 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...
  10. 在 Word、Excel、PowerPoint, PDF 中使用 C# 搜索圖像簽名

    使用 .NET Signature API 從任何文檔(DOC、XLS、PPT、PDF)中的圖像數據內容搜索條形碼、QR 碼、數字或電子簽名。...enable grabbing image content feature ReturnContent = true, // set...

    blog.groupdocs.com/zh-hant/signature/search-ima...