Sort Score
Result 10 results
Languages All
Labels All
Results 8,511 - 8,520 of 10,470 for

formatting

(0.06 sec)
  1. Convierta HTML a PDF usando REST API en Python ...

    Convierta mediante programación archivos HTML en documentos PDF utilizando una API REST en la nube en Python con Document Conversion Cloud SDK para Python....format = "pdf" settings.output_path...file_path = "sample.html" settings.format = "pdf" settings.output_path...

    blog.groupdocs.cloud/es/conversion/convert-html...
  2. 使用 Node.js 将 JPG 转换为 PDF |将图像转换为 PDF

    使用 GroupDocs.Conversion Cloud SDK for Node.js 在 Node.js 中使用云上的 REST API 以编程方式将 JPG 转换为 PDF。...format = "pdf"; settings.outputPath...filePath = "sample.jpg"; settings.format = "pdf"; // 定义 PDF 转换选项 let...

    blog.groupdocs.cloud/zh/conversion/convert-imag...
  3. Konvertieren Sie SVG bilder in Java in PNG

    Mit der GroupDocs.Conversion-API können Sie SVG Dateien schnell in PNG bilder konvertieren. In diesem Blogbeitrag geht es um die Konvertierung von SVG in PNG in Java mithilfe der REST-API....einschließlich SVG in das PNG Datei format. Es unterstützt außerdem eine...png"); // in das angegebene Format konvertieren List<StoredConvertedResul>...

    blog.groupdocs.cloud/de/conversion/how-to-conve...
  4. Drehen Sie PDF-Dateiseiten mithilfe der Rest-AP...

    Drehen Sie alle Seiten in PDF oder drehen Sie eine einzelne Seite in PDF mit der PDF-Seitenrotator-API. In diesem Artikel geht es darum, wie man PDF-Dateiseiten mithilfe der Rest-API in Python dreht...format(e.message)) Schließlich speichert...print("Exception while calling API: {0}".format(e.message)) Schließlich speichert...

    blog.groupdocs.cloud/de/merger/rotate-pdf-file-...
  5. C# でマークダウンを HTML に変換する

    C# で Markdown を HTML に変換するには、このガイドに従ってください。 GroupDocs.Conversion は、プログラムによって MD を HTML に変換するための豊富なメソッドとプロパティを提供します。...クラスのインスタンスをインスタンス化し、FilePath、Format、OutputPath などの値を設定して初期化します。...クラスのインスタンスをインスタンス化し、FilePath、Format、OutputPath などの値を設定して初期化します。...

    blog.groupdocs.cloud/ja/conversion/convert-mark...
  6. 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/
  7. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder 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 ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/reorder-pages/
  8. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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...s.pptx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-document-wit...
  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. Extrahieren Sie Bilder aus PDF Dateien mit Node...

    Extrahieren Sie Bilder aus PDF Dateien mithilfe der REST-API mit dem PDF Parser Cloud SDK für Node.js. In diesem Artikel geht es darum, wie man mit Node.js Bilder aus PDF Dateien extrahiert...log("Image format: " + image.fileFormat + "....downloadUrl); console.log("Image format: " + image.fileFormat + "....

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