Sort Score
Result 10 results
Languages All
Labels All
Results 6,831 - 6,840 of 14,210 for

docx

(0.17 sec)
  1. Представляємо GroupDocs.Comparison Cloud 19.5!

    Нова версія Groupdocs.Comparison Cloud 19.5 тут. Ваш інтерес до нашого Document Comparison Cloud API мотивує нас до впровадження нових функцій....docx" -H "accept: application/json"...multipart/form-data" -T C:/Temp/source.docx Завантажте файл зі сховища ###...

    blog.groupdocs.cloud/uk/comparison/introducing-...
  2. Przedstawiamy GroupDocs.Comparison Cloud 19.5!

    Nowa wersja Groupdocs.Comparison Cloud 19.5 jest już dostępna. Twoje zainteresowanie naszym interfejsem Document Comparison Cloud API motywuje nas do wdrażania nowych funkcji....docx" -H "accept: application/json"...multipart/form-data" -T C:/Temp/source.docx Pobierz plik z magazynu ###...

    blog.groupdocs.cloud/pl/comparison/introducing-...
  3. convert html to word on Document Processing RES...

    convert html to word on Document Processing REST APIs | GroupDocs Cloud Recent content in convert html to word on Document Processing REST APIs | GroupDocs Cloud Convertir HTML en Word en Java en u......HTML en document MS Word DOC ou DOCX en ligne. Convertir un document...HTML en DOCX Transformez le contenu HTML au format DOCX à l'aide...

    blog.groupdocs.cloud/fr/tag/convert-html-to-wor...
  4. microsoft word document online on Document Proc...

    microsoft word document online on Document Processing REST APIs | GroupDocs Cloud Recent content in microsoft word document online on Document Processing REST APIs | GroupDocs Cloud Convertir HTML ......HTML en document MS Word DOC ou DOCX en ligne. Convertir un document...HTML en DOCX Transformez le contenu HTML au format DOCX à l'aide...

    blog.groupdocs.cloud/fr/tag/microsoft-word-docu...
  5. Odhalení prvního veřejného vydání nové generace...

    GroupDocs.Comparison Cloud je REST API pro porovnání dokumentů s manipulací spolu se změnami v cloudu....rychlý příklad porovnání DOCX s DOCX pomocí GroupDocs.Comparison...comparisons','name':'source.docx','password':''},'targetFile...

    blog.groupdocs.cloud/cs/comparison/announcing-f...
  6. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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....docx" }, "ViewFormat": "JPG", "RenderOptions":..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "JPG", "RenderOptions":...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  7. تبدیل Word به فایل TIFF در پایتون

    GroupDocs API یک روش امن و آسان برای تبدیل DOC به فایل TIFF در چند ثانیه است. این مقاله در مورد نحوه تبدیل word به فایل TIFF در پایتون است....Converter API - نصب نحوه تبدیل Word DOCX به فرمت TIFF در پایتون تبدیل...Converter API - نصب # برای تبدیل DOCX به فرمت TIFF، از Python SDK...

    blog.groupdocs.cloud/fa/conversion/convert-word...
  8. Document Processing 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....dosyalarını Word belgelerine (DOC veya DOCX) dönüştürebilirsiniz. Bu yazıda...Dönüştürme REST API ve Ruby SDK PDF‘ü DOCX’e dönüştürmek için Ruby SDK...

    blog.groupdocs.cloud/tr/page/33/
  9. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. 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....docx", "StorageName": "" }, "Properties":...'FilePath': 'documents\\input.docx', 'StorageName': '' }, 'Properties':...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Add Metadata By Property Name Match Exact Phras...

    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 with the 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 add metadata to a document curl -v "https://api....docx", "StorageName": "" }, "Properties":...'FilePath': 'documents\\input.docx', 'StorageName': '' }, 'Properties':...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...