Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 4,903 for

data

(0.08 sec)
  1. Evaluate GroupDocs.Conversion Cloud | Documenta...

    Note You can easily create a trial account on GroupDocs.Conversion Cloud for evaluation. Please visit our Trial for GroupDocs.Cloud document page You get access to all the features of GroupDocs.Conversion Cloud using free trial plan with monthly Data processing limit. There are no limitations and no evaluation messages on documents This plan is intended to give you a good idea of the service’s capabilities and let you do some early development....Conversion Cloud using with monthly data processing limit. There are...

    docs.groupdocs.cloud/conversion/evaluate-groupd...
  2. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....// For complete examples and data files, please go to https://github...# For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/merger/mix-document-pages/
  3. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation Data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....Cloud API provides annotation data from supported file formats...ez" Response Returns Binary data SDK examples The API is completely...

    docs.groupdocs.cloud/annotation/working-with-an...
  4. GroupDocs.Conversion Cloud Product Family on Do...

    GroupDocs.Conversion Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Conversion Cloud Product Family on Document Processing REST APIs | GroupDocs......Text conversion and simplify data extraction. Convert MPP to PDF...step-by-step guide to export MS Project data into Excel for easy analysis...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  5. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Annotation Cloud / Developer Guide / Data structures / AnnotateOptions...

    docs.groupdocs.cloud/annotation/annotateoptions/
  6. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the Data that can be processed with the APIs....applies the limitation to the data that can be processed with the...

    docs.groupdocs.cloud/comparison/licensing/
  7. Extract Text from PowerPoint in C# | PPTX to Te...

    Learn how to extract text from PowerPoint presentations using C# .NET. Automate text extraction from PPT and PPTX files with the .NET REST API....text, metadata, and structured data from multiple document formats...Export clean, structured text data for further processing. Frequently...

    blog.groupdocs.cloud/parser/extract-text-from-p...
  8. S3 storage does not use https? - Free Support F...

    If I put a deny rule in my S3 bucket’s policy for: “Condition”: { “Bool”: { “aws:SecureTransport”: “false” } } I see requests from groupdocs getting denied. Is groupdocs not using https by default to hit S3? If s…...can’t happen if the transfer of data is insecure, and I need to search...

    forum.groupdocs.cloud/t/s3-storage-does-not-use...
  9. MS Project Viewer | MPP Viewer | Microsoft Proj...

    How to convert Microsoft Project (MPP) files to HTML using C# .NET. Develop MS Project Viewer in C# by converting MPP to HTML. MPP file viewer using C# .NET...practical solution by making project data universally accessible through...web-based method to share project data. Whether you opt for the comprehensive...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  10. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Annotation Cloud / Developer Guide / Data structures / PreviewOptions...

    docs.groupdocs.cloud/annotation/previewoptions/