From 6025b6016517c6d898d8957d1d7e03ba71431912 Mon Sep 17 00:00:00 2001 From: tknall Date: Fri, 1 Dec 2006 12:20:24 +0000 Subject: Initial import of release 2.2. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@4 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/resources/Resources/PageDrawer.properties | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src/main/resources/Resources/PageDrawer.properties (limited to 'src/main/resources/Resources/PageDrawer.properties') diff --git a/src/main/resources/Resources/PageDrawer.properties b/src/main/resources/Resources/PageDrawer.properties new file mode 100644 index 0000000..3179250 --- /dev/null +++ b/src/main/resources/Resources/PageDrawer.properties @@ -0,0 +1,77 @@ +# this Table is a correspondance Map of the PDF stream operators with concretes class of the +# OperatorProcessor abstract class for the stategy pattern used in the +# org.pdfbox.util.PDFStreamEngine class. +# To change the behaviour of the system, remplace the class name by a new class name. +#b org.pdfbox.util.operator.NotImplemented +#B org.pdfbox.util.operator.NotImplemented +#b* org.pdfbox.util.operator.NotImplemented +#B* org.pdfbox.util.operator.NotImplemented +#BDC org.pdfbox.util.operator.NotImplemented +BI=org.pdfbox.util.operator.pagedrawer.BeginInlineImage +#BMC org.pdfbox.util.operator.NotImplemented +BT=org.pdfbox.util.operator.BeginText +#BX org.pdfbox.util.operator.NotImplemented +c=org.pdfbox.util.operator.pagedrawer.CurveTo +cm=org.pdfbox.util.operator.Concatenate +CS org.pdfbox.util.operator.pagedrawer.SetStrokingColorSpace +cs org.pdfbox.util.operator.pagedrawer.SetNonStrokingColorSpace +#d org.pdfbox.util.operator.NotImplemented +#d0 org.pdfbox.util.operator.NotImplemented +#d1 org.pdfbox.util.operator.NotImplemented +Do=org.pdfbox.util.operator.pagedrawer.Invoke +#DP org.pdfbox.util.operator.NotImplemented +#El org.pdfbox.util.operator.NotImplemented +#EMC org.pdfbox.util.operator.NotImplemented +ET=org.pdfbox.util.operator.EndText +#EX org.pdfbox.util.operator.NotImplemented +f=org.pdfbox.util.operator.pagedrawer.FillNonZeroRule +F=org.pdfbox.util.operator.pagedrawer.FillNonZeroRule +f*=org.pdfbox.util.operator.pagedrawer.FillEvenOddRule +#G org.pdfbox.util.operator.NotImplemented +#g org.pdfbox.util.operator.NotImplemented +gs=org.pdfbox.util.operator.SetGraphicsStateParameters +h org.pdfbox.util.operator.pagedrawer.ClosePath +#i org.pdfbox.util.operator.NotImplemented +#ID org.pdfbox.util.operator.NotImplemented +#j org.pdfbox.util.operator.NotImplemented +#J org.pdfbox.util.operator.NotImplemented +K=org.pdfbox.util.operator.pagedrawer.SetStrokingCMYKColor +k=org.pdfbox.util.operator.pagedrawer.SetNonStrokingCMYKColor +l=org.pdfbox.util.operator.pagedrawer.LineTo +m=org.pdfbox.util.operator.pagedrawer.MoveTo +#M org.pdfbox.util.operator.NotImplemented +#MP org.pdfbox.util.operator.NotImplemented +#n org.pdfbox.util.operator.NotImplemented +q=org.pdfbox.util.operator.GSave +Q=org.pdfbox.util.operator.GRestore +re=org.pdfbox.util.operator.pagedrawer.AppendRectangleToPath +RG=org.pdfbox.util.operator.pagedrawer.SetStrokingRGBColor +rg=org.pdfbox.util.operator.pagedrawer.SetNonStrokingRGBColor +#ri org.pdfbox.util.operator.NotImplemented +#s org.pdfbox.util.operator.NotImplemented +S=org.pdfbox.util.operator.pagedrawer.StrokePath +#SC org.pdfbox.util.operator.NotImplemented +#sc org.pdfbox.util.operator.NotImplemented +#SCN org.pdfbox.util.operator.NotImplemented +#scn org.pdfbox.util.operator.NotImplemented +#sh org.pdfbox.util.operator.NotImplemented +T*=org.pdfbox.util.operator.NextLine +Tc=org.pdfbox.util.operator.SetCharSpacing +Td=org.pdfbox.util.operator.MoveText +TD=org.pdfbox.util.operator.MoveTextSetLeading +Tf=org.pdfbox.util.operator.SetTextFont +Tj=org.pdfbox.util.operator.ShowText +TJ=org.pdfbox.util.operator.ShowTextGlyph +TL=org.pdfbox.util.operator.SetTextLeading +Tm=org.pdfbox.util.operator.SetMatrix +Tr=org.pdfbox.util.operator.SetTextRenderingMode +Ts=org.pdfbox.util.operator.SetTextRise +Tw org.pdfbox.util.operator.SetWordSpacing +Tz=org.pdfbox.util.operator.SetHorizontalTextScaling +v=org.pdfbox.util.operator.pagedrawer.CurveToReplicateInitialPoint +w=org.pdfbox.util.operator.pagedrawer.SetLineWidth +#W org.pdfbox.util.operator.NotImplemented +#W* org.pdfbox.util.operator.NotImplemented +y=org.pdfbox.util.operator.pagedrawer.CurveToReplicateFinalPoint +\'=org.pdfbox.util.operator.MoveAndShow +\"=org.pdfbox.util.operator.SetMoveAndShow \ No newline at end of file -- cgit v1.2.3