Sort Score
Result 10 results
Languages All
Labels All
Results 9,351 - 9,360 of 46,746 for

c

(0.06 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. Generate Tiling Watermarks - Enhance Document S...

    DisCover the teChniques to generate tiling watermarks for doCuments using C#, Java, and Node.js. EnhanCe your doCument seCurity with this step-by-step guide....Settings and Options Advanced C# Tiling Watermark Generation Techniques...underlying content. Advanced C# Tiling Watermark Generation Techniques...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  8. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular teChnique to indiCate that the Content or data inside a doCument is Copyrighted. On the other hand, it is also used to plaCe the Company’s logo or some kind of label in the doCuments before they are shared within or outside the Company. However, it is quite hard to apply the watermark to a bunCh of doCuments one by one. It beComes harder if you have doCuments of various formats suCh as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etC.... C# Example - Add Watermark to Multiple...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  9. Convert Markdown to PDF in Java | MD to PDF

    Convert Markdown files to PDF in Java. Transform MD files into portable format using GroupDoCs Java Conversion API....Convert Markdown Files to PDF using C# Convert SVG to JPG in Java Convert...

    blog.groupdocs.com/conversion/convert-markdown-...
  10. Add search text annotation | Documentation

    The page desCribes how to add searCh text annotation to a doCument using GroupDoCs.Annotation for .NET."...demonstrates how to add to the document: C# //Add search text annotation...

    docs.groupdocs.com/annotation/net/add-search-te...