pdf2json 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +9 -0
- data/bin/.gitkeep +0 -0
- data/ext/extconf.rb +30 -0
- data/lib/pdf2json.rb +8 -0
- data/pdf2json-0.52-source/AUTHORS +24 -0
- data/pdf2json-0.52-source/CHANGES +11 -0
- data/pdf2json-0.52-source/Makefile +84 -0
- data/pdf2json-0.52-source/Makefile.in +84 -0
- data/pdf2json-0.52-source/aclocal.m4 +274 -0
- data/pdf2json-0.52-source/aconf-win32.h +86 -0
- data/pdf2json-0.52-source/aconf.h +42 -0
- data/pdf2json-0.52-source/aconf.h.in +41 -0
- data/pdf2json-0.52-source/autom4te.cache/output.0 +6908 -0
- data/pdf2json-0.52-source/autom4te.cache/requests +76 -0
- data/pdf2json-0.52-source/autom4te.cache/traces.0 +466 -0
- data/pdf2json-0.52-source/config.log +1259 -0
- data/pdf2json-0.52-source/config.status +1050 -0
- data/pdf2json-0.52-source/configure +6908 -0
- data/pdf2json-0.52-source/configure.ac +93 -0
- data/pdf2json-0.52-source/doc/pdffonts.1 +130 -0
- data/pdf2json-0.52-source/doc/pdffonts.cat +107 -0
- data/pdf2json-0.52-source/doc/pdffonts.hlp +117 -0
- data/pdf2json-0.52-source/doc/pdfimages.1 +102 -0
- data/pdf2json-0.52-source/doc/pdfimages.cat +92 -0
- data/pdf2json-0.52-source/doc/pdfimages.hlp +101 -0
- data/pdf2json-0.52-source/doc/pdfinfo.1 +158 -0
- data/pdf2json-0.52-source/doc/pdfinfo.cat +119 -0
- data/pdf2json-0.52-source/doc/pdfinfo.hlp +129 -0
- data/pdf2json-0.52-source/doc/pdftoppm.1 +115 -0
- data/pdf2json-0.52-source/doc/pdftoppm.cat +105 -0
- data/pdf2json-0.52-source/doc/pdftoppm.hlp +114 -0
- data/pdf2json-0.52-source/doc/pdftops.1 +229 -0
- data/pdf2json-0.52-source/doc/pdftops.cat +221 -0
- data/pdf2json-0.52-source/doc/pdftops.hlp +231 -0
- data/pdf2json-0.52-source/doc/pdftotext.1 +137 -0
- data/pdf2json-0.52-source/doc/pdftotext.cat +120 -0
- data/pdf2json-0.52-source/doc/pdftotext.hlp +133 -0
- data/pdf2json-0.52-source/doc/sample-xpdfrc +91 -0
- data/pdf2json-0.52-source/doc/xpdf.1 +513 -0
- data/pdf2json-0.52-source/doc/xpdf.cat +476 -0
- data/pdf2json-0.52-source/doc/xpdf.hlp +489 -0
- data/pdf2json-0.52-source/doc/xpdfrc.5 +480 -0
- data/pdf2json-0.52-source/doc/xpdfrc.cat +474 -0
- data/pdf2json-0.52-source/doc/xpdfrc.hlp +479 -0
- data/pdf2json-0.52-source/fofi/.DS_Store +0 -0
- data/pdf2json-0.52-source/fofi/FoFiBase.cc +156 -0
- data/pdf2json-0.52-source/fofi/FoFiBase.h +57 -0
- data/pdf2json-0.52-source/fofi/FoFiBase.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiEncodings.cc +994 -0
- data/pdf2json-0.52-source/fofi/FoFiEncodings.h +36 -0
- data/pdf2json-0.52-source/fofi/FoFiEncodings.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiTrueType.cc +2027 -0
- data/pdf2json-0.52-source/fofi/FoFiTrueType.h +174 -0
- data/pdf2json-0.52-source/fofi/FoFiTrueType.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiType1.cc +252 -0
- data/pdf2json-0.52-source/fofi/FoFiType1.h +59 -0
- data/pdf2json-0.52-source/fofi/FoFiType1.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiType1C.cc +2603 -0
- data/pdf2json-0.52-source/fofi/FoFiType1C.h +233 -0
- data/pdf2json-0.52-source/fofi/FoFiType1C.o +0 -0
- data/pdf2json-0.52-source/fofi/Makefile +70 -0
- data/pdf2json-0.52-source/fofi/Makefile.dep +0 -0
- data/pdf2json-0.52-source/fofi/Makefile.in +70 -0
- data/pdf2json-0.52-source/fofi/libfofi.a +0 -0
- data/pdf2json-0.52-source/fofi/vms_make.com +0 -0
- data/pdf2json-0.52-source/freetype.win32/.DS_Store +0 -0
- data/pdf2json-0.52-source/freetype.win32/include/.DS_Store +0 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftconfig.h +528 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftheader.h +780 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftmodule.h +32 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftoption.h +733 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftstdlib.h +173 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/freetype.h +3919 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftadvanc.h +179 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbbox.h +94 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbdf.h +209 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbitmap.h +227 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftcache.h +1128 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftchapters.h +103 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftcid.h +166 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fterrdef.h +244 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fterrors.h +206 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgasp.h +120 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftglyph.h +613 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgxval.h +358 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgzip.h +102 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftimage.h +1313 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftincrem.h +353 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlcdfil.h +213 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlist.h +277 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlzw.h +99 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmac.h +274 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmm.h +378 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmodapi.h +483 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmoderr.h +155 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftotval.h +203 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftoutln.h +537 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftpfr.h +172 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftrender.h +230 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsizes.h +159 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsnames.h +200 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftstroke.h +716 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsynth.h +80 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsystem.h +347 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fttrigon.h +350 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fttypes.h +588 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftwinfnt.h +274 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftxf86.h +83 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/autohint.h +231 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftcalc.h +179 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftdebug.h +250 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftdriver.h +422 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftgloadr.h +168 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftmemory.h +380 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftobjs.h +1428 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftpic.h +67 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftrfork.h +196 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftserv.h +620 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftstream.h +539 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/fttrace.h +139 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftvalid.h +150 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/internal.h +51 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/pcftypes.h +56 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/psaux.h +873 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/pshints.h +712 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svbdf.h +77 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svcid.h +83 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svgldict.h +82 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svgxval.h +72 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svkern.h +51 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svmm.h +104 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svotval.h +55 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpfr.h +66 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpostnm.h +79 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpscmap.h +164 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpsinfo.h +92 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svsfnt.h +102 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svttcmap.h +106 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svtteng.h +53 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svttglyf.h +67 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svwinfnt.h +50 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svxf86nm.h +55 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/sfnt.h +897 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/t1types.h +270 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/tttypes.h +1543 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/t1tables.h +504 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ttnameid.h +1247 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/tttables.h +759 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/tttags.h +107 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ttunpat.h +59 -0
- data/pdf2json-0.52-source/freetype.win32/include/ft2build.h +39 -0
- data/pdf2json-0.52-source/freetype.win32/lib/freetype_a.lib +0 -0
- data/pdf2json-0.52-source/goo/.DS_Store +0 -0
- data/pdf2json-0.52-source/goo/FixedPoint.cc +118 -0
- data/pdf2json-0.52-source/goo/FixedPoint.h +155 -0
- data/pdf2json-0.52-source/goo/FixedPoint.o +0 -0
- data/pdf2json-0.52-source/goo/GHash.cc +380 -0
- data/pdf2json-0.52-source/goo/GHash.h +78 -0
- data/pdf2json-0.52-source/goo/GHash.o +0 -0
- data/pdf2json-0.52-source/goo/GList.cc +97 -0
- data/pdf2json-0.52-source/goo/GList.h +96 -0
- data/pdf2json-0.52-source/goo/GList.o +0 -0
- data/pdf2json-0.52-source/goo/GMutex.h +49 -0
- data/pdf2json-0.52-source/goo/GString.cc +724 -0
- data/pdf2json-0.52-source/goo/GString.cc.fixed +718 -0
- data/pdf2json-0.52-source/goo/GString.h +136 -0
- data/pdf2json-0.52-source/goo/GString.o +0 -0
- data/pdf2json-0.52-source/goo/ImgWriter.o +0 -0
- data/pdf2json-0.52-source/goo/JpegWriter.o +0 -0
- data/pdf2json-0.52-source/goo/Makefile +72 -0
- data/pdf2json-0.52-source/goo/Makefile.dep +0 -0
- data/pdf2json-0.52-source/goo/Makefile.in +72 -0
- data/pdf2json-0.52-source/goo/PNGWriter.o +0 -0
- data/pdf2json-0.52-source/goo/gfile.cc +731 -0
- data/pdf2json-0.52-source/goo/gfile.h +138 -0
- data/pdf2json-0.52-source/goo/gfile.o +0 -0
- data/pdf2json-0.52-source/goo/gmem.cc +264 -0
- data/pdf2json-0.52-source/goo/gmem.h +79 -0
- data/pdf2json-0.52-source/goo/gmem.o +0 -0
- data/pdf2json-0.52-source/goo/gmempp.cc +32 -0
- data/pdf2json-0.52-source/goo/gmempp.o +0 -0
- data/pdf2json-0.52-source/goo/gtypes.h +29 -0
- data/pdf2json-0.52-source/goo/libGoo.a +0 -0
- data/pdf2json-0.52-source/goo/parseargs.c +190 -0
- data/pdf2json-0.52-source/goo/parseargs.h +71 -0
- data/pdf2json-0.52-source/goo/parseargs.o +0 -0
- data/pdf2json-0.52-source/goo/vms_directory.c +214 -0
- data/pdf2json-0.52-source/goo/vms_dirent.h +67 -0
- data/pdf2json-0.52-source/goo/vms_make.com +82 -0
- data/pdf2json-0.52-source/goo/vms_sys_dirent.h +54 -0
- data/pdf2json-0.52-source/goo/vms_unix_time.h +102 -0
- data/pdf2json-0.52-source/goo/vms_unix_times.c +42 -0
- data/pdf2json-0.52-source/goo/vms_unlink.c +22 -0
- data/pdf2json-0.52-source/ms_make.bat +199 -0
- data/pdf2json-0.52-source/splash/.DS_Store +0 -0
- data/pdf2json-0.52-source/splash/Makefile +103 -0
- data/pdf2json-0.52-source/splash/Makefile.dep +0 -0
- data/pdf2json-0.52-source/splash/Makefile.in +103 -0
- data/pdf2json-0.52-source/splash/Splash.cc +3310 -0
- data/pdf2json-0.52-source/splash/Splash.h +293 -0
- data/pdf2json-0.52-source/splash/Splash.o +0 -0
- data/pdf2json-0.52-source/splash/SplashBitmap.cc +188 -0
- data/pdf2json-0.52-source/splash/SplashBitmap.h +64 -0
- data/pdf2json-0.52-source/splash/SplashBitmap.o +0 -0
- data/pdf2json-0.52-source/splash/SplashClip.cc +382 -0
- data/pdf2json-0.52-source/splash/SplashClip.h +107 -0
- data/pdf2json-0.52-source/splash/SplashClip.o +0 -0
- data/pdf2json-0.52-source/splash/SplashErrorCodes.h +32 -0
- data/pdf2json-0.52-source/splash/SplashFTFont.cc +357 -0
- data/pdf2json-0.52-source/splash/SplashFTFont.h +58 -0
- data/pdf2json-0.52-source/splash/SplashFTFont.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFTFontEngine.cc +179 -0
- data/pdf2json-0.52-source/splash/SplashFTFontEngine.h +65 -0
- data/pdf2json-0.52-source/splash/SplashFTFontEngine.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFTFontFile.cc +114 -0
- data/pdf2json-0.52-source/splash/SplashFTFontFile.h +73 -0
- data/pdf2json-0.52-source/splash/SplashFTFontFile.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFont.cc +176 -0
- data/pdf2json-0.52-source/splash/SplashFont.h +104 -0
- data/pdf2json-0.52-source/splash/SplashFont.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFontEngine.cc +317 -0
- data/pdf2json-0.52-source/splash/SplashFontEngine.h +91 -0
- data/pdf2json-0.52-source/splash/SplashFontEngine.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFontFile.cc +55 -0
- data/pdf2json-0.52-source/splash/SplashFontFile.h +60 -0
- data/pdf2json-0.52-source/splash/SplashFontFile.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFontFileID.cc +23 -0
- data/pdf2json-0.52-source/splash/SplashFontFileID.h +30 -0
- data/pdf2json-0.52-source/splash/SplashFontFileID.o +0 -0
- data/pdf2json-0.52-source/splash/SplashGlyphBitmap.h +26 -0
- data/pdf2json-0.52-source/splash/SplashMath.h +89 -0
- data/pdf2json-0.52-source/splash/SplashPath.cc +184 -0
- data/pdf2json-0.52-source/splash/SplashPath.h +121 -0
- data/pdf2json-0.52-source/splash/SplashPath.o +0 -0
- data/pdf2json-0.52-source/splash/SplashPattern.cc +40 -0
- data/pdf2json-0.52-source/splash/SplashPattern.h +65 -0
- data/pdf2json-0.52-source/splash/SplashPattern.o +0 -0
- data/pdf2json-0.52-source/splash/SplashScreen.cc +383 -0
- data/pdf2json-0.52-source/splash/SplashScreen.h +56 -0
- data/pdf2json-0.52-source/splash/SplashScreen.o +0 -0
- data/pdf2json-0.52-source/splash/SplashState.cc +165 -0
- data/pdf2json-0.52-source/splash/SplashState.h +103 -0
- data/pdf2json-0.52-source/splash/SplashState.o +0 -0
- data/pdf2json-0.52-source/splash/SplashT1Font.cc +287 -0
- data/pdf2json-0.52-source/splash/SplashT1Font.h +57 -0
- data/pdf2json-0.52-source/splash/SplashT1Font.o +0 -0
- data/pdf2json-0.52-source/splash/SplashT1FontEngine.cc +124 -0
- data/pdf2json-0.52-source/splash/SplashT1FontEngine.h +53 -0
- data/pdf2json-0.52-source/splash/SplashT1FontEngine.o +0 -0
- data/pdf2json-0.52-source/splash/SplashT1FontFile.cc +97 -0
- data/pdf2json-0.52-source/splash/SplashT1FontFile.h +58 -0
- data/pdf2json-0.52-source/splash/SplashT1FontFile.o +0 -0
- data/pdf2json-0.52-source/splash/SplashTypes.h +132 -0
- data/pdf2json-0.52-source/splash/SplashXPath.cc +438 -0
- data/pdf2json-0.52-source/splash/SplashXPath.h +100 -0
- data/pdf2json-0.52-source/splash/SplashXPath.o +0 -0
- data/pdf2json-0.52-source/splash/SplashXPathScanner.cc +428 -0
- data/pdf2json-0.52-source/splash/SplashXPathScanner.h +87 -0
- data/pdf2json-0.52-source/splash/SplashXPathScanner.o +0 -0
- data/pdf2json-0.52-source/splash/libsplash.a +0 -0
- data/pdf2json-0.52-source/splash/vms_make.com +0 -0
- data/pdf2json-0.52-source/src/.DS_Store +0 -0
- data/pdf2json-0.52-source/src/GVector.h +101 -0
- data/pdf2json-0.52-source/src/ImgOutputDev.cc +1243 -0
- data/pdf2json-0.52-source/src/ImgOutputDev.h +307 -0
- data/pdf2json-0.52-source/src/ImgOutputDev.o +0 -0
- data/pdf2json-0.52-source/src/Makefile +68 -0
- data/pdf2json-0.52-source/src/Makefile.in +68 -0
- data/pdf2json-0.52-source/src/XmlFonts.cc +367 -0
- data/pdf2json-0.52-source/src/XmlFonts.h +91 -0
- data/pdf2json-0.52-source/src/XmlFonts.o +0 -0
- data/pdf2json-0.52-source/src/XmlLinks.cc +101 -0
- data/pdf2json-0.52-source/src/XmlLinks.h +54 -0
- data/pdf2json-0.52-source/src/XmlLinks.o +0 -0
- data/pdf2json-0.52-source/src/pdf2json +0 -0
- data/pdf2json-0.52-source/src/pdf2json.cc +343 -0
- data/pdf2json-0.52-source/src/pdf2json.o +0 -0
- data/pdf2json-0.52-source/src/pdf2xml.dtd +22 -0
- data/pdf2json-0.52-source/src/pdf2xmljson.dtd +9 -0
- data/pdf2json-0.52-source/xpdf/.DS_Store +0 -0
- data/pdf2json-0.52-source/xpdf/Annot.cc +1556 -0
- data/pdf2json-0.52-source/xpdf/Annot.h +142 -0
- data/pdf2json-0.52-source/xpdf/Annot.o +0 -0
- data/pdf2json-0.52-source/xpdf/Array.cc +73 -0
- data/pdf2json-0.52-source/xpdf/Array.h +58 -0
- data/pdf2json-0.52-source/xpdf/Array.o +0 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFont.cc +65 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFont.h +57 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFont.o +0 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFontTables.cc +4284 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFontTables.h +23 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFontTables.o +0 -0
- data/pdf2json-0.52-source/xpdf/CMap.cc +408 -0
- data/pdf2json-0.52-source/xpdf/CMap.h +102 -0
- data/pdf2json-0.52-source/xpdf/CMap.o +0 -0
- data/pdf2json-0.52-source/xpdf/Catalog.cc +374 -0
- data/pdf2json-0.52-source/xpdf/Catalog.h +97 -0
- data/pdf2json-0.52-source/xpdf/Catalog.o +0 -0
- data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.cc +540 -0
- data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.h +117 -0
- data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.o +0 -0
- data/pdf2json-0.52-source/xpdf/CharTypes.h +24 -0
- data/pdf2json-0.52-source/xpdf/CompactFontTables.h +464 -0
- data/pdf2json-0.52-source/xpdf/CoreOutputDev.cc +61 -0
- data/pdf2json-0.52-source/xpdf/CoreOutputDev.h +61 -0
- data/pdf2json-0.52-source/xpdf/Decrypt.cc +776 -0
- data/pdf2json-0.52-source/xpdf/Decrypt.h +95 -0
- data/pdf2json-0.52-source/xpdf/Decrypt.o +0 -0
- data/pdf2json-0.52-source/xpdf/Dict.cc +95 -0
- data/pdf2json-0.52-source/xpdf/Dict.h +77 -0
- data/pdf2json-0.52-source/xpdf/Dict.o +0 -0
- data/pdf2json-0.52-source/xpdf/Error.cc +38 -0
- data/pdf2json-0.52-source/xpdf/Error.h +23 -0
- data/pdf2json-0.52-source/xpdf/Error.o +0 -0
- data/pdf2json-0.52-source/xpdf/ErrorCodes.h +36 -0
- data/pdf2json-0.52-source/xpdf/FontEncodingTables.cc +1824 -0
- data/pdf2json-0.52-source/xpdf/FontEncodingTables.h +20 -0
- data/pdf2json-0.52-source/xpdf/FontEncodingTables.o +0 -0
- data/pdf2json-0.52-source/xpdf/Function.cc +1573 -0
- data/pdf2json-0.52-source/xpdf/Function.h +229 -0
- data/pdf2json-0.52-source/xpdf/Function.o +0 -0
- data/pdf2json-0.52-source/xpdf/Gfx.cc +4187 -0
- data/pdf2json-0.52-source/xpdf/Gfx.h +312 -0
- data/pdf2json-0.52-source/xpdf/Gfx.o +0 -0
- data/pdf2json-0.52-source/xpdf/GfxFont.cc +1568 -0
- data/pdf2json-0.52-source/xpdf/GfxFont.h +320 -0
- data/pdf2json-0.52-source/xpdf/GfxFont.o +0 -0
- data/pdf2json-0.52-source/xpdf/GfxState.cc +4137 -0
- data/pdf2json-0.52-source/xpdf/GfxState.h +1244 -0
- data/pdf2json-0.52-source/xpdf/GfxState.o +0 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.cc +2924 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.cc.old +2908 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.h +466 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.h.old +463 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.o +0 -0
- data/pdf2json-0.52-source/xpdf/ImageOutputDev.cc +195 -0
- data/pdf2json-0.52-source/xpdf/ImageOutputDev.h +76 -0
- data/pdf2json-0.52-source/xpdf/ImageOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.cc +322 -0
- data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.h +109 -0
- data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.o +0 -0
- data/pdf2json-0.52-source/xpdf/JBIG2Stream.cc +3413 -0
- data/pdf2json-0.52-source/xpdf/JBIG2Stream.h +145 -0
- data/pdf2json-0.52-source/xpdf/JBIG2Stream.o +0 -0
- data/pdf2json-0.52-source/xpdf/JPXStream.cc +3144 -0
- data/pdf2json-0.52-source/xpdf/JPXStream.h +351 -0
- data/pdf2json-0.52-source/xpdf/JPXStream.o +0 -0
- data/pdf2json-0.52-source/xpdf/Lexer.cc +485 -0
- data/pdf2json-0.52-source/xpdf/Lexer.h +80 -0
- data/pdf2json-0.52-source/xpdf/Lexer.o +0 -0
- data/pdf2json-0.52-source/xpdf/Link.cc +806 -0
- data/pdf2json-0.52-source/xpdf/Link.cc.old +784 -0
- data/pdf2json-0.52-source/xpdf/Link.h +415 -0
- data/pdf2json-0.52-source/xpdf/Link.h.old +369 -0
- data/pdf2json-0.52-source/xpdf/Link.o +0 -0
- data/pdf2json-0.52-source/xpdf/Makefile +232 -0
- data/pdf2json-0.52-source/xpdf/Makefile.dep +0 -0
- data/pdf2json-0.52-source/xpdf/Makefile.in +232 -0
- data/pdf2json-0.52-source/xpdf/NameToCharCode.cc +116 -0
- data/pdf2json-0.52-source/xpdf/NameToCharCode.h +42 -0
- data/pdf2json-0.52-source/xpdf/NameToCharCode.o +0 -0
- data/pdf2json-0.52-source/xpdf/NameToUnicodeTable.h +1097 -0
- data/pdf2json-0.52-source/xpdf/Object.cc +231 -0
- data/pdf2json-0.52-source/xpdf/Object.h +303 -0
- data/pdf2json-0.52-source/xpdf/Object.o +0 -0
- data/pdf2json-0.52-source/xpdf/Outline.cc +151 -0
- data/pdf2json-0.52-source/xpdf/Outline.h +76 -0
- data/pdf2json-0.52-source/xpdf/Outline.o +0 -0
- data/pdf2json-0.52-source/xpdf/OutputDev.cc +131 -0
- data/pdf2json-0.52-source/xpdf/OutputDev.h +253 -0
- data/pdf2json-0.52-source/xpdf/OutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/PDFCore.cc +2044 -0
- data/pdf2json-0.52-source/xpdf/PDFCore.h +321 -0
- data/pdf2json-0.52-source/xpdf/PDFDoc.cc +404 -0
- data/pdf2json-0.52-source/xpdf/PDFDoc.h +183 -0
- data/pdf2json-0.52-source/xpdf/PDFDoc.o +0 -0
- data/pdf2json-0.52-source/xpdf/PDFDocEncoding.cc +44 -0
- data/pdf2json-0.52-source/xpdf/PDFDocEncoding.h +16 -0
- data/pdf2json-0.52-source/xpdf/PDFDocEncoding.o +0 -0
- data/pdf2json-0.52-source/xpdf/PSOutputDev.cc +6224 -0
- data/pdf2json-0.52-source/xpdf/PSOutputDev.h +395 -0
- data/pdf2json-0.52-source/xpdf/PSOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/PSTokenizer.cc +135 -0
- data/pdf2json-0.52-source/xpdf/PSTokenizer.h +41 -0
- data/pdf2json-0.52-source/xpdf/PSTokenizer.o +0 -0
- data/pdf2json-0.52-source/xpdf/Page.cc +454 -0
- data/pdf2json-0.52-source/xpdf/Page.h +187 -0
- data/pdf2json-0.52-source/xpdf/Page.o +0 -0
- data/pdf2json-0.52-source/xpdf/Parser.cc +227 -0
- data/pdf2json-0.52-source/xpdf/Parser.h +59 -0
- data/pdf2json-0.52-source/xpdf/Parser.o +0 -0
- data/pdf2json-0.52-source/xpdf/PreScanOutputDev.cc +257 -0
- data/pdf2json-0.52-source/xpdf/PreScanOutputDev.h +130 -0
- data/pdf2json-0.52-source/xpdf/PreScanOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/SecurityHandler.cc +390 -0
- data/pdf2json-0.52-source/xpdf/SecurityHandler.h +160 -0
- data/pdf2json-0.52-source/xpdf/SecurityHandler.o +0 -0
- data/pdf2json-0.52-source/xpdf/SplashOutputDev.cc +2845 -0
- data/pdf2json-0.52-source/xpdf/SplashOutputDev.h +247 -0
- data/pdf2json-0.52-source/xpdf/SplashOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/Stream-CCITT.h +459 -0
- data/pdf2json-0.52-source/xpdf/Stream.cc +4627 -0
- data/pdf2json-0.52-source/xpdf/Stream.h +858 -0
- data/pdf2json-0.52-source/xpdf/Stream.o +0 -0
- data/pdf2json-0.52-source/xpdf/TextOutputDev.cc +4090 -0
- data/pdf2json-0.52-source/xpdf/TextOutputDev.h +661 -0
- data/pdf2json-0.52-source/xpdf/TextOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/UTF8.h +56 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.cc +302 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.cc.old +293 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.h +135 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.h.old +123 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.o +0 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMapTables.h +361 -0
- data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.cc +949 -0
- data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.h +20 -0
- data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.o +0 -0
- data/pdf2json-0.52-source/xpdf/XPDFApp.cc +447 -0
- data/pdf2json-0.52-source/xpdf/XPDFApp.h +114 -0
- data/pdf2json-0.52-source/xpdf/XPDFCore.cc +1655 -0
- data/pdf2json-0.52-source/xpdf/XPDFCore.h +251 -0
- data/pdf2json-0.52-source/xpdf/XPDFTree.cc +931 -0
- data/pdf2json-0.52-source/xpdf/XPDFTree.h +45 -0
- data/pdf2json-0.52-source/xpdf/XPDFTreeP.h +87 -0
- data/pdf2json-0.52-source/xpdf/XPDFViewer.cc +3488 -0
- data/pdf2json-0.52-source/xpdf/XPDFViewer.h +352 -0
- data/pdf2json-0.52-source/xpdf/XRef.cc +896 -0
- data/pdf2json-0.52-source/xpdf/XRef.h +133 -0
- data/pdf2json-0.52-source/xpdf/XRef.o +0 -0
- data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.cc +262 -0
- data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.h +341 -0
- data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.o +0 -0
- data/pdf2json-0.52-source/xpdf/about-text.h +48 -0
- data/pdf2json-0.52-source/xpdf/about.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/backArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/backArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/config.h +112 -0
- data/pdf2json-0.52-source/xpdf/dblLeftArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/dblLeftArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/dblRightArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/dblRightArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/find.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/findDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/forwardArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/forwardArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/leftArrow.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/leftArrowDis.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/libXpdf.a +0 -0
- data/pdf2json-0.52-source/xpdf/pdffonts +0 -0
- data/pdf2json-0.52-source/xpdf/pdffonts.cc +298 -0
- data/pdf2json-0.52-source/xpdf/pdffonts.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdfimages +0 -0
- data/pdf2json-0.52-source/xpdf/pdfimages.cc +155 -0
- data/pdf2json-0.52-source/xpdf/pdfimages.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdfinfo +0 -0
- data/pdf2json-0.52-source/xpdf/pdfinfo.cc +387 -0
- data/pdf2json-0.52-source/xpdf/pdfinfo.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdftoppm.cc +203 -0
- data/pdf2json-0.52-source/xpdf/pdftops +0 -0
- data/pdf2json-0.52-source/xpdf/pdftops.cc +344 -0
- data/pdf2json-0.52-source/xpdf/pdftops.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdftotext +0 -0
- data/pdf2json-0.52-source/xpdf/pdftotext.cc +333 -0
- data/pdf2json-0.52-source/xpdf/pdftotext.o +0 -0
- data/pdf2json-0.52-source/xpdf/print.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/printDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/rightArrow.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/rightArrowDis.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/vms_make.com +129 -0
- data/pdf2json-0.52-source/xpdf/xpdf.cc +344 -0
- data/pdf2json-0.52-source/xpdf/xpdfIcon.xpm +62 -0
- data/pdf2json.gemspec +29 -0
- metadata +518 -0
Binary file
|
Binary file
|
@@ -0,0 +1,155 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// pdfimages.cc
|
4
|
+
//
|
5
|
+
// Copyright 1998-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#include <aconf.h>
|
10
|
+
#include <stdio.h>
|
11
|
+
#include <stdlib.h>
|
12
|
+
#include <stddef.h>
|
13
|
+
#include <string.h>
|
14
|
+
#include "parseargs.h"
|
15
|
+
#include "GString.h"
|
16
|
+
#include "gmem.h"
|
17
|
+
#include "GlobalParams.h"
|
18
|
+
#include "Object.h"
|
19
|
+
#include "Stream.h"
|
20
|
+
#include "Array.h"
|
21
|
+
#include "Dict.h"
|
22
|
+
#include "XRef.h"
|
23
|
+
#include "Catalog.h"
|
24
|
+
#include "Page.h"
|
25
|
+
#include "PDFDoc.h"
|
26
|
+
#include "ImageOutputDev.h"
|
27
|
+
#include "Error.h"
|
28
|
+
#include "config.h"
|
29
|
+
|
30
|
+
static int firstPage = 1;
|
31
|
+
static int lastPage = 0;
|
32
|
+
static GBool dumpJPEG = gFalse;
|
33
|
+
static char ownerPassword[33] = "\001";
|
34
|
+
static char userPassword[33] = "\001";
|
35
|
+
static GBool quiet = gFalse;
|
36
|
+
static char cfgFileName[256] = "";
|
37
|
+
static GBool printVersion = gFalse;
|
38
|
+
static GBool printHelp = gFalse;
|
39
|
+
|
40
|
+
static ArgDesc argDesc[] = {
|
41
|
+
{"-f", argInt, &firstPage, 0,
|
42
|
+
"first page to convert"},
|
43
|
+
{"-l", argInt, &lastPage, 0,
|
44
|
+
"last page to convert"},
|
45
|
+
{"-j", argFlag, &dumpJPEG, 0,
|
46
|
+
"write JPEG images as JPEG files"},
|
47
|
+
{"-opw", argString, ownerPassword, sizeof(ownerPassword),
|
48
|
+
"owner password (for encrypted files)"},
|
49
|
+
{"-upw", argString, userPassword, sizeof(userPassword),
|
50
|
+
"user password (for encrypted files)"},
|
51
|
+
{"-q", argFlag, &quiet, 0,
|
52
|
+
"don't print any messages or errors"},
|
53
|
+
{"-cfg", argString, cfgFileName, sizeof(cfgFileName),
|
54
|
+
"configuration file to use in place of .xpdfrc"},
|
55
|
+
{"-v", argFlag, &printVersion, 0,
|
56
|
+
"print copyright and version info"},
|
57
|
+
{"-h", argFlag, &printHelp, 0,
|
58
|
+
"print usage information"},
|
59
|
+
{"-help", argFlag, &printHelp, 0,
|
60
|
+
"print usage information"},
|
61
|
+
{"--help", argFlag, &printHelp, 0,
|
62
|
+
"print usage information"},
|
63
|
+
{"-?", argFlag, &printHelp, 0,
|
64
|
+
"print usage information"},
|
65
|
+
{NULL}
|
66
|
+
};
|
67
|
+
|
68
|
+
int main(int argc, char *argv[]) {
|
69
|
+
PDFDoc *doc;
|
70
|
+
GString *fileName;
|
71
|
+
char *imgRoot;
|
72
|
+
GString *ownerPW, *userPW;
|
73
|
+
ImageOutputDev *imgOut;
|
74
|
+
GBool ok;
|
75
|
+
int exitCode;
|
76
|
+
|
77
|
+
exitCode = 99;
|
78
|
+
|
79
|
+
// parse args
|
80
|
+
ok = parseArgs(argDesc, &argc, argv);
|
81
|
+
if (!ok || argc != 3 || printVersion || printHelp) {
|
82
|
+
fprintf(stderr, "pdfimages version %s\n", xpdfVersion);
|
83
|
+
fprintf(stderr, "%s\n", xpdfCopyright);
|
84
|
+
if (!printVersion) {
|
85
|
+
printUsage("pdfimages", "<PDF-file> <image-root>", argDesc);
|
86
|
+
}
|
87
|
+
goto err0;
|
88
|
+
}
|
89
|
+
fileName = new GString(argv[1]);
|
90
|
+
imgRoot = argv[2];
|
91
|
+
|
92
|
+
// read config file
|
93
|
+
globalParams = new GlobalParams(cfgFileName);
|
94
|
+
if (quiet) {
|
95
|
+
globalParams->setErrQuiet(quiet);
|
96
|
+
}
|
97
|
+
|
98
|
+
// open PDF file
|
99
|
+
if (ownerPassword[0] != '\001') {
|
100
|
+
ownerPW = new GString(ownerPassword);
|
101
|
+
} else {
|
102
|
+
ownerPW = NULL;
|
103
|
+
}
|
104
|
+
if (userPassword[0] != '\001') {
|
105
|
+
userPW = new GString(userPassword);
|
106
|
+
} else {
|
107
|
+
userPW = NULL;
|
108
|
+
}
|
109
|
+
doc = new PDFDoc(fileName, ownerPW, userPW);
|
110
|
+
if (userPW) {
|
111
|
+
delete userPW;
|
112
|
+
}
|
113
|
+
if (ownerPW) {
|
114
|
+
delete ownerPW;
|
115
|
+
}
|
116
|
+
if (!doc->isOk()) {
|
117
|
+
exitCode = 1;
|
118
|
+
goto err1;
|
119
|
+
}
|
120
|
+
|
121
|
+
// check for copy permission
|
122
|
+
if (!doc->okToCopy()) {
|
123
|
+
error(-1, "Copying of images from this document is not allowed.");
|
124
|
+
exitCode = 3;
|
125
|
+
goto err1;
|
126
|
+
}
|
127
|
+
|
128
|
+
// get page range
|
129
|
+
if (firstPage < 1)
|
130
|
+
firstPage = 1;
|
131
|
+
if (lastPage < 1 || lastPage > doc->getNumPages())
|
132
|
+
lastPage = doc->getNumPages();
|
133
|
+
|
134
|
+
// write image files
|
135
|
+
imgOut = new ImageOutputDev(imgRoot, dumpJPEG);
|
136
|
+
if (imgOut->isOk()) {
|
137
|
+
doc->displayPages(imgOut, firstPage, lastPage, 72, 72, 0,
|
138
|
+
gFalse, gTrue, gFalse);
|
139
|
+
}
|
140
|
+
delete imgOut;
|
141
|
+
|
142
|
+
exitCode = 0;
|
143
|
+
|
144
|
+
// clean up
|
145
|
+
err1:
|
146
|
+
delete doc;
|
147
|
+
delete globalParams;
|
148
|
+
err0:
|
149
|
+
|
150
|
+
// check for memory leaks
|
151
|
+
Object::memCheck(stderr);
|
152
|
+
gMemReport(stderr);
|
153
|
+
|
154
|
+
return exitCode;
|
155
|
+
}
|
Binary file
|
Binary file
|
@@ -0,0 +1,387 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// pdfinfo.cc
|
4
|
+
//
|
5
|
+
// Copyright 1998-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#include <aconf.h>
|
10
|
+
#include <stdio.h>
|
11
|
+
#include <stdlib.h>
|
12
|
+
#include <stddef.h>
|
13
|
+
#include <string.h>
|
14
|
+
#include <time.h>
|
15
|
+
#include <math.h>
|
16
|
+
#include "parseargs.h"
|
17
|
+
#include "GString.h"
|
18
|
+
#include "gmem.h"
|
19
|
+
#include "GlobalParams.h"
|
20
|
+
#include "Object.h"
|
21
|
+
#include "Stream.h"
|
22
|
+
#include "Array.h"
|
23
|
+
#include "Dict.h"
|
24
|
+
#include "XRef.h"
|
25
|
+
#include "Catalog.h"
|
26
|
+
#include "Page.h"
|
27
|
+
#include "PDFDoc.h"
|
28
|
+
#include "CharTypes.h"
|
29
|
+
#include "UnicodeMap.h"
|
30
|
+
#include "PDFDocEncoding.h"
|
31
|
+
#include "Error.h"
|
32
|
+
#include "config.h"
|
33
|
+
|
34
|
+
static void printInfoString(Dict *infoDict, char *key, char *text,
|
35
|
+
UnicodeMap *uMap);
|
36
|
+
static void printInfoDate(Dict *infoDict, char *key, char *text);
|
37
|
+
static void printBox(char *text, PDFRectangle *box);
|
38
|
+
|
39
|
+
static int firstPage = 1;
|
40
|
+
static int lastPage = 0;
|
41
|
+
static GBool printBoxes = gFalse;
|
42
|
+
static GBool printMetadata = gFalse;
|
43
|
+
static char textEncName[128] = "";
|
44
|
+
static char ownerPassword[33] = "\001";
|
45
|
+
static char userPassword[33] = "\001";
|
46
|
+
static char cfgFileName[256] = "";
|
47
|
+
static GBool printVersion = gFalse;
|
48
|
+
static GBool printHelp = gFalse;
|
49
|
+
|
50
|
+
static ArgDesc argDesc[] = {
|
51
|
+
{"-f", argInt, &firstPage, 0,
|
52
|
+
"first page to convert"},
|
53
|
+
{"-l", argInt, &lastPage, 0,
|
54
|
+
"last page to convert"},
|
55
|
+
{"-box", argFlag, &printBoxes, 0,
|
56
|
+
"print the page bounding boxes"},
|
57
|
+
{"-meta", argFlag, &printMetadata, 0,
|
58
|
+
"print the document metadata (XML)"},
|
59
|
+
{"-enc", argString, textEncName, sizeof(textEncName),
|
60
|
+
"output text encoding name"},
|
61
|
+
{"-opw", argString, ownerPassword, sizeof(ownerPassword),
|
62
|
+
"owner password (for encrypted files)"},
|
63
|
+
{"-upw", argString, userPassword, sizeof(userPassword),
|
64
|
+
"user password (for encrypted files)"},
|
65
|
+
{"-cfg", argString, cfgFileName, sizeof(cfgFileName),
|
66
|
+
"configuration file to use in place of .xpdfrc"},
|
67
|
+
{"-v", argFlag, &printVersion, 0,
|
68
|
+
"print copyright and version info"},
|
69
|
+
{"-h", argFlag, &printHelp, 0,
|
70
|
+
"print usage information"},
|
71
|
+
{"-help", argFlag, &printHelp, 0,
|
72
|
+
"print usage information"},
|
73
|
+
{"--help", argFlag, &printHelp, 0,
|
74
|
+
"print usage information"},
|
75
|
+
{"-?", argFlag, &printHelp, 0,
|
76
|
+
"print usage information"},
|
77
|
+
{NULL}
|
78
|
+
};
|
79
|
+
|
80
|
+
int main(int argc, char *argv[]) {
|
81
|
+
PDFDoc *doc;
|
82
|
+
GString *fileName;
|
83
|
+
GString *ownerPW, *userPW;
|
84
|
+
UnicodeMap *uMap;
|
85
|
+
Page *page;
|
86
|
+
Object info;
|
87
|
+
char buf[256];
|
88
|
+
double w, h, wISO, hISO;
|
89
|
+
FILE *f;
|
90
|
+
GString *metadata;
|
91
|
+
GBool ok;
|
92
|
+
int exitCode;
|
93
|
+
int pg, i;
|
94
|
+
GBool multiPage;
|
95
|
+
|
96
|
+
exitCode = 99;
|
97
|
+
|
98
|
+
// parse args
|
99
|
+
ok = parseArgs(argDesc, &argc, argv);
|
100
|
+
if (!ok || argc != 2 || printVersion || printHelp) {
|
101
|
+
fprintf(stderr, "pdfinfo version %s\n", xpdfVersion);
|
102
|
+
fprintf(stderr, "%s\n", xpdfCopyright);
|
103
|
+
if (!printVersion) {
|
104
|
+
printUsage("pdfinfo", "<PDF-file>", argDesc);
|
105
|
+
}
|
106
|
+
goto err0;
|
107
|
+
}
|
108
|
+
fileName = new GString(argv[1]);
|
109
|
+
|
110
|
+
// read config file
|
111
|
+
globalParams = new GlobalParams(cfgFileName);
|
112
|
+
if (textEncName[0]) {
|
113
|
+
globalParams->setTextEncoding(textEncName);
|
114
|
+
}
|
115
|
+
|
116
|
+
// get mapping to output encoding
|
117
|
+
if (!(uMap = globalParams->getTextEncoding())) {
|
118
|
+
error(-1, "Couldn't get text encoding");
|
119
|
+
delete fileName;
|
120
|
+
goto err1;
|
121
|
+
}
|
122
|
+
|
123
|
+
// open PDF file
|
124
|
+
if (ownerPassword[0] != '\001') {
|
125
|
+
ownerPW = new GString(ownerPassword);
|
126
|
+
} else {
|
127
|
+
ownerPW = NULL;
|
128
|
+
}
|
129
|
+
if (userPassword[0] != '\001') {
|
130
|
+
userPW = new GString(userPassword);
|
131
|
+
} else {
|
132
|
+
userPW = NULL;
|
133
|
+
}
|
134
|
+
doc = new PDFDoc(fileName, ownerPW, userPW);
|
135
|
+
if (userPW) {
|
136
|
+
delete userPW;
|
137
|
+
}
|
138
|
+
if (ownerPW) {
|
139
|
+
delete ownerPW;
|
140
|
+
}
|
141
|
+
if (!doc->isOk()) {
|
142
|
+
exitCode = 1;
|
143
|
+
goto err2;
|
144
|
+
}
|
145
|
+
|
146
|
+
// get page range
|
147
|
+
if (firstPage < 1) {
|
148
|
+
firstPage = 1;
|
149
|
+
}
|
150
|
+
if (lastPage == 0) {
|
151
|
+
multiPage = gFalse;
|
152
|
+
lastPage = 1;
|
153
|
+
} else {
|
154
|
+
multiPage = gTrue;
|
155
|
+
}
|
156
|
+
if (lastPage < 1 || lastPage > doc->getNumPages()) {
|
157
|
+
lastPage = doc->getNumPages();
|
158
|
+
}
|
159
|
+
|
160
|
+
// print doc info
|
161
|
+
doc->getDocInfo(&info);
|
162
|
+
if (info.isDict()) {
|
163
|
+
printInfoString(info.getDict(), "Title", "Title: ", uMap);
|
164
|
+
printInfoString(info.getDict(), "Subject", "Subject: ", uMap);
|
165
|
+
printInfoString(info.getDict(), "Keywords", "Keywords: ", uMap);
|
166
|
+
printInfoString(info.getDict(), "Author", "Author: ", uMap);
|
167
|
+
printInfoString(info.getDict(), "Creator", "Creator: ", uMap);
|
168
|
+
printInfoString(info.getDict(), "Producer", "Producer: ", uMap);
|
169
|
+
printInfoDate(info.getDict(), "CreationDate", "CreationDate: ");
|
170
|
+
printInfoDate(info.getDict(), "ModDate", "ModDate: ");
|
171
|
+
}
|
172
|
+
info.free();
|
173
|
+
|
174
|
+
// print tagging info
|
175
|
+
printf("Tagged: %s\n",
|
176
|
+
doc->getStructTreeRoot()->isDict() ? "yes" : "no");
|
177
|
+
|
178
|
+
// print page count
|
179
|
+
printf("Pages: %d\n", doc->getNumPages());
|
180
|
+
|
181
|
+
// print encryption info
|
182
|
+
printf("Encrypted: ");
|
183
|
+
if (doc->isEncrypted()) {
|
184
|
+
printf("yes (print:%s copy:%s change:%s addNotes:%s)\n",
|
185
|
+
doc->okToPrint(gTrue) ? "yes" : "no",
|
186
|
+
doc->okToCopy(gTrue) ? "yes" : "no",
|
187
|
+
doc->okToChange(gTrue) ? "yes" : "no",
|
188
|
+
doc->okToAddNotes(gTrue) ? "yes" : "no");
|
189
|
+
} else {
|
190
|
+
printf("no\n");
|
191
|
+
}
|
192
|
+
|
193
|
+
// print page size
|
194
|
+
for (pg = firstPage; pg <= lastPage; ++pg) {
|
195
|
+
w = doc->getPageCropWidth(pg);
|
196
|
+
h = doc->getPageCropHeight(pg);
|
197
|
+
if (multiPage) {
|
198
|
+
printf("Page %4d size: %g x %g pts", pg, w, h);
|
199
|
+
} else {
|
200
|
+
printf("Page size: %g x %g pts", w, h);
|
201
|
+
}
|
202
|
+
if ((fabs(w - 612) < 0.1 && fabs(h - 792) < 0.1) ||
|
203
|
+
(fabs(w - 792) < 0.1 && fabs(h - 612) < 0.1)) {
|
204
|
+
printf(" (letter)");
|
205
|
+
} else {
|
206
|
+
hISO = sqrt(sqrt(2.0)) * 7200 / 2.54;
|
207
|
+
wISO = hISO / sqrt(2.0);
|
208
|
+
for (i = 0; i <= 6; ++i) {
|
209
|
+
if ((fabs(w - wISO) < 1 && fabs(h - hISO) < 1) ||
|
210
|
+
(fabs(w - hISO) < 1 && fabs(h - wISO) < 1)) {
|
211
|
+
printf(" (A%d)", i);
|
212
|
+
break;
|
213
|
+
}
|
214
|
+
hISO = wISO;
|
215
|
+
wISO /= sqrt(2.0);
|
216
|
+
}
|
217
|
+
}
|
218
|
+
printf("\n");
|
219
|
+
}
|
220
|
+
|
221
|
+
// print the boxes
|
222
|
+
if (printBoxes) {
|
223
|
+
if (multiPage) {
|
224
|
+
for (pg = firstPage; pg <= lastPage; ++pg) {
|
225
|
+
page = doc->getCatalog()->getPage(pg);
|
226
|
+
sprintf(buf, "Page %4d MediaBox: ", pg);
|
227
|
+
printBox(buf, page->getMediaBox());
|
228
|
+
sprintf(buf, "Page %4d CropBox: ", pg);
|
229
|
+
printBox(buf, page->getCropBox());
|
230
|
+
sprintf(buf, "Page %4d BleedBox: ", pg);
|
231
|
+
printBox(buf, page->getBleedBox());
|
232
|
+
sprintf(buf, "Page %4d TrimBox: ", pg);
|
233
|
+
printBox(buf, page->getTrimBox());
|
234
|
+
sprintf(buf, "Page %4d ArtBox: ", pg);
|
235
|
+
printBox(buf, page->getArtBox());
|
236
|
+
}
|
237
|
+
} else {
|
238
|
+
page = doc->getCatalog()->getPage(firstPage);
|
239
|
+
printBox("MediaBox: ", page->getMediaBox());
|
240
|
+
printBox("CropBox: ", page->getCropBox());
|
241
|
+
printBox("BleedBox: ", page->getBleedBox());
|
242
|
+
printBox("TrimBox: ", page->getTrimBox());
|
243
|
+
printBox("ArtBox: ", page->getArtBox());
|
244
|
+
}
|
245
|
+
}
|
246
|
+
|
247
|
+
// print file size
|
248
|
+
#ifdef VMS
|
249
|
+
f = fopen(fileName->getCString(), "rb", "ctx=stm");
|
250
|
+
#else
|
251
|
+
f = fopen(fileName->getCString(), "rb");
|
252
|
+
#endif
|
253
|
+
if (f) {
|
254
|
+
#if HAVE_FSEEKO
|
255
|
+
fseeko(f, 0, SEEK_END);
|
256
|
+
printf("File size: %u bytes\n", (Guint)ftello(f));
|
257
|
+
#elif HAVE_FSEEK64
|
258
|
+
fseek64(f, 0, SEEK_END);
|
259
|
+
printf("File size: %u bytes\n", (Guint)ftell64(f));
|
260
|
+
#else
|
261
|
+
fseek(f, 0, SEEK_END);
|
262
|
+
printf("File size: %d bytes\n", (int)ftell(f));
|
263
|
+
#endif
|
264
|
+
fclose(f);
|
265
|
+
}
|
266
|
+
|
267
|
+
// print linearization info
|
268
|
+
printf("Optimized: %s\n", doc->isLinearized() ? "yes" : "no");
|
269
|
+
|
270
|
+
// print PDF version
|
271
|
+
printf("PDF version: %.1f\n", doc->getPDFVersion());
|
272
|
+
|
273
|
+
// print the metadata
|
274
|
+
if (printMetadata && (metadata = doc->readMetadata())) {
|
275
|
+
fputs("Metadata:\n", stdout);
|
276
|
+
fputs(metadata->getCString(), stdout);
|
277
|
+
fputc('\n', stdout);
|
278
|
+
delete metadata;
|
279
|
+
}
|
280
|
+
|
281
|
+
exitCode = 0;
|
282
|
+
|
283
|
+
// clean up
|
284
|
+
err2:
|
285
|
+
uMap->decRefCnt();
|
286
|
+
delete doc;
|
287
|
+
err1:
|
288
|
+
delete globalParams;
|
289
|
+
err0:
|
290
|
+
|
291
|
+
// check for memory leaks
|
292
|
+
Object::memCheck(stderr);
|
293
|
+
gMemReport(stderr);
|
294
|
+
|
295
|
+
return exitCode;
|
296
|
+
}
|
297
|
+
|
298
|
+
static void printInfoString(Dict *infoDict, char *key, char *text,
|
299
|
+
UnicodeMap *uMap) {
|
300
|
+
Object obj;
|
301
|
+
GString *s1;
|
302
|
+
GBool isUnicode;
|
303
|
+
Unicode u;
|
304
|
+
char buf[8];
|
305
|
+
int i, n;
|
306
|
+
|
307
|
+
if (infoDict->lookup(key, &obj)->isString()) {
|
308
|
+
fputs(text, stdout);
|
309
|
+
s1 = obj.getString();
|
310
|
+
if ((s1->getChar(0) & 0xff) == 0xfe &&
|
311
|
+
(s1->getChar(1) & 0xff) == 0xff) {
|
312
|
+
isUnicode = gTrue;
|
313
|
+
i = 2;
|
314
|
+
} else {
|
315
|
+
isUnicode = gFalse;
|
316
|
+
i = 0;
|
317
|
+
}
|
318
|
+
while (i < obj.getString()->getLength()) {
|
319
|
+
if (isUnicode) {
|
320
|
+
u = ((s1->getChar(i) & 0xff) << 8) |
|
321
|
+
(s1->getChar(i+1) & 0xff);
|
322
|
+
i += 2;
|
323
|
+
} else {
|
324
|
+
u = pdfDocEncoding[s1->getChar(i) & 0xff];
|
325
|
+
++i;
|
326
|
+
}
|
327
|
+
n = uMap->mapUnicode(u, buf, sizeof(buf));
|
328
|
+
fwrite(buf, 1, n, stdout);
|
329
|
+
}
|
330
|
+
fputc('\n', stdout);
|
331
|
+
}
|
332
|
+
obj.free();
|
333
|
+
}
|
334
|
+
|
335
|
+
static void printInfoDate(Dict *infoDict, char *key, char *text) {
|
336
|
+
Object obj;
|
337
|
+
char *s;
|
338
|
+
int year, mon, day, hour, min, sec, n;
|
339
|
+
struct tm tmStruct;
|
340
|
+
char buf[256];
|
341
|
+
|
342
|
+
if (infoDict->lookup(key, &obj)->isString()) {
|
343
|
+
fputs(text, stdout);
|
344
|
+
s = obj.getString()->getCString();
|
345
|
+
if (s[0] == 'D' && s[1] == ':') {
|
346
|
+
s += 2;
|
347
|
+
}
|
348
|
+
if ((n = sscanf(s, "%4d%2d%2d%2d%2d%2d",
|
349
|
+
&year, &mon, &day, &hour, &min, &sec)) >= 1) {
|
350
|
+
switch (n) {
|
351
|
+
case 1: mon = 1;
|
352
|
+
case 2: day = 1;
|
353
|
+
case 3: hour = 0;
|
354
|
+
case 4: min = 0;
|
355
|
+
case 5: sec = 0;
|
356
|
+
}
|
357
|
+
tmStruct.tm_year = year - 1900;
|
358
|
+
tmStruct.tm_mon = mon - 1;
|
359
|
+
tmStruct.tm_mday = day;
|
360
|
+
tmStruct.tm_hour = hour;
|
361
|
+
tmStruct.tm_min = min;
|
362
|
+
tmStruct.tm_sec = sec;
|
363
|
+
tmStruct.tm_wday = -1;
|
364
|
+
tmStruct.tm_yday = -1;
|
365
|
+
tmStruct.tm_isdst = -1;
|
366
|
+
// compute the tm_wday and tm_yday fields
|
367
|
+
if (mktime(&tmStruct) != (time_t)-1 &&
|
368
|
+
strftime(buf, sizeof(buf), "%c", &tmStruct)) {
|
369
|
+
fputs(buf, stdout);
|
370
|
+
} else {
|
371
|
+
fputs(s, stdout);
|
372
|
+
}
|
373
|
+
} else {
|
374
|
+
fputs(s, stdout);
|
375
|
+
}
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
fputc('\n', stdout);
|
380
|
+
}
|
381
|
+
obj.free();
|
382
|
+
}
|
383
|
+
|
384
|
+
static void printBox(char *text, PDFRectangle *box) {
|
385
|
+
printf("%s%8.2f %8.2f %8.2f %8.2f\n",
|
386
|
+
text, box->x1, box->y1, box->x2, box->y2);
|
387
|
+
}
|