How to export history from databases using IDEA script?
jennylam
Forums
Hi All,
I completed a few group projects via using IDEA macro, while I need to export the history, PDF version, from databases manaually for documentation purposes.
I read Language Browser for help, and it seems no introduction on that is about history export.
How could I get the history from databases automatically rather than manaually exporting them one by one?
Seeking for your advice.
Regards
Hi Jenny,
In reply to Hi Brian, by jennylam
Hi Jenny,
Unfortunately the best the script can do is export it as a text file. There are no native commands in IDEAScript to access the save as pdf for the history (that I know of). Also there are no native commands in visual basic to do this, you would probably need to get an addon.
If you have 10.3 of IDEA I just looked and there is a python module that will create pdf documents. So creating a script in python could be an option.
Brian