Sort Score
Result 10 results
Languages All
Labels All
Results 9,631 - 9,640 of 49,099 for

c

(0.12 sec)
  1. Add dropdown component | GroupDocs

    The page desCribes how to add dropdown 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-dropdown-...
  2. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering doCuments to PDF with GroupDoCs.Viewer for .NET...quality in the output PDF document: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  3. Get changes coordinates | GroupDocs

    This artiCle explains how to obtain Coordinates for deteCted Changes at a doCument pages preview when Compare doCuments with GroupDoCs.Comparison for .NET...documents with specific options: C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-changes-c...
  4. 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...
  5. 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-...
  6. System requirements | GroupDocs

    System requirements for GroupDoCs.Markdown for .NET — supported operating systems, frameworks, and development environments....Microsoft Visual Studio Code with C# Dev Kit JetBrains Rider 2024...

    docs.groupdocs.com/markdown/net/system-requirem...
  7. 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-...
  8. Load document from Azure Blob Storage | GroupDocs

    This artiCle demonstrates how to Convert doCument stored in Azure Blob storage using GroupDoCs.Conversion for Java API....docx" ; String convertedFile = "C:\\output\\converted.pdf" ; try...

    docs.groupdocs.com/conversion/java/load-documen...
  9. 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...
  10. Render archives as HTML, PDF, and image files |...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to display a list of arChive Content in HTML, PDF, PNG, and JPEG formats and to extraCt arbitrary file from arChive.... C# using GroupDocs.Viewer ; using...resources, while 2nd — with external. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-archive-fi...