Chỉnh sửa tài liệu API REST cho phép chỉnh sửa tài liệu soạn thảo văn bản, bảng tính, bản trình bày và tài liệu web như HTML trong C#, Java, PHP, Python, v.v....slide_number = 0 loadResult = editApi.l...
Wyodrębniaj obrazy z plików PDF za pomocą REST API z PDF Parser Cloud SDK dla Node.js. Ten artykuł dotyczy sposobu wyodrębniania obrazów z plików PDF za pomocą Node.js...startPageNumber = 1; // Start page number options.countPagesToExtract...
GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering.
The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates.
Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Document" , "pages" : [ { "number" : 1 , "width" : 595 , "height"...
Trích xuất hình ảnh từ tệp PDF bằng API REST với PDF Parser Cloud SDK cho Node.js. Bài viết này nói về cách trích xuất hình ảnh từ tệp PDF bằng Node.js...startPageNumber = 1; // Start page number options.countPagesToExtract...
When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...
Node.js'de bir REST API kullanarak Excel Elektronik Tablolarını Programlı Olarak PDF dosyalarına dönüştürün. Node.js SDK, XLS, XLSX dosyalarının PDF'ye dönüştürülmesine izin verir....pagesCount = 3; // Number of pages(sheets) to convert...
Extrayez des images de fichiers PDF à l'aide de l'API REST avec PDF Parser Cloud SDK pour Node.js. Cet article explique comment extraire des images de fichiers PDF à l'aide de Node.js...startPageNumber = 1; // Start page number options.countPagesToExtract...
Converta planilhas do Excel programaticamente em arquivos PDF usando uma API REST no Node.js. Node.js SDK permite converter arquivos XLS, XLSX para PDF....pagesCount = 3; // Number of pages(sheets) to convert...
MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address.
GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters:
Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...