Adding Components from Code

Load a PDF form, add new elements with the Forms API, and return the updated definition to the browser.

Changing Properties from Code

Find a form element by name, change its text and font in code, and send the updated form to the web component.

Creating a Form with Table

Build a PDF form in code, add a table with several column types, and prepare it for browser input.

Editing a Form in the Designer

Embed the form designer in .NET Core, load a template, and connect its editing and save actions.

Filling Form Data from Database

Read recipients from MySQL, fill the shared form template, and e-mail each personalized PDF.

Generating PDF from Form Submission

Apply submitted form values to the template in ASP.NET Core and return the completed PDF.

Integrating a Form Component

Stimulsoft PDF Forms provides an Angular component for editing and filling forms in the browser, backed by an ASP.NET Core controller.

Integrating into Standalone Angular Component

Connect the PDF Forms component in a standalone Angular component to an ASP.NET Core endpoint.

Loading a Form from File

Load an MRT form from disk, export it with StiPdfExporter, save the PDF, and open the document.

Loading a Form from Resource

Load an embedded MRT form with LoadFromResource, export it to PDF, and open the generated document.

Loading a Form from String

Reconstruct a form from its serialized string, export it to PDF, and open the generated document.

Loading an Encrypted Form

Open an encrypted MDX form with LoadEncryptedForm and its key, then export the decrypted template to PDF.

Loading Fields Data from PDF

Accept an uploaded PDF in ASP.NET Core, parse it with StiPdfParser, and convert its fields into application data.

Sending a Form by Email

Personalize a form for each recipient, export every copy in memory, and send it as a PDF attachment.

Viewing Forms and Parsing Submission Results

Display a published form in Angular and parse its submitted field values in ASP.NET Core.

Working with Forms from Code

Create and configure a PDF form in code, then pass it to the web component for display or editing.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.