2016-12-05 6 views

答えて

6

あなたはtruePdfWriterSmartModeプロパティを設定することができます。

PdfSmartCopyを使用するのと同じであるためにページをコピーするために、このような PdfWriterを使用し
/** 
* Sets the smart mode. 
* <p/> 
* In smart mode when resources (such as fonts, images,...) are 
* encountered, a reference to these resources is saved 
* in a cache, so that they can be reused. 
* This requires more memory, but reduces the file size 
* of the resulting PDF document. 
*/ 
public PdfWriter setSmartMode(boolean smartMode) 

関連する問題