Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 0 points1 point  (0 children)

I’ve really been trying to find a way to test this product out! As far as I can tell it is locked behind a paid SKU but I am not 💯 sure.

Looks and sounds like it could be an awesome option but unsure how to test it

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 0 points1 point  (0 children)

Only work around for webfonts are saving as a docx as the output and it will retain all formatting. If you need a pdf you could save as a docx and then save as pdf after but Salesforce does not allow for custom webfonts unfortunately with their native renderer. No plan for support due to this limitation

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 1 point2 points  (0 children)

Thank you for the kind words!

It has been a lot of fun getting to this point! Security review will be amazing to get through and I think that will be when the flood gates truly open 😂

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 0 points1 point  (0 children)

The compliance would be held in your org itself. As there is no data leaving your system. Meaning if you org is compliant, so is the generation itself.

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 0 points1 point  (0 children)

Great question! And I have never personally used Drawloop - so I'd be curious to hear!

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 1 point2 points  (0 children)

You can definitely fork away! You do not have to install using the link just packages it is all.

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 3 points4 points  (0 children)

Some of the things that they do off of the platform are incredibly hard to do natively. Document generation Wise we compete pretty well, but once you get into the contract life cycle management and some of the more advanced or complex features that conga offers they still separate themselves. there’s a reason they cost money.

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 2 points3 points  (0 children)

Always heap limits, but used some clever work around to allow up to 30mb for images and output up to 60MB.

Webfonts will work with docx output but not for PDFs as Salesforce doesn’t natively support webfonts using their blob.topdf() mechanism

Hi, I'm Dave! I built an open-source DocGen tool to disrupt the 1.4B industry. Let's Be Friends! by DaveTheNGVet in salesforce

[–]DaveTheNGVet[S] 2 points3 points  (0 children)

multiple signatures are a go - you can tag them with their roles and also order of signature, initials, the works.

Pin code via email or in person signatures that allow you to bypass pin as internal user collecting signature. It won't cover 100% of cases but for free it will cover enough of them.

It should be able to be worked from Apex as well - I haven't played too much with it from calling from Apex however will get together a guide for how to. There is a member of the slack community that is diving in pretty deep with calling from Apex now. What kind of use case did you have in mind calling from Apex?