Sort Score
Result 10 results
Languages All
Labels All
Results 9,541 - 9,550 of 47,959 for

c

(0.46 sec)
  1. 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...
  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. View CAD files using Java API | Convert DWG DXF...

    Build your CAD files viewer in Java. Convert DWG, DGN to render as HTML, JPG, PNG, or PDF using doCument viewer Java API by GroupDoCs....Український Tiếng Việt 中文 中國傳統的 C omputer- A ided D esign - CAD...Also # View CAD Documents using C# Convert CAD Drawings to PDF in...

    blog.groupdocs.com/viewer/viewing-cad-documents...
  4. 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-...
  5. 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-...
  6. 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-...
  7. 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...
  8. PowerPoint Presentation

    Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides Edited tips on 2nd slide Outlines Slide StruCture Fonts Colour BaCkground Graphs Spelling and Grammar ConClusions Questions Tips to be C......Presentation 2025-11-06T23:15:18Z C:\Program Files\Microsoft Offi...2001-12-11T23:34:17Z 22 IASTED 37 25.0900 C:\Program Files\Microsoft Offi...

    docs.groupdocs.com/editor/net/sample-files/Outp...
  9. Converting MSG file containing nested MSG attac...

    I reCall this bug was previously fixed - or perhaps I’m mistaken. AttaChed herewith is test.msg whiCh is able to repro the issue. It is an email whiCh Contains an email whiCh Contains another email. The top level emai…... string basePath = @"C:\Temp\GroupDocsTest"; string outPath..."output"); string source = @"C:\Temp\GroupDocsTest\test.msg";...

    forum.groupdocs.com/t/converting-msg-file-conta...
  10. Convert PDF files | GroupDocs

    This artiCle demonstrates how to Convert PDF to Word, ExCel, PowerPoint, HTML, image and other formats with GroupDoCs.Conversion for .NET....several lines of lines code in C# programming language. GroupDocs...PDF to Word programmatically in C#. This way any file created as...

    docs.groupdocs.com/conversion/net/convert/pdf/