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

formatting

(0.28 sec)
  1. Java: 將 MPP 轉換為 HTML | 開發 MPP 轉換為 HTML 的轉換器

    學習如何使用 REST API 在線將 Microsoft Project (MPP) 文件轉換為 HTML。輕鬆地在任何網頁瀏覽器中共享和查看項目計劃。...\"FilePath\": \"{sourceMPP}\", \"Format\": \"html\", \"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"html\"}" \ -o "resultant...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  2. Modifier des documents à l'aide de l'API REST e...

    Réorganisez par programme les pages PDF à l'aide de l'API REST sur le cloud dans Node.js avec Document Merger Cloud SDK pour Node.js. Réorganiser ou échanger des pages PDF dans Node.js...українська Polski PDF est le format le plus répandu pour partager...un ensemble de pages dans formats de document pris en charge...

    blog.groupdocs.cloud/fr/merger/rearrange-pdf-pa...
  3. Python の REST API を使用して Word ドキュメントを PDF に変換する ...

    Document Conversion Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して、プログラムで Word ドキュメント (DOCX または DOC) を PDF ファイルに変換します。...format = "pdf" settings.output_path...file_path = "sample.docx" settings.format = "pdf" settings.output_path...

    blog.groupdocs.cloud/ja/conversion/convert-word...
  4. Node.js का उपयोग करके PDF फ़ाइलों से छवियाँ निक...

    नोड.जेएस के लिए पीडीएफ पार्सर क्लाउड एसडीके के साथ रेस्ट एपीआई का उपयोग करके पीडीएफ फाइलों से छवियां निकालें। यह आलेख इस बारे में है कि Node.js का उपयोग करके PDF फ़ाइलों से चित्र कैसे निकाले जाएँ...log("Image format: " + image.fileFormat + "....downloadUrl); console.log("Image format: " + image.fileFormat + "....

    blog.groupdocs.cloud/hi/parser/extract-images-f...
  5. Bandingkan File PDF menggunakan REST API di Nod...

    Secara terprogram Ekstrak Metadata File MP3 menggunakan REST API di cloud di Java dengan Metadata Manipulation Cloud SDK for Java...jenis dokumen, gambar, dan format file multimedia. Anda hanya...metadata yang ditentukan dalam format file yang didukung . API bekerja...

    blog.groupdocs.cloud/id/metadata/extract-metada...
  6. แสดงเอกสาร Word ในหน้า HTML โดยใช้ PHP | ดู DOC...

    แสดงเอกสาร Word โดยทางโปรแกรมในหน้า HTML โดยใช้ REST API ใน PHP กับ GroupDocs.Viewer Cloud สำหรับ PHP SDK แสดงผล DOCX เป็นหน้าเว็บที่ตอบสนอง...at(Model\ViewOptions::VIEW_FORMAT_HTML); // กำหนดตัวเลือก HTML...at(Model\ViewOptions::VIEW_FORMAT_HTML); // กำหนดตัวเลือก HTML...

    blog.groupdocs.cloud/th/viewer/display-word-doc...
  7. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  8. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $watermark = new Model\Watermark..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . watermark...

    docs.groupdocs.cloud/viewer/add-watermark/
  9. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...n.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  10. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for 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....dwg" , "format" : "AutoCAD Drawing Database...ts.dwg" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...