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
@@ -0,0 +1,480 @@
|
|
1
|
+
.\" Copyright 2002-2005 Glyph & Cog, LLC
|
2
|
+
.TH xpdfrc 5 "17 August 2005"
|
3
|
+
.SH NAME
|
4
|
+
xpdfrc \- configuration file for Xpdf tools (version 3.01)
|
5
|
+
.SH DESCRIPTION
|
6
|
+
All of the Xpdf tools read a single configuration file. If you have a
|
7
|
+
.I .xpdfrc
|
8
|
+
file in your home directory, it will be read. Otherwise, a
|
9
|
+
system-wide configuration file will be read from
|
10
|
+
.IR /usr/local/etc/xpdfrc ,
|
11
|
+
if it exists. (This is its default location; depending on build
|
12
|
+
options, it may be placed elsewhere.) On Win32 systems, the
|
13
|
+
.I xpdfrc
|
14
|
+
file should be placed in the same directory as the executables.
|
15
|
+
.PP
|
16
|
+
The xpdfrc file consists of a series of configuration options, one
|
17
|
+
per line. Blank lines and lines starting with a \'#' (comments) are
|
18
|
+
ignored.
|
19
|
+
.PP
|
20
|
+
The following sections list all of the configuration options, sorted
|
21
|
+
into functional groups. There is an examples section at the end.
|
22
|
+
.SH INCLUDE FILES
|
23
|
+
.TP
|
24
|
+
.BI include " config\-file"
|
25
|
+
Includes the specified config file. The effect of this is equivalent
|
26
|
+
to inserting the contents of
|
27
|
+
.I config\-file
|
28
|
+
directly into the parent config file in place of the
|
29
|
+
.I include
|
30
|
+
command. Config files can be nested arbitrarily deeply.
|
31
|
+
.SH CHARACTER MAPPING
|
32
|
+
.TP
|
33
|
+
.BI nameToUnicode " map\-file"
|
34
|
+
Specifies a file with the mapping from character names to Unicode.
|
35
|
+
This is used to handle PDF fonts that have valid encodings but no
|
36
|
+
ToUnicode entry. Each line of a nameToUnicode file looks like this:
|
37
|
+
|
38
|
+
.I " " hex\-string name
|
39
|
+
|
40
|
+
The
|
41
|
+
.I hex\-string
|
42
|
+
is the Unicode (UCS-2) character index, and
|
43
|
+
.I name
|
44
|
+
is the corresponding character name. Multiple nameToUnicode files can
|
45
|
+
be used; if a character name is given more than once, the code in the
|
46
|
+
last specified file is used. There is a built-in default
|
47
|
+
nameToUnicode table with all of Adobe's standard character names.
|
48
|
+
.TP
|
49
|
+
.BI cidToUnicode " registry\-ordering map\-file"
|
50
|
+
Specifies the file with the mapping from character collection to
|
51
|
+
Unicode. Each line of a cidToUnicode file represents one character:
|
52
|
+
|
53
|
+
.I " " hex\-string
|
54
|
+
|
55
|
+
The
|
56
|
+
.I hex\-string
|
57
|
+
is the Unicode (UCS-2) index for that character. The first line maps
|
58
|
+
CID 0, the second line CID 1, etc. File size is determined by size of
|
59
|
+
the character collection. Only one file is allowed per character
|
60
|
+
collection; the last specified file is used. There are no built-in
|
61
|
+
cidToUnicode mappings.
|
62
|
+
.TP
|
63
|
+
.BI unicodeToUnicode " font\-name\-substring map\-file"
|
64
|
+
This is used to work around PDF fonts which have incorrect Unicode
|
65
|
+
information. It specifies a file which maps from the given
|
66
|
+
(incorrect) Unicode indexes to the correct ones. The mapping will be
|
67
|
+
used for any font whose name contains
|
68
|
+
.IR font\-name\-substring .
|
69
|
+
Each line of a unicodeToUnicode file represents one Unicode character:
|
70
|
+
|
71
|
+
.RI " " in\-hex " " out\-hex1 " " out\-hex2 " ..."
|
72
|
+
|
73
|
+
The
|
74
|
+
.I in\-hex
|
75
|
+
field is an input (incorrect) Unicode index, and the rest of the
|
76
|
+
fields are one or more output (correct) Unicode indexes. Each
|
77
|
+
occurrence of
|
78
|
+
.I in\-hex
|
79
|
+
will be converted to the specified output sequence.
|
80
|
+
.TP
|
81
|
+
.BI unicodeMap " encoding\-name map\-file"
|
82
|
+
Specifies the file with mapping from Unicode to
|
83
|
+
.IR encoding\-name .
|
84
|
+
These encodings are used for X display fonts and text output (see
|
85
|
+
below). Each line of a unicodeMap file represents a range of one or
|
86
|
+
more Unicode characters which maps linearly to a range in the output
|
87
|
+
encoding:
|
88
|
+
.nf
|
89
|
+
|
90
|
+
.I " " in\-start\-hex in\-end\-hex out\-start\-hex
|
91
|
+
|
92
|
+
.fi
|
93
|
+
Entries for single characters can be abbreviated to:
|
94
|
+
.nf
|
95
|
+
|
96
|
+
.I " " in\-hex out\-hex
|
97
|
+
|
98
|
+
.fi
|
99
|
+
The
|
100
|
+
.I in\-start\-hex
|
101
|
+
and
|
102
|
+
.I in\-end\-hex
|
103
|
+
fields (or the single
|
104
|
+
.I in\-hex
|
105
|
+
field) specify the Unicode range. The
|
106
|
+
.I out\-start\-hex
|
107
|
+
field (or the
|
108
|
+
.I out\-hex
|
109
|
+
field) specifies the start of the output encoding range. The length
|
110
|
+
of the
|
111
|
+
.I out\-start\-hex
|
112
|
+
(or
|
113
|
+
.IR out\-hex )
|
114
|
+
string determines the length of the output characters (e.g., UTF-8
|
115
|
+
uses different numbers of bytes to represent characters in different
|
116
|
+
ranges). Entries must be given in increasing Unicode order. Only one
|
117
|
+
file is allowed per encoding; the last specified file is used. The
|
118
|
+
.IR Latin1 ,
|
119
|
+
.IR ASCII7 ,
|
120
|
+
.IR Symbol ,
|
121
|
+
.IR ZapfDingbats ,
|
122
|
+
.IR UTF-8 ,
|
123
|
+
and
|
124
|
+
.I UCS-2
|
125
|
+
encodings are predefined.
|
126
|
+
.TP
|
127
|
+
.BI cMapDir " registry\-ordering dir"
|
128
|
+
Specifies a search directory,
|
129
|
+
.IR dir ,
|
130
|
+
for CMaps for the
|
131
|
+
.I registry\-ordering
|
132
|
+
character collection. There can be multiple directories for a
|
133
|
+
particular collection. There are no default CMap directories.
|
134
|
+
.TP
|
135
|
+
.BI toUnicodeDir " dir"
|
136
|
+
Specifies a search directory,
|
137
|
+
.IR dir ,
|
138
|
+
for ToUnicode CMaps. There can be multiple ToUnicode directories.
|
139
|
+
There are no default ToUnicode directories.
|
140
|
+
.SH DISPLAY FONTS
|
141
|
+
.TP
|
142
|
+
.BI displayFontT1 " PDF\-font\-name T1\-file"
|
143
|
+
Maps a PDF font,
|
144
|
+
.IR PDF\-font\-name ,
|
145
|
+
to a Type 1 font for display. The Type 1 font file,
|
146
|
+
.IR T1\-file ,
|
147
|
+
should be a standard .pfa or .pfb file.
|
148
|
+
.TP
|
149
|
+
.BI displayFontTT " PDF\-font\-name TT\-file"
|
150
|
+
Maps a PDF font,
|
151
|
+
.IR PDF\-font\-name ,
|
152
|
+
to a TrueType font for display. The TrueType font file,
|
153
|
+
.IR TT\-file ,
|
154
|
+
should be a standard .ttf file.
|
155
|
+
.TP
|
156
|
+
.BI displayNamedCIDFontT1 " PDF\-font\-name T1\-file"
|
157
|
+
Maps a specific PDF CID (16-bit) font,
|
158
|
+
.IR PDF\-font\-name ,
|
159
|
+
to a CID font (16-bit PostScript font), for display. There are no
|
160
|
+
default CID font mappings.
|
161
|
+
.TP
|
162
|
+
.BI displayCIDFontT1 " registry\-ordering T1\-file"
|
163
|
+
Maps the
|
164
|
+
.I registry\-ordering
|
165
|
+
character collection to a CID font (16-bit PostScript font), for
|
166
|
+
display. This mapping is used if the font name doesn't match any of
|
167
|
+
the fonts declared with displayNamedCIDFont* commands. There are no
|
168
|
+
default CID font mappings.
|
169
|
+
.TP
|
170
|
+
.BI displayNamedCIDFontTT " PDF\-font\-name TT\-file"
|
171
|
+
Maps a specific PDF CID (16-bit) font,
|
172
|
+
.IR PDF\-font\-name ,
|
173
|
+
to a (16-bit) TrueType font, for display. There are no default CID
|
174
|
+
font mappings.
|
175
|
+
.TP
|
176
|
+
.BI displayCIDFontTT " registry\-ordering TT\-file"
|
177
|
+
Maps the
|
178
|
+
.I registry\-ordering
|
179
|
+
character collection to a (16-bit) TrueType font, for display. This
|
180
|
+
mapping is used if the font name doesn't match any of the fonts
|
181
|
+
declared with displayNamedCIDFont* commands. There are no default CID
|
182
|
+
font mappings.
|
183
|
+
.TP
|
184
|
+
.BI fontDir " dir"
|
185
|
+
Specifies a search directory for external font files. There can be
|
186
|
+
multiple fontDir directories. If a PDF file uses a font but doesn't
|
187
|
+
embed it, these directories will be searched for a matching font file.
|
188
|
+
These fonts are used by both xpdf (for display) and pdftops (for
|
189
|
+
embedding in the generated PostScript). Type 1 fonts must have a
|
190
|
+
suffix of ".pfa", ".pfb", ".ps", or no suffix at all. TrueType fonts
|
191
|
+
must have a ".ttf" suffix. Other files in these directories will be
|
192
|
+
ignored. There are no default fontDir directories.
|
193
|
+
.SH POSTSCRIPT CONTROL
|
194
|
+
.TP
|
195
|
+
.BI psPaperSize " width(pts) height(pts)"
|
196
|
+
Sets the paper size for PostScript output. The
|
197
|
+
.I width
|
198
|
+
and
|
199
|
+
.I height
|
200
|
+
parameters give the paper size in PostScript points (1 point = 1/72
|
201
|
+
inch).
|
202
|
+
.TP
|
203
|
+
.BR psPaperSize " letter | legal | A4 | A3 | match"
|
204
|
+
Sets the paper size for PostScript output to a standard size. The
|
205
|
+
default paper size is set when xpdf and pdftops are built, typically
|
206
|
+
to "letter" or "A4". This can also be set to "match", which will set
|
207
|
+
the paper size to match the size specified in the PDF file.
|
208
|
+
.TP
|
209
|
+
.BR psImageableArea " llx lly urx ury"
|
210
|
+
Sets the imageable area for PostScript output. The four integers are
|
211
|
+
the coordinates of the lower-left and upper-right corners of the
|
212
|
+
imageable region, specified in points (with the origin being the
|
213
|
+
lower-left corner of the paper). This defaults to the full paper
|
214
|
+
size; the psPaperSize option will reset the imageable area
|
215
|
+
coordinates.
|
216
|
+
.TP
|
217
|
+
.BR psCrop " yes | no"
|
218
|
+
If set to "yes", PostScript output is cropped to the CropBox specified
|
219
|
+
in the PDF file; otherwise no cropping is done. This defaults to
|
220
|
+
"yes".
|
221
|
+
.TP
|
222
|
+
.BR psExpandSmaller " yes | no"
|
223
|
+
If set to "yes", PDF pages smaller than the PostScript imageable area
|
224
|
+
are expanded to fill the imageable area. Otherwise, no scalling is
|
225
|
+
done on smaller pages. This defaults to "no".
|
226
|
+
.TP
|
227
|
+
.BR psShrinkLarger " yes | no"
|
228
|
+
If set to yes, PDF pages larger than the PostScript imageable area are
|
229
|
+
shrunk to fit the imageable area. Otherwise, no scaling is done on
|
230
|
+
larger pages. This defaults to "yes".
|
231
|
+
.TP
|
232
|
+
.BR psCenter " yes | no"
|
233
|
+
If set to yes, PDF pages smaller than the PostScript imageable area
|
234
|
+
(after any scaling) are centered in the imageable area. Otherwise,
|
235
|
+
they are aligned at the lower-left corner of the imageable area. This
|
236
|
+
defaults to "yes".
|
237
|
+
.TP
|
238
|
+
.BR psDuplex " yes | no"
|
239
|
+
If set to "yes", the generated PostScript will set the "Duplex"
|
240
|
+
pagedevice entry. This tells duplex-capable printers to enable
|
241
|
+
duplexing. This defaults to "no".
|
242
|
+
.TP
|
243
|
+
.BR psLevel " level1 | level1sep | level2 | level2sep | level3 | level3Sep"
|
244
|
+
Sets the PostScript level to generate. This defaults to "level2".
|
245
|
+
.TP
|
246
|
+
.BI psFont " PDF\-font\-name PS\-font\-name"
|
247
|
+
When the
|
248
|
+
.I PDF\-font\-name
|
249
|
+
font is used in a PDF file, it will be translated to the PostScript
|
250
|
+
font
|
251
|
+
.IR PS\-font\-name ,
|
252
|
+
which is assumed to be resident in the printer. Typically,
|
253
|
+
.I PDF\-font\-name
|
254
|
+
and
|
255
|
+
.I PS\-font\-name
|
256
|
+
are the same. By default, only the Base-14 fonts are assumed to be
|
257
|
+
resident.
|
258
|
+
.TP
|
259
|
+
.BI psNamedFont16 " PDF\-font\-name wMode PS\-font\-name encoding"
|
260
|
+
When the 16-bit font
|
261
|
+
.I PDF\-font\-name
|
262
|
+
is used in a PDF file with the
|
263
|
+
.I wMode
|
264
|
+
writing mode and is not embedded, the
|
265
|
+
.I PS\-font\-name
|
266
|
+
font is substituted for it. The writing mode must be either \'H' for
|
267
|
+
horizontal or \'V' for vertical. The
|
268
|
+
.I PS\-font\-name
|
269
|
+
font is assumed to be resident in the printer and to use the specified
|
270
|
+
encoding (which must have been defined with the unicodeMap command).
|
271
|
+
.TP
|
272
|
+
.BI psFont16 " registry\-ordering wMode PS\-font\-name encoding"
|
273
|
+
When a 16-bit font using the
|
274
|
+
.I registry\-ordering
|
275
|
+
character collection and
|
276
|
+
.I wMode
|
277
|
+
writing mode is not embedded and does not match any of the fonts
|
278
|
+
declared in psNamedFont16 commands, the
|
279
|
+
.I PS\-font\-name
|
280
|
+
font is substituted for it. The writing mode must be either \'H' for
|
281
|
+
horizontal or \'V' for vertical. The
|
282
|
+
.I PS\-font\-name
|
283
|
+
font is assumed to be resident in the printer and to use the specified
|
284
|
+
writing mode and encoding (which must have been defined with the
|
285
|
+
unicodeMap command).
|
286
|
+
.TP
|
287
|
+
.BR psEmbedType1Fonts " yes | no"
|
288
|
+
If set to "no", prevents embedding of Type 1 fonts in generated
|
289
|
+
PostScript. This defaults to "yes".
|
290
|
+
.TP
|
291
|
+
.BR psEmbedTrueTypeFonts " yes | no"
|
292
|
+
If set to "no", prevents embedding of TrueType fonts in generated
|
293
|
+
PostScript. This defaults to "yes".
|
294
|
+
.TP
|
295
|
+
.BR psEmbedCIDTrueTypeFonts " yes | no"
|
296
|
+
If set to "no", prevents embedding of CID TrueType fonts in generated
|
297
|
+
PostScript. For Level 3 PostScript, this generates a CID font, for
|
298
|
+
lower levels it generates a non-CID composite font.
|
299
|
+
.TP
|
300
|
+
.BR psEmbedCIDPostScriptFonts " yes | no"
|
301
|
+
If set to "no", prevents embedding of CID PostScript fonts in
|
302
|
+
generated PostScript. For Level 3 PostScript, this generates a CID
|
303
|
+
font, for lower levels it generates a non-CID composite font.
|
304
|
+
.TP
|
305
|
+
.BR psOPI " yes | no"
|
306
|
+
If set to "yes", generates PostScript OPI comments for all images and
|
307
|
+
forms which have OPI information. This option is only available if
|
308
|
+
the Xpdf tools were compiled with OPI support. This defaults to "no".
|
309
|
+
.TP
|
310
|
+
.BR psASCIIHex " yes | no"
|
311
|
+
If set to "yes", the ASCIIHexEncode filter will be used instead of
|
312
|
+
ASCII85Encode for binary data. This defaults to "no".
|
313
|
+
.TP
|
314
|
+
.BI psFile " file\-or\-command"
|
315
|
+
Sets the default PostScript file or print command for xpdf. Commands
|
316
|
+
start with a \'|' character; anything else is a file. If the file
|
317
|
+
name or command contains spaces it must be quoted. This defaults to
|
318
|
+
unset, which tells xpdf to generate a name of the form <file>.ps for a
|
319
|
+
PDF file <file>.pdf.
|
320
|
+
.TP
|
321
|
+
.BI fontDir " dir"
|
322
|
+
See the description above, in the DISPLAY FONTS section.
|
323
|
+
.SH TEXT CONTROL
|
324
|
+
.TP
|
325
|
+
.BI textEncoding " encoding\-name"
|
326
|
+
Sets the encoding to use for text output. (This can be overridden
|
327
|
+
with the "-enc" switch on the command line.) The
|
328
|
+
.I encoding\-name
|
329
|
+
must be defined with the unicodeMap command (see above). This
|
330
|
+
defaults to "Latin1".
|
331
|
+
.TP
|
332
|
+
.BR textEOL " unix | dos | mac"
|
333
|
+
Sets the end-of-line convention to use for text output. The options
|
334
|
+
are:
|
335
|
+
.nf
|
336
|
+
|
337
|
+
unix = LF
|
338
|
+
dos = CR+LF
|
339
|
+
mac = CR
|
340
|
+
|
341
|
+
.fi
|
342
|
+
(This can be overridden with the "-eol" switch on the command line.)
|
343
|
+
The default value is based on the OS where xpdf and pdftotext were
|
344
|
+
built.
|
345
|
+
.TP
|
346
|
+
.BR textPageBreaks " yes | no"
|
347
|
+
If set to "yes", text extraction will insert page breaks (form feed
|
348
|
+
characters) between pages. This defaults to "yes".
|
349
|
+
.TP
|
350
|
+
.BR textKeepTinyChars " yes | no"
|
351
|
+
If set to "yes", text extraction will keep all characters. If set to
|
352
|
+
"no", text extraction will discard tiny (smaller than 3 point)
|
353
|
+
characters after the first 50000 per page, avoiding extremely slow run
|
354
|
+
times for PDF files that use special fonts to do shading or
|
355
|
+
cross-hatching. This defaults to "no".
|
356
|
+
.SH MISCELLANEOUS SETTINGS
|
357
|
+
.TP
|
358
|
+
.BR initialZoom " \fIpercentage\fR | page | width"
|
359
|
+
Sets the initial zoom factor. A number specifies a zoom percentage,
|
360
|
+
where 100 means 72 dpi. You may also specify \'page', to fit the page
|
361
|
+
to the window size, or \'width', to fit the page width to the window
|
362
|
+
width.
|
363
|
+
.TP
|
364
|
+
.BR enableT1lib " yes | no"
|
365
|
+
Enables or disables use of t1lib (a Type 1 font rasterizer). This is
|
366
|
+
only relevant if the Xpdf tools were built with t1lib support.
|
367
|
+
("enableT1lib" replaces the old "t1libControl" option.) This option
|
368
|
+
defaults to "yes".
|
369
|
+
.TP
|
370
|
+
.BR enableFreeType " yes | no"
|
371
|
+
Enables or disables use of FreeType (a TrueType / Type 1 font
|
372
|
+
rasterizer). This is only relevant if the Xpdf tools were built with
|
373
|
+
FreeType support. ("enableFreeType" replaces the old
|
374
|
+
"freetypeControl" option.) This option defaults to "yes".
|
375
|
+
.TP
|
376
|
+
.BR antialias " yes | no"
|
377
|
+
Enables or disables font anti-aliasing in the PDF rasterizer. This
|
378
|
+
option affects all font rasterizers. ("antialias" replaces the
|
379
|
+
anti-aliasing control provided by the old "t1libControl" and
|
380
|
+
"freetypeControl" options.) This default to "yes".
|
381
|
+
.TP
|
382
|
+
.BI urlCommand " command"
|
383
|
+
Sets the command executed when you click on a URL link. The string
|
384
|
+
"%s" will be replaced with the URL. (See the example below.) This
|
385
|
+
has no default value.
|
386
|
+
.TP
|
387
|
+
.BI movieCommand " command"
|
388
|
+
Sets the command executed when you click on a movie annotation. The
|
389
|
+
string "%s" will be replaced with the movie file name. This has no
|
390
|
+
default value.
|
391
|
+
.TP
|
392
|
+
.BI mapNumericCharNames " yes | no"
|
393
|
+
If set to "yes", the Xpdf tools will attempt to map various numeric
|
394
|
+
character names sometimes used in font subsets. In some cases this
|
395
|
+
leads to usable text, and in other cases it leads to gibberish --
|
396
|
+
there is no way for Xpdf to tell. This defaults to "yes".
|
397
|
+
.TP
|
398
|
+
.BI printCommands " yes | no"
|
399
|
+
If set to "yes", drawing commands are printed as they're executed
|
400
|
+
(useful for debugging). This defaults to "no".
|
401
|
+
.TP
|
402
|
+
.BI errQuiet " yes | no"
|
403
|
+
If set to "yes", this suppresses all error and warning messages from
|
404
|
+
all of the Xpdf tools. This defaults to "no".
|
405
|
+
.SH EXAMPLES
|
406
|
+
The following is a sample xpdfrc file.
|
407
|
+
.nf
|
408
|
+
|
409
|
+
# from the Thai support package
|
410
|
+
nameToUnicode /usr/local/share/xpdf/Thai.nameToUnicode
|
411
|
+
|
412
|
+
# from the Japanese support package
|
413
|
+
cidToUnicode Adobe-Japan1 /usr/local/share/xpdf/Adobe-Japan1.cidToUnicode
|
414
|
+
unicodeMap JISX0208 /usr/local/share/xpdf/JISX0208.unicodeMap
|
415
|
+
cMapDir Adobe-Japan1 /usr/local/share/xpdf/cmap/Adobe-Japan1
|
416
|
+
|
417
|
+
# use the Base-14 Type 1 fonts from ghostscript
|
418
|
+
displayFontT1 Times-Roman /usr/local/share/ghostscript/fonts/n021003l.pfb
|
419
|
+
displayFontT1 Times-Italic /usr/local/share/ghostscript/fonts/n021023l.pfb
|
420
|
+
displayFontT1 Times-Bold /usr/local/share/ghostscript/fonts/n021004l.pfb
|
421
|
+
displayFontT1 Times-BoldItalic /usr/local/share/ghostscript/fonts/n021024l.pfb
|
422
|
+
displayFontT1 Helvetica /usr/local/share/ghostscript/fonts/n019003l.pfb
|
423
|
+
displayFontT1 Helvetica-Oblique /usr/local/share/ghostscript/fonts/n019023l.pfb
|
424
|
+
displayFontT1 Helvetica-Bold /usr/local/share/ghostscript/fonts/n019004l.pfb
|
425
|
+
displayFontT1 Helvetica-BoldOblique /usr/local/share/ghostscript/fonts/n019024l.pfb
|
426
|
+
displayFontT1 Courier /usr/local/share/ghostscript/fonts/n022003l.pfb
|
427
|
+
displayFontT1 Courier-Oblique /usr/local/share/ghostscript/fonts/n022023l.pfb
|
428
|
+
displayFontT1 Courier-Bold /usr/local/share/ghostscript/fonts/n022004l.pfb
|
429
|
+
displayFontT1 Courier-BoldOblique /usr/local/share/ghostscript/fonts/n022024l.pfb
|
430
|
+
displayFontT1 Symbol /usr/local/share/ghostscript/fonts/s050000l.pfb
|
431
|
+
displayFontT1 ZapfDingbats /usr/local/share/ghostscript/fonts/d050000l.pfb
|
432
|
+
|
433
|
+
# use the Bakoma Type 1 fonts
|
434
|
+
# (this assumes they happen to be installed in /usr/local/fonts/bakoma)
|
435
|
+
fontDir /usr/local/fonts/bakoma
|
436
|
+
|
437
|
+
# set some PostScript options
|
438
|
+
psPaperSize letter
|
439
|
+
psDuplex no
|
440
|
+
psLevel level2
|
441
|
+
psEmbedType1Fonts yes
|
442
|
+
psEmbedTrueTypeFonts yes
|
443
|
+
psFile "| lpr -Pprinter5"
|
444
|
+
|
445
|
+
# assume that the PostScript printer has the Univers and
|
446
|
+
# Univers-Bold fonts
|
447
|
+
psFont Univers Univers
|
448
|
+
psFont Univers-Bold Univers-Bold
|
449
|
+
|
450
|
+
# set the text output options
|
451
|
+
textEncoding UTF-8
|
452
|
+
textEOL unix
|
453
|
+
|
454
|
+
# misc options
|
455
|
+
t1libControl low
|
456
|
+
freetypeControl low
|
457
|
+
urlCommand "netscape -remote 'openURL(%s)'"
|
458
|
+
|
459
|
+
.fi
|
460
|
+
.SH FILES
|
461
|
+
.TP
|
462
|
+
.B /usr/local/etc/xpdfrc
|
463
|
+
This is the default location for the system-wide configuration file.
|
464
|
+
Depending on build options, it may be placed elsewhere.
|
465
|
+
.TP
|
466
|
+
.B $HOME/.xpdfrc
|
467
|
+
This is the user's configuration file. If it exists, it will be read
|
468
|
+
in place of the system-wide file.
|
469
|
+
.SH AUTHOR
|
470
|
+
The Xpdf software and documentation are copyright 1996-2005 Glyph &
|
471
|
+
Cog, LLC.
|
472
|
+
.SH "SEE ALSO"
|
473
|
+
.BR xpdf (1),
|
474
|
+
.BR pdftops (1),
|
475
|
+
.BR pdftotext (1),
|
476
|
+
.BR pdfinfo (1),
|
477
|
+
.BR pdftoppm (1),
|
478
|
+
.BR pdfimages (1)
|
479
|
+
.br
|
480
|
+
.B http://www.foolabs.com/xpdf/
|