Sort Score
Result 10 results
Languages All
Labels All
Results 9,371 - 9,380 of 11,194 for

formatting

(0.16 sec)
  1. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: 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 ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/disable-characters-...
  2. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  3. 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...
  4. 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...
  5. 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/
  6. División de documentos en Python | Divisor de a...

    Aprenda a dividir un archivo PDF en varios archivos PDF en Python con GroupDocs.Merger Cloud SDK. Mejore la organización de documentos con esta guía....format(e.message)) Descargar el archivo...print("Exception while calling API: {0}".format(e.message)) Dividir páginas...

    blog.groupdocs.cloud/es/merger/split-pdf-file-i...
  7. Python에서 Excel을 CSV로 변환 | Python에서 CSV를 Excel로 변환

    GroupDocs.Conversion Cloud API와 Python의 REST API를 사용하여 클라우드에서 Excel 파일을 CSV로, CSV를 Excel로 프로그래밍 방식으로 변환합니다....format = "csv" # Output format settings.output_path...file_path = "sample.xlsx" settings.format = "csv" settings.output_path...

    blog.groupdocs.cloud/ko/conversion/convert-exce...
  8. C# .NET で JPG を Word 文書 (DOCX) に変換する | JPG から DOC

    C# .NET を使用して JPG 画像を編集可能な Word 文書 (DOCX) に変換します。C# .NET で画像から文書へのコンバーターを開発して写真を DOC に変換する方法。...jpg", Format = "doc", OutputPath = "resultant...\"FilePath\": \"{inputImage\", \"Format\": \"doc\", \"OutputPath\":...

    blog.groupdocs.cloud/ja/conversion/convert-jpg-...
  9. C#: MPP から PDF | MPP から PDF への変換 | MS Project か...

    C# .NET を使用して MS Project (MPP) ファイルを PDF 形式に変換する方法。C# での簡単でシンプルな MPP から PDF への変換。MS Project から PDF への変換を実装します。...mpp", Format = "pdf", OutputPath = "converted...\"FilePath\": \"{sourceMPP}\", \"Format\": \"pdf\", \"OutputPath\":...

    blog.groupdocs.cloud/ja/conversion/convert-mpp-...
  10. Отображение документа Word на странице HTML с п...

    Программно отображайте документ Word на HTML-странице с помощью REST API в PHP с помощью GroupDocs.Viewer Cloud for PHP SDK. Рендеринг DOCX на адаптивную веб-страницу....at(Model\ViewOptions::VIEW_FORMAT_HTML); // Определить параметры...at(Model\ViewOptions::VIEW_FORMAT_HTML); // Определить параметры...

    blog.groupdocs.cloud/ru/viewer/display-word-doc...