pdf2json 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -0,0 +1,151 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// Outline.cc
|
4
|
+
//
|
5
|
+
// Copyright 2002-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#include <aconf.h>
|
10
|
+
|
11
|
+
#ifdef USE_GCC_PRAGMAS
|
12
|
+
#pragma implementation
|
13
|
+
#endif
|
14
|
+
|
15
|
+
#include "gmem.h"
|
16
|
+
#include "GString.h"
|
17
|
+
#include "GList.h"
|
18
|
+
#include "Link.h"
|
19
|
+
#include "PDFDocEncoding.h"
|
20
|
+
#include "Outline.h"
|
21
|
+
|
22
|
+
//------------------------------------------------------------------------
|
23
|
+
|
24
|
+
Outline::Outline(Object *outlineObj, XRef *xref) {
|
25
|
+
Object first, last;
|
26
|
+
|
27
|
+
items = NULL;
|
28
|
+
if (!outlineObj->isDict()) {
|
29
|
+
return;
|
30
|
+
}
|
31
|
+
items = OutlineItem::readItemList(outlineObj->dictLookupNF("First", &first),
|
32
|
+
outlineObj->dictLookupNF("Last", &last),
|
33
|
+
xref);
|
34
|
+
first.free();
|
35
|
+
last.free();
|
36
|
+
}
|
37
|
+
|
38
|
+
Outline::~Outline() {
|
39
|
+
if (items) {
|
40
|
+
deleteGList(items, OutlineItem);
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
//------------------------------------------------------------------------
|
45
|
+
|
46
|
+
OutlineItem::OutlineItem(Dict *dict, XRef *xrefA) {
|
47
|
+
Object obj1;
|
48
|
+
GString *s;
|
49
|
+
int i;
|
50
|
+
|
51
|
+
xref = xrefA;
|
52
|
+
title = NULL;
|
53
|
+
action = NULL;
|
54
|
+
kids = NULL;
|
55
|
+
|
56
|
+
if (dict->lookup("Title", &obj1)->isString()) {
|
57
|
+
s = obj1.getString();
|
58
|
+
if ((s->getChar(0) & 0xff) == 0xfe &&
|
59
|
+
(s->getChar(1) & 0xff) == 0xff) {
|
60
|
+
titleLen = (s->getLength() - 2) / 2;
|
61
|
+
title = (Unicode *)gmallocn(titleLen, sizeof(Unicode));
|
62
|
+
for (i = 0; i < titleLen; ++i) {
|
63
|
+
title[i] = ((s->getChar(2 + 2*i) & 0xff) << 8) |
|
64
|
+
(s->getChar(3 + 2*i) & 0xff);
|
65
|
+
}
|
66
|
+
} else {
|
67
|
+
titleLen = s->getLength();
|
68
|
+
title = (Unicode *)gmallocn(titleLen, sizeof(Unicode));
|
69
|
+
for (i = 0; i < titleLen; ++i) {
|
70
|
+
title[i] = pdfDocEncoding[s->getChar(i) & 0xff];
|
71
|
+
}
|
72
|
+
}
|
73
|
+
} else {
|
74
|
+
titleLen = 0;
|
75
|
+
}
|
76
|
+
obj1.free();
|
77
|
+
|
78
|
+
if (!dict->lookup("Dest", &obj1)->isNull()) {
|
79
|
+
action = LinkAction::parseDest(&obj1);
|
80
|
+
} else {
|
81
|
+
obj1.free();
|
82
|
+
if (!dict->lookup("A", &obj1)->isNull()) {
|
83
|
+
action = LinkAction::parseAction(&obj1);
|
84
|
+
}
|
85
|
+
}
|
86
|
+
obj1.free();
|
87
|
+
|
88
|
+
dict->lookupNF("First", &firstRef);
|
89
|
+
dict->lookupNF("Last", &lastRef);
|
90
|
+
dict->lookupNF("Next", &nextRef);
|
91
|
+
|
92
|
+
startsOpen = gFalse;
|
93
|
+
if (dict->lookup("Count", &obj1)->isInt()) {
|
94
|
+
if (obj1.getInt() > 0) {
|
95
|
+
startsOpen = gTrue;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
obj1.free();
|
99
|
+
}
|
100
|
+
|
101
|
+
OutlineItem::~OutlineItem() {
|
102
|
+
close();
|
103
|
+
if (title) {
|
104
|
+
gfree(title);
|
105
|
+
}
|
106
|
+
if (action) {
|
107
|
+
delete action;
|
108
|
+
}
|
109
|
+
firstRef.free();
|
110
|
+
lastRef.free();
|
111
|
+
nextRef.free();
|
112
|
+
}
|
113
|
+
|
114
|
+
GList *OutlineItem::readItemList(Object *firstItemRef, Object *lastItemRef,
|
115
|
+
XRef *xrefA) {
|
116
|
+
GList *items;
|
117
|
+
OutlineItem *item;
|
118
|
+
Object obj;
|
119
|
+
Object *p;
|
120
|
+
|
121
|
+
items = new GList();
|
122
|
+
p = firstItemRef;
|
123
|
+
while (p->isRef()) {
|
124
|
+
if (!p->fetch(xrefA, &obj)->isDict()) {
|
125
|
+
obj.free();
|
126
|
+
break;
|
127
|
+
}
|
128
|
+
item = new OutlineItem(obj.getDict(), xrefA);
|
129
|
+
obj.free();
|
130
|
+
items->append(item);
|
131
|
+
if (p->getRef().num == lastItemRef->getRef().num &&
|
132
|
+
p->getRef().gen == lastItemRef->getRef().gen) {
|
133
|
+
break;
|
134
|
+
}
|
135
|
+
p = &item->nextRef;
|
136
|
+
}
|
137
|
+
return items;
|
138
|
+
}
|
139
|
+
|
140
|
+
void OutlineItem::open() {
|
141
|
+
if (!kids) {
|
142
|
+
kids = readItemList(&firstRef, &lastRef, xref);
|
143
|
+
}
|
144
|
+
}
|
145
|
+
|
146
|
+
void OutlineItem::close() {
|
147
|
+
if (kids) {
|
148
|
+
deleteGList(kids, OutlineItem);
|
149
|
+
kids = NULL;
|
150
|
+
}
|
151
|
+
}
|
@@ -0,0 +1,76 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// Outline.h
|
4
|
+
//
|
5
|
+
// Copyright 2002-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#ifndef OUTLINE_H
|
10
|
+
#define OUTLINE_H
|
11
|
+
|
12
|
+
#include <aconf.h>
|
13
|
+
|
14
|
+
#ifdef USE_GCC_PRAGMAS
|
15
|
+
#pragma interface
|
16
|
+
#endif
|
17
|
+
|
18
|
+
#include "Object.h"
|
19
|
+
#include "CharTypes.h"
|
20
|
+
|
21
|
+
class GString;
|
22
|
+
class GList;
|
23
|
+
class XRef;
|
24
|
+
class LinkAction;
|
25
|
+
|
26
|
+
//------------------------------------------------------------------------
|
27
|
+
|
28
|
+
class Outline {
|
29
|
+
public:
|
30
|
+
|
31
|
+
Outline(Object *outlineObj, XRef *xref);
|
32
|
+
~Outline();
|
33
|
+
|
34
|
+
GList *getItems() { return items; }
|
35
|
+
|
36
|
+
private:
|
37
|
+
|
38
|
+
GList *items; // NULL if document has no outline
|
39
|
+
// [OutlineItem]
|
40
|
+
};
|
41
|
+
|
42
|
+
//------------------------------------------------------------------------
|
43
|
+
|
44
|
+
class OutlineItem {
|
45
|
+
public:
|
46
|
+
|
47
|
+
OutlineItem(Dict *dict, XRef *xrefA);
|
48
|
+
~OutlineItem();
|
49
|
+
|
50
|
+
static GList *readItemList(Object *firstItemRef, Object *lastItemRef,
|
51
|
+
XRef *xrefA);
|
52
|
+
|
53
|
+
void open();
|
54
|
+
void close();
|
55
|
+
|
56
|
+
Unicode *getTitle() { return title; }
|
57
|
+
int getTitleLength() { return titleLen; }
|
58
|
+
LinkAction *getAction() { return action; }
|
59
|
+
GBool isOpen() { return startsOpen; }
|
60
|
+
GBool hasKids() { return firstRef.isRef(); }
|
61
|
+
GList *getKids() { return kids; }
|
62
|
+
|
63
|
+
private:
|
64
|
+
|
65
|
+
XRef *xref;
|
66
|
+
Unicode *title;
|
67
|
+
int titleLen;
|
68
|
+
LinkAction *action;
|
69
|
+
Object firstRef;
|
70
|
+
Object lastRef;
|
71
|
+
Object nextRef;
|
72
|
+
GBool startsOpen;
|
73
|
+
GList *kids; // NULL unless this item is open [OutlineItem]
|
74
|
+
};
|
75
|
+
|
76
|
+
#endif
|
Binary file
|
@@ -0,0 +1,131 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// OutputDev.cc
|
4
|
+
//
|
5
|
+
// Copyright 1996-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#include <aconf.h>
|
10
|
+
|
11
|
+
#ifdef USE_GCC_PRAGMAS
|
12
|
+
#pragma implementation
|
13
|
+
#endif
|
14
|
+
|
15
|
+
#include <stddef.h>
|
16
|
+
#include "Object.h"
|
17
|
+
#include "Stream.h"
|
18
|
+
#include "GfxState.h"
|
19
|
+
#include "OutputDev.h"
|
20
|
+
|
21
|
+
//------------------------------------------------------------------------
|
22
|
+
// OutputDev
|
23
|
+
//------------------------------------------------------------------------
|
24
|
+
|
25
|
+
void OutputDev::setDefaultCTM(double *ctm) {
|
26
|
+
int i;
|
27
|
+
double det;
|
28
|
+
|
29
|
+
for (i = 0; i < 6; ++i) {
|
30
|
+
defCTM[i] = ctm[i];
|
31
|
+
}
|
32
|
+
det = 1 / (defCTM[0] * defCTM[3] - defCTM[1] * defCTM[2]);
|
33
|
+
defICTM[0] = defCTM[3] * det;
|
34
|
+
defICTM[1] = -defCTM[1] * det;
|
35
|
+
defICTM[2] = -defCTM[2] * det;
|
36
|
+
defICTM[3] = defCTM[0] * det;
|
37
|
+
defICTM[4] = (defCTM[2] * defCTM[5] - defCTM[3] * defCTM[4]) * det;
|
38
|
+
defICTM[5] = (defCTM[1] * defCTM[4] - defCTM[0] * defCTM[5]) * det;
|
39
|
+
}
|
40
|
+
|
41
|
+
void OutputDev::cvtDevToUser(double dx, double dy, double *ux, double *uy) {
|
42
|
+
*ux = defICTM[0] * dx + defICTM[2] * dy + defICTM[4];
|
43
|
+
*uy = defICTM[1] * dx + defICTM[3] * dy + defICTM[5];
|
44
|
+
}
|
45
|
+
|
46
|
+
void OutputDev::cvtUserToDev(double ux, double uy, int *dx, int *dy) {
|
47
|
+
*dx = (int)(defCTM[0] * ux + defCTM[2] * uy + defCTM[4] + 0.5);
|
48
|
+
*dy = (int)(defCTM[1] * ux + defCTM[3] * uy + defCTM[5] + 0.5);
|
49
|
+
}
|
50
|
+
|
51
|
+
void OutputDev::updateAll(GfxState *state) {
|
52
|
+
updateLineDash(state);
|
53
|
+
updateFlatness(state);
|
54
|
+
updateLineJoin(state);
|
55
|
+
updateLineCap(state);
|
56
|
+
updateMiterLimit(state);
|
57
|
+
updateLineWidth(state);
|
58
|
+
updateStrokeAdjust(state);
|
59
|
+
updateFillColorSpace(state);
|
60
|
+
updateFillColor(state);
|
61
|
+
updateStrokeColorSpace(state);
|
62
|
+
updateStrokeColor(state);
|
63
|
+
updateBlendMode(state);
|
64
|
+
updateFillOpacity(state);
|
65
|
+
updateStrokeOpacity(state);
|
66
|
+
updateFillOverprint(state);
|
67
|
+
updateStrokeOverprint(state);
|
68
|
+
updateTransfer(state);
|
69
|
+
updateFont(state);
|
70
|
+
}
|
71
|
+
|
72
|
+
GBool OutputDev::beginType3Char(GfxState *state, double x, double y,
|
73
|
+
double dx, double dy,
|
74
|
+
CharCode code, Unicode *u, int uLen) {
|
75
|
+
return gFalse;
|
76
|
+
}
|
77
|
+
|
78
|
+
void OutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str,
|
79
|
+
int width, int height, GBool invert,
|
80
|
+
GBool inlineImg) {
|
81
|
+
int i, j;
|
82
|
+
|
83
|
+
if (inlineImg) {
|
84
|
+
str->reset();
|
85
|
+
j = height * ((width + 7) / 8);
|
86
|
+
for (i = 0; i < j; ++i)
|
87
|
+
str->getChar();
|
88
|
+
str->close();
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
void OutputDev::drawImage(GfxState *state, Object *ref, Stream *str,
|
93
|
+
int width, int height, GfxImageColorMap *colorMap,
|
94
|
+
int *maskColors, GBool inlineImg) {
|
95
|
+
int i, j;
|
96
|
+
|
97
|
+
if (inlineImg) {
|
98
|
+
str->reset();
|
99
|
+
j = height * ((width * colorMap->getNumPixelComps() *
|
100
|
+
colorMap->getBits() + 7) / 8);
|
101
|
+
for (i = 0; i < j; ++i)
|
102
|
+
str->getChar();
|
103
|
+
str->close();
|
104
|
+
}
|
105
|
+
}
|
106
|
+
|
107
|
+
void OutputDev::drawMaskedImage(GfxState *state, Object *ref, Stream *str,
|
108
|
+
int width, int height,
|
109
|
+
GfxImageColorMap *colorMap,
|
110
|
+
Stream *maskStr,
|
111
|
+
int maskWidth, int maskHeight,
|
112
|
+
GBool maskInvert) {
|
113
|
+
drawImage(state, ref, str, width, height, colorMap, NULL, gFalse);
|
114
|
+
}
|
115
|
+
|
116
|
+
void OutputDev::drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str,
|
117
|
+
int width, int height,
|
118
|
+
GfxImageColorMap *colorMap,
|
119
|
+
Stream *maskStr,
|
120
|
+
int maskWidth, int maskHeight,
|
121
|
+
GfxImageColorMap *maskColorMap) {
|
122
|
+
drawImage(state, ref, str, width, height, colorMap, NULL, gFalse);
|
123
|
+
}
|
124
|
+
|
125
|
+
#if OPI_SUPPORT
|
126
|
+
void OutputDev::opiBegin(GfxState *state, Dict *opiDict) {
|
127
|
+
}
|
128
|
+
|
129
|
+
void OutputDev::opiEnd(GfxState *state, Dict *opiDict) {
|
130
|
+
}
|
131
|
+
#endif
|
@@ -0,0 +1,253 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// OutputDev.h
|
4
|
+
//
|
5
|
+
// Copyright 1996-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#ifndef OUTPUTDEV_H
|
10
|
+
#define OUTPUTDEV_H
|
11
|
+
|
12
|
+
#include <aconf.h>
|
13
|
+
|
14
|
+
#ifdef USE_GCC_PRAGMAS
|
15
|
+
#pragma interface
|
16
|
+
#endif
|
17
|
+
|
18
|
+
#include "gtypes.h"
|
19
|
+
#include "CharTypes.h"
|
20
|
+
|
21
|
+
class GString;
|
22
|
+
class GfxState;
|
23
|
+
struct GfxColor;
|
24
|
+
class GfxColorSpace;
|
25
|
+
class GfxImageColorMap;
|
26
|
+
class GfxFunctionShading;
|
27
|
+
class GfxAxialShading;
|
28
|
+
class GfxRadialShading;
|
29
|
+
class Stream;
|
30
|
+
class Links;
|
31
|
+
class Link;
|
32
|
+
class Catalog;
|
33
|
+
class Page;
|
34
|
+
class Function;
|
35
|
+
|
36
|
+
//------------------------------------------------------------------------
|
37
|
+
// OutputDev
|
38
|
+
//------------------------------------------------------------------------
|
39
|
+
|
40
|
+
class OutputDev {
|
41
|
+
public:
|
42
|
+
|
43
|
+
// Constructor.
|
44
|
+
OutputDev() {}
|
45
|
+
|
46
|
+
// Destructor.
|
47
|
+
virtual ~OutputDev() {}
|
48
|
+
|
49
|
+
//----- get info about output device
|
50
|
+
|
51
|
+
// Does this device use upside-down coordinates?
|
52
|
+
// (Upside-down means (0,0) is the top left corner of the page.)
|
53
|
+
virtual GBool upsideDown() = 0;
|
54
|
+
|
55
|
+
// Does this device use drawChar() or drawString()?
|
56
|
+
virtual GBool useDrawChar() = 0;
|
57
|
+
|
58
|
+
// Does this device use tilingPatternFill()? If this returns false,
|
59
|
+
// tiling pattern fills will be reduced to a series of other drawing
|
60
|
+
// operations.
|
61
|
+
virtual GBool useTilingPatternFill() { return gFalse; }
|
62
|
+
|
63
|
+
// Does this device use functionShadedFill(), axialShadedFill(), and
|
64
|
+
// radialShadedFill()? If this returns false, these shaded fills
|
65
|
+
// will be reduced to a series of other drawing operations.
|
66
|
+
virtual GBool useShadedFills() { return gFalse; }
|
67
|
+
|
68
|
+
// Does this device use drawForm()? If this returns false,
|
69
|
+
// form-type XObjects will be interpreted (i.e., unrolled).
|
70
|
+
virtual GBool useDrawForm() { return gFalse; }
|
71
|
+
|
72
|
+
// Does this device use beginType3Char/endType3Char? Otherwise,
|
73
|
+
// text in Type 3 fonts will be drawn with drawChar/drawString.
|
74
|
+
virtual GBool interpretType3Chars() = 0;
|
75
|
+
|
76
|
+
// Does this device need non-text content?
|
77
|
+
virtual GBool needNonText() { return gTrue; }
|
78
|
+
|
79
|
+
//----- initialization and control
|
80
|
+
|
81
|
+
// Set default transform matrix.
|
82
|
+
virtual void setDefaultCTM(double *ctm);
|
83
|
+
|
84
|
+
// Check to see if a page slice should be displayed. If this
|
85
|
+
// returns false, the page display is aborted. Typically, an
|
86
|
+
// OutputDev will use some alternate means to display the page
|
87
|
+
// before returning false.
|
88
|
+
virtual GBool checkPageSlice(Page *page, double hDPI, double vDPI,
|
89
|
+
int rotate, GBool useMediaBox, GBool crop,
|
90
|
+
int sliceX, int sliceY, int sliceW, int sliceH,
|
91
|
+
GBool printing, Catalog *catalog,
|
92
|
+
GBool (*abortCheckCbk)(void *data) = NULL,
|
93
|
+
void *abortCheckCbkData = NULL)
|
94
|
+
{ return gTrue; }
|
95
|
+
|
96
|
+
// Start a page.
|
97
|
+
virtual void startPage(int pageNum, GfxState *state, double x1,double y1,double x2,double y2) {}
|
98
|
+
|
99
|
+
// End a page.
|
100
|
+
virtual void endPage() {}
|
101
|
+
|
102
|
+
// Dump page contents to display.
|
103
|
+
virtual void dump() {}
|
104
|
+
|
105
|
+
//----- coordinate conversion
|
106
|
+
|
107
|
+
// Convert between device and user coordinates.
|
108
|
+
virtual void cvtDevToUser(double dx, double dy, double *ux, double *uy);
|
109
|
+
virtual void cvtUserToDev(double ux, double uy, int *dx, int *dy);
|
110
|
+
|
111
|
+
double *getDefCTM() { return defCTM; }
|
112
|
+
double *getDefICTM() { return defICTM; }
|
113
|
+
|
114
|
+
//----- link borders
|
115
|
+
virtual void drawLink(Link *link, Catalog *catalog) {}
|
116
|
+
|
117
|
+
//----- save/restore graphics state
|
118
|
+
virtual void saveState(GfxState *state) {}
|
119
|
+
virtual void restoreState(GfxState *state) {}
|
120
|
+
|
121
|
+
//----- update graphics state
|
122
|
+
virtual void updateAll(GfxState *state);
|
123
|
+
virtual void updateCTM(GfxState *state, double m11, double m12,
|
124
|
+
double m21, double m22, double m31, double m32) {}
|
125
|
+
virtual void updateLineDash(GfxState *state) {}
|
126
|
+
virtual void updateFlatness(GfxState *state) {}
|
127
|
+
virtual void updateLineJoin(GfxState *state) {}
|
128
|
+
virtual void updateLineCap(GfxState *state) {}
|
129
|
+
virtual void updateMiterLimit(GfxState *state) {}
|
130
|
+
virtual void updateLineWidth(GfxState *state) {}
|
131
|
+
virtual void updateStrokeAdjust(GfxState *state) {}
|
132
|
+
virtual void updateFillColorSpace(GfxState *state) {}
|
133
|
+
virtual void updateStrokeColorSpace(GfxState *state) {}
|
134
|
+
virtual void updateFillColor(GfxState *state) {}
|
135
|
+
virtual void updateStrokeColor(GfxState *state) {}
|
136
|
+
virtual void updateBlendMode(GfxState *state) {}
|
137
|
+
virtual void updateFillOpacity(GfxState *state) {}
|
138
|
+
virtual void updateStrokeOpacity(GfxState *state) {}
|
139
|
+
virtual void updateFillOverprint(GfxState *state) {}
|
140
|
+
virtual void updateStrokeOverprint(GfxState *state) {}
|
141
|
+
virtual void updateTransfer(GfxState *state) {}
|
142
|
+
|
143
|
+
//----- update text state
|
144
|
+
virtual void updateFont(GfxState *state) {}
|
145
|
+
virtual void updateTextMat(GfxState *state) {}
|
146
|
+
virtual void updateCharSpace(GfxState *state) {}
|
147
|
+
virtual void updateRender(GfxState *state) {}
|
148
|
+
virtual void updateRise(GfxState *state) {}
|
149
|
+
virtual void updateWordSpace(GfxState *state) {}
|
150
|
+
virtual void updateHorizScaling(GfxState *state) {}
|
151
|
+
virtual void updateTextPos(GfxState *state) {}
|
152
|
+
virtual void updateTextShift(GfxState *state, double shift) {}
|
153
|
+
|
154
|
+
//----- path painting
|
155
|
+
virtual void stroke(GfxState *state) {}
|
156
|
+
virtual void fill(GfxState *state) {}
|
157
|
+
virtual void eoFill(GfxState *state) {}
|
158
|
+
virtual void tilingPatternFill(GfxState *state, Object *str,
|
159
|
+
int paintType, Dict *resDict,
|
160
|
+
double *mat, double *bbox,
|
161
|
+
int x0, int y0, int x1, int y1,
|
162
|
+
double xStep, double yStep) {}
|
163
|
+
virtual GBool functionShadedFill(GfxState *state,
|
164
|
+
GfxFunctionShading *shading)
|
165
|
+
{ return gFalse; }
|
166
|
+
virtual GBool axialShadedFill(GfxState *state, GfxAxialShading *shading)
|
167
|
+
{ return gFalse; }
|
168
|
+
virtual GBool radialShadedFill(GfxState *state, GfxRadialShading *shading)
|
169
|
+
{ return gFalse; }
|
170
|
+
|
171
|
+
//----- path clipping
|
172
|
+
virtual void clip(GfxState *state) {}
|
173
|
+
virtual void eoClip(GfxState *state) {}
|
174
|
+
virtual void clipToStrokePath(GfxState *state) {}
|
175
|
+
|
176
|
+
//----- text drawing
|
177
|
+
virtual void beginStringOp(GfxState *state) {}
|
178
|
+
virtual void endStringOp(GfxState *state) {}
|
179
|
+
virtual void beginString(GfxState *state, GString *s) {}
|
180
|
+
virtual void endString(GfxState *state) {}
|
181
|
+
virtual void drawChar(GfxState *state, double x, double y,
|
182
|
+
double dx, double dy,
|
183
|
+
double originX, double originY,
|
184
|
+
CharCode code, int nBytes, Unicode *u, int uLen) {}
|
185
|
+
virtual void drawString(GfxState *state, GString *s) {}
|
186
|
+
virtual GBool beginType3Char(GfxState *state, double x, double y,
|
187
|
+
double dx, double dy,
|
188
|
+
CharCode code, Unicode *u, int uLen);
|
189
|
+
virtual void endType3Char(GfxState *state) {}
|
190
|
+
virtual void endTextObject(GfxState *state) {}
|
191
|
+
|
192
|
+
//----- image drawing
|
193
|
+
virtual void drawImageMask(GfxState *state, Object *ref, Stream *str,
|
194
|
+
int width, int height, GBool invert,
|
195
|
+
GBool inlineImg);
|
196
|
+
virtual void drawImage(GfxState *state, Object *ref, Stream *str,
|
197
|
+
int width, int height, GfxImageColorMap *colorMap,
|
198
|
+
int *maskColors, GBool inlineImg);
|
199
|
+
virtual void drawMaskedImage(GfxState *state, Object *ref, Stream *str,
|
200
|
+
int width, int height,
|
201
|
+
GfxImageColorMap *colorMap,
|
202
|
+
Stream *maskStr, int maskWidth, int maskHeight,
|
203
|
+
GBool maskInvert);
|
204
|
+
virtual void drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str,
|
205
|
+
int width, int height,
|
206
|
+
GfxImageColorMap *colorMap,
|
207
|
+
Stream *maskStr,
|
208
|
+
int maskWidth, int maskHeight,
|
209
|
+
GfxImageColorMap *maskColorMap);
|
210
|
+
|
211
|
+
#if OPI_SUPPORT
|
212
|
+
//----- OPI functions
|
213
|
+
virtual void opiBegin(GfxState *state, Dict *opiDict);
|
214
|
+
virtual void opiEnd(GfxState *state, Dict *opiDict);
|
215
|
+
#endif
|
216
|
+
|
217
|
+
//----- Type 3 font operators
|
218
|
+
virtual void type3D0(GfxState *state, double wx, double wy) {}
|
219
|
+
virtual void type3D1(GfxState *state, double wx, double wy,
|
220
|
+
double llx, double lly, double urx, double ury) {}
|
221
|
+
|
222
|
+
//----- form XObjects
|
223
|
+
virtual void drawForm(Ref id) {}
|
224
|
+
|
225
|
+
//----- PostScript XObjects
|
226
|
+
virtual void psXObject(Stream *psStream, Stream *level1Stream) {}
|
227
|
+
|
228
|
+
//----- transparency groups and soft masks
|
229
|
+
virtual void beginTransparencyGroup(GfxState *state, double *bbox,
|
230
|
+
GfxColorSpace *blendingColorSpace,
|
231
|
+
GBool isolated, GBool knockout,
|
232
|
+
GBool forSoftMask) {}
|
233
|
+
virtual void endTransparencyGroup(GfxState *state) {}
|
234
|
+
virtual void paintTransparencyGroup(GfxState *state, double *bbox) {}
|
235
|
+
virtual void setSoftMask(GfxState *state, double *bbox, GBool alpha,
|
236
|
+
Function *transferFunc, GfxColor *backdropColor) {}
|
237
|
+
virtual void clearSoftMask(GfxState *state) {}
|
238
|
+
|
239
|
+
//----- links
|
240
|
+
virtual void processLink(Link *link, Catalog *catalog) {}
|
241
|
+
|
242
|
+
#if 1 //~tmp: turn off anti-aliasing temporarily
|
243
|
+
virtual GBool getVectorAntialias() { return gFalse; }
|
244
|
+
virtual void setVectorAntialias(GBool vaa) {}
|
245
|
+
#endif
|
246
|
+
|
247
|
+
private:
|
248
|
+
|
249
|
+
double defCTM[6]; // default coordinate transform matrix
|
250
|
+
double defICTM[6]; // inverse of default CTM
|
251
|
+
};
|
252
|
+
|
253
|
+
#endif
|