Presentation is loading. Please wait.

Presentation is loading. Please wait.

DL5000 System 2014/Feb/19 IJS42 Canon Inc..

Similar presentations


Presentation on theme: "DL5000 System 2014/Feb/19 IJS42 Canon Inc.."— Presentation transcript:

1 DL5000 System 2014/Feb/19 IJS42 Canon Inc.

2 Content DL5000 system Architecture DVD contents / manuals
Printer connection SDK Hot Folder Print Job Job Ticket Sample Print Ticket Sample(Single Print) Print Ticket Sample(Photobook PerfectBinding)

3 DL5000 System Architecture
DreamLabo 5000 ICC profile Hot Folder C-CON E-CON M-CON Workflow system Printer Connection SDK Color customize Service mode tool Service tool PC Ethernet Cable Service tool software S-CON CIE SDK Status Monitor LAN R-CON H-CON DDRS User JobVerifier Color Maintenance Level1 Color Maintenance Level2 Color Calibration Maintenance Specialist Color Maintenance Level3 Color Management Canon Service :Canon provides software :Device

4 Print Job DVD1 - Digital Photo Workflow Support Model e-manual - Overview of Data Formatting, CJT/CPT Format Details Print Job CJT CT CPT Content data Print Job is basically composed by Job Ticket、Print Ticket and Contents data ・CJT : Job compose XML(JobTicket.xml) ・CPT : Print Setting XML(PrintTicket) – option ・Contents data : PDF,JPG,BMP,TIFF,PNG ・Correction Ticket : CT info XML for CIE SDK - option

5 Job Ticket Sample DVD3 - Tech Manual - Merchandise Specification Guide
Photo Print :   2.1 Borderless Printing Photo Book:   3.3 Perfect Binding CJT Sample Samples\JobTicket\JT-J1.xml <?xml version="1.0" encoding="UTF-8"?> <cpf:JobTicket xmlns:xsi=" version="100000”xmlns:cpf=" xmlns:cpk=" <cpf:Job> <cpf:Property name="cpk:JobType"> <cpf:Value>cpk:Print</cpf:Value> </cpf:Property> <cpf:Property name="cpk:JobControl"> <cpf:Property name="cpk:OrderId"> specifies the job name using an arbitrary string. The maximum number of characters is 256. <cpf:Value>Order Number</cpf:Value> <cpf:Property name="cpk:Priority"> <cpf:Value>50</cpf:Value> <cpf:Property name="cpk:TotalPages"> specifies the total number of pages contained in the job. <cpf:Value>10</cpf:Value> <cpf:Property name="cpk:CorrectionMode"> <cpf:Value>cpk:Off</cpf:Value> <cpf:Property name="cpk:JobName"> specifies the job name using an arbitrary string. The maximum number of characters is 256. <cpf:Value>Sample Job</cpf:Value> <cpf:Property name="cpk:UserName"> specifies the job name using an arbitrary string. The maximum number of characters is 256. <cpf:Value>Sample User</cpf:Value> <cpf:Resources> <cpf:ContentFile fileNo="1" startPageNo="1" endPageNo=“10" format="cpk:PDF“>cid:Sample_001.pdf</cpf:ContentFile> <cpf:PrintTicketFile id="PT1">cid:PT.xml</cpf:PrintTicketFile> </cpf:Resources> <cpf:PrintTicketRef>PT1</cpf:PrintTicketRef> </cpf:Job> </cpf:JobTicket>

6 Print Ticket Sample(Single Print)
CPT Sample : Samples\PrintTicket\a01\PT.xml <?xml version="1.0" encoding="UTF-8"?> <cpf:PrintTicket xmlns:xsi=" version="100000"xmlns:cpf=" xmlns:cpk=" <cpf:SelectiveParam name="cpk:PrintService"> <cpf:Option>cpk-100:Sheet</cpf:Option> --- specifies the print service. (Sheet or Book) </cpf:SelectiveParam> <cpf:SelectiveParam name="cpk:Duplex"> --- specifies two-sided (duplex) or one-sided (simplex) printing. <cpf:Option>cpk:OneSided</cpf:Option> <cpf:SelectiveParam name="cpk:Orientation"> --- specifies the orientation of the media during printing. <cpf:Option>cpk-100:LongEdgeToLongEdge</cpf:Option> <cpf:SelectiveParam name="cpk:MediaTypeClass"> --- specifies the paper type. <cpf:Option>cpk-100:custom-media-type-canon-2</cpf:Option> <cpf:SelectiveParam name="cpk:OutputMediaSize"> --- specifies the paper size by keyword. <cpf:Option>cpk:na_index-4x6_4x6in</cpf:Option> <cpf:ValueParam name="cpk:PageCopies"> --- specifies the number of copies to print of individual pages. <cpf:Value>1</cpf:Value> </cpf:ValueParam> <cpf:SelectiveParam name="cpk:LayoutType"> --- specifies the layout type.(Normal, AutoBorderless, FrameTrim, TrameFit) <cpf:Option>cpk-100:AutoBorderless</cpf:Option> <cpf:SelectiveParam name="cpk:OutputColor"> <cpf:Option>cpk:Color</cpf:Option> <cpf:SelectiveParam name="cpk-100:TargetColorSpace"> <cpf:Option>cpk-100:sRGB</cpf:Option> <cpf:SelectiveParam name="cpk-100:TargetColorMode"> <cpf:Option>cpk-100:TargetColor1</cpf:Option> <cpf:SelectiveParam name="cpk:OutputBin"> <cpf:Option>cpk-100:tray_auto</cpf:Option> <cpf:SelectiveParam name="cpk:RollMediaWidth"> <cpf:Option>cpk:custom_canon_auto</cpf:Option> <cpf:SelectiveParam name="cpk-100:DatePrint"> <cpf:Option>cpk-100:Off</cpf:Option> <cpf:SelectiveParam name="cpk-100:DatePrintFormat"> <cpf:Option>cpk-100:yyyy_mm_dd</cpf:Option> <cpf:SelectiveParam name="cpk-100:BackInfoPrint"> <cpf:ValueParam name="cpk-100:BackInfoPrintData"> <cpf:Value>aaa</cpf:Value> </cpf:PrintTicket>

7 Print Ticket Sample(Photobook PerfectBinding)
CPT Sample : Samples\PrintTicket\g13\PT.xml <?xml version="1.0" encoding="UTF-8"?><cpf:PrintTicket xmlns:xsi=" version="100000” xmlns:cpf=" <cpf:SelectiveParam name="cpk:PrintService"> <cpf:Option>cpk-100:Book</cpf:Option> </cpf:SelectiveParam> <cpf:SelectiveParam name="cpk:Duplex"> <cpf:Option>cpk:TwoSided</cpf:Option> <cpf:SelectiveParam name="cpk:Orientation"> <cpf:Option>cpk:Portrait</cpf:Option> <cpf:SelectiveParam name="cpk:MediaTypeClass"> <cpf:Option>cpk-100:custom-media-type-canon-1</cpf:Option> <cpf:SelectiveParam name="cpk:OutputMediaSize"> <cpf:Option>cpk:custom_canon_8.27x11in</cpf:Option> <cpf:SelectiveParam name="cpk:FinalComponentSize"> <cpf:Option>cpk:custom_canon-pb-p_8.27x11in</cpf:Option> <cpf:SelectiveParam name="cpk-100:PhotobookDataConstruction"> --- specifies the page composition of the print content data. <cpf:Option>cpk-100:SinglePageOnly</cpf:Option> <cpf:SelectiveParam name="cpk-100:PhotobookImposition"> --- specifies the method of imposing the print content data. <cpf:Option>cpk-100:Auto</cpf:Option> <cpf:SelectiveParam name="cpk-100:PhotobookStartPage"> <cpf:Option>cpk-100:Recto</cpf:Option> <cpf:SelectiveParam name="cpk:BindingType"> specifies the binding type. <cpf:Option>cpk:PerfectBinding</cpf:Option> <cpf:SelectiveParam name="cpk:BindingDirection"> specifies the binding direction. <cpf:Option>cpk:BindLeft</cpf:Option> <cpf:ValueParam name="cpk:Copies"> specifies the number of copies to output. <cpf:Value>1</cpf:Value> </cpf:ValueParam> <cpf:SelectiveParam name="cpk:Collate"> <cpf:Option>cpk:Off</cpf:Option> <cpf:ValueParam name="cpk-100:OutputBinStackCopies"> <cpf:Value>0</cpf:Value> <cpf:SelectiveParam name="cpk:LayoutType"> specifies the layout type.(Normal, AutoBorderless) <cpf:Option>cpk:Normal</cpf:Option>             ・・・・・ <cpf:ValueParam name="cpk-100:BindingGutter"> <cpf:Value>14.173</cpf:Value> <cpf:SelectiveParam name="cpk:RollMediaWidth"> <cpf:Option>cpk:custom_canon_auto</cpf:Option> </cpf:PrintTicket>


Download ppt "DL5000 System 2014/Feb/19 IJS42 Canon Inc.."

Similar presentations


Ads by Google