-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF logo #6
Comments
Yup good idea! This is possible using AlivePDFs addImageStream() method. The Flash part would need to pull in the URL as a binary stream and then stick it into the PDF using that method. I have do this locally before, but not loading in a remote image. Scaling and position parameters would also need to be considered. |
As I dig into TableTools.js I found only
Where is the option to put the logo ?? |
You aren't doing anything wrong - the PDF export option doesn't currently have an image option, which is why this issue is open. |
Also the orientation and image size are not working,
This settings must have worked, isn't ist??? |
sPdfSize - from the documentation: "String - 'A[3-4]', 'letter', 'legal' or 'tabloid'" . A2 is not an option. sPdfOrientation - portrait is the default, so setting it would cause no changes http://datatables.net/extras/tabletools/button_options#sPdfOrientation |
Reopening - forgot that this was a bug about images, not sPdfSize etc. |
+1 |
Not really an issue but more a request.
It would be great to be able to add your own logo to the generated PDF.
Similiar to sPdfMessage, sPdfLogo could be added that excepts an URL to the logo to include at the top of the first page in the generated PDF.
The text was updated successfully, but these errors were encountered: