高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】rouble With Printing
trouble with printing...
trouble with printing...
i'm using the code from the odamfcapp for printing/print preview... i have two documents that both fall into this case:
else if (playout->plottype() == oddbplotsettings::kextents || (playout->plottype() == oddbplotsettings::klimits && !isplanview))
{
one looks correct (and prints correct) the other is about 1x1 inches in the printing/preview.
any ideas?
it was the extents calculation...
quote:
originally posted by alexander rumyantsev
hi,
could you attach both documents ?
i found that the one that was printing incorrectly had extraneous crap in the document that cause the extents to be miscalculated. i changed to a different extents calc and it works fine now.
|