Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 30,392 for

redact

(0.04 sec)
  1. Úprava PDF a naskenovaných dokumentů v C# | Zat...

    Upravujte text v PDF a dalších dokumentech pomocí C# ve svých aplikacích .NET. Upravte dokumenty tak, aby byly začerněny text a také text ve vložených obrázcích....Redaction poskytuje redigování dokumentů...Install-Package GroupDocs.Redaction Nainstalujte přes NuGet Package...

    blog.groupdocs.com/cs/redaction/redact-text-and...
  2. Zoek en vervang tekst in PDF met C# | Vervang o...

    Vind programmatisch bepaalde tekst, woorden, woordgroepen in PDF-documenten met hoofdlettergevoeligheid en RegEx met behulp van C#. Vervang of verberg de tekst om PDF-bestanden te redigeren....NET Redaction API voor het vervangen van...GroupDocs toont GroupDocs.Redaction for .NET, de API om inhoud...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  3. System requirements | Documentation

    On this page, you will find the system requirements, supported platforms, and development environments for GroupDocs.Redaction for Python via .NET. This API does not require any external software or third-party tools to be installed....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/system-...
  4. How to run examples | Documentation

    How to run examples....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/how-to-...
  5. מצא והחלף טקסט ב-PDF ב-Java | החלף או הסתר טקסט...

    מצא באופן פרוגרמטי טקסט, מילים, ביטויים מסוימים במסמכי PDF עם רגישות רישיות ו-RegEx ב-Java. החלף או הסתר את הטקסט כדי לבטל קבצי PDF....טקסט עם תיבה צבעונית Java Redaction API להחלפת טקסט # GroupDocs...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.12</version>...

    blog.groupdocs.com/he/redaction/find-and-replac...
  6. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor Redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform Redactions Redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); Redactor.save(); } finally { Redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/load-password...
  7. Редагувати PDF і відскановані документи в C# | ...

    Відредагуйте текст у PDF та інших документах за допомогою C# у ваших програмах .NET. Відредагуйте документи на затемнений текст, а також текст у вбудованих зображеннях....Redaction надає API редагування документів...Install-Package GroupDocs.Redaction Встановіть через диспетчер...

    blog.groupdocs.com/uk/redaction/redact-text-and...
  8. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor Redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform Redactions Redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix Redactor.save(saveOptions); } finally { Redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-origi...
  9. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required Redaction....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/create-custom...
  10. Save overwriting original file | Documentation

    This article demonstrates that how to save the Redacted document, replacing an original file...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/save-overwriti...