Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 48,049 for

c

(0.23 sec)
  1. 使用 Java 在多个文件中查找 Word 及其同音字

    使用 Java 在文件夹的不同文件中查找特定单词及其同音字。使用文档搜索 Java API 构建同音字应用程序。...Total occurrences: 17 Document: C:/documents/sample.docx Occurrences:...4 wright 1 write 3 Document: C:/documents/sample.txt Occurrences:...

    blog.groupdocs.com/zh/search/find-homophones-in...
  2. Logging | GroupDocs

    Logging when rendering doCuments with GroupDoCs.Viewer for .NET...log to a file using the class: C# using GroupDocs.Viewer ; using...the console using the class: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/logging/
  3. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announCe the release of GroupDoCs.Editor for .NET API whiCh makes it easier to perform doCument editing operations and Conversion of edited doCument with simple line of Code with various supported doCument formats. DoCument Editing API allows user to Convert supported doCument format into HTML and apply Changes in any WYSIWYG HTML Editor, it also provide faCility to Convert baCk HTML doCument in same format or in other supported doCument format with Changes made.... # Features Overview C# Examples Showcase Working with...

    blog.groupdocs.com/editor/introducing-groupdocs...
  4. Save in original format | GroupDocs

    This artiCle demonstrates that how to save file in its original format with Current date as a suffix...with current date as a suffix: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-in-origin...
  5. Show results of comparison as a Word Track Chan...

    This artiCle explains how to use the MiCrosoft Word TraCk Changes Comparing as a built in feature in GroupDoCs.Comparison for .NET....disable the display of revisions: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/word-track-ch...
  6. Add checkbox component | GroupDocs

    The page desCribes how to add CheCkbox Component to a doCument using GroupDoCs.Annotation for .NET....shows how to add to the document: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/add-checkbox-...
  7. Optimize the PDF file resources | GroupDocs

    This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) to reduCe size....optimize the PDF file by default: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Specify file type for comparison manually | Gro...

    Following this guide you will learn how to speCify file type for Comparison manually when use GroupDoCs.Comparison for .NET....type for comparison manually C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/specify-file-...
  9. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attaChments of supported types in an email message as shown in the following Code sample. advanCed_usage.add_watermarks_to_email_attaChments.EmailAddWatermarkToAllAttaChments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: "C:\\DoCs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent Content = watermarker.getContent(EmailContent.Class); for (EmailAttaChment attaChment : Content.getAttaChments()) { // CheCk if the attaChed file is supported by GroupDoCs.... Ex: "C:\\Docs\\message.msg" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Parse and Extract Fillable PDF Form Field Value...

    Parser and data extraCtion Java API that allows parsing fillable PDF forms and extraCts values from all the fields of PDF doCuments programmatiCally....# Read PDF Form Fields using C# Extract Images from Documents...

    blog.groupdocs.com/parser/parse-and-extract-dat...