Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 29,102 for

groupdocs.redaction

(0.05 sec)
  1. Use Aspose.OCR for Cloud SDK | Documentation

    This article explains that how to use Aspose.OCR for Cloud SDK....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  2. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/metadata-redac...
  3. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/save-with-defa...
  4. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/extend-support...
  5. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/use-redaction...
  6. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/use-page-area-...
  7. Tags

    Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotat......Merger Product Family GroupDocs.Redaction Product Family Tags Najnoviji...

    kb.groupdocs.com/hy/tags/
  8. Get Credit Consumption Information for Your Met...

    Hello everyone! I am back with another release announcement of Groupdocs.redaction for .NET 19.5. This release has brought a quite useful feature for the developers who are using Groupdocs.redaction with our Metered Licence. For those who are unaware of the Metered Licence, let me give you a brief introduction. Afterward, I will talk about the new feature and its usage. Metered License is a type of license that allows you to pay for what you have used....release announcement of GroupDocs.Redaction for .NET 19.5 . This...developers who are using GroupDocs.Redaction with our Metered Licence...

    blog.groupdocs.com/redaction/get-credit-consump...
  9. GroupDocs.Total for .NET

    Find answers to view, render, annotate, convert, e-sign, compare and assemble documents in .NET language....Merger Product Family GroupDocs.Redaction Product Family GroupDocs...

    kb.groupdocs.com/total/net/
  10. Text redactions | Documentation

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/text-redactions/