Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 914 for

attachment

(0.05 sec)
  1. Render Visio Document Figures | Documentation

    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....png" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  2. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....png" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...
  3. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into pages. API Usage There are steps that usage of GroupDocs.... ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/split-worksheets-in...
  4. Render single layout | Documentation

    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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/render-single-layout/
  5. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. 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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  6. 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....Resonse { "pages" : null , "attachments" : [], "file" : { "path"...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  7. Konvertieren Sie E-Mails mithilfe der REST-API ...

    Konvertieren Sie E-Mails (EML) und Outlook-Nachrichten (MSG) programmgesteuert in PDF Dokumente mithilfe einer REST-API in PHP mit der GroupDocs.Conversion Cloud-API....$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/de/conversion/convert-emai...
  8. استخراج الصور من ملفات PDF باستخدام Node.js | ت...

    استخراج الصور من ملفات PDF باستخدام REST API مع PDF Parser Cloud SDK لـ Node.js. تتناول هذه المقالة كيفية استخراج الصور من ملفات PDF باستخدام Node.js...filePath = "PDF_with_Attachment.pdf"; fileInfo.password =...

    blog.groupdocs.cloud/ar/parser/extract-images-f...
  9. Download DOCX to PDF converted file from cloud ...

    Hi, I want to convert my pdf files to docx. I followed the tutorials and successed to converted the files but I can’t download them. When I use convert_api.convert_document_download(request) function, it returns a path i…...showing an error which i have attached here. Kindly help me on this...

    forum.groupdocs.cloud/t/download-docx-to-pdf-co...
  10. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/add-watermark/