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

formatting

(0.08 sec)
  1. Converta GIF em JPG em Node.js

    Esta postagem do blog ensina como converter GIF em JPG em Node.js programaticamente. Esta API de conversão de arquivos oferece uma ampla variedade de métodos e propriedades....storageName, filePath, outputPath e format. Instancie uma instância da...storageName, filePath, outputPath e format. settings.storageName = myStorage;...

    blog.groupdocs.cloud/pt/conversion/convert-gif-...
  2. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....українська Polski HTML est un format polyvalent et compatible avec...Microsoft Project (MPP) au format Excel (XLSX) à l’aide d’une...

    blog.groupdocs.cloud/fr/page/6/
  3. Преобразование Markdown в PDF и PDF в Markdown ...

    API преобразования файлов позволяют мгновенно преобразовывать файлы в файлы любого формата. В этой статье показано, как преобразовать Markdown в PDF и PDF в Markdown в Python....Python PDF (Portable Document Format) — самый надежный в мире формат...t-sample-file.md" settings.format = "pdf" settings.output_path...

    blog.groupdocs.cloud/ru/conversion/convert-mark...
  4. Java konvertiert ein PDF Dokument in eine Textd...

    So konvertieren Sie PDF Dateien programmgesteuert in Java mithilfe der GroupDocs.Conversion Cloud REST API in eine Textdatei. Befolgen Sie die Schritt-für-Schritt-Anleitung für einfache Konvertierungen....Portable Document Format ist ein beliebtes Format zum Teilen von...Dateiformate in jedes gewünschte Format konvertieren. Sie können Dokumente...

    blog.groupdocs.cloud/de/conversion/how-to-conve...
  5. 使用 Ruby 将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像

    将 PDF 文档转换为高保真优化的图像格式。本文介绍如何在 Ruby 中将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像。...format = "png" # 设置和创建 PDF LoadOptions...successfully converted to png file format. " + (@response).to_s) 上面的代码示例会将转换后的...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  6. แปลงไฟล์ PDF เป็นรูปภาพ PNG, JPEG, BMP และ TIFF...

    แปลงเอกสาร PDF เป็นรูปแบบภาพที่ได้รับการปรับปรุงให้มีความเที่ยงตรงสูง บทความนี้เกี่ยวกับวิธีแปลงไฟล์ PDF เป็นรูปภาพ PNG, JPEG, BMP และ TIFF ใน Ruby...format = "png" # ตั้งค่าและสร้าง PDF...successfully converted to png file format. " + (@response).to_s) ตัว...

    blog.groupdocs.cloud/th/conversion/convert-pdf-...
  7. पायथन में CSV को एक्सेल XLS/XLSX स्प्रेडशीट में...

    मैं एक सीएसवी फ़ाइल को एक्सेल में कैसे बदल सकता हूँ या सीएसवी को ऑनलाइन एक्सेल करने के लिए आयात कर सकता हूँ। आइए जानें कि पायथन में CSV को एक्सेल XLS/XLSX स्प्रेडशीट में कैसे बदलें।...format = "xlsx" loadOptions = gro...converted Word DOCX to JPEG image format: " + str(response)) except...

    blog.groupdocs.cloud/hi/conversion/convert-csv-...
  8. Преобразование электронных писем и сообщений Ou...

    Программное преобразование электронных писем и сообщений Outlook в PDF с помощью REST API в Node.js. Node.js SDK позволяет конвертировать файлы EML, MSG в PDF....format = "pdf"; // output format // определить...file settings.format = "pdf"; // output format // определить...

    blog.groupdocs.cloud/ru/conversion/convert-emai...
  9. 在 Python 中使用 REST API 从 PDF 文档中提取图像

    使用适用于 Python 的 Document Parser Cloud SDK 在 Python 中使用云中的 REST API 以编程方式从 PDF 文档中提取图像。...download_url) print("Image format: " + image.file_format + ". Page index:...download_url) print("Image format: " + image.file_format + ". Page index:...

    blog.groupdocs.cloud/zh/parser/extract-images-f...
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....supported by all document formats. Each option may correspond...correspond to one or more formats. RenderOptions example { "StartPageNumber"...

    docs.groupdocs.cloud/viewer/renderoptions/