Idea Summary
PDF download could be great, but right now is useless for 2 reasons:
-It doesn't allow to include a logo in the page header. I don't know any company that doesn't want their logo in every document.
-If you have a field VARCHAR2(2) and another one VARCHAR2(200) in the PDF both columns have the same size. That makes no sense.
Use Case
It would make this option useful in real life, avoiding users having to create PDFs by hand in every IR/IG.
Preferred Solution (Optional)
For the logo just include a declarative option to select a file/url, and maybe to select align right/left.
For the column size, adding a declarative option to each column to specify a relative size [1..6] should be relatively easy to calculate the size reserved for each column in the PDF. Another way would be that the download process does a first pass to look for the biggest size of each column and creates the PDF in a second pass.