Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 12,574 for

to

(0.04 sec)
  1. PDF to JPG Grayscale

    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....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.

    blog.groupdocs.com/zh-hant/tag/pdf-to-jpg-grays...
  2. PDF to HTML CSharp

    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....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.

    blog.groupdocs.com/zh-hant/tag/pdf-to-html-csharp/
  3. How to merge BMP images using C# | Documentation

    Learn how To merge BMP image files, combine BMP image files inTo one file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge BMP image files, combine BMP image files into one file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/getting-started/u...
  4. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have To implement IOcrConnecTor interface and pass the instance To RedacTorSettings construcTor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have To use color box replacements To redact text in images....GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images.

    docs.groupdocs.com/redaction/java/using-ocr/
  5. How to load password-protected document | Docum...

    This article explains how To load password protected document with GroupDocs.Signature API....This article explains how to load password protected document with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/load-password-...
  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....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.

    docs.groupdocs.com/watermark/java/add-watermark...
  7. EML to PDF conversion issue in Java - Free Supp...

    Hello, We are facing an issue with eml To pdf conversion, Conversion is successful but pdf get generated with cut edges. please find the attached files for your reference – (https://drive.google.com/drive/folders/1FhGNC…...Hello, We are facing an issue with eml to pdf conversion, Conversion is successful but pdf get generated with cut edges. please find the attached files for your reference – (https://drive.google.com/drive/folders/1FhGNC…

    forum.groupdocs.com/t/eml-to-pdf-conversion-iss...
  8. How to Create a Docker Image to Run GroupDocs.C...

    This article provides instructions To create a docker image To run GroupDocs.Conversion for node.js via java. It includes details on configuring the environment along with sample code....This article provides instructions to create a docker image to run GroupDocs.Conversion for node.js via java. It includes details on configuring the environment along with sample code.

    kb.groupdocs.com/total/nodejs/how-to-create-a-d...
  9. C# Convert JPG, PNG, GIF, TIFF Images to PDF | ...

    Convert images To PDF in C#. Convert JPG, TIFF, PNG, JPEG, GIF, BMP, and more files with rotation, resize, margins options using conversion API for .NET....Convert images to PDF in C#. Convert JPG, TIFF, PNG, JPEG, GIF, BMP, and more files with rotation, resize, margins options using conversion API for .NET.

    blog.groupdocs.com/conversion/convert-images-to...
  10. How to edit XML file | Documentation

    This article demonstrates how To edit XML files and XML documents using Java programming language....This article demonstrates how to edit XML files and XML documents using Java programming language.

    docs.groupdocs.com/editor/java/how-to-edit-xml/