SimplePDF
SimplePDF copied to clipboard
Create a simple PDF effortlessly. :smile:
In Pdf I have add lot of images, It displays vertically column vice but I want to add images horizontally row vice. It is possible to add images in single...
Please fix with, **let getAlignment = { () -> ContentAlignment in if let al = tableDefinition?.alignments{ if al.count > j{ return al[j] } } return .left }()** drawTextInCell(frame, text: dataArray[i][j]...
when I use try? pdfData.write(to: path, options: .atomic) it gives me a URL error. Any easy ways to get around that? Thanks!
hi , i wanna use library for objective-c class but the new pod is using swift 2 ? i cant run with xcode 9
I would need to add a numberOfLines to the tableView content. Who? Desired result:
Can you support `NSAttributedStringKey.strikethroughStyle` and `NSTextAttachment` with UIImage when use `addAttributedText` with `NSAttributedString`. It's not support now. Thank you ^ ^
Added content alignment from the table definition. If the definition of the table is not defined, then the content equalization is taken from the property transferred to the function. Sorry...
I could really use this. Anyone else? Would it be possible or is it outside of the SimplePDF scope?
Is any nice template created by SimplePDF for people to download? It would be helpful for everybody and increase the number of user for SimplePDF.
I modified the code to add table cell background colors but wondered if a more official version would be released soon?