Hello,
I want to add some inset to my pdf.
I noticed that it's possible to do it using the pdfData(size: CGSize? = nil, insets: Insets = .zero) function.
But the Inset type used by this function is not public so it can't be modified (always .zero).
Is there another way to apply an inset or should this type be public?
Thanks!
Axel