Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 2,638 for

metadata

(0.04 sec)
  1. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-document-in...
  2. Customer Newsletters

    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....com/products/metadata/net?utmsource=nl&utmcampa...

    blog.groupdocs.cloud/ko/tag/customer-newsletters/
  3. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add 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....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/add-direct/
  4. Working with Stamp 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 put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/working-with-sta...
  5. Python'da REST API kullanarak PDF Dosyalarını K...

    GroupDocs.Comparison Cloud SDK for Python ile Python'da bulutta bir REST API kullanarak iki veya daha fazla PDF dosyasını programlı olarak karşılaştırın....Metadata() settings.meta_data.author...

    blog.groupdocs.cloud/tr/comparison/compare-pdf-...
  6. Сравните PDF-файлы с помощью REST API в Python ...

    Программно сравните два или более PDF-файла с помощью REST API в облаке на Python с помощью GroupDocs.Comparison Cloud SDK для Python....Metadata() settings.meta_data.author...

    blog.groupdocs.cloud/ru/comparison/compare-pdf-...
  7. Pythonを使ってXMLテキストを抽出する | PythonでXMLを解析する

    XMLファイルからテキストを抽出することは、さまざまなアプリケーションにおいて重要なタスクです。Pythonを使用してXMLからテキストを抽出する方法を学び、その重要性を理解してください。...Is it possible to extract metadata from XML files using GroupDocs...

    blog.groupdocs.cloud/ja/parser/extract-text-fro...
  8. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  9. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  10. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following code sample shows how to render a specific layer of a CAD drawing. 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....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/render-layers/