• R/O
  • HTTP
  • SSH
  • HTTPS

Source Tree

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Demonstration of groff .psbb request handling code, for EPS and PDF input files


Name Size Rev. Time Author Log Message
libgroff
.gitignore 76 9e8486a 2021-10-20 04:37:52 Keith Marshall Ignore ".map" files in source directo...
GNUmakefile 3.41 k 8ca6d96 2021-10-22 22:27:47 Keith Marshall Clean state map generator files. * G...
GPL.v3 34.32 k a26c0ca 2017-10-08 22:29:39 Keith Marshall Include GPL licence document, for dis...
README 274 b9a8bc4 2017-10-08 06:39:47 Keith Marshall Implement an extended .psbb request h...
psbb.h 1.53 k e2724ea 2021-10-20 04:50:55 Keith Marshall Provide a prototype for the yylex() r...
psbb.y 2.08 k 40cace6 2021-10-20 04:42:54 Keith Marshall Avoid use of yacc-incompatible bison ...
psbblex.l 25.41 k d235cff 2021-10-21 03:13:49 Keith Marshall Correctly handle lexical scans of nes...
psbblex.map.in 1.69 k e25e11c 2017-10-17 06:06:35 Keith Marshall Add lexer state mapping for debugging...
t-psbb.cpp 6.21 k b9a8bc4 2017-10-08 06:39:47 Keith Marshall Implement an extended .psbb request h...

README

The code in this directory implements a proposed new API, extending
the capabilities of groff's .psbb request to support extraction of the
bounding box (/MediaBox) properties from PDF files, in addition to the
original support for %%BoundingBox extraction from [E]PS files.