Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 9,803 for

text

(0.06 sec)
  1. GroupDocs.Merger Cloud Product Family on Docume...

    GroupDocs.Merger Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Merger Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud M...... Combine Text Files using a TXT File Merger...SDK for Node.js and combine text files programmatically. This...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  2. Sending files for processing | Documentation

    How to send files for processing to the selected language....parameters remain the same as in text requests. Return value If successful..."dae5390e-3658-4bff-85bf-4a77cc04eaa5_text" } Otherwise, it returns a HTTP...

    docs.groupdocs.cloud/rewriter/file/request/
  3. 使用 Python 從 PDF 中提取特定數據 |休息API

    使用適用於 Python 的 Document Parser Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式從 PDF 中提取特定數據。...page_text_area is not None: print("Field...name + ". Text :" + data.page_area.page_text_area.text) if data...

    blog.groupdocs.cloud/zh-hant/parser/extract-spe...
  4. Extract PowerPoint Images | PPTX Image Extracto...

    How to extract and download images from PowerPoint presentations using .NET Cloud SDK. Automate PPT and PPTX image extraction with REST API. PPT to JPG...Excel Workbook to Text File in C# Extract Text from PDF with C#...

    blog.groupdocs.cloud/parser/extract-images-from...
  5. Next Generation GroupDocs.Annotation Cloud will...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....file formats Support all major Text and Figure Annotations Web API...

    blog.groupdocs.cloud/annotation/next-generation...
  6. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...link { text-decoration : none ; } a : visited { text-decoration...: link { text-decoration : none ;} a : visited { text-decoration...

    docs.groupdocs.cloud/total/authenticating-api-r...
  7. GroupDocs.Conversion 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....learn how to convert PPT to Text online using a web-based PowerPoint...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. editor.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/editor/available-sdks/ weekly 0.5 https://docs.groupdocs.cloud/editor/developer-g......cloud/editor/working-with-text-documents/ weekly 0.5 https://docs...

    docs.groupdocs.cloud/sitemaps/editor.xml
  9. Remove Annotations From Word in Python

    Programmatically extract or remove annotations from Word in Python. GroupDocs.Annotation offers Cloud SDKs and REST APIs to delete annotations programmatically....overlays, text replacements, redactions, sticky notes, and text markups...

    blog.groupdocs.cloud/annotation/extract-or-remo...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....: "Barcode" , "Page" : 1 , "Text" : "John Smith" , "BarcodeType"...

    docs.groupdocs.cloud/signature/signsettings/