Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,775 for

import document

(0.05 sec)
  1. Document page builder - comment fusionner des p...

    Fusionnez des pages spécifiques de plusieurs Documents en utilisant l'API avec GroupDocs.Merger. Créez facilement des Documents unifiés sur mesure....Builder transforme la fusion de documents en permettant aux utilisateurs...effort des pages de différents documents avec précision et aisance...

    blog.groupdocs.com/fr/merger/page-builder-how-t...
  2. Render attachments | Documentation

    Render email attachments with GroupDocs.Viewer for .NET in the same way as you would render any other Documents...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...the same way as any other documents. To view attachments, follow...

    docs.groupdocs.com/viewer/net/how-to-convert-an...
  3. List attachments | Documentation

    Retrieve a list of Document attachments from your emails, Outlook data files, archives and PDF Documents with GroupDocs.Viewer for .NET...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...files, archives, and PDF documents. C# using System ; using System...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  4. Cancel rendering | Documentation

    Cancel or stop rendering rendering process with cancellation token...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Cancel rendering Cancel...

    docs.groupdocs.com/viewer/net/cancel-rendering/
  5. Remove annotations | Documentation

    This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer .NET API (C#)....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Document Classification in CSharp

    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....avez affaire à un tas de documents textuels, il devient difficile...trouver un sujet de n’importe quel document jusqu’à la classification...

    blog.groupdocs.com/fr/tag/document-classificati...
  7. Password Protect Word Document

    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....niveaux de sécurité à vos documents importants. Vous pouvez utiliser...ajouter un mot de passe aux documents Word pour les protéger. Nous...

    blog.groupdocs.com/fr/tag/password-protect-word...
  8. Subset fonts | Documentation

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Convert to grayscale | Documentation

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer .NET API (C#)....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an Important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an Important part of our lifes", 2, Taxonomy....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...Classify ( "Medicine is an important part of our lifes" ); Console...

    docs.groupdocs.com/classification/net/classify-...