You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Zulko - Our users login to our web dashboard and select a month and and a particular salesman and and hit export report button. We want to use ReLaXed to export sales activity of select salesman for selected month in a pdf. Irrespective of selected month and selected salesman, the design of pdf will be same but:
Some text in pdf e.g. salesman's name, month and sales numbers will differ. We can achieve this by passing this data as json through commandline.
We will use chartjs for charts in pdfs and data in these charts will differ based on selected salesman and selected month. So if we can somehow pass the data through command line to chartjs file as well just like we pass it to pug file, that will be awesome.
Hope I have done a better job in explaining my use case this time.
Thanks for such a great package.
We can pass variables to pug from command line. But is it somehow possible to further pass those variables to vegalite or chartjs files?
My use case is to programatically generate PDFs with same layout but slightly different text in html and different data in charts.
The text was updated successfully, but these errors were encountered: