Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 3,164 for

pdf annotation

(0.06 sec)
  1. Annotate on Document Automation REST APIs | Gro...

    Annotate on Document Automation REST APIs | GroupDocs Cloud Recent content in Annotate on Document Automation REST APIs | GroupDocs Cloud PHP में REST API का उपयोग करके Pdf दस्तावेज़ों की व्याख्या ......Annotate on Document Automation REST APIs | GroupDocs Cloud Recent...Recent content in Annotate on Document Automation REST APIs |...

    blog.groupdocs.cloud/hi/tag/annotate/index.xml
  2. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....Annotation Product Solution GroupDocs...format = "Pdf" ; string path = "/path/to/myFile.pdf" ; byte []...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  3. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into Pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....Annotation Product Solution GroupDocs...word processing document into pdf document asyncronously without...

    docs.groupdocs.cloud/conversion/convert-documen...
  4. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...example Linux/MacOS/Bash # Convert PDF to DOCX curl -X POST "https://api...

    docs.groupdocs.cloud/conversion/convert-to-word...
  5. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages and get the result as plain text....Annotation Product Solution GroupDocs...scanned PDFs for translation Sending images and scanned PDFs for...

    docs.groupdocs.cloud/translation/file/request/i...
  6. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need to get started is adding our SDK to your existing project....Annotation Product Solution GroupDocs...example demonstrating how to sign pdf document with digital signature...

    docs.groupdocs.cloud/signature/quick-start/
  7. Supported Document Formats | Documentation

    The following table contains a full list of file formats that are currently supported by GroupDocs.Metadata Cloud. Format Description Load Save Remarks DOC Microsoft Word 97 - 2007 Document. ✔ ✔ *.doc versions starting from Microsoft Word 95 DOT Microsoft Word 97 - 2007 Template. ✔ ✔ DOCX Office Open XML WordprocessingML Document (macro-free). ✔ ✔ DOCM Office Open XML WordprocessingML Macro-Enabled Document. ✔ ✔ DOTX Office Open XML WordprocessingML Template (macro-free)....Annotation Product Solution GroupDocs...document as PDF (Adobe Portable Document) format. ✔ ✔ *.pdf versions...

    docs.groupdocs.cloud/metadata/supported-documen...
  8. Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, Pdf, Slides and Image formats for the whole document, page by page or custom range of pages. Our GroupDocs.Conversion Cloud REST API comes with many features, such as: Converting From Portable Document Format: Pdf Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB Microsoft PowerPoint: PPT, PPTX, PPS, PPSX Microsoft Visio: VSD, VDX, VSS, VSX, VST, VTX, VSDX, VDW, VSSX, VSTX, VSDM, VSTM, VSSM Microsoft Project: MPP, MPT Microsoft Outlook: MSG, EML Microsoft OneNote: ONE Apple Mail: EMLX OpenDocument Formats: ODT, OTT, ODS, ODP, OTP, OTS, ODG Rich Text Format: RTF Plain Text File: TXT Comma-Separated Values: CSV HyperText Markup Language: HTML, MHT, MHTML Extensible Markup Language: XML XML Paper Specification: XPS CAD Drawing File Formats: DXF, DWG, IFC, STL Image files: BMP, GIF, JPG, PNG, TIFF, multi-page TIFF, WebP, DjVu, SVG, DNG Electronic publication: EPUB Windows Icon: ICO Mobipocket e-book format: MOBI Digital Imaging and Communications in Medicine format: DCM Metafile: WMF, EMF LaTeX: TEX Converting To Portable Document Format: Pdf Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB Microsoft PowerPoint: PPT, PPTX, PPS, PPSX OpenDocument Formats: ODT, OTT, ODS, ODP, OTP Rich Text Format: RTF Plain Text File: TXT HyperText Markup Language: HTML Image files: BMP, GIF, JPG, PNG, TIFF, multi-page TIFF, WebP, SVG, DNG, PSD Electronic publication: EPUB Watermarking pages Converting page by page or custom range of pages Specifying output document resolution and quality when applicable Password protect output document when output format support it Security and Authentication The GroupDocs....Annotation Product Solution GroupDocs...formats to Words, Cells, Html, PDF, Slides and Image formats for...

    docs.groupdocs.cloud/conversion/overview/
  9. Translating image files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating image files....Annotation Product Solution GroupDocs...filePath = "/path/to/myfile.pdf" ; string savePath = "/path/to/savefile/"...

    docs.groupdocs.cloud/translation/file/sdk/image...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....Annotation Product Solution GroupDocs...optimizePdfSize If true and converting to PDF, conversion optimized for smaller...

    docs.groupdocs.cloud/conversion/loadoptions/