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...
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....3}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...
When you are converting Visio files, you can choose what you want to render: Visio scheme pages or figures of Visio scheme. If Visio scheme does not contain pages - only figures will be rendered.
To force render Visio figures please set RenderFiguresOnly property to true in VisioRenderingOptions. You can set width of each figure, height will be calculated by proportions automatically.
API Usage There are steps that usage of GroupDocs....":250}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...
GroupDocs.Viewer Cloud renders items from the root of the archive by default.
When rendering of a specified folder is required, it can be achieved as shown in the examples below.
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 ...
GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored.
The following code sample shows how to render a specific layout.
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 ...
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"...
There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly...."}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...