Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 423 for

docx to jpg

(0.11 sec)
  1. 使用在线 PPT 编辑器在线编辑 PPTX

    使用企业级在线PPT编辑器在线编辑PPTX。 GroupDocs.EdiTor提供了一个基于浏览器的powerpoint编辑软件,可以在线编辑PPT/PPTX。...then(()=>{ // 将 html 保存回 docx let saveOptions = new editor_cloud...使用 Image to PDF Converter 将 JPG 转换为 PDF 使用密码保护软件对 ZIP 文件进行密码保护...

    blog.groupdocs.cloud/zh/editor/edit-pptx-online...
  2. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows To create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Create preview images Download images For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....pdf' }, 'Format': 'jpg' }" Response { "fileInfo" : {...setFilePath ( "Signaturedocs\\one-page.docx" ); PreviewSettings previewSettings...

    docs.groupdocs.cloud/signature/create-document-...
  3. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows To create document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document inTo cloud sTorage Create preview images Download images For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....docx" }, Format = PreviewOptions...( "source_files/word/source.docx" ); PreviewOptions options =...

    docs.groupdocs.cloud/comparison/create-document...
  4. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you To rotate individual pages when viewing documents in HTML/PDF/Jpg/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs To rotate page on 90-degree clockwise; On180Degree - instructs To rotate page on 180-degree clockwise; On270Degree - instructs To rotate page on 270-degree clockwise; The following code snippet shows how To rotate output pages when viewing a document as PDF...viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'PDF', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  5. Working with Text Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To sign a document with Text. It provides methods To create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature To Document You can create Text Signature on Document provided by fileName and document folder (if required) using following API....docx/text" \ - X POST \ - H "Content-Type:...Response { "fileName" : "one-page.docx" , "folder" : "Output" , "code"...

    docs.groupdocs.cloud/signature/working-with-tex...
  6. 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:...docx' }, 'Options': [ { 'AllPages':...'ImageFilePath': 'signaturedocs/signature.jpg', 'Left': 100, 'Top': 100, 'Width':...

    docs.groupdocs.cloud/signature/sign-document-wi...
  7. 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)....Word processing documents (DOC, DOCX, ODT, OTT), Spreadsheet files...'ImageFilePath': 'signaturedocs/signature.jpg', 'CertificateFilePath': 'signaturedocs/temp...

    docs.groupdocs.cloud/signature/sign-document-wi...
  8. Sign document with multiple signature | Documen...

    GroupDocs.Signature Cloud allows To sign document with several signatures simultaneously and even apply signatures of different types To the same document. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage and other files, like digital certificate or image stamp Sign document Download output document For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual....docx' }, 'Options': [ { 'AllPages':...'OutputFilePath': 'signedText_one-page.docx' } }" Response { "fileInfo"...

    docs.groupdocs.cloud/signature/sign-document-wi...
  9. Sign document with stamp signature | Documentation

    A stamp signature is a special type of electronic signature that have visual appearance of round seal and its visual parameters can be set programmatically. Every stamp signature can have multiple “stamp lines” with cusTom text and different line thickness, color, font weight and size. Here is an example of how stamp signature created with GroupDocs.Siganture Cloud may look like: GroupDocs.Signature Cloud provides options To specify different options for Stamp signature:...docx' }, 'Options': [ { 'SignatureType':...'ImageFilePath': 'signaturedocs/signature.jpg', 'Left': 100, 'Top': 100, 'Width':...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupdocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret. This will will be used To invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need To get started is adding our SDK To your existing project....jpg" , CertificateFilePath = "temp...( "Signaturedocs\\signature.jpg" ); options . setCertificateFilePa...

    docs.groupdocs.cloud/signature/quick-start/