Intelligent IRS Form 1099-DA Generation
form-1099-da.com helps filers of IRS Form 1099-DA generate portable document format (PDF) files for distribution to recipients

Landscape
The 1099-DA PDF files are in landscape format and provide for multiple transactions per page

Intelligent
They are Intelligent Tax Documents®. The form data is embedded in the PDF in Financial Data Exchange format (FDX JSON) for import into tax software

App
Use the app linked in the menu above to upload 1099-DA data for processing to PDF format

API
You may use our API (Application Program Interface) using a client application you create. See API documentation and contact us for an API key.

Importable
When you use the app or API you can choose to make your tax document data directly importable into participating tax software

Docker
The application is also available as a Docker image for deployment in your own server environment. See below for more information
Compare Portrait and Landscape
Official IRS Form (Portrait)
One sale per page.

Landscape Form
Up to 18 sales per page.

PDF Template Files
Landscape Form 1099-DA PDF template files are included with Docker or SDK purchase.
• Also available separately.
• Fillable and template-only files are included.
• Template customization is available for an additional fee.
• Downloadable from Google Artifact Registry.
PROJECT=taxdochub-endpoints LOCATION=us-central1 REPOSITORY=pdf-template-files DESTINATION=~/Downloads FILE=pdfs:v2025.0.0:f1099da-landscape.zip gcloud artifacts files download \ --project=${PROJECT} \ --location=${LOCATION} \ --repository=${REPOSITORY} \ --destination=${DESTINATION} \ ${FILE}
Intelligent
Intelligent Tax Documents® include the document data in JavaScript Object Notation (JSON) format internally in the PDF document properties. The data can be read with 100% reliability by tax software participating in the tax data exchange ecosystem.


Importable
Your documents can be made directly importable via API into participating tax software. Document codes necessary for import are shown in the upper left corner. Both FDX and OFX APIs are supported.

Docker Image
The application is also available as a Docker image for deployment in your own server environment.
It is also available as a Java SDK (Software Development Kit) using Maven and Java 17. Same price as Docker image. Email us to license the SDK.
The Docker image will save you over 80 hours of research and development effort.
The Docker image is priced accordingly at $8,000 (subject to change).
Order the Docker image
Download and review sample Docker image license agreement
Download and review sample Intelligent Tax Document® trademark license agreement (included with Docker image)
Contact us at support@itips.info to license the Docker image
Steps to Use Docker Image
1. Download the docker image from Google Artifact Registry
docker pull \ us-central1-docker.pkg.dev/taxdochub-endpoints/tax-doc-server-tax1099da/tax1099da-generator:latest
2. Start the app on your system
docker run --publish 8080:8080 \ us-central1-docker.pkg.dev/taxdochub-endpoints/tax-doc-server-tax1099da/tax1099da-generator:latest
3. Marshal tax data from your system and map the data to prescribed JSON format
For each form to be generated, retrieve the form data and generate the required JSON document.
The document consists of an FDX (Financial Data Exchange) “TaxStatement” object serialized to JSON.
FDX tax schema and model files
for
csharp, java, python, ruby, and typescript
are included with any purchase of Docker image
at this GitHub repository:
https://github.com/iTipsDev/fdx-tax-schema-v6.4.1
Email support@itips.info for access.
Also included in the purchase of a Docker image or SDK is sample client code (java) in this GitHub repository:
https://github.com/iTipsDev/com-form-1099-da-client-2025
Email support@itips.info for access.
4. Post JSON to the app
Using HTTP client software you create, post the JSON data to the app as illustrated in this “Curl” command.
curl --request POST \ --location "http://localhost:8080/fdx/v6/tax-forms" \ --header "Content-Type: application/json" \ --header "Accept: application/pdf" \ --data TaxStatement.json
5. Capture and save the PDF content generated by the app
The app will generate and return a PDF document. Capture the response content and save it to your system.
Resource Bundles & Prices
Resource |
Docker Bundle |
SDK Bundle |
Template & Models Bundle |
---|---|---|---|
Docker Image | ✔ | ||
Software Development Kit (Java) | ✔ | ||
PDF Templates | ✔ | ✔ | ✔ |
Industry-standard data model files (Csharp, Java, Python, Ruby, and Typescript) | ✔ | ✔ | ✔ |
Sample client code (Java) | ✔ | ✔ | ✔ |
Total bundle price | 8,000 | 8,000 | 1,000 |
Total if paid by 9/15/2025 | 6,400 | 6,400 | 800 |
Email us for bundle invoice
App and API Prices
• Priced per 1099-DA.
• Each 1099-DA holds multiple transactions (18 transactions per page).
• Maximum of 500 transactions per 1099-DA. (Over 500 requires special arrangement and pricing.)
• Payable in advance. (Credits do not expire.)
• Extra for FDX and OFX tax document import hosting
• Extra for IRIS electronic filing
• Email us for prepayment invoice.
# | Quantity | Per 1099-DA Price | Total Prepayment | FDX and OFX Hosting | IRIS E-File |
---|---|---|---|---|---|
1 | 200 | $2.50 | $500 | Contact Us | Contact Us |
2 | 500 | $2.00 | $1,000 | Contact Us | Contact Us |
3 | 1,000 | $1.50 | $1,500 | Contact Us | Contact Us |
4 | Over 1,000 | Contact Us | Contact Us | Contact Us | Contact Us |
Pricing subject to change.
Site build date:
2025-09-08 09:44
We will be expanding the content and features of this site over the course of the fall of 2025.
Come back frequently to see the new content.
support@itips.info