Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 2,313 for

assembly

(0.16 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 für .NET GroupDocs.Assembly für .NET bietet...

    blog.groupdocs.cloud/de/tag/customer-newsletter...
  2. 전자 서명 기능으로 C#/ASP.NET 앱 향상

    GroupDocs는 웹 서명 캡처 기능이 있는 법적 구속력이 있는 전자 서명 앱을 구축하는 데 사용할 수 있는 유연한 API가 포함된 .NET 라이브러리를 제공합니다....Assembly for .NET은 문서 어셈블리 작업을 위한 UI가...버전의 .NET 라이브러리입니다. GroupDocs.Assembly for .NET 1.0.6 – Microsoft...

    blog.groupdocs.cloud/ko/total/groupdocs-novembe...
  3. 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....Assembly Cloud REST API. Jest to API...formacie wyjściowym. GroupDocs.Assembly Cloud REST API zapewni Ci...

    blog.groupdocs.cloud/pl/page/44/
  4. รับเอกสารที่กรอกและลงนามผ่านแบบฟอร์มออนไลน์ | เ...

    จดหมายข่าวประจำเดือนกันยายน 2014 ของ GroupDocs มุ่งเน้นไปที่ Aspose.Conversion สำหรับไลบรารี .NET แต่ยังมีข่าวเกี่ยวกับสิ่งใหม่ๆ และสิ่งที่กำลังจะตามมาอีกด้วย...Assembly สำหรับปลั๊กอิน .NET 1.0.4...Gallery เผยแพร่ GroupDocs.Assembly สำหรับแอป Cloud สำหรับ Zapier...

    blog.groupdocs.cloud/th/conversion/september-ne...
  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....com/products /assembly/java?utmsource=nl&utmcamp...utmmedium=link) GroupDocs.Assembly para Java permite gerar documentos...

    blog.groupdocs.cloud/pt/tag/customer-newsletter...
  6. Obter documentos preenchidos e assinados por me...

    O boletim informativo de setembro de 2014 do GroupDocs enfoca a biblioteca Aspose.Conversion para .NET, mas também traz novidades sobre o que há de novo e o que está por vir....Assembly para plugin .NET 1.0.4 para...para NuGet Gallery GroupDocs.Assembly for Cloud app publicado para...

    blog.groupdocs.cloud/pt/conversion/september-ne...
  7. zArchive

    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 Cloud est sur le point d’être...des modèles. Cette API REST assemble intelligemment les données...

    blog.groupdocs.cloud/fr/tag/zarchive/
  8. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/annotateoptions/
  9. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  10. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/