Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 48,377 for

c

(0.25 sec)
  1. 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...
  2. GroupDocs.Search .NET in Python | Complete Inte...

    Master GroupDoCs.SearCh for .NET integration with Python using pythonnet. Learn 2 implementation approaChes to solve dependenCy resolution Challenges, with Complete Code examples for wrapper-based and manual type resolution methods....wrapper-based approach uses a custom C# wrapper library that encapsulates...APIs for Python consumption. // C# Wrapper Implementation (SearchWrapper...

    blog.groupdocs.com/search/python-integration/
  3. GroupDocs Blog

    GroupDoCs Blog - GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers...NET, C#/VB.NET applications. It’s a one-stop-shop...developers on .NET platforms (ASP.NET, C#, VB.NET). Using the library,...

    blog.groupdocs.com/groupdocs.blog/page/96/
  4. GroupDocs.Editor 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....edit the XML file data using C# . The most common and widely...how to edit Word documents in C# using the .NET API for document...

    blog.groupdocs.com/categories/groupdocs.editor-...
  5. In-Table List With Alternate Content in HTML Do...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableList WithAlternateContent report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List With Alternate Content in HTML DoCument Reporting Requirement As a report developer, you are required to represent your Clients and their priCes with the following key requirements: Report must show eaCh Client along with its priCe. It must show sum of all the priCes....sum( c => c.getPrice())]>> Download In-Paragraph...

    docs.groupdocs.com/assembly/java/in-table-list-...
  6. Wingsdings Font - issue while converting word t...

    SCreenshot 2024-11-29 at 7.52.28 AM.jpg (148.1 KB) The symbol highlighted in sCreenshot if we are trying to Convert to pdf it is getting Converted as ‘-’ SCreenshot 2024-11-29 at 7.52.28 AM.jpg (148 KB)...new Document("C:\\Temp\\in.docx"); doc.save("C:\\Temp\\out.pdf");...

    forum.groupdocs.com/t/wingsdings-font-issue-whi...
  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. Features overview | GroupDocs

    Salient features of file markdown API using C# are desCribed in this artiCle...features of file markdown API using C#. GroupDocs.Markdown main feature...

    docs.groupdocs.com/markdown/net/features-overview/
  9. 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...
  10. Save with default options | GroupDocs

    This artiCle demonstrates the simplest way to save the doCument... C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-with-defa...