Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 1,242 for

supported file formats

(0.05 sec)
  1. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_2...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  2. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page File path in the cloud storage....Order Upgrade an Order Free Support Docs Free Consulting Blog New..."text" : "123456789012" , "format" : "Portable Network Graphic"...

    docs.groupdocs.cloud/signature/signresult/
  3. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF document. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...null , "attachments" : [], "file" : { "path" : "viewer/sample_docx/sample...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  4. Convert PDF to TXT in Python with REST API Solu...

    The GroupDocs.Conversion Cloud SDK for Python empowers developers to add document conversion feature in their application seamlessly with high fidelity...Polski PDF (Portable Document Format) is one of the most important...important and widely used file format used to present and exchange...

    blog.groupdocs.cloud/conversion/extract-text-fr...
  5. Convert JPG to Word Document (DOCX) in C# .NET ...

    Convert JPG images to editable Word documents (DOCX) using C# .NET. How to convert Photo to DOC by developing picture to document converter in C# .NET....documents offer a versatile format that supports both text and images...allowing for easy editing, formatting, and content management....

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  6. PDF to Excel | Convert PDF to XLS | Transform P...

    Convert PDF Files to Excel workbooks using C# .NET. Perform seamless PDF to XLS conversion online....realm of data management, PDF files often serve as repositories...manipulating data from these files can be a daunting task, especially...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. Convert Excel to HTML | XLS to HTML | Save Exce...

    Explore step-by-step instructions and expert tips for seamless conversion of XLS and XLSX to HTML. How to convert Excel to HTML effortlessly....українська Polski Excel to HTML file using C# .NET. Excel spreadsheets...this data in a web-friendly format becomes necessary. This is...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  8. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_2...

    docs.groupdocs.cloud/viewer/reorder-pages/
  9. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_jpg/sample_page_1...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  10. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document....Order Upgrade an Order Free Support Docs Free Consulting Blog New...Extract only text; Extract formatted text by setting pages extraction...

    docs.groupdocs.cloud/parser/extract-text/