Exporting pdf by user without going through the dialog
Hi,
is it possible to modify the pdf export link seen by the user in that way that he does not have to go through the export dialog? The idea is to deliver just the pdf with our predefined settings on clicking the export button.
Little question besides. Is it possible to remove the small wiki scroll image which stands next to the pdf link since release 2.2. We find it quite ugly that we have one point in the menu using an icon and all other points dont have icons.
Best regards,
Paul
-
Hi Paul,
currently the only way to launch an export with predefined settings is by using the REST API. Please see here for more information: http://www.k15t.com/display/PDF/Creating+an+Export+using+the+REST+API
Unfortunately this only works for presets saved by the same user and is therefore probably not what you want. I added an issue for your feature request here: http://k15t.jira.com/browse/PDF-258
Concerning the icon you could add the following as custom HTML (at the end of the HTML HEAD). See Confluence Administration -> Look and Feel -> Custom HTML
<style type="text/css">
#com-k15t-confluence-scroll-pdf-launcher {
background-image:none!important;
}
#com-k15t-confluence-scroll-pdf-launcher span {
margin-left: 0px!important;
}
</style>Best regards,
Jens
Please sign in to leave a comment.
Comments
3 comments