Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 34,727 for

groupdocs viewer

(0.07 sec)
  1. Save overwriting original file | GroupDocs

    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....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/features-overv...
  3. Clear watermarks | GroupDocs

    This article shows how to clear existing text or image watermarks....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  4. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  5. replace font on GroupDocs Blog | Document Autom...

    replace font on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in replace font on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers......replace font on GroupDocs Blog | Document Automation Solutions...content in replace font on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/zh/tag/replace-font/index.xml
  6. extracting fonts on GroupDocs Blog | Document A...

    extracting fonts on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extracting fonts on Groupdocs Blog | Document Automation Solutions for .NET & Java De......extracting fonts on GroupDocs Blog | Document Automation Solutions...content in extracting fonts on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tag/extracting-fonts/inde...
  7. getting fonts on GroupDocs Blog | Document Auto...

    getting fonts on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in getting fonts on Groupdocs Blog | Document Automation Solutions for .NET & Java Develope......getting fonts on GroupDocs Blog | Document Automation Solutions...content in getting fonts on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tag/getting-fonts/index.xml
  8. Save to Stream | GroupDocs

    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...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/save-to-stream/
  9. Generate previews | GroupDocs

    This article provides learning contents about how to generate page previews of documents in .NET using Groupdocs.Parser API...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/net/generate-previews/
  10. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from document page....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/net/markdown/