Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 10,082 for

images

(1.2 sec)
  1. Add watermarks to spreadsheet documents | Group...

    Add watermarks to worksheets, Images, backgrounds, and headers/footers using Python via .NET....sample adds either a text or image watermark to specific worksheets...ImageWatermark ( "logo.jpg" ) as image_watermark : img_opts = gwo_xls...

    docs.groupdocs.com/watermark/python-net/add-wat...
  2. GroupDocs.Conversion Product Family

    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....discussed WebP images and learned to convert WebP Images in Java. Today...programmatically convert the WebP images into JPG, PNG, TIFF, and other...

    blog.groupdocs.com/categories/groupdocs.convers...
  3. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......2 · Item 3 Images This section starts from a...( Ellipse text )There is an image in a black border in the top...

    docs.groupdocs.com/conversion/java/_sample_file...
  4. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......2 · Item 3 Images This section starts from a...( Ellipse text )There is an image in a black border in the top...

    blog.groupdocs.com/fr/markdown/groupdocs-markdo...
  5. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......2 · Item 3 Images This section starts from a...( Ellipse text )There is an image in a black border in the top...

    blog.groupdocs.com/ar/markdown/groupdocs-markdo...
  6. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......2 · Item 3 Images This section starts from a...( Ellipse text )There is an image in a black border in the top...

    blog.groupdocs.com/ja/markdown/groupdocs-markdo...
  7. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......2 · Item 3 Images This section starts from a...( Ellipse text )There is an image in a black border in the top...

    blog.groupdocs.com/de/markdown/groupdocs-markdo...
  8. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......2 · Item 3 Images This section starts from a...( Ellipse text )There is an image in a black border in the top...

    blog.groupdocs.com/nl/markdown/groupdocs-markdo...
  9. Render Word Document to Image using Node.js

    Let's learn how to render Word Document to Image using Node.js with code example. There is no need to install any extra tool to render Word Document to Image in Node.js....Family Render Word Document to Image using Node.js Modern applications...converting Word documents into image formats for easier display,...

    kb.groupdocs.com/viewer/nodejs/render-word-docu...
  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/