Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 4,596 for

groupdocs.redaction,

(0.38 sec)
  1. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream

    docs.groupdocs.com/redaction/net/save-to-stream/
  2. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to PDF redactions....This article explains that how to set page-level scope to PDF redactions.

    docs.groupdocs.com/redaction/python-net/use-pdf...
  3. GroupDocs.Total for .NET

    Find answers to view, render, annotate, convert, e-sign, compare and assemble documents in .NET language....Find answers to view, render, annotate, convert, e-sign, compare and assemble documents in .NET language.

    kb.groupdocs.com/total/net/
  4. GroupDocs.Parser for .NET

    Այս API-ն թույլ է տալիս կատարել տեքստի որոնում և ինդեքսավորել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով C# .NET լեզուն ցանկացած հարթակում:...Այս API-ն թույլ է տալիս կատարել տեքստի որոնում և ինդեքսավորել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով C# .NET լեզուն ցանկացած հարթակում:

    kb.groupdocs.com/hy/parser/net/page/4/
  5. Remove Text from DOCX Online

    Remove DOCX text in content and metadata online....Remove DOCX text in content and metadata online.

    products.groupdocs.app/redaction/remove-text-fr...
  6. 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....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.

    blog.groupdocs.com/redaction/get-credit-consump...
  7. 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....This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.

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

    This article demonstrates the simplest way to save the document...This article demonstrates the simplest way to save the document

    docs.groupdocs.com/redaction/net/save-with-defa...
  9. 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....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.

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

    This article explains that how to use PageAreaRedaction....This article explains that how to use PageAreaRedaction.

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