Guide on how to convert HTML to PDF with Aware IM
https://github.com/RennurApps/AwareIM-resources#integrating-with-aware-im
Download + Extract *.exe file to a folder (you can use 7-Zip), copy+paste wkhtmltopdf folder to c:/AwareIM
http://wkhtmltopdf.org/
Step 1 - Export Aware IM HTML Document to a HTML file
EXPORT DOCUMENT 'Your HTML Document' TO FILE 'C:/YourFileLocation/<<myBO.Name>&glt;_No<<myBO.ID>>.html'
Step 2 - Convert exported HTML file to PDF
EXECUTE PROGRAM 'C:\AwareIM\wkhtmltopdf\bin\wkhtmltopdf.exe file:///C:/YourFileLocation/<<myBO.Name>>_No<<myBO..ID>>.html C:/YourFileLocation/<<myBO.Name>>_No<<myBO.ID>>.pdf'
Step 3 - Import PDF document to your myBO.DocumentPDF attribute
IMPORT DOCUMENT myBO.DocumentPDF FROM 'C:/YourFileLocation/<<myBO.Name>>_No<<myBO.ID>>.pdf'
Tip: You can store your folder location in systemsettings or LoggedIn business objects.
Cheers