Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 4,676 for

values

(0.08 sec)
  1. 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...
  2. 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...
  3. How to run examples | GroupDocs

    How to run examples.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/python-net/how-to-...
  4. 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...
  5. C#を使用してHEIFHEIC画像のXMPおよびEXIFデータを管理する

    C#を使用して、HEIF、HEICイメージのXMPおよびEXIFデータを管理します。 .NETアプリケーション内のメタデータ自動化APIを使用して、EXIFおよびXMPデータを読み取り、更新し、削除します。...Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/ja/metadata/manage-xmp-and-e...
  6. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... The value should be between 0 and 1. The value 0 means that...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/net/searching-wate...
  7. 使用 C# 删除文档和图像的元数据

    使用 C# 从 DOCX、XLSX、PPTX、PDF、JPG/JPEG、PNG、WebP 图像、电子邮件、电子书、Visio、Zip 文件中删除选择性元数据或清除所有元数据属性。...Value.Type == MetadataPropertyType.String && p.Value.ToString()...

    blog.groupdocs.com/zh/metadata/remove-metadata-...
  8. รวมไฟล์ PDF, Word, Excel, PowerPoint ใน C# | .N...

    รวม PDF, Word, สเปรดชีต, ไฟล์งานนำเสนอโดยทางโปรแกรมภายในแอปพลิเคชันที่ใช้ .NET ของคุณโดยใช้ Merger API โดย GroupDocs ใน C#...bmp) Comma Separated Values File (.csv) Excel Binary Spreadsheet...Format File (.rtf) Tab Separated Values File (.tsv) Visio Drawing (...

    blog.groupdocs.com/th/merger/merge-pdf-word-exc...
  9. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats.... The default property value is 0 (all existing items appear...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  10. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....set to false (this is default value) and update for each signature...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/searching-for...