Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
2ff7b9d
[Add]: calculateOneLineTextFrameAndDrawnSize
kf99916 Nov 30, 2016
77284b3
[Add]: calculateAttributedTextHeight
kf99916 Nov 30, 2016
00c3083
[Fix]: typo
kf99916 Nov 30, 2016
cdd22de
[Add]: generateNewPage
kf99916 Nov 30, 2016
329e06b
[Add]: generate a new page if the rest space is not enough for a image
kf99916 Nov 30, 2016
5a69cce
[Add]: image caption
kf99916 Nov 30, 2016
1523d7b
[Add]: pagination
kf99916 Nov 30, 2016
c559c8f
[Add]: imageQuality to reduce pdf file size
kf99916 Nov 30, 2016
b32ce7d
[Add]: addImagesInRow
kf99916 Dec 1, 2016
7f6c30e
[Fix]: layout supports portrait images
kf99916 Dec 1, 2016
7db8bda
[Fix]: calculate the correct x of text according to the width
kf99916 Dec 1, 2016
6f63eae
[Update]: the position pagination can be configured
kf99916 Dec 1, 2016
29d570c
[Add]: a image is in the header or footer
kf99916 Dec 1, 2016
4c31f8e
[Add]: draw line in the header and footer
kf99916 Dec 1, 2016
656fbc6
[Fix]: add headerSpace to make space of header
kf99916 Dec 1, 2016
fa05507
[Fix]: continue 656fbc65250cc5697e051fc1d34a25c22f5b8635
kf99916 Dec 1, 2016
63854b2
Revert "[Fix]: continue 656fbc65250cc5697e051fc1d34a25c22f5b8635"
kf99916 Dec 1, 2016
4112474
[Fix]: continue 656fbc65250cc5697e051fc1d34a25c22f5b8635
kf99916 Dec 1, 2016
6bf6ef0
[Add]: createNewPage command
kf99916 Dec 2, 2016
4ac8b8d
[Fix]: correct the line's position in the header and footer
kf99916 Dec 2, 2016
1af9f5b
[Update:] update the example
kf99916 Dec 2, 2016
e960092
[Update]: the type of caption for image is changed to b NSAttributedS…
kf99916 Dec 2, 2016
920b8aa
[Add]: caller can customize the text font in the table
kf99916 Dec 3, 2016
63572d5
[Update:] rename calculateOneLineTextFrameAndDrawnSize to calculateTe…
kf99916 Dec 3, 2016
5f539fc
[Add]: table supports paragraph and generate a new page if the rest s…
kf99916 Dec 3, 2016
bc5d37e
[Fix]: the width of text in cell is restricted
kf99916 Dec 3, 2016
b68e6ed
[Fix:] correct the logic for generating a new page
kf99916 Dec 4, 2016
4b9a0c5
[Fix]: infinite loop because the height could be enough to caulculate…
kf99916 Dec 4, 2016
9212dbd
[Add]: ImageSizeFit can config the image size in the pdf
kf99916 Dec 5, 2016
c77cb9d
Update README.md
kf99916 Dec 6, 2016
3b99eeb
update README.md by adding Hikingbook app
kf99916 Dec 6, 2016
2a081ee
[Fix]: generate a new page if the sizeFit of image is .height and the…
kf99916 Dec 8, 2016
729523a
[Fix]: replace calculateAttributedTextSize with calculateTextFrameAnd…
kf99916 Dec 8, 2016
d1bc3d7
[Update:] pod update
kf99916 Dec 15, 2016
32f32b3
[Fix:] compiler warning
kf99916 Dec 15, 2016
9874eda
[Add:] document info
kf99916 Dec 15, 2016
b2e5b2c
[Add]: generatePDFfile to handle large PDF
kf99916 Dec 15, 2016
075a940
[Add]: PDFInfo to config PDF metadata
kf99916 Dec 15, 2016
b77449c
Update README.md
kf99916 Dec 15, 2016
31903b2
[Update]: Change the type of keywords to Array
kf99916 Dec 15, 2016
e053ed5
[Update]: add autoreleasepool to release unnecessary memory for command
kf99916 Dec 17, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 910dc4431e42740070caa94787b39c629e120ed3

COCOAPODS: 1.1.1
COCOAPODS: 1.2.0.beta.1
2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 39 additions & 35 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Example/Pods/Target Support Files/TPPDF/TPPDF-prefix.pch

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Example/Pods/Target Support Files/TPPDF/TPPDF-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading