Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 10,204 for

image

(0.44 sec)
  1. GroupDocs Newsletter September 2017– APIs Updat...

    GroupDocs developers newsletter September 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....Stamp Signatures Add Text, Image or Stamp signatures on PDF,...Panasonic maker notes in JPEG image format while reading EXIF maker...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  2. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Office files, AutoCAD, PDF and image files. By hosting the API on...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  3. Get All Supported Conversion Formats - introduc...

    This monthly release is introducing unit test case in PHP and .NET SDKs to get possible conversions from document stream for any supported document format....almost all major documents and image formats conversion to and from...

    blog.groupdocs.cloud/conversion/get-all-support...
  4. SVG to HTML Document Conversion in Java: A Comp...

    Learn how to convert SVG to HTML file in Java using GroupDocs.Conversion Cloud SDK for Java. Follow our step-by-step guide for optimal results....code snippet to convert an SVG image to an HTML file: Firstly, import...article: how to convert SVG images to HTML files in Java, as well...

    blog.groupdocs.cloud/conversion/svg-to-html-doc...
  5. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "Image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....: 2 }, { "SignatureType" : "Image" , "Page" : 1 , "ImageFilePath"...

    docs.groupdocs.cloud/signature/signsettings/
  6. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding Images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....criteria that allows finding images and texts that may be possible...finding images ImageSearchCriteria.ImageFileInfo Image to search...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  7. Combine Excel Sheets in Java - Excel Files Merger

    Install GroupDocs.Merger Cloud SDKs and develop your own Excel files merger programmatically. Combine Excel Sheets in Java using Cloud SDKs and REST APIs....You can see the output in the image below: Merge Excel Files Online...PNG Files in Java - Online Image Merger...

    blog.groupdocs.cloud/merger/combine-excel-sheet...
  8. Convert JSON to HTML using a JSON Converter

    Install GroupDocs.Conversion Cloud SDK for Node.js and convert JSON to HTML programmatically. This article teaches you to build a JSON converter for your apps....the above code sample in the image below: Convert JSON to HTML...detail. See Also # Convert PNG Image to HTML File in Java Convert...

    blog.groupdocs.cloud/conversion/convert-json-to...
  9. Online HTML to Word Document | Convert HTML to ...

    Easy and simple HTML to Word document conversion using Java REST API. Use Java REST API to convert HTML file to MS Word document DOC or DOCX online...getFilePath()); Image:- HTML to Word Document conversion...PNG Files in Java - Online Image Merger JSON to HTML Converter...

    blog.groupdocs.cloud/conversion/convert-html-to...
  10. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...Text signature type Image Specifies Image signature type Digital...TextAsImage Text Signature as Image object on Cells sheet. DashStyle...

    docs.groupdocs.cloud/signature/common-structures/