Looking for a PDF template HTML code for CMR (logistics document) template

Hey guys!

I’m wondering if someone has made a PDF template for the CMR logistics document:

If anyone has it and is willing to share it with me, I will most definitely issue a monetary reward!

Holla at me in a private message!

Cheers!

How is this related to SuiteCRM?

Apologies for not making myself clear enough.

I am looking for HTML code that I could just copy/paste into SuiteCRM’s PDF Templates module that would generate a super nice and clean PDF template for the international shipping document known as CMR :slight_smile:

I gave up on AI and the Internet and started writing the template myself. The thing is table-heavy and it will take me like two-three days probably. If anyone has a copy/paste ready solution, give me a DM, I know how to say “thank you” :wink:

1 Like

Hello,

trying AI for that is a good approach.
Upload your PDF, add some example HTML from a SuiteCRM PDF template and then work with the AI to get closer to your desired outcome.

I’ve worked a few projects in supply chain management and logistics with some processes in the CRM as well.
So far, no CMR and for a domestic one something with a different form / content.

Thank you for the suggestions. I was pretty frustrated at first but I kinda got a hold of these HTML tables, mostly thanks to WYSIWYG editor that allows me to observe the changes in real time and edit the code more efficiently. Making table-heavy PDF templates is a real PITA but I guess I’ll just have to charge the client accordingly :smiley:

The PDF templates can be a bit tricky and a bit of trial and error.
Your approach sounds good however.

Maybe you’ve already covered everything, but just in case:

1 Like

Yes and the Editor Has CSS code strip off so you can not rely on AI or Styles, Rather than having each TABLE coded so that the layout gets fit as per your Styling. I have done more complex PDF Templates then this but yet that takes a lot of time to get it SET and RIGHT as you have to Generate PDF to verify the Output every time you change the Tables.

1 Like

I agree with @cherub-chum it is possible but will be at least 8 hours work to get it right with a form of that size and complexity. It’s very cluncky to use tables and format them in such a way that it doesn’t get stripped out and you have re-gen a new pdf every time to check what you have just done. It’s very very time consuming.

1 Like