Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 1,196 for

annotation types

(0.08 sec)
  1. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Spreadsheets / Adjust...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  2. So konvertieren Sie PDF mit Python in ein bearb...

    Konvertieren Sie PDF Dateien mit dem Python Cloud SDK in ein bearbeitbares Word Dokument, um Dokumente auf jeder Plattform zu konvertieren, ohne auf Tools oder Anwendungen von Drittanbietern angewiesen zu sein....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) Und...

    blog.groupdocs.cloud/de/conversion/convert-pdf-...
  3. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....Annotation Product Solution GroupDocs...document page or not; XAdES type to specify whether e-signature...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Comparez les présentations PowerPoint à l'aide ...

    Générez par programme un code QR pour signer un PDF à l'aide de l'API REST en PHP sur le cloud avec GroupDocs.Signature Cloud SDK pour PHP....(code de réponse rapide) est un type de code-barres matriciel lisible...et de rechercher différents types de signatures telles que les...

    blog.groupdocs.cloud/fr/signature/generate-qr-c...
  5. Boletim informativo do GroupDocs março de 2017–...

    O boletim informativo do desenvolvedor do GroupDocs de maio de 2017 descreve as atualizações de APIs, os principais aprimoramentos de recursos e correções de bugs nas APIs de manipulação de documentos do GroupDocs....Annotation for Java APIs permite inserir....NET ampliou a classe Media type detector e a API agora é capaz...

    blog.groupdocs.cloud/pt/total/groupdocs-newslet...
  6. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load options. 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 GroupDocs.Conversion Cloud documentation 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/convert-csv-doc...
  7. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. 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/convert-n-conse...
  8. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/conversion/convert-using-c...
  9. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join 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.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/merger/join-images/
  10. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output 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/add-watermark/