Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 9,912 for

image

(0.07 sec)
  1. Specify spreadsheet rendering options | GroupDocs

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or Images using GroupDocs.Viewer's Python API options.... The following image demonstrates the result: Render...download it. The following image demonstrates the result: Control...

    docs.groupdocs.com/viewer/python-net/specify-re...
  2. Technical Consultation for GroupDocs.Comparison...

    Dear GroupDocs Support Team, We are currently conducting a technical evaluation of GroupDocs.Comparison for PDF document comparison and plan to carry out subsequent procurement. We would appreciate your official and det…... Scanned / Image-only PDFsDoes the API support...support comparison of scanned / image-only PDFs?Is OCR pre-processing...

    forum.groupdocs.com/t/technical-consultation-fo...
  3. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape Image and more....particular shapes, Replacing shape image and more. Extracting information...shape . Image != null ) { Console . WriteLine ( shape . Image . Width...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  4. How to generate barcode and sign document using...

    This guide describes how to improve your document with generated barcodes using Python. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature Python API by GroupDocs....information as a quite small image that could be automatically...barcodes for free. Barcode and image generation in Python Another...

    docs.groupdocs.com/signature/python-net/how-to-...
  5. Render web documents as PDF, PNG, and JPEG file...

    Convert web documents (CHM, HTML) to PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....convert the document to PDF or image format. These methods allow...specify the quality of document images. Refer to the following documentation...

    docs.groupdocs.com/viewer/python-net/render-web...
  6. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....Sets the height of an output image (in pixels). ImageMaxHeight...maximum height of an output image (in pixels). ImageMaxWidth {...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  7. Generate signatures preview | GroupDocs

    This topic explains how to generate document signature preview in Python with various options by GroupDocs.Signature for Python via .NET....creation (see event handler ); image preview format - PNG / JPG /...process; custom size of preview images (if needed). Note Stream that...

    docs.groupdocs.com/signature/python-net/generat...
  8. Working with Images | GroupDocs

    Enumerate, filter, and save Images extracted with GroupDocs.Parser for Python via .NET....Working with Images / Working with Images Working with Images Leave...page Use image areas to inspect page coordinates, image types,...

    docs.groupdocs.com/parser/python-net/working-wi...
  9. assembly-net.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/assembly/net/2020-07-01T13:55:38+03:00weekly0.5 https://docs.groupdocs.com/assembly......com/assembly/net/barcode-image-generation-in-presentation-document/weekly0...groupdocs.com/assembly/net/barcode-image-generation-in-spreadsheet-document/weekly0...

    docs.groupdocs.com/sitemaps/assembly-net.xml
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on Images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in Images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....character recognition, OCR) on images, either separate or embedded...library for text recognition in images. String indexFolder = "c:\\MyIndex"...

    docs.groupdocs.com/search/java/ocr-support/