Webmerge (Formstack) alternatives for document production?

Hi,

We currently have an app that uses webmerge to produce several documents in pdf (certificates, reports, etc) with some rules to automatically change the text and some checkboxes on the document itself, although it's working as expected, webmerge is way too expensive if you have to produce many documents, so I was wondering if you guys have any similar solution for this without requiring the use of yet another cloud subscription service.

I wish knack would address this directly within the builder, I think this is the one thing really missing here for us with knack.

We use Webmerge and Docupilot with Knack. Its much cheaper and a little better actually much cleaner modern interface.Ā 

1 Like

Hereā€™s some javascript to fill a pdf form on the fly, similar to what webmerge does. It took me a little work to customize it but I have it working and use it for all my pdfs.

The problem is it doesnā€™t flatten the pdf after filling the forms, so as a workaround, I just create the forms as read-only. Wish I could find something to actually flatten them, though.

I used Integromat with their Word Template Module and then use CloudConvert to generate the pdf from that. I store the template documents in a knack table.
Iā€™ve also used Integromat with Carbone.io to generate documents. Depending on how many you need to create these may be helpfulā€¦

1 Like

I have used Integromat with Eledo to generate PDF docs. It is really cost effective.

I also have a clientā€™s system set up with Eledo and Integromat - also used the word approach with Integromat at well.

I also sometimes use HTML and then CloudConvert in Integromat for this - you can see an article about this here - subject to the proviso that the Integromat PDF app no longer exists - you need to use Coudconvert instead (I need to update the post):

1 Like

Hey Julian - wanted to check this out but noticed your images are all broken. Do you have them archived?

Hello, Iā€™m interested in this. Iā€™ve set up the connection between Eledo and Knack. Do you add a button on the knack page in order to generate the PDF?

Hi @ZakKatz41795 - this is odd because I can see the images (tried with Safari and Chrome and also in a private window).

There would be several ways to ā€˜triggerā€™ Make/Integromat to create a PDF- here are just a few:

  1. A new or updated record trigger.
  2. Send an email containing the record id to a Make/Integromat ā€œMailhookā€ - a feature that is part of the Webhooks module.
  3. Have a time Integromat process which looks for records requiring the pdf.

Once you have the Scenario triggered and have made the PDF in Eledo, you can then choose what to do with the file - email it, store in Drive or similar, or upload in to Knack and link it to the records for example.

Make is incredibly flexible and there are so many opportunities to automate Knack apps with it - they are a prefect fit!

Anyone achieved this without using Integromat/Make? For example, just using Knack and Eledo?
Itā€™s not a good solution if we have to pay for several subscriptions in order to simply generate a decent document.
I wish Knack had a native way for us to do it.
I was using Formstack with Knack but their pricing is way to high.

1 Like

There are pure JS alternatives to creating documents in the browser if youā€™re prepared to roll up sleeves and code:

A fan of docxtemplater and have used it in a major Knack project - a warning though there are a myriad of moving parts including storage and retrieval of the template files, consistent field mapping, creation of template files and managing them, and finally handling the finished document.

Strongly recommend connecting to something like Eledo via Make.com in the first instance.

2 Likes

Your images for that particular page donā€™t work for me eitherā€¦

Iā€™ve been using https://documerge.ai. Super reliable, was able to use their migration tool from webmerge/formstack. Up and running same day.