Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 31,324 for

redaction

(0.05 sec)
  1. Problem With GroupDocs.Redaction 20.7 with word...

    I have a template where I am replacing Text from #Ref001 to whatever I want. This is working fine in all the files but not working in doc files. in the doc files it is only replacing 1 or 2 instances but not all the ins…...Redaction 20.7 with word document GroupDocs...dotnet , csharp , redaction-api , text-redaction Niteen_Jadhav June...

    forum.groupdocs.com/t/problem-with-groupdocs-re...
  2. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....Word Documents and Add Text Redaction Annotation in PowerPoint Slides...documents as well as adding text redaction annotation in PowerPoint presentations...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  3. pptx

    pptx,Resize PPTX Online,Convert PPTX,Search in PPTX Online,Edit PPTX CSharp,Pptx | GroupDocs.Annotation for .NET API Reference,Java PPTX Comparison API -...Redaction Resize PPTX Resize PPTX Upload.... products.groupdocs.app/redaction/resize/pptx more.. Convert...

    search.groupdocs.com/q/PPTX.html
  4. Document Automation APIs on Tumblr

    Enhance your .NET & Java apps by automating the document manipulation processes via standalone APIs. View, edit, convert, compare, watermark, edit, inspect, search and e-sign documents from Office, OpenOffice, CAD, 3D, images, HTML, PDF, and many other formats....Redaction for Java 19.11. Read more:...https://blog.groupdocs.com/2019/12/04/redact-apple-numbers-spreadsheet-...

    www.tumblr.com/groupdocscom/likes
  5. Free Support Forum - groupdocs.com

    Get FREE technical support for GroupDocs APIs from our developers using free support forum....using GroupDocs Redaction GroupDocs.Redaction Product Family csharp...csharp , dotnet , text-redaction 6 37 September 3, 2024 Redistributable...

    forum.groupdocs.com/latest
  6. Topics tagged dotnet

    Topics tagged dotnet...using GroupDocs Redaction GroupDocs.Redaction Product Family csharp...csharp , dotnet , text-redaction 6 37 September 3, 2024 Redistributable...

    forum.groupdocs.com/tag/dotnet
  7. GitHub - groupdocs-metadata/GroupDocs.Metadata-...

    GroupDocs.Metadata for Java examples, plugins and showcase projects - groupdocs-metadata/GroupDocs.Metadata-for-Java...com/redaction/java License MIT license 6...projects products.groupdocs.com/redaction/Java Resources Readme License...

    github.com/groupdocs-metadata/GroupDocs.Metadat...
  8. GitHub - groupdocs-metadata/GroupDocs.Metadata-...

    GroupDocs.Metadata for Java examples, plugins and showcase projects - groupdocs-metadata/GroupDocs.Metadata-for-Java...com/redaction/java License MIT license 6...projects products.groupdocs.com/redaction/Java Resources Readme License...

    github.com/groupdocs-metadata/GroupDocs.Metadat...
  9. Annotate Word Documents with GoupDocs.Annotatio...

    GroupDocs Team is pleased to announce new release of GroupDocs.Annotation for .NET 3.1.0 API. The latest release of our Document Annotation API provides new features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.1.0 also included support for word document format with all major annotation types (Highlight Text, Area Annotation, and Strikeout etc). Please download the latest release to enhance your application with document annotation features New Features and Support for Word DocumentIn this release All Annotations for Words Document is now supported with improvement and enhancement....Text replacement Resource redaction Export To Words Document Annotation...

    blog.groupdocs.com/annotation/annouced-groupdoc...
  10. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply Redaction final Redactor redactor = new Redactor("OverwrittenSample.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.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-overwrit...