Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 4,645 for

values

(0.65 sec)
  1. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  3. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/net/using-ocr/
  4. C# .NET을 사용하여 문서에 있는 각 단어의 단어 및 발생 횟수 계산

    .NET 문서 구문 분석 API를 사용하여 C#의 PDF, Word, Excel, PowerPoint 및 이메일 문서에서 단어 수와 해당 발생 횟수를 계산합니다....Value); // 단어 수 결과 인쇄 Console.WriteLine("Total...of {0}: {1}", pair.Key, pair.Value); } } } 다음은 위 코드의 출력입니다. 무료...

    blog.groupdocs.com/ko/parser/count-words-and-oc...
  5. Compter les mots et les occurrences de chaque m...

    Comptez le nombre de mots et leurs occurrences dans les documents PDF, Word, Excel, PowerPoint et e-mail en C# à l'aide de l'API d'analyse de documents .NET....Value); // Imprimer le nombre de mots...of {0}: {1}", pair.Key, pair.Value); } } } Voici la sortie du code...

    blog.groupdocs.com/fr/parser/count-words-and-oc...
  6. รวมไฟล์ 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...
  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. eSign Document with Barcode Signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature for Python via .NET... Set the property value. Call the method of the class...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/esign-d...
  9. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....TextFormFieldSignatu ( "tbData1" , "Value-1" ); // instantiate options...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....some data source signature Id value String [] signatureIdList =...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/updating-text...