Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 14,210 for

docx

(0.12 sec)
  1. GroupDocs.Viewer Cloud V2 الإصدار

    GroupDocs.Viewer Cloud REST API V2 هنا أخيرًا !. إصدار V2 API هو أكثر بساطة من V1 ، API مع عدد أقل من الأساليب والخيارات....كيفية إنشاء عرض HTML للرد على DOCX. نحن نستخدم cURL لطلبات REST...cloud/v2/viewer/storage/file/one-page.docx' \ --header 'authorization:...

    blog.groupdocs.cloud/ar/viewer/groupdocs.viewer...
  2. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/editor/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....docx" , Common . MyStorage ); var...ObjectExistsRequest ( "Editors\\one-page.docx" , Utils . MYStorage , null...

    docs.groupdocs.cloud/editor/working-with-storage/
  3. GroupDocs.Conversion 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....برای تبدیل Word به PowerPoint DOCX را به PPTX یا PPT در روبی تبدیل...فضای ابری به اسناد Word (DOC یا DOCX) تبدیل کنید. نحوه تبدیل اسناد...

    blog.groupdocs.cloud/fa/categories/groupdocs.co...
  4. 將 Word 或 Excel 文檔翻譯成 7 種不同的語言 |休息API

    翻譯 API 可將 Word 和 Excel 文檔翻譯成中文、英語、法語、德語、意大利語、俄語、西班牙語,而不會影響文檔結構。...docx" \], "errors": \[\] } 使用 REST...Word 文檔從英語翻譯成法語。文件 document.docx 之前已上傳到 MyStorage 下的 myFolder...

    blog.groupdocs.cloud/zh-hant/translation/transl...
  5. Porównaj pliki PDF za pomocą REST API w Node.js...

    Programowo podpisuj dokumenty za pomocą podpisów cyfrowych przy użyciu interfejsu API REST w chmurze w Node.js za pomocą GroupDocs.Signature Cloud SDK dla Node.js....Do podpisywania plików PDF i DOCX będę używać API Node.js SDK...resourcesFolder = 'C:\\Files\\sample.docx'; fs.readFile(resourcesFolder...

    blog.groupdocs.cloud/pl/signature/sign-document...
  6. Порівняйте PDF-файли за допомогою REST API у No...

    Програмно підписуйте документи цифровими підписами за допомогою REST API у хмарі в Node.js за допомогою GroupDocs.Signature Cloud SDK для Node.js....Для підписання файлів PDF і DOCX я буду використовувати API Node...resourcesFolder = 'C:\\Files\\sample.docx'; fs.readFile(resourcesFolder...

    blog.groupdocs.cloud/uk/signature/sign-document...
  7. \"GroupDocs.Watermark Cloud 產品系列\" on Document ...

    \"GroupDocs.Watermark Cloud 產品系列\" on Document Processing REST APIs | GroupDocs Cloud Recent content in \"GroupDocs.Watermark Cloud 產品系列\" on Document Processing REST APIs | GroupDocs Cloud 在 C# 中從......NET REST API 在線水印 DOCX 學習如何使用 GroupDocs.Watermark Cloud...文件添加圖片水印。以程式方式將標誌、照片或 JPG 圖片作為水印添加到 DOC 和 DOCX 文件中。 Recent content in \"GroupDocs...

    blog.groupdocs.cloud/zh-hant/categories/\groupd...
  8. Convert Word to PDF on Document Processing REST...

    Convert Word to PDF on Document Processing REST APIs | GroupDocs Cloud Recent content in Convert Word to PDF on Document Processing REST APIs | GroupDocs Cloud REST API를 사용하여 Ruby에서 Word 문서를 PDF로 변......API를 사용하여 프로그래밍 방식으로 Word 문서(DOCX 또는 DOC)를 PDF 파일로 변환합니다. Node...Node.js SDK를 사용하면 클라우드에서 DOC 및 DOCX 파일을 PDF 파일로 변환할 수 있습니다. Recent...

    blog.groupdocs.cloud/ko/tag/convert-word-to-pdf...
  9. Merge Word Documents on Document Processing RES...

    Merge Word Documents on Document Processing REST APIs | GroupDocs Cloud Recent content in Merge Word Documents on Document Processing REST APIs | GroupDocs Cloud Kombinieren von Word Dokumenten in ......NET – DOC/DOCX Dateien programmgesteuert zusammenführen... wie Sie mehrere Word (DOC, DOCX) Dokumente in eine einzelne...

    blog.groupdocs.cloud/de/tag/merge-word-document...
  10. Image Annotation | Documentation

    Image annotation allows to add image within document page 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET....docx" }, "OutputPath": "Output/output.docx", "Annotations":...'annotationdocs/one-page.docx' }, 'OutputPath': 'Output/output.docx', 'Annotations':...

    docs.groupdocs.cloud/annotation/image-annotation/