Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 3,173 for

pdf annotation

(0.15 sec)
  1. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or Pdf) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....Annotation Product Solution GroupDocs...drawings (into an image, HTML or PDF) by dividing into square parts...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  2. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. 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 Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...documents into HTML, Image, or Pdf. Following example demonstrates...

    docs.groupdocs.cloud/viewer/render-document/
  3. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Annotation Product Solution GroupDocs..."formats" : [ { "extension" : ".pdf" , "fileFormat" : "Portable Document...

    docs.groupdocs.cloud/comparison/get-supported-f...
  4. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Editor-Cloud only The metered license can be used in Docker version of GroupDocs.Editor-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Editor Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Editor API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....Annotation Product Solution GroupDocs...Requests\ConvertDocumentDirec ( "pdf" , $filePath ); // Get consumption...

    docs.groupdocs.cloud/editor/metered-consumption/
  5. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in Pdf/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....Annotation Product Solution GroupDocs...want to render single image in PDF/HTML you can set width/height...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  6. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Annotation Product Solution GroupDocs...ObjectsToSearch.PdfObjects The pdf searchable objects. Possible...

    docs.groupdocs.cloud/watermark/search-watermarks/
  7. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents. Following example demonstrates on how to get all attachments from MSG file. 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....Annotation Product Solution GroupDocs...Outlook data files, archives and PDF documents. Following example...

    docs.groupdocs.cloud/viewer/get-attachments/
  8. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Annotation Product Solution GroupDocs...Word documents Spreadsheets PDF documents Presentations The following...

    docs.groupdocs.cloud/viewer/render-document-wit...
  9. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....Annotation Product Solution GroupDocs...spreadsheets, PowerPoint presentations, PDFs and files of many other types...

    docs.groupdocs.cloud/assembly/getting-started/p...
  10. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...'FileInfo': { 'FilePath': 'sample2.pdf' }, 'Format': 'jpeg' }" Response...

    docs.groupdocs.cloud/comparison/create-document...