Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 29,651 for

total

(0.08 sec)
  1. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....van ZIP-bestanden is om de totale bestandsgrootte te verkleinen...voor archiefbestanden is om de totale bestandsgrootte te verkleinen...

    blog.groupdocs.com/nl/categories/groupdocs.pars...
  2. Encontre o Word e seus homófonos em vários arqu...

    Encontre uma palavra específica e seus homófonos em diferentes arquivos de uma pasta usando C#. Crie um aplicativo .NET para homófonos usando a API de pesquisa de documentos do GroupDocs...WriteLine("Total occurrences: " + result.OccurrenceCount...Query: **right** Documents: 2 Total occurrences: 17 Document: C:/documents/sample...

    blog.groupdocs.com/pt/search/find-homophones-in...
  3. Vind Word en zijn homofonen in meerdere bestand...

    Zoek een specifiek woord en zijn homofonen in verschillende bestanden van een map met behulp van C#. Bouw een .NET-app voor homofonen met behulp van de documentzoek-API van GroupDocs...WriteLine("Total occurrences: " + result.OccurrenceCount...Query: **right** Documents: 2 Total occurrences: 17 Document: C:/documents/sample...

    blog.groupdocs.com/nl/search/find-homophones-in...
  4. ค้นหาคำและคำพ้องความหมายในหลายๆ ไฟล์โดยใช้ C#

    ค้นหาคำเฉพาะและคำพ้องความหมายภายในไฟล์ต่างๆ ของโฟลเดอร์โดยใช้ C# รับคำพ้องความหมายทั้งหมด จัดกลุ่มตามความหมายต่างๆ โดยใช้ .NET API...WriteLine("Total occurrences: " + result.OccurrenceCount...Query: **make** Documents: 2 Total occurrences: 22 Document: C:/documents/sample...

    blog.groupdocs.com/th/search/find-synonyms-in-m...
  5. هر کلمه و مترادف آن را در چندین فایل با استفاده...

    کلمات خاص و مترادف آنها را در فایل های مختلف یک پوشه با استفاده از C# پیدا کنید. با استفاده از NET API، تمام مترادف ها را با معانی مختلف گروه بندی کنید....WriteLine("Total occurrences: " + result.OccurrenceCount...Query: **make** Documents: 2 Total occurrences: 22 Document: C:/documents/sample...

    blog.groupdocs.com/fa/search/find-synonyms-in-m...
  6. Trova Word e i suoi omofoni in più file usando C#

    Trova una parola specifica e i suoi omofoni all'interno di diversi file di una cartella usando C#. Crea app .NET per omofoni utilizzando l'API di ricerca documenti di GroupDocs...WriteLine("Total occurrences: " + result.OccurrenceCount...Query: **right** Documents: 2 Total occurrences: 17 Document: C:/documents/sample...

    blog.groupdocs.com/it/search/find-homophones-in...
  7. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.com/signature/java/sign-document...
  8. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.com/search/java/indexing/
  9. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Total Product Family GroupDocs.Viewer...

    docs.groupdocs.com/redaction/java/load-password...
  10. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.com/redaction/python-net/saving-...