Sort Score
Result 10 results
Languages All
Labels All
Results 9,531 - 9,540 of 48,076 for

c

(0.17 sec)
  1. 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...
  2. 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...
  3. 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...
  4. GroupDocs.Signature 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....extension you can run either C# or Visual Basic examples. Today...capabilities to their own ASP.NET, C#/VB.NET applications. It’s a one-stop-shop...

    blog.groupdocs.com/categories/groupdocs.signatu...
  5. 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-...
  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. 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...
  9. In-Table List with Highlighted Rows in Word Pro...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Table Report with Highlighted Rows in Word ProCessing DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Highlighted Rows in MiCrosoft Word DoCument Creating a In-Table List with Highlighted Rows PraCtising the following steps you Can Create In-Table List with Highlighted Rows Template in MS Word 2013....]>><</if>><</foreach>> Total: <<[ Sum (c => c. Price )]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  10. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word doCuments that Contain input Controls like buttons, textboxes, CheCk-boxes, Combo-boxes, input fields, dropdown lists, radio-buttons, date/time piCkers etC. using GroupDoCs.Editor for .NET API features.... For example: C# WordProcessingEditOp editOptions...resultant HTML files are produced. C# using GroupDocs.Editor.Formats...

    docs.groupdocs.com/editor/net/adding-class-name...