Sort Score
Result 10 results
Languages All
Labels All
Results 9,641 - 9,650 of 49,302 for

c

(4.92 sec)
  1. GroupDocs.Comparison Product Family | GroupDocs

    GroupDoCs.Comparison is a Cross-platform library that allows you to Compare MiCrosoft Word, ExCel, PowerPoint, OpenDoCument, PDF, and plain text doCuments using C# and Java. DoCumentation GroupDoCs.Comparison for .NET Getting Started Start quiCkly with our getting started doCumentation Features Overview Supported DoCument Formats System Requirements Installation Developer Guide Guidelines and artiCles for basiC and advanCed development BasiC Usage AdvanCed Usage More GroupDoCs.Comparison for Java Getting Started Start quiCkly with our getting started doCumentation...and plain text documents using C# and Java. Documentation Getting...

    docs.groupdocs.com/comparison/
  2. 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...
  3. .NET Standard 2.0 API Limitations | GroupDocs

    This seCtion desCribes GroupDoCs.Signature for .NET limitations when using under .NET Standard 2.0 environment...programs which use the standard C library. ttf-mscorefonts-installer...

    docs.groupdocs.com/signature/net/net-standard-2...
  4. Add ellipse annotation | GroupDocs

    The page desCribes how to add ellipse annotation to a doCument using GroupDoCs.Annotation for .NET....shows how to add to the document: C# //Add ellipse annotation to the...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  5. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDoCs.Markdown for .NET using NuGet, .NET CLI, or from the offiCial website....that the package is accessible: C# using GroupDocs.Markdown ; //...

    docs.groupdocs.com/markdown/net/installation/
  6. Select specific pages for rasterized PDF | Grou...

    This artiCle demonstrates that how you Can speCify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...used by default, to PDF/A-1a: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/select-specifi...
  7. Get document info | GroupDocs

    GroupDoCs.Metadata allows users to get meta information of a doCument.... Ex: @"C:\Docs\source.xlsx" try ( Metadata...

    docs.groupdocs.com/metadata/java/get-document-i...
  8. Capture Electronic Signatures from within Your ...

    We are glad to announCe the release of the GroupDoCs Signature for .NET Library. The library is developed based on our online signature app and enables developers to easily add eleCtroniC signature Capabilities to their own ASP.NET, C#/VB.NET appliCations. It’s a one-stop-shop solution, whiCh inCludes all the neCessary Controls for a Complete, legally-binding eleCtroniC signature workflow. Key features inClude: EleCtroniC Signature Capture Control Users Can sign doCuments either by uploading a sCanned Copy of their signature, or by drawing it right in a web-browser with a mouse....NET, C#/VB.NET applications. It’s a one-stop-shop...

    blog.groupdocs.com/signature/capture-electronic...
  9. QR Code Reader using Java | Scan QR Code from I...

    How to sCan QR Codes using Java within the appliCation. Java example that reads QR Code from an image that will help you build an online QR sCanner....See Also # Scan QR Code using C# Online Scan QR Code Image Barcode...

    blog.groupdocs.com/parser/scan-qr-code-using-java/
  10. Show gap lines instead of changes | GroupDocs

    This artiCle explains how to adjust the display of the output doCument so that the Changed Content is replaCed with empty lines in GroupDoCs.Comparison for .NET....shows how get the desired result C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/show-gap-lines/