Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 3,191 for

pdf annotation

(0.68 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. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...release introduces new options in PDF conversion feature along with...specific document in HTML, image, PDF or its original format with the...

    blog.groupdocs.cloud/groupdocs.cloud/page/46/
  4. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Annotation Product Solution GroupDocs...new ConvertDocumentDirec ( "pdf" , fileStream , null , null ...

    docs.groupdocs.cloud/conversion/convert-documen...
  5. Add annotations using REST API in Python on Doc...

    Add Annotations using REST API in Python on Document Automation REST APIs | GroupDocs Cloud Recent content in Add Annotations using REST API in Python on Document Automation REST APIs | GroupDocs C......Add annotations using REST API in Python on Document Automation...Cloud Recent content in Add annotations using REST API in Python...

    blog.groupdocs.cloud/hi/tag/add-annotations-usi...
  6. 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...
  7. 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...
  8. 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...
  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/