Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 2,757 for

feature

(0.02 sec)
  1. Deleting Text signatures - advanced | Documenta...

    This article shows how to delete Text 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-text...
  2. 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-...
  3. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API.... This feature can be useful for branding...comprehensive solution with enhanced features. WatermarkOptions You can...

    docs.groupdocs.com/conversion/java/add-watermark/
  4. Deleting Barcode signatures - advanced | Docume...

    This article shows how to delete Barcode 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-barc...
  5. Deleting QR-code signatures - advanced | Docume...

    This article shows how to delete QR-code 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-qr-c...
  6. Sign document with Stamp signature - advanced |...

     This article explains how to sign document with generated Stamp electronic signatures using advanced options 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/sign-document...
  7. 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...
  8. 在 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...
  9. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Redactions prodives a set of features to redact data of sensitive...more about document redaction features, please refer to the . GitHub...

    docs.groupdocs.com/redaction/net/image-redactions/
  10. Compare Multiple CSV Files in C# | Accept, Reje...

    Programmatically compare two or more CSV files in C#. Learn to accept, reject and highlight the changes. Compare password-protected CSV files using .NET API....Comparison Running examples for its features are also available at GitHub...Files using C# # Just like the feature of Microsoft Word, you can...

    blog.groupdocs.com/comparison/compare-multiple-...