Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 416 for

doc to jpg

(0.08 sec)
  1. 使用 Node.js 将 Word 文档转换为 PDF |在 Node.js 中将 DOCX ...

    使用 Node.js 中的 REST API 以编程方式将 Word 文档转换为 PDF。 Node.js SDK 允许将 DocDocX 文件转换为云端的 PDF 文件。...PDF 的内置功能,但您可能需要以编程方式将 Word 文档(DOC 或 DOCX)转换为 PDF。作为 Node.js 开发人员,您可以在云端的...Excel 电子表格转换为 PDF 使用 Node.js 将 JPG 转换为 PDF...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  2. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all Document formats. Each option may correspond To one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheeToptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TexToverflowMode": "Overlay" }, "CadOptions": { "ScaleFacTor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagemenToptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...supported when rendering into PNG or JPG formats. PdfDocumentOptions.ImageQuality...

    docs.groupdocs.cloud/viewer/renderoptions/
  3. 使用 Ruby 将 Excel 电子表格转换为 PDF

    您可以使用 GroupDocs.Conversion Cloud API 轻松将 Excel XLSX 文件转换为 PDF。本教程介绍如何使用 Ruby 将 Excel 电子表格转换为 PDF...API还支持Word、Excel、PowerPoint, PDF、HTML、JPG、PNG、CAD等50多种文档的转换。 REST API 还为...false @convertOptions.display_doc_title = true @convertOptions...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  4. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the Document’s authenticity. A valid digital signature gives a recipient very strong reason To believe that the Document was created or updated by a known sender and that the Document was not altered by unknown source. For Documents, the digital signature is represented by certificate with private (To sign) and public (To verify) keys. Most often certificates of various public key crypTography standards are used for this purpose, for example PFX format (see specification here)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...as Word processing documents (DOC, DOCX, ODT, OTT), Spreadsheet...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you To optimize the output PDF file for a web browser or To reduce the file size by optimizing resources. Optimization for a web allows a browser To display the first pages of a PDF file when you open the Document, instead of waiting for the entire file To download. Resource optimization allows you To reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a Document, and so on....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/with_jpg_image.pptx' }, 'ViewFormat':...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  6. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the Document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " images \\ sample.jpg " } }, " TextSearchCriteria ":...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  7. Introduction of PHP SDK in Next Generation Grou...

    Next Generation GroupDocs.STorage for Cloud is a new and improved REST API for performing different STorage related operations in Cloud Apps/Websites...doc"](https://api.groupdocs.cloud/v1...path=testfile.doc) -X PUT \ -T C:/testfile.doc \ -H "Content-Type:...

    blog.groupdocs.cloud/total/first-public-release...
  8. Sign document with image signature | Documentation

    An image as signature is alternative way To put any presenting data in a visual form. This electronic signature type allows To create cusTom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options To specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'ImageFilePath': 'signaturedocs/signature.jpg', 'Left': 100, 'Top': 100, 'Width':...

    docs.groupdocs.cloud/signature/sign-document-wi...
  9. HTML Viewer - Limit image size | Documentation

    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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.jpg' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  10. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you To protect output PDF Document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how To protect output PDF Document. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...filePath = "SampleFiles/with_jpg_image.pptx" ; let viewOptions...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...