Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,307 for

metadata net

(0.05 sec)
  1. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...Metadata Product Solution GroupDocs...SDKs the following platforms: .NET ( , ) PHP ( , ) Java ( , ) Ruby...

    docs.groupdocs.cloud/viewer/features-overview/
  2. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Metadata Product Solution GroupDocs...following SDKs are provided: .NET ( , ) Java ( , ) PHP ( ) Node...

    docs.groupdocs.cloud/conversion/features-overview/
  3. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....Metadata Product Solution GroupDocs...it will do the rest for you. .NET (C#) Configuration config = new...

    docs.groupdocs.cloud/rewriter/authorization/
  4. Features Overview | Documentation

    Overview GroupDocs.Editor Cloud is a REST API that allows you to edit documents across a wide range of supported document types. Below, the shortlist of possible actions: Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing documents, Spreadsheets or Presentations....Metadata Product Solution GroupDocs...following SDKs are provided: .NET ( , ) Java ( , ) PHP ( ) Node...

    docs.groupdocs.cloud/editor/features-overview/
  5. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....Metadata Product Solution GroupDocs...following SDKs are provided: .NET 2.0 ( , NuGet Package) Java (...

    docs.groupdocs.cloud/watermark/features-overview/
  6. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Metadata Product Solution GroupDocs...it will do the rest for you. .NET (C#) Configuration config = new...

    docs.groupdocs.cloud/translation/authorization/
  7. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....Metadata Product Solution GroupDocs...Resource files .RESX Microsoft .NET application resources (text only)...

    docs.groupdocs.cloud/translation/supported-file...
  8. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....Metadata Product Solution GroupDocs...following SDKs are provided: .NET ( , ) Java ( , ) PHP ( ) Node...

    docs.groupdocs.cloud/merger/features-overview/
  9. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....Metadata Product Solution GroupDocs...following SDKs are provided: .NET 2.0 ( , NuGet Package) Java (...

    docs.groupdocs.cloud/parser/features-overview/
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....Metadata Product Solution GroupDocs...Format should be compatible with .net TimeSpan ProjectManagementOpt...

    docs.groupdocs.cloud/viewer/renderoptions/