Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 9,837 for

text

(0.14 sec)
  1. Free Translation - Free Support Forum - groupdo...

    Hi, I’m using the API to translate an HTML document, but after the first 3 or 4 sends, the system remains with statuscode 202 and no longer gives me the translation, in the log files I have statuscode 200. Can anyone hel…...could be used to translate plain text, Word and PDF files only....

    forum.groupdocs.cloud/t/free-translation/4117
  2. Document Edit Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......with Presentations Working with Text Documents Working with DSV Documents...

    docs.groupdocs.cloud/editor/document-edit-opera...
  3. watermark.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/watermark/add-image-watermarks/ weekly 0.5 https://docs.groupdocs.cloud/watermark......cloud/watermark/add-text-watermarks/ weekly 0.5 https://docs...

    docs.groupdocs.cloud/sitemaps/watermark.xml
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...js and combine text files programmatically. This...

    blog.groupdocs.cloud/groupdocs.cloud/page/13/
  5. 使用 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/parser/extract-specific...
  6. Edit Excel Sheet on Document Processing REST AP...

    Edit Excel Sheet on Document Processing REST APIs | GroupDocs Cloud Recent content in Edit Excel Sheet on Document Processing REST APIs | GroupDocs Cloud Редагувати документи за допомогою REST API ......Редагуйте файли Word, Excel або Text у PHP у хмарі. Редагуйте таблицю...

    blog.groupdocs.cloud/uk/tag/edit-excel-sheet/in...
  7. Edit DOCX using REST API on Document Processing...

    Edit DOCX using REST API on Document Processing REST APIs | GroupDocs Cloud Recent content in Edit DOCX using REST API on Document Processing REST APIs | GroupDocs Cloud Редагувати документи за доп......Редагуйте файли Word, Excel або Text у PHP у хмарі. Редагуйте документи...

    blog.groupdocs.cloud/uk/tag/edit-docx-using-res...
  8. Edit DOCX using REST API on Document Processing...

    Edit DOCX using REST API on Document Processing REST APIs | GroupDocs Cloud Recent content in Edit DOCX using REST API on Document Processing REST APIs | GroupDocs Cloud تحرير المستندات باستخدام RE......بتحرير ملفات Word أو Excel أو Text في PHP على السحابة. قم بتحرير...

    blog.groupdocs.cloud/ar/tag/edit-docx-using-res...
  9. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known document family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much more. All these formats are supported by the GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into WordProcessing format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details.... Replace ( "Sample test text" , "Hello world" ); // Upload.... replaceAll ( "Sample test text" , "Hello world" )); } Files...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  10. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/deleteresult/