Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 7,766 for

document redaction

(0.08 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  2. GroupDocs.Markdown for .NET overview | GroupDocs

    GroupDocs.Markdown for .NET converts Documents to clean, structured Markdown with full control over output flavor, image handling, and formatting....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...

    docs.groupdocs.com/markdown/net/product-overview/
  3. Add Text Watermark to PPTX using C#

    Learn how to add text watermark to PPTX using C#, without extra software installation. Additionally, you'll get code required to insert text watermark to PPTX in C#....Redaction Product Family Add Text Watermark...semi-transparent text overlay added to a document or presentation to convey...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  4. Merge SVG files using C#

    This article will outline essential steps to merge SVG files using C# and offer a sample code example to illustrate the process of how to combine SVG files in C#....Redaction Product Family Merge SVG files...method, expanding the merged document’s content Finish the merging...

    kb.groupdocs.com/merger/net/merge-svg-files-usi...
  5. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....Redaction Product Family Scan Barcode...control, event planning, and document management. This article focuses...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  6. Delete indexed paths | GroupDocs

    GroupDocs.Search for Java supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/delete-indexed-p...
  7. Custom text segmenter | GroupDocs

    GroupDocs.Search provides the ability to set up custom text segmenting....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/custom-text-segme...
  8. System requirements | GroupDocs

    Overview To produce and manipulate the Documents, the machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own Document processing engine. The machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own Document processing engine. Supported Operating System Windows Microsoft Windows 2000 Professional (x64) Microsoft Windows 2000 Server (x64) Microsoft Windows 2003 Server (x64) Microsoft Windows 2008 Server (x64) Microsoft Windows 2012 Server (x64) Microsoft Windows 2012 R2 Server (x64) Microsoft Windows 2016 Server (x64) Microsoft Windows 2019 Server (x64) Microsoft Windows Vista (x64) Microsoft Windows XP (x64) Microsoft Windows 7 (x64) Microsoft Windows 8, 8....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...

    docs.groupdocs.com/classification/net/system-re...
  9. How to Compare Word Documents using Java

    This short tutorial describes the process to compare Word Documents using Java and provides complete information on writing Java code to compare two Word Documents....Redaction Product Family How to Compare Word Documents using...procedure to compare Word documents using Java . This article...

    kb.groupdocs.com/comparison/java/how-to-compare...
  10. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/traverse-a-who...