Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 4,649 for

values

(0.06 sec)
  1. รวมไฟล์ 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...
  2. 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...
  3. 使用 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-...
  4. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................reader understand the market value the business is pursuing (the...Financial reserves • Value proposition • Price, value, quality WEAKNESSES...

    docs.groupdocs.com/conversion/java/_sample_file...
  5. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................reader understand the market value the business is pursuing (the...Financial reserves • Value proposition • Price, value, quality WEAKNESSES...

    docs.groupdocs.com/conversion/python-net/_sampl...
  6. How to Run Examples | GroupDocs

    This article describes how to run Java Search API code examples.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/how-to-ru...
  7. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  8. 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...
  9. 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/
  10. GroupDocs.Comparison for Python via .NET | Grou...

    GroupDocs.Compairson for Python developer documentation. Learn how to diff docx, pptx, and pdf files using Python.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/