Skip to content

happypdf / PDFOperatorNames

Enumeration: PDFOperatorNames

Defined in: src/core/operators/PDFOperatorNames.ts:1

Enumeration Members

AppendBezierCurve

ts
AppendBezierCurve: "c";

Defined in: src/core/operators/PDFOperatorNames.ts:51


AppendRectangle

ts
AppendRectangle: "re";

Defined in: src/core/operators/PDFOperatorNames.ts:41


BeginCompatibilitySection

ts
BeginCompatibilitySection: "BX";

Defined in: src/core/operators/PDFOperatorNames.ts:88


BeginInlineImage

ts
BeginInlineImage: "BI";

Defined in: src/core/operators/PDFOperatorNames.ts:42


BeginInlineImageData

ts
BeginInlineImageData: "ID";

Defined in: src/core/operators/PDFOperatorNames.ts:43


BeginMarkedContent

ts
BeginMarkedContent: "BMC";

Defined in: src/core/operators/PDFOperatorNames.ts:20


BeginMarkedContentSequence

ts
BeginMarkedContentSequence: "BDC";

Defined in: src/core/operators/PDFOperatorNames.ts:19


BeginText

ts
BeginText: "BT";

Defined in: src/core/operators/PDFOperatorNames.ts:66


ClipEvenOdd

ts
ClipEvenOdd: "W*";

Defined in: src/core/operators/PDFOperatorNames.ts:45


ClipNonZero

ts
ClipNonZero: "W";

Defined in: src/core/operators/PDFOperatorNames.ts:46


CloseAndStroke

ts
CloseAndStroke: "s";

Defined in: src/core/operators/PDFOperatorNames.ts:47


CloseFillEvenOddAndStroke

ts
CloseFillEvenOddAndStroke: "b*";

Defined in: src/core/operators/PDFOperatorNames.ts:48


CloseFillNonZeroAndStroke

ts
CloseFillNonZeroAndStroke: "b";

Defined in: src/core/operators/PDFOperatorNames.ts:49


ClosePath

ts
ClosePath: "h";

Defined in: src/core/operators/PDFOperatorNames.ts:50


ConcatTransformationMatrix

ts
ConcatTransformationMatrix: "cm";

Defined in: src/core/operators/PDFOperatorNames.ts:27


CurveToReplicateFinalPoint

ts
CurveToReplicateFinalPoint: "y";

Defined in: src/core/operators/PDFOperatorNames.ts:52


CurveToReplicateInitialPoint

ts
CurveToReplicateInitialPoint: "v";

Defined in: src/core/operators/PDFOperatorNames.ts:53


DrawObject

ts
DrawObject: "Do";

Defined in: src/core/operators/PDFOperatorNames.ts:24


EndCompatibilitySection

ts
EndCompatibilitySection: "EX";

Defined in: src/core/operators/PDFOperatorNames.ts:89


EndInlineImage

ts
EndInlineImage: "EI";

Defined in: src/core/operators/PDFOperatorNames.ts:44


EndMarkedContent

ts
EndMarkedContent: "EMC";

Defined in: src/core/operators/PDFOperatorNames.ts:21


EndPath

ts
EndPath: "n";

Defined in: src/core/operators/PDFOperatorNames.ts:54


EndText

ts
EndText: "ET";

Defined in: src/core/operators/PDFOperatorNames.ts:67


FillEvenOdd

ts
FillEvenOdd: "f*";

Defined in: src/core/operators/PDFOperatorNames.ts:56


FillEvenOddAndStroke

ts
FillEvenOddAndStroke: "B*";

Defined in: src/core/operators/PDFOperatorNames.ts:55


FillNonZero

ts
FillNonZero: "f";

Defined in: src/core/operators/PDFOperatorNames.ts:58


FillNonZeroAndStroke

ts
FillNonZeroAndStroke: "B";

Defined in: src/core/operators/PDFOperatorNames.ts:57


LegacyFillNonZero

ts
LegacyFillNonZero: "F";

Defined in: src/core/operators/PDFOperatorNames.ts:59


LineTo

ts
LineTo: "l";

Defined in: src/core/operators/PDFOperatorNames.ts:60


MarkedContentPoint

ts
MarkedContentPoint: "MP";

Defined in: src/core/operators/PDFOperatorNames.ts:23


MarkedContentPointWithProps

ts
MarkedContentPointWithProps: "DP";

Defined in: src/core/operators/PDFOperatorNames.ts:22


MoveText

ts
MoveText: "Td";

Defined in: src/core/operators/PDFOperatorNames.ts:68


MoveTextSetLeading

ts
MoveTextSetLeading: "TD";

Defined in: src/core/operators/PDFOperatorNames.ts:69


MoveTo

ts
MoveTo: "m";

Defined in: src/core/operators/PDFOperatorNames.ts:61


NextLine

ts
NextLine: "T*";

Defined in: src/core/operators/PDFOperatorNames.ts:70


NonStrokingColor

ts
NonStrokingColor: "sc";

Defined in: src/core/operators/PDFOperatorNames.ts:3


NonStrokingColorCmyk

ts
NonStrokingColorCmyk: "k";

Defined in: src/core/operators/PDFOperatorNames.ts:7


NonStrokingColorGray

ts
NonStrokingColorGray: "g";

Defined in: src/core/operators/PDFOperatorNames.ts:6


NonStrokingColorN

ts
NonStrokingColorN: "scn";

Defined in: src/core/operators/PDFOperatorNames.ts:4


NonStrokingColorRgb

ts
NonStrokingColorRgb: "rg";

Defined in: src/core/operators/PDFOperatorNames.ts:5


NonStrokingColorspace

ts
NonStrokingColorspace: "cs";

Defined in: src/core/operators/PDFOperatorNames.ts:8


PopGraphicsState

ts
PopGraphicsState: "Q";

Defined in: src/core/operators/PDFOperatorNames.ts:28


PushGraphicsState

ts
PushGraphicsState: "q";

Defined in: src/core/operators/PDFOperatorNames.ts:29


SetCharacterSpacing

ts
SetCharacterSpacing: "Tc";

Defined in: src/core/operators/PDFOperatorNames.ts:71


SetFlatness

ts
SetFlatness: "i";

Defined in: src/core/operators/PDFOperatorNames.ts:30


SetFontAndSize

ts
SetFontAndSize: "Tf";

Defined in: src/core/operators/PDFOperatorNames.ts:72


SetGraphicsStateParams

ts
SetGraphicsStateParams: "gs";

Defined in: src/core/operators/PDFOperatorNames.ts:31


SetLineCapStyle

ts
SetLineCapStyle: "J";

Defined in: src/core/operators/PDFOperatorNames.ts:32


SetLineDashPattern

ts
SetLineDashPattern: "d";

Defined in: src/core/operators/PDFOperatorNames.ts:33


SetLineJoinStyle

ts
SetLineJoinStyle: "j";

Defined in: src/core/operators/PDFOperatorNames.ts:34


SetLineMiterLimit

ts
SetLineMiterLimit: "M";

Defined in: src/core/operators/PDFOperatorNames.ts:35


SetLineWidth

ts
SetLineWidth: "w";

Defined in: src/core/operators/PDFOperatorNames.ts:36


SetRenderingIntent

ts
SetRenderingIntent: "ri";

Defined in: src/core/operators/PDFOperatorNames.ts:38


SetTextHorizontalScaling

ts
SetTextHorizontalScaling: "Tz";

Defined in: src/core/operators/PDFOperatorNames.ts:73


SetTextLineHeight

ts
SetTextLineHeight: "TL";

Defined in: src/core/operators/PDFOperatorNames.ts:74


SetTextMatrix

ts
SetTextMatrix: "Tm";

Defined in: src/core/operators/PDFOperatorNames.ts:37


SetTextRenderingMode

ts
SetTextRenderingMode: "Tr";

Defined in: src/core/operators/PDFOperatorNames.ts:75


SetTextRise

ts
SetTextRise: "Ts";

Defined in: src/core/operators/PDFOperatorNames.ts:76


SetWordSpacing

ts
SetWordSpacing: "Tw";

Defined in: src/core/operators/PDFOperatorNames.ts:77


ShadingFill

ts
ShadingFill: "sh";

Defined in: src/core/operators/PDFOperatorNames.ts:62


ShowText

ts
ShowText: "Tj";

Defined in: src/core/operators/PDFOperatorNames.ts:78


ShowTextAdjusted

ts
ShowTextAdjusted: "TJ";

Defined in: src/core/operators/PDFOperatorNames.ts:79


ShowTextLine

ts
ShowTextLine: "'";

Defined in: src/core/operators/PDFOperatorNames.ts:80


ShowTextLineAndSpace

ts
ShowTextLineAndSpace: "\"";

Defined in: src/core/operators/PDFOperatorNames.ts:81


StrokePath

ts
StrokePath: "S";

Defined in: src/core/operators/PDFOperatorNames.ts:63


StrokingColor

ts
StrokingColor: "SC";

Defined in: src/core/operators/PDFOperatorNames.ts:11


StrokingColorCmyk

ts
StrokingColorCmyk: "K";

Defined in: src/core/operators/PDFOperatorNames.ts:15


StrokingColorGray

ts
StrokingColorGray: "G";

Defined in: src/core/operators/PDFOperatorNames.ts:14


StrokingColorN

ts
StrokingColorN: "SCN";

Defined in: src/core/operators/PDFOperatorNames.ts:12


StrokingColorRgb

ts
StrokingColorRgb: "RG";

Defined in: src/core/operators/PDFOperatorNames.ts:13


StrokingColorspace

ts
StrokingColorspace: "CS";

Defined in: src/core/operators/PDFOperatorNames.ts:16


Type3D0

ts
Type3D0: "d0";

Defined in: src/core/operators/PDFOperatorNames.ts:84


Type3D1

ts
Type3D1: "d1";

Defined in: src/core/operators/PDFOperatorNames.ts:85

MIT Licensed. A fork of pdf-lib.