Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 705 for

pdf to doc

(0.05 sec)
  1. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you To reorder the Document pages. The order of the pages in the source Document is never changed, instead, the API applies reordering To the resultant Pdf Document. The following code snippet shows how To reorder pages. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...reordering to the resultant PDF document. The following code...

    docs.groupdocs.cloud/viewer/reorder-pages/
  2. Delete rendered document | Documentation

    After rendering various types of Documents inTo HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud sTorage using special method. Note: This method deletes only output files, the input file remains in the sTorage. Following example demonstrates on how To delete rendered Document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...documents into HTML, Image, or Pdf, you may clean (delete) rendered...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  3. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Outlook data files, archives and PDF documents. Following example...

    docs.groupdocs.cloud/viewer/get-attachments/
  4. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Word documents Spreadsheets PDF documents Presentations The following...

    docs.groupdocs.cloud/viewer/render-document-wit...
  5. Squiggly Annotation | Documentation

    Squiggly annotation marks text with a squiggly styling. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input Document inTo cloud sTorage and other files, like image annotation (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..., //Supported only Word and PDF Type = AnnotationInfo . TypeEnum...

    docs.groupdocs.cloud/annotation/squiggly-annota...
  6. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for Documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "Top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "Top": 5, "right": 5, "botTom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."certificateGuid" : "folder\file.pdf" , "left" : 10 , "top" : 10 ...

    docs.groupdocs.cloud/signature/signature-option...
  7. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks To the Document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image To the STorage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow To leverage specific format features and often allow To make watermarks stronger; For protected Documents, it is required To provide the password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ sample.pdf ", " StorageName ": "" }, " WatermarkDetails...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  8. Upload file | Documentation

    How To upload file To Cloud sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\ --F "path=@/path/to/myfile.pdf" Was this page helpful? Not really...

    docs.groupdocs.cloud/rewriter/file/upload/
  9. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the Document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..." with_watermarks \\ sample.pdf ", }, " ReplaceTextOptions ":...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  10. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the Document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios To use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..." with_watermarks \\ sample.pdf " }, " OutputFolder ": " removed_watermarks...

    docs.groupdocs.cloud/watermark/remove-watermarks/