Free Trial

Introducing Wesign SDK: Simplify Your Document Signing Workflow

In today's fast-paced digital world, efficient document signing is essential for seamless business operations. Wesign SDK offers a robust solution to streamline electronic signatures, document management, and secure communication—all within your application. Whether you're building a custom document workflow or integrating signing capabilities, Wesign SDK makes it easy.

What is Wesign SDK?

Wesign SDK is a developer-friendly toolkit designed for integrating digital document signing features into your applications. With support for multiple file formats and advanced features like recipient management and signing workflows, it ensures secure and hassle-free document processing.

You can view our SDK documentation in detail from here, Wesign SDK.

Key Features of Wesign SDK

  1. Document Upload and Conversion
    • Supports file formats such as .docx, .pdf, .png, .jpg, .ppt, .csv, .xlsx, .html, and .txt.

    • Automatically converts non-PDF files into PDFs for seamless signing.

  2. Recipient Management
    • Add recipients with specific actions: needs_to_sign or receive_copy.

    • Assign fields like signatures, checkboxes, radio buttons, or text fields to specific pages and positions in the document.

  3. Customizable Signing Workflow
    • Send signing requests with optional features like auto-reminders, signing orders, and custom expiry dates.

    • Retrieve secure signing URLs for recipients, ensuring a streamlined process.

    • Envelope Ordering/ Sequential Signing : This is part of Wesign's "Signing Order" feature. You can set up documents in a specific sequence, ensuring Document 2 is only visible after Document 1 is signed.

  4. Secure Document Handling
    • Download signed documents and manage them through a unique document key.

    • All data is handled securely, adhering to modern security standards.

Setting Up Wesign SDK

Here’s how you can get started with Wesign SDK in just a few steps:

  1. Installation
  2. Install Wesign SDK using pip:

    pip install wesign-sdk

  3. Configuration
  4. Authenticate with your Wesign account by generating an API key. Use the following code snippet to set up the SDK:

    from wesign_sdk.sdk import WesignSDK

    wesign_app = WesignSDK('https://api.wesign.com', '')

  5. Upload Documents
  6. Upload your document and receive its unique ID for further operations:

    document_info = wesign_app.upload_documents('/path/to/document.pdf')

    print(document_info)

  7. Add Recipients
  8. recipient_data = { "recipient_name": "John Doe", "recipient_email": "[email protected]", "action": "needs_to_sign", "meta_data": [ { "page_no": 1, "left": 100, "top": 200, "width": 200, "height": 50, "field_name": "signature" } ] }

    wesign_app.add_recipient(recipient_data)

  9. Send Envelope for Signing
  10. Finalize and send the envelope to the recipient:

    envelope = wesign_app.send_envelope( subject='Contract Signing', expiry_date="2024-12-31", auto_reminder=3, # Reminders every 3 days number_of_reminders=5 )

    print(envelope)

  11. Retrieve Signed Documents
  12. Once the document is signed, download it using the envelope ID:

    from wesign_sdk.sdk import DocumentExtractor

    document_extractor = DocumentExtractor('https://api.wesign.com', '', '')

    document_extractor.download_documents('/path/to/save')

Why Choose Wesign SDK?

  • Ease of Use: Intuitive methods for uploading, managing, and signing documents.

  • Customizable: Flexible workflows tailored to your business needs.

  • Secure: Built with modern encryption standards for safe data handling.

Conclusion

Wesign SDK empowers developers to integrate powerful document signing features into their applications effortlessly. Whether you're creating a contract management platform or adding e-signatures to your CRM, Wesign SDK is the tool you need to get the job done.

Start your journey with Wesign SDK today and transform your document signing process!

Testimonials

What our clients say

Start Your Trial Now

Start WESIGN-DOC-logo-1WESIGN DOC today. Take a look and see which plan is right for you!