Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 6,724 for

viewer

(0.1 sec)
  1. 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....Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-document-inform...
  2. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d 'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET' \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document curl -v "https://api....Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  5. 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....Viewer untuk .NET 16.12.0 Tim GroupDocs...

    blog.groupdocs.cloud/id/categories/groupdocs.to...
  6. Clasifique texto sin procesar en MS Office, PDF...

    GroupDocs.Classification Cloud API recupera la salida de clasificación de texto sin procesar para taxonomía/taxonomía de documentos que contiene información sobre la mejor clase...0/viewer/storage/file/viewerdocs%2Fthree-layouts...

    blog.groupdocs.cloud/es/classification/classify...
  7. Конвертировать MPP в Excel | Экспорт MPP в XLS ...

    Узнайте, как преобразовать файлы MS Project (MPP) в формат Excel (XLS/XLSX) с помощью C# .NET. Динамическое преобразование MPP в XLS или MPP в XLSX. Конвертер MPP в XLS...разработки Microsoft Project Viewer онлайн путем экспорта файла...

    blog.groupdocs.cloud/ru/conversion/convert-mpp-...
  8. Konversi JPG ke Dokumen Word (DOCX) di C# .NET ...

    Mengonversi gambar JPG ke dokumen Word yang dapat diedit (DOCX) menggunakan C# .NET. Cara mengonversi Foto ke DOC dengan mengembangkan konverter gambar ke dokumen di C# .NET....tentang: Mengembangkan MS Project Viewer dalam C# Panduan untuk Konversi...

    blog.groupdocs.cloud/id/conversion/convert-jpg-...
  9. Verify Text 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 verify a signed document. It provides methods to verify Text Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify Text Signature in a Document You can verify Text Signature in a Document using this API....Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/verify-text-sign...
  10. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/extract-text-from-a...