![]() |
| | |||||||
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
| haha no problem. Thanks I'll give it a go. I'll probably be reporting back here with more questions on Monday. Thank you for all of your help! |
| |||
| Replace those last two lines of code with this, please don't take out the grayscale bit as if the document isn't grayscale you can't go straight to Bitmap. Code:
if(duppedDocumentTmp.mode != DocumentMode.GRAYSCALE){
duppedDocumentTmp.changeMode(ChangeMode.GRAYSCALE);
}
var bitmapOptions = new BitmapConversionOptions;
bitmapOptions.resolution=1200;
bitmapOptions.method=BitmapConversionType.HALFTHRESHOLD;
duppedDocumentTmp.changeMode(ChangeMode.BITMAP,bitmapOptions); Last edited by Paul MR; 11-23-2009 at 06:27 PM.. |
| Thread Tools | Search this Thread |
| Display Modes | |
| |