Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 6,110 for

file format

(0.2 sec)
  1. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....pptx', 'Format': 'pdf', 'OutputPath': 'Output'...cloud/v2.0/conversion/storage/file/Output/uses-custom-font.pdf"...

    docs.groupdocs.cloud/conversion/convert-using-c...
  2. Get Document Information | Documentation

    This REST API allows us to obtain basic inFormation about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document File extension; Document size in bytes; Document File Format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard....Document file extension; Document size in bytes; Document file format...

    docs.groupdocs.cloud/editor/get-document-inform...
  3. 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....converting Excel files to comma delimited files and unleash the...effortlessly convert HTML files to PDF format using GroupDocs.Conversion...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  4. Get Document Information | Documentation

    This REST API allows obtaining basic inFormation about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document File extension; Document size in bytes; Document File Format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Document file extension; Document size in bytes; Document file format;...Password The password to open file It should be specified only...

    docs.groupdocs.cloud/parser/get-document-inform...
  5. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "Format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page File path in the cloud storage...."text" : "123456789012" , "format" : "Portable Network Graphic"...signed document DownloadUrl Page file path in the cloud storage. Use...

    docs.groupdocs.cloud/signature/signresult/
  6. 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..."text" : "123456789012" , "format" : null , "signatureType" :...Description API Version fileInfo Input file information size The size of...

    docs.groupdocs.cloud/signature/deleteresult/
  7. Convert SVG to PNG using SVG to PNG Converter

    This article shows how to convert SVG to PNG in C#. GroupDocs.Conversion offers Cloud SDKs and REST APIs to programmatically build an SVG to PNG Converter....(SVG) is a popular image file format that can be scaled to any...we have uploaded a source SVG file to the API Cloud dashboard ...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  8. Working with Text Documents | Documentation

    Textual documents are simple Plain Text flat Files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive Formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT document not only back to TXT, but also to WordProcessing....are simple Plain Text flat files (TXT), that contain no images...can create some primitive formatting like lists with leading markers...

    docs.groupdocs.cloud/editor/working-with-text-d...
  9. Document Splitting in Java | PDF Document Splitter

    Learn how to split PDF into separate Files in Java. Explore the features of GroupDocs.Merger Cloud SDK for Java and split PDFs using page numbers or ranges....Splitting - Split PDF into Multiple Files in Java. Are you looking for...PDF documents into separate files in your Java applications? With...

    blog.groupdocs.cloud/merger/java-document-split...
  10. Extract XML Text using Python | Parse XML in Py...

    Extracting text from XML Files is a crucial task in various applications. Learn how to extract text from XML using Python and understand its importance....Language) is a popular data format for storing and exchanging...transfer. Extracting text from XML files is crucial for many reasons...

    blog.groupdocs.cloud/parser/extract-text-from-x...