Sort Score
Result 10 results
Languages All
Labels All
Results 9,831 - 9,840 of 11,297 for

formatting

(0.2 sec)
  1. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....this purpose, for example PFX format (see specification ). These...as certificate file of PFX format allows to sign document after...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Arsip

    arsip...API | Transform JSON to CSV Format Online June 12, 2025 · Nayyer...PPTX di Node.js - Pengonversi Format File November 22, 2023 · Muhammad...

    blog.groupdocs.cloud/id/archives/
  3. Archive

    archives...API | Transform JSON to CSV Format Online June 12, 2025 · Nayyer...PSD to PPTX in Node.js - File Format Converter November 22, 2023...

    blog.groupdocs.cloud/archives/
  4. Java Konvertieren Sie PPT und PPTX in ein HTML ...

    Konvertieren Sie PowerPoint PPT in Java mit der benutzerfreundlichen Cloud REST API in HTML. In diesem Artikel geht es um die Konvertierung von PowerPoint PPT oder PPTX in HTML mithilfe der Java-API....html"); // in das angegebene Format konvertieren List<StoredConvertedResul>...html"); // in das angegebene Format konvertieren List<StoredConvertedResul>...

    blog.groupdocs.cloud/de/conversion/how-to-conve...
  5. 使用 REST API 在 C# 中將 HTML 轉換為 PDF

    在 C# 中在線將 HTML 網頁轉換為 PDF 文檔以保留格式或打印它。本文介紹如何使用 REST API 在 C# 中將 HTML 轉換為 PDF。...html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  6. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. 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_PNG ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "PNG" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  7. Load password-protected document | Documentation

    GroupDocs.Viewer Cloud supports rendering documents that are protected with a password. The following code sample shows how to render password-protected documents. 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. Swagger UI lets you call this REST API directly from the browser....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $request = new Req..."12345" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/load-password-prote...
  8. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example. 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/adjust-output-image...
  9. Chuyển đổi HTML sang PDF trong C# bằng API REST

    Chuyển đổi trang web HTML thành tài liệu PDF trực tuyến bằng C# để giữ nguyên định dạng hoặc in nó. Bài viết này nói về cách chuyển đổi HTML sang PDF trong C# bằng API REST....html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/vi/conversion/convert-html...
  10. 在 Python 中將文本轉換為 HTML 並將 HTML 轉換為文本

    GroupDocs 文件轉換 API 允許您在線將文件轉換為任何格式。本文介紹如何在 Python 中將文本轉換為 HTML 以及將 HTML 轉換為文本。...format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/zh-hant/conversion/convert...