Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 8,993 for

image

(0.07 sec)
  1. Introducing HTML Minification in GroupDocs.View...

    We are back with another version of GroupDocs.Viewer for .NET. In this release, we have added HTML minification for optimized rendering of documents into HTML. Not only this, we have also introduced rendering of MS Project documents by specifying time intervals. Let’s have a quick overview of some exciting features of GroupDocs.Viewer for .NET 17.12. .NET Document Rendering API - New Features HTML Minification When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG)....rendering MS Project documents into image, HTML or PDF, GroupDocs.Viewer...= @"C:\storage"; // Create image handler ViewerImageHandler imageHandler...

    blog.groupdocs.com/viewer/introducing-html-mini...
  2. 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...
  3. Ways to Convert SVG to JPG

    Convert SVG to JPG Images using online & free SVG converter. Developers can perform the conversion with few lines of code using .NET & Java API....SVG and JPG are two different image file formats with different...convert SVG vector files into JPG images. This article guides you through...

    blog.groupdocs.com/conversion/convert-svg-to-jpg/
  4. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Audio File Format Metadata only Image Document Type Document Type...and metadata JPEG 2000 Core Image File Content and metadata Portable...

    docs.groupdocs.com/search/net/supported-documen...
  5. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD Image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract Image resource blocks (building blocks of the Photoshop file format) from a PSD Image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....formats / Images / Working with metadata in PSD images Working...Working with metadata in PSD images Leave feedback Reading Photoshop...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. 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...
  7. OCR support | Documentation

    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/
  8. GroupDocs.Metadata for Python overview | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....associated with various document, image, audio, video and many other...standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific...

    docs.groupdocs.com/metadata/python-net/product-...
  9. How to run GroupDocs.Viewer in Docker | Documen...

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....package and than we build Docker image and run the applicaiton in Docker...Dockerfile To create Docker image add a Dockerfile and a .dockerignore...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  10. How to Render DOCX as JPG using C#

    In this article, we will guide you on how to render DOCX as JPG using C# without installing extra software. We will also provide code to render DOCX to JPG using C#....Microsoft Word document to a JPEG image format can be a valuable task...into a static image. JPEG is a widely supported image format known...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...