Skip to content
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

Update dependencies #82

Open
outdoorguy007 opened this issue Feb 23, 2018 · 0 comments
Open

Update dependencies #82

outdoorguy007 opened this issue Feb 23, 2018 · 0 comments

Comments

@outdoorguy007
Copy link

Hey all,

I was wondering if we could spend some time updating dependencies. I am running into some errors trying to insert a logo into the PDF generated in a vuln report and I wonder if it may be because of the outdated external dependencies. The following just blows up the datatable

extend:    'pdfHtml5',
	text:      '<i class="fa fa-file-pdf-o"></i> PDF',
	titleAttr: 'PDF',
	title: 'Vulnerability Report'
	customize: function ( doc ) {
            
            doc.content.splice(1, 0,
				{
    				margin: [0, 0, 0, 12],
					alignment: 'center',
    				image: 'Logo.png'
				}
			);
            
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant