Програмно конвертуйте електронні таблиці Excel у файли PDF за допомогою REST API у Node.js. Node.js SDK дозволяє конвертувати файли XLS, XLSX у PDF....pagesCount = 3; // Number of pages(sheets) to convert...
یاد بگیرید چگونه متن را از فایلهای PDF در Java با استفاده از GroupDocs.Parser Cloud SDK استخراج کنید. فرایند استخراج متن را بدون زحمت خودکار کنید و زمان خود را صرفهجویی کنید....Text from PDF in Java by Page Number Range Java REST API برای استخراج...
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...
Programowo konwertuj arkusze kalkulacyjne programu Excel na pliki PDF za pomocą interfejsu API REST w Node.js. Node.js SDK umożliwia konwersję plików XLS, XLSX do formatu PDF....pagesCount = 3; // Number of pages(sheets) to convert...
Convierta mediante programación hojas de cálculo de Excel en archivos PDF utilizando una API REST en Node.js. Node.js SDK permite convertir archivos XLS, XLSX a 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...."}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...
แปลงสเปรดชีต Excel เป็นไฟล์ PDF โดยทางโปรแกรมโดยใช้ REST API ใน Node.js Node.js SDK อนุญาตให้แปลงไฟล์ XLS, XLSX เป็น PDF...pagesCount = 3; // Number of pages(sheets) to convert...
GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type.
Following example demonstrates how to print out archive contents.
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...."Zipped File" , "pages" : [ { "number" : 1 , "width" : 0 , "height"...
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"...
GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....":600}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...