FastDraw
FastDraw copied to clipboard
Export to pdf
Hi!
I'm trying to make an export to PDF but I can't figure out how to do it. Can you provide an example?
Thank you.
Thanks for supporting FastDraw!
I have updated the library for an improved export API
Now you can call drawPDF(url:_)
method of DrawBoardView
object to render the PDF to the url
Please run pod install
to update the library
I have also updated README, you can also check FastDrawDemo
for example
https://github.com/collinzrj/FastDraw/blob/6bb81e811550baba28785519f84562f81bf7b13b/FastDrawDemo/FastDrawDemo/ViewController.swift#L65-L70
Hi @miguel-arrf , has this solved your problem?