Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 32,690 for

groupdocs.total

(0.1 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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

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

    查找API的答案 Groupdocs.total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion...

    kb.groupdocs.com/zh/categories/page/9/
  3. Searching and modifying watermarks | GroupDocs

    GroupDocs.Watermark API allows you to search the possible watermarks placed in any document. You can also search the watermarks that are added using some third-party tool. The found possible watermarks can be removed or their properties can be changed. For more details please refer to the following guides:...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/watermark/java/searching-and...
  4. Working with Table Reports - Filtered Ordered G...

    Articles in this section...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-t...
  5. Images | GroupDocs

    Learn about managing metadata for Images formats....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/metadata/net/images/
  6. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/signature/python-net/
  7. How to convert html div to pdf - Free Support F...

    Hi How to convert a html div to pdf in Netcore 6?...convert html div to pdf GroupDocs.Total Product Family Dondonjoey...

    forum.groupdocs.com/t/how-to-convert-html-div-t...
  8. Advanced usage | GroupDocs

    Learn about advanced GroupDocs.Watermark usage. Please find advanced details how to customize your watermarks, search, modify and remove existing watermarks. Articles in this section Loading documents Adding watermarks Saving documents Searching and modifying watermarks More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online document watermarking App Along with a full-featured ....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/watermark/net/advanced-usage/
  9. Saving image strategy | GroupDocs

    GroupDocs.Markdown provides several strategies for handling images during conversion. Set the ImageExportStrategy property on ConvertOptions to control the behavior: Base64 embedding – inline images as data URIs using ExportImagesAsBase64Strategy. File system export – save images to a directory using ExportImagesToFileSystemStrategy. Use the ImagesRelativePath property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – implement IImageSavingHandler for full control over image saving, including renaming and custom storage via CustomImagesStrategy....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/markdown/net/strategy/
  10. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/get-su...