New Features Added for the following models:
MP 2554 Series / MP 3054 Series / MP 3554 Series / MP 4054 Series / MP 5054 Series / MP 6054 Series
Recognition Text File Output Setting: SearchablePdfText
For 2014 Spring and later models, recognition text file output is available for searchable PDF scan setting.
Setting
Define recognition text output
SearchablePdfText.INFO_TEXT_RESET : Disable recognition text output
SearchablePdfText.INFO_TEXT_SET : Enable recognition text output
Basic behavior
SearchablePdfText.INFO_TEXT_SET enables the transparent text added to a created searchable PDF to be output as a text file. If recognition text file output is disabled, the file is handled as a normal searchable PDF.
When failing to output recognition text file, scan failure is notified.
Please refer to the following documents for details. Xlet Type Developer's Guide for Scan and find the section "Recognition Text File Output Setting: SearchablePdfText (Version 12.01 or later)".
Power Shutdown Feature
For 2014 Spring and later models, main power of a machine can be shut down from an SDK/J application. This feature is available for both Xlet and server type applications.
Provided Class
The following package contains the class: jp.co.ricoh.dsdk.util
SysShutdownControl - This class provides the feature to turn the machine power off. This is a new class added for SDK/J version 12.01.
Please refer to the following documents for details. Xlet Type Developer's Guide (Xlet) under the section "Power Shutdown Feature [SDK/J Version 12.01 or Later]".
[PrintPlus] XPS setting: DocFlavor.URL.XPS
For 2014 Spring and later models, XPS can be specified by using PrintPlus. For details, refer to PrintPlus Developer's Guide.
[PrintPlus] Page Ranges setting: PageRanges
For 2014 Spring and later models, page range can be specified by using PrintPlus.
Basic operation
The specified page ranges of a document can be printed.
When page ranges are not specified, all pages of a document are printed out.
For details, refer to PrintPlus Developer's Guide.
Tech Tip (Alex Reyes)
Limitations when displaying JPEG images on different platforms/displays
Please be aware of hardware/platform limitations when displaying JPEG images among different platforms and screen displays. It is suggested that you use an image that has no frame lines around actual image. By eliminating the frame around image, the clipping will be less noticeable.
This platform limitation is documented on Developer's resource CD: Xlet Type Developer's Guide (Panel) (sdkj_xlet_develop_panel_eR111.pdf) - Page 53
Document snippet: (Please view complete documentation for further details)
Due to the device hardware specification, the size of the Jpeg image will be rounded off in units of 4 dots to the nearest size at display. The truncation is performed using the upper-left corner of the image as the origin. See the following examples:
Original size Display size
32×32 dots 32×32 dots
33×33 dots 32×32 dots
34×34 dots 32×32 dots
35×35 dots 32×32 dots
36×36 dots 36×36 dots
37×37 dots 36×36 dots
Tech Tip (Gerardo Ramirez)
Changes from SDK/J 11.23 and 12.04
The following system property values are deprecated for 2013 spring and later models (*).
dsdk.panel.panelsize : Value concerning screen size
For the above key, values below will be set:
HVGA : HVGA size panel
WVGA : WVGA size panel
SVGA : SVGA size panel
4LINE : 4-line LCD size panel
uWVGA : uWVGA size panel
Use sdk.panel.paneltype.
For 2013 spring and later models, use the following method to obtain value (*).
dsdk.panel.paneltype : Value of screen size
The following values are set to this key:
0 : Setting not completed
1 : WVGA/SmartOperation Panel size panel
2 : uWVGA size panel
3 : SVGA size panel
4 : 4-line LCD size panel
5 : 2-line LCD size panel
null : Not supported by the model
dsdk.machine.multilinkpanel : SmartOperation Panel connection status [ver11. and later]
true : SmartOperation Panel is connected
false : SmartOperation Panel is not connected