Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 531 for

attachment

(0.06 sec)
  1. PHP에서 REST API를 사용하여 이메일을 PDF로 변환 | PHP에서 EML을 ...

    GroupDocs.Conversion Cloud API와 함께 PHP에서 REST API를 사용하여 프로그래밍 방식으로 이메일(EML) 및 Outlook 메시지(MSG)를 PDF 문서로 변환합니다....$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/ko/conversion/convert-emai...
  2. PHP में REST API का उपयोग करके ईमेल को PDF में ...

    GroupDocs.Conversion Cloud API के साथ PHP में REST API का उपयोग करके ईमेल (EML) और आउटलुक संदेशों (MSG) को प्रोग्रामेटिक रूप से PDF दस्तावेज़ों में बदलें।...$settings->setFilePath("Msg_with_attachments.msg"); $settings->setFormat("pdf");...

    blog.groupdocs.cloud/hi/conversion/convert-emai...
  3. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  4. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following code sample shows how to render a specific layer of a CAD drawing. 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-layers/
  5. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a 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....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  6. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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....jpg" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  7. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....html" } ], "attachments" : [], "file" : null } SDK...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  8. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how to render a Word document including tracked changes. 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-tracked-chan...
  9. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering text documents or email messages. This feature is supported for: Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding. 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/specify-encoding-wh...
  10. Extraire des images de fichiers PDF à l'aide de...

    Extrayez des images de fichiers PDF à l'aide de l'API REST avec PDF Parser Cloud SDK pour Node.js. Cet article explique comment extraire des images de fichiers PDF à l'aide de Node.js...filePath = "PDF_with_Attachment.pdf"; fileInfo.password =...

    blog.groupdocs.cloud/fr/parser/extract-images-f...