Library Release Note - February 2026

Hey Community :waving_hand:

The latest Library release note just dropped.

This one’s all about making data work harder outside of Tulip, and making your data model easier to expand inside of it.

Highlights:
i3X Connector – open API interoperability for manufacturing
pdfGeneratorAPI Connector – custom PDF generation with password protection
9 Table Extensions – prebuilt columns for calibration, quantity tracking, GHS safety info, and more

:page_facing_up: Full release notes

Questions or feedback? Drop them in the thread :point_down:

Has anyone tried using pdfGeneratorAPI to generate a PDF and then have it saved into a Tulip table record?

Hey @doneil,

The pdfGen API creates a URL for your PDF - you could certainly store that URL into a text type column in a tulip table and use the webpage widget to visualise it. Were you potentially thinking along the same lines or perhaps using a FILE type column for this?

Thanks!