Am 09.05.2017 um 12:57 schrieb Tilman Hausherr:
pdExtGfxState.setBlendMode(BlendMode.MULTIPLY);
I forgot that this doesn't work yet, use this: |pdExtGfxState.getCOSObject().setItem(COSName.BM,COSName.MULTIPLY);|
Am 09.05.2017 um 12:57 schrieb Tilman Hausherr:
pdExtGfxState.setBlendMode(BlendMode.MULTIPLY);
I forgot that this doesn't work yet, use this: |pdExtGfxState.getCOSObject().setItem(COSName.BM,COSName.MULTIPLY);|