Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 9,025 for

image

(0.04 sec)
  1. How to Add Digital Signature to DOCX using C#

    In this topic, you will get help on how to add digital signature to DOCX using C#. Also, code example will be supplied to insert digital signature into DOCX using C#....comprehensive guide on how to add image signature to DOCX using C# ...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  2. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....color, width, height, text, image, etc. Call the method of the...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  3. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API.... Image , SignatureType . Barcode ,...

    docs.groupdocs.com/signature/net/delete-signatu...
  4. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush... Image }; // sign document to file...

    docs.groupdocs.com/signature/net/composing-sign...
  5. Specify encoding when loading documents | Docum...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your .NET applications.... The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/net/specify-encoding-...
  6. Java groupdocs conversion dpi configuration doe...

    HEre is the conversion code: try (Converter converter = new Converter(fileName)) { final ImageConvertOptions options = new ImageConvertOptions(); options.setFormat(FileType.fromEx…...of conversion pptx slides to images have good qyality and resolution...rocky 9/kali/ centos generate images but ignores DPI configuration...

    forum.groupdocs.com/t/java-groupdocs-conversion...
  7. Document preview | Documentation

    This article shows how to get document preview....capability to generate preview images for every page of your documents...you need to implement custom image preview stream disposing you...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  8. Render Hidden Slides to PDF using Python

    Learn how to render hidden slides to PDF using Python. This tutorial explains how to convert hidden PPTX to PDF in Python for complete presentation export....to expand your skills with image-based formats, we suggest checking...slides into high-quality JPG images, enabling you to create more...

    kb.groupdocs.com/viewer/python/render-hidden-sl...
  9. Extract barcodes from document | Documentation

    This article explains that how to extract barcodes from documents....GitHub examples: Free online image extractor App Along with full...You are welcome to extract images from PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/parser/java/extract-barcodes...
  10. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants...., settings )) { // Extract images from HTML document Iterable...Iterable < PageImageArea > images = parser . getImages (); // Iterate...

    docs.groupdocs.com/parser/java/handle-loading-o...