Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 8,835 for

document annotation

(0.19 sec)
  1. Showcases | GroupDocs

    Code examples and live demonstrations of GroupDocs.Editor for Python via .NET...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/python-net/showcases/
  2. Loading documents from different sources | Grou...

    This section explains how to load Document from various sources and data storage like file on disk, data stream, remote web resources, FTP servers, Amazon Cloud or Azure storage etc....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/loading-docume...
  3. Supported File Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/python-net/suppor...
  4. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain Document and expressing the consent of the signatory with the information contained in the Document....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/features-over...
  5. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a Document using the redaction API....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  6. How to Convert HTML to Markdown using C#

    Quickly convert HTML to Markdown using C# with one of the popular Document converter APIs and learn how to create the HTML to MD converter in C#....Annotation Product Family GroupDocs...the best document converter APIs for performing document transformation...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a Document. If the Document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. Export Annotations to TIFF Files

    This may be a big news for those who annotate TIFF Documents, most of the time. Previously, there was issue with this format. API was throwing exception “Cannot open image file”. But now you can: Import Annotations from TIFF file Delete Annotations from it Export Annotations into it Moreover, in trial mode you were not able to get Document info. This issue is now resolved in GroupDocs.Annotation for .NET 19.6....news for those who annotate TIFF documents, most of the time....Import annotations from TIFF file Delete annotations from it...

    blog.groupdocs.com/annotation/export-annotation...
  9. Convert RTF to PDF using Python

    It is easy to convert RTF to PDF using Python for Document sharing using conversion APIs. A code example is included to export RTF to PDF in Python in this topic....Annotation Product Family GroupDocs...archiving of Rich Text Format documents. PDF preserves the original...

    kb.groupdocs.com/conversion/python/convert-rtf-...
  10. Convert RTF to TXT using Node.js

    Easily convert RTF to TXT using Node.js while preserving content accuracy. Follow this guide to efficiently export RTF to TXT in Node.js with minimal effort....Annotation Product Family GroupDocs...files are commonly used for document exchange, but sometimes, converting...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...