Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 630 for

annotation options

(0.1 sec)
  1. قم بتحويل PDF إلى PPTX باستخدام واجهة برمجة تطب...

    قم بتحويل PDF إلى عرض تقديمي PowerPoint برمجيًا (PPTX) باستخدام واجهة برمجة تطبيقات REST على السحابة في Python مع Document Conversion Cloud SDK لـ Python....hide_pdf_annotations = True settings.load_options = loadOptions;...zoom = 1 settings.convert_options = convertOptions settings.output_path...

    blog.groupdocs.cloud/ar/conversion/convert-pdf-...
  2. Document Automation REST APIs | GroupDocs Cloud

    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.... Ihre Suche nach der Option sollte beendet sein. GroupDocs...Erkenntnisse zu gewinnen. GroupDocs.Annotation Cloud API ist eine plattformunabhängige...

    blog.groupdocs.cloud/de/page/38/
  3. 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....Annotation Product Solution GroupDocs...Parser Cloud API provides an option to extract a formatted text...

    docs.groupdocs.cloud/parser/features-overview/
  4. Konwertuj PDF na PPTX za pomocą interfejsu API ...

    Programowo konwertuj pliki PDF na prezentacje programu PowerPoint (PPTX) przy użyciu interfejsu API REST w chmurze w języku Python z pakietem Document Conversion Cloud SDK dla języka Python....hide_pdf_annotations = True settings.load_options = loadOptions;...zoom = 1 settings.convert_options = convertOptions settings.output_path...

    blog.groupdocs.cloud/pl/conversion/convert-pdf-...
  5. 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 Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type 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 https://dashboard....Annotation Product Solution GroupDocs...client_id , client_secret ) view_options = groupdocs_viewer_cloud ....

    docs.groupdocs.cloud/viewer/get-document-inform...
  6. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Annotation Product Solution GroupDocs..."fmt" "github.com/antihax/optional" conversion "github.com/g...

    docs.groupdocs.cloud/conversion/get-document-me...
  7. Konvertieren Sie PDF mithilfe einer REST-API in...

    Konvertieren Sie PDF Dateien programmgesteuert in eine PowerPoint-Präsentation (PPTX) mithilfe einer REST-API in der Cloud in Python mit dem Document Conversion Cloud SDK für Python....hide_pdf_annotations = True settings.load_options = loadOptions;...zoom = 1 settings.convert_options = convertOptions settings.output_path...

    blog.groupdocs.cloud/de/conversion/convert-pdf-...
  8. Converta PDF para PPTX usando uma API REST em P...

    Converta PDF para apresentação do PowerPoint (PPTX) programaticamente usando uma API REST na nuvem em Python com o Document Conversion Cloud SDK para Python....hide_pdf_annotations = True settings.load_options = loadOptions;...zoom = 1 settings.convert_options = convertOptions settings.output_path...

    blog.groupdocs.cloud/pt/conversion/convert-pdf-...
  9. Преобразование PDF в PPTX с помощью REST API в ...

    Программное преобразование PDF в презентацию PowerPoint (PPTX) с помощью REST API в облаке на Python с помощью Document Conversion Cloud SDK для Python....hide_pdf_annotations = True settings.load_options = loadOptions;...zoom = 1 settings.convert_options = convertOptions settings.output_path...

    blog.groupdocs.cloud/ru/conversion/convert-pdf-...
  10. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. 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....Annotation Product Solution GroupDocs...client_id , client_secret ) view_options = groupdocs_viewer_cloud ....

    docs.groupdocs.cloud/viewer/get-attachments/