Christiaan
10/10/2023, 7:47 AMscottvonduhn
10/11/2023, 7:01 PMChristiaan
10/12/2023, 9:33 AMscottvonduhn
10/12/2023, 12:28 PMscottvonduhn
10/12/2023, 12:42 PMFred Pope
10/20/2023, 5:27 PMlet myObject = {
translatedText : "Lorem Ipsum"
};
const mypdf = render.create();
mypdf.addCustomDataSource({
format: render.DataSource.OBJECT,
alias: "catchyObjectName",
data: myObject
});
## Then in your pdf template you can just call :
${catchyObjectName.translatedText}