Sort Score
Result 10 results
Languages All
Labels All
Results 9,511 - 9,520 of 11,299 for

formatting

(0.09 sec)
  1. पायथन में REST API का उपयोग करके HTML को PDF मे...

    पायथन के लिए दस्तावेज़ रूपांतरण क्लाउड एसडीके के साथ पायथन में क्लाउड पर REST API का उपयोग करके HTML फ़ाइलों को प्रोग्रामेटिक रूप से पीडीएफ दस्तावेज़ों में परिवर्तित करें।...format = "pdf" settings.output_path...file_path = "sample.html" settings.format = "pdf" settings.output_path...

    blog.groupdocs.cloud/hi/conversion/convert-html...
  2. HTML را به PDF در سی شارپ با استفاده از REST AP...

    صفحه وب HTML را به سند PDF به صورت آنلاین در سی شارپ تبدیل کنید تا قالب را حفظ کنید یا آن را چاپ کنید. این مقاله در مورد نحوه تبدیل HTML به PDF در سی شارپ با استفاده از REST API است....html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/fa/conversion/convert-html...
  3. Python에서 Rest API를 사용하여 PDF 파일 페이지 회전

    PDF 페이지 회전기 API를 사용하여 PDF의 모든 페이지를 회전하거나 PDF의 단일 페이지를 회전합니다. 이 기사는 Python에서 Rest API를 사용하여 PDF 파일 페이지를 회전하는 방법에 관한 것입니다....format(e.message)) 마지막으로 위의 코드 샘플은...print("Exception while calling API: {0}".format(e.message)) 마지막으로 위의 코드 샘플은...

    blog.groupdocs.cloud/ko/merger/rotate-pdf-file-...
  4. Convierta HTML a PDF en C# usando REST API

    Convierta una página web HTML a un documento PDF en línea en C# para conservar el formato o imprimirlo. Este artículo trata sobre cómo convertir HTML a PDF en C# usando la API REST....html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/es/conversion/convert-html...
  5. แปลง HTML เป็น PDF ใน C# โดยใช้ REST API

    แปลงหน้าเว็บ HTML เป็นเอกสาร PDF ออนไลน์ใน C# เพื่อคงรูปแบบไว้หรือพิมพ์ออกมา บทความนี้เกี่ยวกับวิธีแปลง HTML เป็น PDF ใน C# โดยใช้ REST API...html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/th/conversion/convert-html...
  6. Chuyển văn bản sang HTML và HTML thành văn bản ...

    API chuyển đổi tệp GroupDocs cho phép bạn chuyển đổi tệp sang bất kỳ định dạng nào trực tuyến. Bài viết này chỉ ra cách chuyển đổi Văn bản thành HTML và HTML thành Văn bản trong Python....format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/vi/conversion/convert-text...
  7. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.mpp" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  8. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following code sample shows how to render a specific layer 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-layers/
  9. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering text documents or email messages. This feature is supported for: Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding. 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...ed.txt" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  10. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...