Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 8,317 for

page

(0.05 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...whole document, page by page or custom range of pages. GroupDocs.Viewer...whole document, page by page or custom range of pages. We are excited...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  2. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example.... Go to page. Create the samples storage...Translation Cloud. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/translation/hello-world/
  3. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example.... Go to page. Create the samples storage...GroupDocs.Rewriter Cloud. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/rewriter/hello-world/
  4. Convert HTML to Excel | Web to Excel in C# | We...

    How to convert HTML tables to Excel spreadsheets seamlessly using C# .NET....present structured data on web pages, but when it comes to deeper...Achieving the conversion of a web page to Excel format becomes straightforward...

    blog.groupdocs.cloud/conversion/convert-html-to...
  5. Working with Charts | Documentation

    How-to-use different types of charts and graphs, work with chart options and colors in document templates with GroupDocs Assembly Cloud....Charts Leave feedback On this page A good template layout should...color_expression ]>> Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  6. htmltopdf on Document Processing REST APIs | Gr...

    htmltopdf on Document Processing REST APIs | GroupDocs Cloud Recent content in htmltopdf on Document Processing REST APIs | GroupDocs Cloud Convert HTML to PDF in C# .NET | Web Page to PDF Conversi......NET | Web Page to PDF Conversion with REST...

    blog.groupdocs.cloud/id/tag/htmltopdf/index.xml
  7. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....document Leave feedback On this page This example demonstrates how..."FilePath": "WordProcessing/four-pages.docx", "Format": "pdf", "OutputPath":...

    docs.groupdocs.cloud/conversion/convert-document/
  8. 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....rendering Leave feedback On this page When rendering into HTML GroupDocs...EnableLayeredRenderi\ ":true}}}" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  9. 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....hinting Leave feedback On this page To adjust the display of an...": true } } }" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  10. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....rows Leave feedback On this page Sometimes Excel document contains...RenderEmptyRows\ ":false}}}" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...