Instafill 0.3.0

dotnet add package Instafill --version 0.3.0
                    
NuGet\Install-Package Instafill -Version 0.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Instafill" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Instafill" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Instafill" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Instafill --version 0.3.0
                    
#r "nuget: Instafill, 0.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Instafill&version=0.3.0
                    
Install Instafill as a Cake Addin
#tool nuget:?package=Instafill&version=0.3.0
                    
Install Instafill as a Cake Tool

Instafill .NET Library

Introduction

Instafill is an innovative platform designed to automate the filling of PDF forms using advanced AI technologies. This .NET library allows developers to seamlessly integrate Instafill AI's capabilities into their applications, streamlining form processing workflows.

Features

  • Automated Form Filling: Utilize Instafill AI's AI-driven form filling capabilities to efficiently process PDF forms.
  • Batch Processing: Manage multiple forms simultaneously for large-scale applications.
  • Digital Signatures: Incorporate digital signatures into completed forms, enhancing workflow efficiency.

Prerequisites

Before using this library, ensure you have:

  • .NET 6.0 or later installed.
  • An Instafill account with API credentials. To obtain an API key, contact us at api@instafill.ai.

Installation

To install the library, run the following command in your package manager console:

dotnet add package Instafill

Usage

using Instafill;

class Program
{
    static async Task Main(string[] args)
    {
        var client = new InstaFillClient("your_api_key_here");

        await RunExamples(client);
    }

    private static async Task RunExamples(InstaFillClient client)
    {
        try
        {
            var formId = "w-9-2024";
            var getFormResponse = await client.GetFormAsync(formId);
            Console.WriteLine("Get Form Response: {0}", getFormResponse);
        }
        catch (Exception ex)
        {
            Console.Error.WriteLine("Error: {0}", ex.Message);
        }
    }
}

Home Page

Visit our home page to learn more about Instafill and its capabilities.

ChatGPT Integration

You can also use Instafill directly within ChatGPT to fill PDF forms effortlessly. Try it out here: Fill PDF Forms with ChatGPT.

API Reference

For detailed API documentation and reference, visit our API Reference Page.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.0 144 22 days ago