Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 10,470 for

formatting

(0.06 sec)
  1. 在 Python 中使用 REST API 将图像转换为 PDF |在 Python 中将 J...

    借助 GroupDocs.Conversion Cloud API 和 Python SDK,使用 Python 中的 REST API 以编程方式将图像(JPG 或 PNG)转换为 PDF。...format = "pdf" settings.output_path...file_path = "sample.jpg" settings.format = "pdf" settings.output_path...

    blog.groupdocs.cloud/zh/conversion/convert-imag...
  2. REST APIを使用してPythonでPDFをExcelに変換する

    当社の PDF to Excel コンバーター API は、PDF ファイルを Excel スプレッドシートに迅速に変換します。この記事では、REST API を使用して Python で PDF を Excel に変換する方法について説明します。...format = "xlsx" loadOptions = gro...calling convert_document: {0}".format(e.message)) 最後に、上記のコード サンプルは、xlsx...

    blog.groupdocs.cloud/ja/conversion/convert-pdf-...
  3. 파이썬에서 문서 분할 | 파이썬 PDF 파일 스플리터

    GroupDocs.Merger Cloud SDK를 사용하여 Python에서 PDF 파일을 여러 PDF 파일로 분할하는 방법을 알아봅니다. 이 가이드로 문서 구성을 개선하세요.... PDF (Portable Document Format)는 공유, 인쇄 또는 보관해야 하는 문서에 널리...print("Exception while calling API: {0}".format(e.message)) 파일 다운로드 # 위의 코드...

    blog.groupdocs.cloud/ko/merger/split-pdf-file-i...
  4. Chuyển đổi JPG sang PDF bằng Node.js | Chuyển đ...

    Chuyển đổi JPG sang PDF theo chương trình bằng cách sử dụng API REST trên đám mây trong Node.js với GroupDocs.Conversion Cloud SDK cho Node.js....format = "pdf"; settings.outputPath...filePath = "sample.jpg"; settings.format = "pdf"; // xác định các tùy...

    blog.groupdocs.cloud/vi/conversion/convert-imag...
  5. صفحات فایل PDF را با استفاده از Rest API در پای...

    همه صفحات را در PDF بچرخانید یا یک صفحه را در PDF با استفاده از API چرخاننده صفحه PDF بچرخانید. این مقاله در مورد چگونگی چرخاندن صفحات فایل PDF با استفاده از Rest API در پایتون است...format(e.message)) در نهایت، نمونه...print("Exception while calling API: {0}".format(e.message)) در نهایت، نمونه...

    blog.groupdocs.cloud/fa/merger/rotate-pdf-file-...
  6. تبدیل HTML به PDF با استفاده از REST API در پای...

    با استفاده از یک REST API در ابر در پایتون با Document Conversion Cloud SDK برای پایتون، فایل‌های HTML را به اسناد PDF تبدیل کنید....format = "pdf" settings.output_path...file_path = "sample.html" settings.format = "pdf" settings.output_path...

    blog.groupdocs.cloud/fa/conversion/convert-html...
  7. หมุนหน้าไฟล์ PDF โดยใช้ Rest API ใน Python

    หมุนหน้าทั้งหมดใน PDF หรือหมุนหน้าเดียวใน PDF โดยใช้ PDF page rotator API บทความนี้เกี่ยวกับวิธีหมุนหน้าไฟล์ PDF โดยใช้ Rest API ใน Python...format(e.message)) สุดท้าย ตัวอย่...print("Exception while calling API: {0}".format(e.message)) สุดท้าย ตัวอย่...

    blog.groupdocs.cloud/th/merger/rotate-pdf-file-...
  8. 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...
  9. 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/
  10. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...ts.dwg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-single-layout/