Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 4,011 for

import

(0.04 sec)
  1. 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....rsion-cloud-python-samples import groupdocs_conversion_cloud...-go-samples package common import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/conversion/add-watermark/
  2. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Annotation for Cloud App Import Acrobat PDF document annotations...

    blog.groupdocs.cloud/total/news-groupdocs-april...
  3. Overview | Documentation

    The GroupDocs.Annotation Cloud is a REST API and universal document annotator that supports almost all common business document and image file formats. It gives developers an API for creating advanced online document annotation tools. With GroupDocs.Annotation Cloud API developers can deliver advanced annotation features to their users quickly. It provides features for export/Import annotations into/from files, additionally to possibility to save files in supported formats. Note GroupDocs.Annotation Cloud REST API supports following type of Annotations:...provides features for export/import annotations into/from files...

    docs.groupdocs.cloud/annotation/overview/
  4. EC3 File Format - Enhanced Audio Codec 3 File

    Learn about EC3 file format and APIs that can create and open EC3 files.... Simply import the EC3 file into the software...

    docs.fileformat.com/audio/ec3/
  5. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....rsion-cloud-python-samples import groupdocs_conversion_cloud...d-go-samples package async import ( "fmt" "time" "github.com...

    docs.groupdocs.cloud/conversion/convert-documen...
  6. GitHub Advisory Database · GitHub

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....privilege escalation in IAM import API High CVE-2024-55949 was...

    github.com/advisories
  7. How to Convert XLSM to CSV in Python

    Convert XLSM file to CSV format using our GroupDocs.Conversion REST API. This article is about how to convert XLSM to CSV in Python....used to store tabular data, to import and export format for spreadsheet...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  8. Edit Word Documents Online using a Free Word Ed...

    This blog post introduces a free Word editor to edit Word documents online effortlessly. You can now edit MS Word files without installing any software.... It includes rich file import/export options, versioning...

    blog.groupdocs.cloud/editor/edit-word-documents...
  9. pricing

    @Import "//fonts.googleapis.com/css?family=Lato:400,300,100,700"; @Import "//fonts.googleapis.com/css?family=Open+Sans:400,600,700"; .socialicon li a:hover, .topheadermenus li a:hover, .bottomenuit......@import "//fonts.googleapis.com/css?family=Lato:400,300,100,700";...700"; @import "//fonts.googleapis.com/css?family=Open+Sans:400...

    purchase.groupdocs.cloud/admin/css/pricing
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....ation-cloud-python-samples import groupdocs_annotation_cloud...

    docs.groupdocs.cloud/annotation/get-document-in...