parallax / jsPDF

Client-side JavaScript PDF generation for everyone.

Home Page:https://parall.ax/products/jspdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add an objectFit parameter to the addImage method to be able to add an image to the PDF while preserving the aspect ratio

insinfo opened this issue · comments

add an objectFit parameter to the addImage method to be able to add an image to the PDF while preserving the aspect ratio, the parameter could accept the 'contain' and 'cover' options

https://gist.github.com/dmail/dda5adf57c8d66b73dd6
https://stackoverflow.com/questions/21961839/simulation-background-size-cover-in-canvas

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

This would be very useful for my use case, which is converting SVGs generated by the FabricJs lib to PDF