Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 9,868 for

text

(0.38 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...is a very simple and flexible text format for representing structured...separated values) file is a plain text file that contains records of...

    blog.groupdocs.cloud/groupdocs.cloud/page/24/
  2. Specify Max Chars And Rows | Documentation

    When processing Text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....by document type / Rendering Text Files / Specify Max Chars And...On this page When processing text files you can adjust page parameters...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  3. Working with Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. It provides methods to create Barcode Signature in Document Pages with different options of Barcode type, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Barcode Signature to Document You can create Barcode Signature on Document provided by fileName and document folder (if required) using following API....SignatureImplementat ": " TextStamp "," Text ": " John Smith "," Width ":...\"Barcode\", \"Page\": 1, \"Text\": \"John Smith\", \"BarcodeType\":...

    docs.groupdocs.cloud/signature/working-with-bar...
  4. Invalid client error on node js parse - Free Su...

    https://forum.groupdocs.cloud/t/invalid-client-error-on-node-js-parse/3150/2 here Client id 912afc91-4e11-4a34-b84c-27fb8a26c80b Client secret 5eaab5243b7965f67bf9fbe0c63fa9ba...text; res.send(` <html> <head> <title>FB2...which already gives the finished text from the file tilal.ahmad September...

    forum.groupdocs.cloud/t/invalid-client-error-on...
  5. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…... We are using Image, Text and Digital types together....user to use as the info for the Text type signature. biglesias April...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  6. 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....Windows Notepad is a simple text editor created by the Microsoft...Microsoft corporation. Converting text to PDF file gives it more versatility...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...PDF, Excel, PowerPoint, plain text or HTML files. The library understands...making it possible to compare text, style and layout changes. GroupDocs...

    blog.groupdocs.cloud/groupdocs.cloud/page/49/
  8. GroupDocs.Total 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....of signatures such as: image, text, ‎barcode, QR code, digital...Outlook Email, HTML, CAD and Text. We are pleased to announce...

    blog.groupdocs.cloud/categories/groupdocs.total...
  9. Edit Word Documents using REST API in Python | ...

    Programmatically edit Word documents (DOC or DOCX) using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....of DOC or DOCX files or apply text formatting using Python. In...Presentations using Python Edit Text Files with Python via an Editor...

    blog.groupdocs.cloud/editor/edit-word-documents...
  10. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "Text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options...."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/searchresult/