Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 2,088 for

assembler

(0.03 sec)
  1. Customer Newsletters

    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....Assembly supporta la generazione di...documenti esterni. GroupDocs.Assembly offre API per l’automazione...

    blog.groupdocs.cloud/it/tag/customer-newsletters/
  2. خبرنامه فوریه 2014

    یکپارچه‌سازی‌ها و نمونه‌های جدید Cloud API، محصولات منتشر شده و به‌روزرسانی‌ها و موارد دیگر در خبرنامه فوریه 2014 ما....اخبار محصول به زودی: GroupDocs Assembly for Cloud App 2.5.0 نسخه جدید...جدید GroupDocs Assembly for cloud app ، نسخه 2.5.0، در دست تولید...

    blog.groupdocs.cloud/fa/total/groupdocs-total-n...
  3. Newsletter Februar 2014

    Integrationen und neue Cloud-API-Beispiele, Produktveröffentlichungen und -aktualisierungen und mehr in unserem Newsletter vom Februar 2014....Kürze erhältlich: GroupDocs Assembly für Cloud App 2.5.0 Die neue...neue Version von GroupDocs Assembly für Cloud-App , Version 2...

    blog.groupdocs.cloud/de/total/groupdocs-total-n...
  4. DNN용 PDF 및 Office Java 문서 뷰어 모듈 | 그룹 문서

    GroupDocs는 DNN 개발자가 다운로드 가능한 Java 문서 뷰어를 DNN 웹 사이트에 통합할 수 있는 모듈을 출시했습니다....Assembly 게시됨 게시된 샘플 44: 문서를 조합하고 GroupDocs...기타 개선 사항 및 수정 사항. GroupDocs.Assembly for .NET 1.0.3 – 개선 및 수정....

    blog.groupdocs.cloud/ko/annotation/focus-groupd...
  5. Customer Newsletters

    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....Assembly підтримує створення форматів...джерел документів. GroupDocs.Assembly пропонує API автоматизації...

    blog.groupdocs.cloud/uk/tag/customer-newsletters/
  6. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  7. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Customer Newsletters

    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....com/products /assembly/java?utmsource=nl&utmcamp...utmmedium=link) GroupDocs.Assembly for Java อนุญาตให้สร้างเอ...

    blog.groupdocs.cloud/th/tag/customer-newsletter...
  9. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signsettings/
  10. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/pdfoptions/