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

c

(0.06 sec)
  1. Load file from FTP | Documentation

    This artiCle demonstrates how to Convert file stored in FTP storage using GroupDoCs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...

    docs.groupdocs.com/conversion/net/load-file-fro...
  2. Load document from FTP | Documentation

    The page desCribes how to load PDF, Word, ExCel, PowerPoint doCuments from FTP using GroupDoCs.Annotation for .NET....to annotate document from FTP: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/load-document...
  3. 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...
  4. 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...
  5. 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-...
  6. 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-...
  7. 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-...
  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. 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...
  10. 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/