Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 3,803 for

name

(0.07 sec)
  1. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from files of different types....it is convenient to use the name of the property to locate and...

    docs.groupdocs.cloud/metadata/features-overview/
  2. Extract Images from PDF, Excel, PPT & Word Docs...

    Python examples to extract images from documents like PDF, Word documents, spreadsheets, presentations using Python SDK for Document Parsing REST API....path with the correct document name with extension. Extract Images...

    blog.groupdocs.cloud/parser/extract-images-from...
  3. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage Name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All.... Name Description Comment FilePath...property StorageName Storage name Could be omitted for default...

    docs.groupdocs.cloud/merger/join-document-cross...
  4. How to Convert XLSM to CSV in Python

    Convert XLSM file to CSV format using our GroupDocs.Conversion REST API. This article is about how to convert XLSM to CSV in Python....provide the your cloud storage name Set input xlsm file path and...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  5. GroupDocs Newsletter October 2017 Edition – Doc...

    GroupDocs developer newsletter of October 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....GroupDocs team has improved naming scheme of GroupDocs NuGet packages...The new naming format will folow the product family name in the...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  6. Convert PowerPoint PPT/PPTX to JPG/JPEG Images ...

    GroupDocs.Conversion is the best way to convert PPT to JPG file in seconds. Let's learn how to convert PowerPoint PPT/PPTX to JPG/JPEG images in Python....ConvertSettings Then, set the storage name and PowerPoint file path Set...

    blog.groupdocs.cloud/conversion/convert-powerpo...
  7. API calls failing with (The request signature w...

    Hello, I’m running groupdocs in our custom infrastructure as well as with docker in the local environment. On the cloud infra I’m using AWS AppRunner to execute the docker container I stored on ECR. On the local envir…...docker compose we configured: name: tog-dev version: '3.8' services:...

    forum.groupdocs.cloud/t/api-calls-failing-with-...
  8. Excel to Text Conversion | Convert XLS, XLSX to...

    How to convert Excel spreadsheets (XLS/XLSX) into plain text files using .NET REST API. Automate Excel to Text conversion and simplify data extraction....resultant format as txt and the name for resultant file. var settings...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  9. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property.... Name Description Comment FilePath...property StorageName Storage name Could be omitted for default...

    docs.groupdocs.cloud/merger/join-document-pages/
  10. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....adding fonts into HTML: Format Name Extension Portable Document...into HTML, use excluded font name as shown in the code sample...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...