https://github.com/tomasf/tfpdf
Obj-C wrapper for the PDF parsing APIs in CGPDF
https://github.com/tomasf/tfpdf
Last synced: about 1 year ago
JSON representation
Obj-C wrapper for the PDF parsing APIs in CGPDF
- Host: GitHub
- URL: https://github.com/tomasf/tfpdf
- Owner: tomasf
- License: mit
- Created: 2011-03-14T15:59:31.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T13:29:11.000Z (over 9 years ago)
- Last Synced: 2025-03-26T03:51:13.346Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 6.84 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
TFPDF is an Objective-C wrapper for the CGPDF parsing API.
# PDF object types
Type
CGPDF
TFPDF
Boolean CGPDFBoolean (unsigned char) NSNumber
Integer CGPDFInteger (long) NSNumber
Real CGPDFReal (CGFloat) NSNumber
Null NULL NSNull
String CGPDFStringRef NSString
Name char * NSString
Array CGPDFArrayRef TFPDFArray
Dictionary CGPDFDictionaryRef TFPDFDictionary
Stream CGPDFStreamRef TFPDFStream