SimplePDF icon indicating copy to clipboard operation
SimplePDF copied to clipboard

Create a simple PDF effortlessly. :smile:

Results 26 SimplePDF issues
Sort by recently updated
recently updated
newest added

The table width was properly calculated, but not assigned to the drawing rectangle. I thus propose the above change. Also short-handed the reducer.

Hey. I try to have an image attached into the NSAttributedString but the image gets lost. ``` let typeDetails = NSMutableAttributedString() let attachment = NSTextAttachment() attachment.image = Img.checked attachment.bounds =...

Is there a way of adding checkboxes? Also can I add a string and an image besides the string? Something like: Do you want to participate? "Image or checkbox here"

I noticed attributed string does not take alignment into account. I put together a quick patch to add alignment to attributed string only if paragraph style is not present in...

Can you please add carthage support. thanks