Sort Score
Result 10 results
Languages All
Labels All
Results 9,581 - 9,590 of 11,332 for

formatting

(0.11 sec)
  1. पायथन में रेस्ट एपीआई का उपयोग करके पीडीएफ फाइल...

    पीडीएफ में सभी पेजों को घुमाएं या पीडीएफ पेज रोटेटर एपीआई का उपयोग करके पीडीएफ में सिंगल पेज को घुमाएं। यह लेख इस बारे में है कि पायथन में रेस्ट एपीआई का उपयोग करके पीडीएफ फाइल पेजों को कैसे घुमाया जाए...format(e.message)) अंत में, उपरोक्त...print("Exception while calling API: {0}".format(e.message)) अंत में, उपरोक्त...

    blog.groupdocs.cloud/hi/merger/rotate-pdf-file-...
  2. पायथन में एक्सेल को सीएसवी में बदलें | पायथन मे...

    GroupDocs.Conversion Cloud API के साथ Python में REST API का उपयोग करके क्लाउड पर Excel फ़ाइलों को CSV और CSV को Excel में प्रोग्रामेटिक रूप से कनवर्ट करें।...format = "csv" # Output format settings.output_path...file_path = "sample.xlsx" settings.format = "csv" settings.output_path...

    blog.groupdocs.cloud/hi/conversion/convert-exce...
  3. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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....( Model\ViewOptions :: VIEW_FORMAT_JPG ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "JPG" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  4. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...t.pptx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  5. 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....( Model\ViewOptions :: VIEW_FORMAT_PDF ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "PDF" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  6. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...ts.dwg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  7. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.jpg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  8. 使用 PHP 在 HTML 頁面中顯示 Word 文檔 |在 HTML 中查看 DOCX

    使用 PHP 中的 REST API 和 GroupDocs.Viewer Cloud for PHP SDK 以編程方式在 HTML 頁面中顯示 Word 文檔。將 DOCX 呈現為響應式網頁。...at(Model\ViewOptions::VIEW_FORMAT_HTML); // 定義 HTML 選項 $renderOptions...at(Model\ViewOptions::VIEW_FORMAT_HTML); // 定義 HTML 選項 $renderOptions...

    blog.groupdocs.cloud/zh-hant/viewer/display-wor...
  9. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. 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. Swagger UI lets you call this REST API directly from the browser....( Model\ViewOptions :: VIEW_FORMAT_HTML ); // NOTE: Upload fonts...nt.odg" viewOptions . view_format = "HTML" # NOTE: Upload fonts...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  10. Tách tài liệu bằng Python | Bộ chia tệp Python PDF

    Tìm hiểu cách chia tệp PDF thành nhiều tệp PDF trong Python bằng GroupDocs.Merger Cloud SDK. Cải thiện tổ chức tài liệu với hướng dẫn này....format(e.message)) Tải xuống tệp #...print("Exception while calling API: {0}".format(e.message)) Chia trang PDF...

    blog.groupdocs.cloud/vi/merger/split-pdf-file-i...