Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 46,628 for

(c )

(0.17 sec)
  1. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for .NET....need is just several lines of C# code. This section explains how...implemented in several lines of C# code - all you need is to specify...

    docs.groupdocs.com/conversion/net/convert/wordp...
  2. 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...
  3. Save in original format | Documentation

    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...
  4. 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...
  5. Specify file type for comparison manually | Doc...

    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-...
  6. Optimize the PDF file resources | Documentation

    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-...
  7. Add checkbox component | Documentation

    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-...
  8. Add watermarks to email attachments | Documenta...

    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...
  9. Save with default options | Documentation

    This article demonstrates the simplest way to save the document... C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-with-defa...
  10. GroupDocs.Metadata Product Family | Documentation

    Excellent component that empowers your C#, ASP.NET, and other .NET applications. It helps developers to read, write, edit and remove meta information from all popular document file formats. Documentation .NET Java Node.js Python GroupDocs.Metadata for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs....component that empowers your C#, ASP.NET, and other .NET applications...

    docs.groupdocs.com/metadata/