diff options
| author | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2016-06-15 08:32:49 +0200 | 
|---|---|---|
| committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-08-17 16:49:29 +0200 | 
| commit | 922c5faaa0bbf5ace05dcc68ac8a2452ddec560a (patch) | |
| tree | 71b362944875516e662eaefda7978a9b6057c269 /pdf-as-lib/src | |
| parent | eaee8b0b0fe684279a9128f7616512dd9249fd72 (diff) | |
| download | pdf-as-4-922c5faaa0bbf5ace05dcc68ac8a2452ddec560a.tar.gz pdf-as-4-922c5faaa0bbf5ace05dcc68ac8a2452ddec560a.tar.bz2 pdf-as-4-922c5faaa0bbf5ace05dcc68ac8a2452ddec560a.zip | |
modified placeholder extraction for pdfbox2
Diffstat (limited to 'pdf-as-lib/src')
| -rw-r--r-- | pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-2.properties | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-2.properties b/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-2.properties new file mode 100644 index 00000000..759fb51c --- /dev/null +++ b/pdf-as-lib/src/main/resources/placeholder/pdfbox-reader-2.properties @@ -0,0 +1,23 @@ +cm = org.apache.pdfbox.contentstream.operator.state.Concatenate
 +gs = org.apache.pdfbox.contentstream.operator.state.SetGraphicsStateParameters
 +q  = org.apache.pdfbox.contentstream.operator.state.Save
 +Q  = org.apache.pdfbox.contentstream.operator.state.Restore
 +Tm = org.apache.pdfbox.contentstream.operator.state.SetMatrix
 +w  = org.apache.pdfbox.contentstream.operator.state.SetLineWidth
 +BT = org.apache.pdfbox.contentstream.operator.text.BeginText
 +ET = org.apache.pdfbox.contentstream.operator.text.EndText
 +T* = org.apache.pdfbox.contentstream.operator.text.NextLine
 +Tc = org.apache.pdfbox.contentstream.operator.text.SetCharSpacing
 +Td = org.apache.pdfbox.contentstream.operator.text.MoveText
 +TD = org.apache.pdfbox.contentstream.operator.text.MoveTextSetLeading
 +Tf = org.apache.pdfbox.contentstream.operator.text.SetFontAndSize
 +Tj = org.apache.pdfbox.contentstream.operator.text.ShowText
 +TJ = org.apache.pdfbox.contentstream.operator.text.ShowTextAdjusted
 +TL = org.apache.pdfbox.contentstream.operator.text.SetTextLeading
 +Tr = org.apache.pdfbox.contentstream.operator.text.SetTextRenderingMode
 +Ts = org.apache.pdfbox.contentstream.operator.text.SetTextRise
 +Tw = org.apache.pdfbox.contentstream.operator.text.SetWordSpacing
 +Tz = org.apache.pdfbox.contentstream.operator.text.SetTextHorizontalScaling
 +\' = org.apache.pdfbox.contentstream.operator.text.ShowTextLine
 +\" = org.apache.pdfbox.contentstream.operator.text.ShowTextLineAndSpace
 +#Do = org.apache.pdfbox.contentstream.operator.graphics.DrawObject
\ No newline at end of file | 
