Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 921 for

annotation types

(0.04 sec)
  1. Convertir un PDF en document Word modifiable à ...

    Vous pouvez convertir un PDF en Word DOCX dans Ruby sur le cloud. Dans cet article, nous allons apprendre à convertir un PDF en document Word modifiable à l'aide de l'API Ruby Cloud....manière fiable entre plus de 50 types de documents et d’images tels..."password" @loadOptions.hide_pdf_annotations = true @loadOptions.remove_embedded_files...

    blog.groupdocs.cloud/fr/conversion/convert-pdf-...
  2. Working With Files | Documentation

    GroupDocs.Viewer Cloud Working With Files...Annotation Product Solution GroupDocs...WriteLine ( "Expected response type is Stream: " + response . Length...

    docs.groupdocs.cloud/viewer/working-with-files/
  3. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering MS Project Documents...

    docs.groupdocs.cloud/viewer/render-project-time...
  4. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Annotation Cloud 19.5 ใหม่ทั้งหมด เ...เรามุ่งมั่นที่จะพัฒนา GroupDocs.Annotation Cloud REST API เพื่อทำให...

    blog.groupdocs.cloud/th/groupdocs.cloud/page/40/
  5. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Spreadsheets / Render...

    docs.groupdocs.cloud/viewer/render-print-areas/
  6. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/comparison/set-password-fo...
  7. GroupDocs.Comparison Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....cloud/connect/token --header "Content-Type: application/x-www-form-urlencoded"...encoded" --data "grant_type=client_credentials&client_id=[AP...

    blog.groupdocs.cloud/zh/categories/groupdocs.co...
  8. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  9. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/merger/join-document-cross...
  10. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/conversion/add-watermark/