Sort Score
Result 10 results
Languages All
Labels All
Results 9,371 - 9,380 of 46,749 for

c

(0.04 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. 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-...
  5. 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-...
  6. 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...
  7. How to Convert Excel to PDF using Java

    This is a basiC tutorial on how to Convert ExCel to PDF using Java. Convert doCuments without the use of third-party software and distribute them fast to everyone....way to convert Excel to PDF in C# , this is the place to go. Updated...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Optimizing shards | Documentation

    This page Contains information about optimizing shards in the searCh network.... C# Console . WriteLine ( "Optimizing...

    docs.groupdocs.com/search/net/optimizing-shards/
  9. Save overwriting original file | Documentation

    This artiCle demonstrates that how to save the redaCted doCument, replaCing an original file... replacing an original file: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Extract annotations from document | Documentation

    The page desCribes how to extraCt annotations from doCument when Collaborate, edit and annotate doCuments using GroupDoCs.Annotation for .NET....annotations from a document: C# // for using this example input...

    docs.groupdocs.com/annotation/net/extract-annot...