-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update embedded PDFio version to 1.4.0.
- Loading branch information
1 parent
d856681
commit 4cef27a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pdfio
updated
37 files
+7 −1 | .gitignore | |
+15 −0 | CHANGES.md | |
+18 −0 | EXAMPLES.md | |
+28 −11 | Makefile.in | |
+12 −12 | configure | |
+1 −1 | configure.ac | |
+1,256 −44 | doc/pdfio.3 | |
+1,103 −49 | doc/pdfio.html | |
+1,347 −48 | doc/pdfio.md | |
+65 −0 | examples/Makefile | |
+ − | examples/Roboto-Bold.ttf | |
+ − | examples/Roboto-Italic.ttf | |
+ − | examples/Roboto-Regular.ttf | |
+ − | examples/RobotoMono-Regular.ttf | |
+208 −0 | examples/code128.c | |
+ − | examples/code128.ttf | |
+139 −0 | examples/image2pdf.c | |
+1,865 −0 | examples/md2pdf.c | |
+84 −0 | examples/md2pdf.md | |
+2,381 −0 | examples/mmd.c | |
+112 −0 | examples/mmd.h | |
+9 −12 | examples/pdf2text.c | |
+65 −0 | examples/pdfioinfo.c | |
+23 −1 | pdfio-array.c | |
+308 −0 | pdfio-base-font-widths.h | |
+94 −58 | pdfio-content.c | |
+36 −6 | pdfio-dict.c | |
+30 −1 | pdfio-file.c | |
+21 −1 | pdfio-object.c | |
+0 −1 | pdfio-private.h | |
+9 −0 | pdfio-value.c | |
+7 −1 | pdfio.h | |
+16 −5 | pdfio.xcodeproj/project.pbxproj | |
+7 −2 | pdfio1.def | |
+2 −2 | pdfio_native.nuspec | |
+1 −1 | pdfio_native.redist.nuspec | |
+1 −0 | ttf.h |