Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 27,693 for

groupdocs.redaction

(0.08 sec)
  1. Get text with coordinates and redact in .NET - ...

    I have a scanned pdf file and I want to get all the data with the coordinates of data and redact that text using this library , how can I achieve my goal...NET GroupDocs.Redaction Product Family dotnet...want to inform you that GroupDocs.Redaction for .NET v21.3 that supports...

    forum.groupdocs.com/t/get-text-with-coordinates...
  2. Remove Pages from Pdf Online

    seo_description_format_family_redaction_REMPAGEFAM...Resize Pdf Rotate Pdf GroupDocs.Redaction presents an easy-to-use...API implemented in the GroupDocs.Redaction for .NET library and...

    products.groupdocs.app/redaction/remove-page-fr...
  3. Replace Text in DOCX Online

    Replace DOCX text in document content and metadata online....Remove text from DOCX GroupDocs.Redaction presents an easy-to-use...API implemented in the GroupDocs.Redaction for .NET library and...

    products.groupdocs.app/redaction/replace-text-i...
  4. 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/image-redactions/
  5. Use advanced logging | Documentation

    You can implement ILogger interface from com.Groupdocs.redaction.options package. This interface requires to implement three methods: import com.Groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  6. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/load-password-...
  7. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  8. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/save-in-raster...
  9. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/select-specif...