Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 935 for

sample code

(0.17 sec)
  1. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following Code Sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates.... Following code sample shows how to retrieve and...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'PNG'...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  2. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following Code Sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... The following code sample shows how to compare multiple...and lets you focus on writing code specific to your particular...

    docs.groupdocs.cloud/comparison/compare-multipl...
  3. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability to apply or discard specific changes between source and target files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) to the resulting document; The following Code Sample shows how to accept/reject changes. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....document; The following code sample shows how to accept/reject...and lets you focus on writing code specific to your particular...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  4. 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.... The following code sample shows how to enable minification...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  5. LaTeX Converter | LaTeX to PDF | Tex to PDF in ...

    Easily convert LaTeX to PDF with Python and the LaTeX Converter REST API for seamless web publishing, cross-platform compatibility, and interactive scientific/mathematical content....and incorporate the provided code as demonstrated below: Step...the cloud using the following code example: As a result, the LaTeX...

    blog.groupdocs.cloud/conversion/convert-latex-t...
  6. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on.... The following code sample shows how to adjust image...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  7. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following Code Sample shows how to enable rendering of grid lines. 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.... The following code sample shows how to enable rendering...{ 'FilePath': 'SampleFiles/sample.xlsx' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  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.... Following code sample demonstrates how to enable...{ 'FilePath': 'SampleFiles/sample.pdf' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  9. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....docx" }, { "name" : "sample.mpp" , "isFolder" : false ... "path" : "/annotationdocs/sample.mpp" }, { "name" : "three-layouts...

    docs.groupdocs.cloud/annotation/working-with-fo...
  10. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....docx" }, { "name" : "sample.mpp" , "isFolder" : false ..., "path" : "/watermarkdocs/sample.mpp" }, { "name" : "three-layouts...

    docs.groupdocs.cloud/watermark/working-with-fol...