Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 5,459 for

values

(0.31 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/extend-suppor...
  3. Search thread safety | GroupDocs

    This article shows that how search thread safety works.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/search-thread-saf...
  4. How to install Asian Fonts on Ubuntu | GroupDocs

    This article will guide you through the installation of Asian Fonts on Ubuntu.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  5. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for .NET... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  6. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/load-document-fr...
  7. Business Case of a Shopping Store | GroupDocs

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/business-case-o...
  8. Fluent syntax | GroupDocs

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/fluent-syntax/
  9. GroupDocs.Metadata for .NET 26.6 – 2026年6月发布亮点

    GroupDocs.Metadata for .NET 26.6 添加了 GetSupportedFileTypeFeatures API,放弃 .NET Standard 支持,转而支持 .NET 6.0 和 .NET 8.0,并修复了 MSG HTML 正文保存问题。...Value}" ); } 按文件类型获取特性支持信息: FileTypeFeatureSuppo...

    blog.groupdocs.com/zh/metadata/groupdocs-metada...
  10. Převést CSV do PDF pomocí C#

    Pojďme rychle pochopit, jak převést CSV do PDF pomocí C#. Poskytneme vám základní pokyny a příklad kódu pro export CSV do PDF pomocí C#....soubory CSV (Comma-Separated Values) se používají k ukládání a...

    kb.groupdocs.com/cs/conversion/net/convert-csv-...