Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 9,302 for

image

(0.1 sec)
  1. GroupDocs.Signature for .NET

    This API allows you to digitally sign any type of file format using .NET and C# language on any platform....Signature using C# How to Add Image Signature to RTF using C# How...using C# How to Sign XLSX with Image Signature using C# How to Sign...

    kb.groupdocs.com/signature/net/
  2. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Annotations(comments) Remarks Embedded images OCR Remove Page Saves the document...Microsoft PowerPoint template 0 The image file format was standardized...

    docs.groupdocs.com/redaction/java/supported-doc...
  3. 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...
  4. Convert a JPEG file to PSD programmatically in C#

    You can convert an Image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant Image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format...ImageConvertOptions Specify resultant image format using Format property...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...
  5. How to merge TIF images using C# | GroupDocs

    Learn how to merge TIF Image files, combine TIF Image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....merge TIF images using C# How to merge TIF images using C# Leave...Format TIF (or TIFF) is an image format used for containing high...

    docs.groupdocs.com/merger/net/getting-started/u...
  6. Convert project management formats | GroupDocs

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for .NET....also be exported to PDF or image formats for documentation. Common...conversions From To MPP eBook: , , Image: , , , , , , , J2K, JFIF, ,...

    docs.groupdocs.com/conversion/net/convert/proje...
  7. 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/
  8. GroupDocs.Metadata for Python overview | GroupDocs

    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. Specify spreadsheet rendering options | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and Image formats....viewOptions ); } The following image demonstrates the result: Render...viewOptions ); } The following image demonstrates the result: Control...

    docs.groupdocs.com/viewer/java/specify-renderin...
  10. Convert SVG to PNG using Node.js - Vector Graph...

    Convert SVG vector graphics to PNG Images using Node.js. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted PNG using Node.js API....API to Convert Images Convert SVG to PNG Image using Node.js Advanced...See Also When it comes to web images, PNG is a go-to format for...

    blog.groupdocs.com/conversion/convert-svg-to-pn...