[go: up one dir, main page]

CN1648925B - Configuration and operation method of prepress workflow - Google Patents

Configuration and operation method of prepress workflow Download PDF

Info

Publication number
CN1648925B
CN1648925B CN2005100510791A CN200510051079A CN1648925B CN 1648925 B CN1648925 B CN 1648925B CN 2005100510791 A CN2005100510791 A CN 2005100510791A CN 200510051079 A CN200510051079 A CN 200510051079A CN 1648925 B CN1648925 B CN 1648925B
Authority
CN
China
Prior art keywords
processing
module
resource
workflow
configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN2005100510791A
Other languages
Chinese (zh)
Other versions
CN1648925A (en
Inventor
姚磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Peking University
Beijing Founder Electronics Co Ltd
Original Assignee
Peking University
Beijing Founder Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Peking University, Beijing Founder Electronics Co Ltd filed Critical Peking University
Priority to CN2005100510791A priority Critical patent/CN1648925B/en
Publication of CN1648925A publication Critical patent/CN1648925A/en
Priority to PCT/CN2006/000296 priority patent/WO2006092095A1/en
Application granted granted Critical
Publication of CN1648925B publication Critical patent/CN1648925B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/106Display of layout of documents; Previewing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Educational Administration (AREA)
  • Computational Linguistics (AREA)
  • Game Theory and Decision Science (AREA)
  • Artificial Intelligence (AREA)
  • General Health & Medical Sciences (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • General Factory Administration (AREA)

Abstract

本发明涉及一种印前工作流程的配置和运行方法,属于印前技术。现有技术中,工作流程的配置,运行的方式相对固定,如想增加新的功能或改变流程顺序,只能编写新的工作流调度程序替代现有程序;现有的通过独立于程序模块的配置信息(如配置文件)改变流程运行方法的技术,通常局限于树状工作流模型。本发明所述的方法,通过资源-处理之间的对应,以及对处理优先级的指定,构造出可迭代、多输入输出、高度并发的工作流模型。采用本发明所述的方法,处理器不再局限于树状工作流的单输入,处理生成的新的资源不再局限于只被树状流程的后续分支所处理,从而使得工作流在配置和运行时的灵活性得到显著加强,处理效率得以提升。

Figure 200510051079

The invention relates to a configuration and operation method of a pre-press workflow, which belongs to the pre-press technology. In the prior art, the configuration and running mode of the workflow are relatively fixed. If you want to add new functions or change the sequence of the process, you can only write a new workflow scheduler to replace the existing program; A technique in which configuration information (such as a configuration file) changes the way a process is run, usually limited to a tree-like workflow model. The method of the present invention constructs an iterative, multi-input and output, and highly concurrent workflow model through the correspondence between resources and processing and the designation of processing priority. By adopting the method of the present invention, the processor is no longer limited to a single input of the tree-like workflow, and the new resources generated by processing are no longer limited to only being processed by the subsequent branches of the tree-like flow, so that the workflow is configured and The flexibility at runtime has been significantly enhanced, and the processing efficiency has been improved.

Figure 200510051079

Description

一种印前工作流程的配置和运行方法 Configuration and operation method of prepress workflow

技术领域technical field

本发明属于印前(Prepress)技术领域,具体涉及一种印前工作流程的配置和运行方法。The invention belongs to the technical field of prepress (Prepress), and in particular relates to a configuration and operation method of a prepress workflow.

背景技术Background technique

现有技术中,印前技术领域主要的工作流程为树状的工作流模型,即一系列预先指定的处理被安排成树状层次结构,位于树根部的节点接收最初的输入资源,发起处理,产生自己的输出资源,提交给位于其下层的处理节点继续执行,所有的处理节点都遵循这样的处理模式。In the prior art, the main workflow in the field of prepress technology is a tree-like workflow model, that is, a series of pre-specified processes are arranged into a tree-like hierarchical structure, and the node at the root of the tree receives the initial input resource and initiates the process. Generate its own output resources and submit them to the processing nodes below it for further execution. All processing nodes follow this processing mode.

树状流程中处理节点的的构造过程要么是固定的,要么是存储在配置信息中,在运行时刻动态构造。The construction process of processing nodes in the tree flow is either fixed, or stored in configuration information and dynamically constructed at runtime.

树状流程中所有的处理模块最终构成一种树状层次结构,任一模块的输出只能作为刚好位于其下层的模块的输入,同时任一模块的输入只能是刚好位于其上层的模块的输出,某些情况下,这会给工作流程规划造成不便。如:当位于下层的模块输出了希望由上层模块处理的资源时,流程将无法搭建;又如:当有两个处理模块输出了同种资源,这些资源本应得到同样的后续处理,如果使用树状流程规划就必须在这两个模块下层放置构造完全一致的处理模块层次结构,这样做既不方便又容易发生错误,会在流程增加处理模块时造成很大麻烦。All processing modules in the tree-like process finally form a tree-like hierarchical structure. The output of any module can only be used as the input of the module just below it, and the input of any module can only be the module just above it. output, which in some cases can be inconvenient for workflow planning. For example: when a module located in the lower layer outputs resources that are expected to be processed by the upper layer module, the process cannot be built; another example: when two processing modules output the same resource, these resources should have received the same follow-up processing, if using For tree-like process planning, it is necessary to place a hierarchy of processing modules with exactly the same structure under the two modules, which is inconvenient and error-prone, and will cause a lot of trouble when adding processing modules to the process.

树状层次结构限制了处理模块的输入和输出,单个处理模块只能有唯一的输入资源类型和唯一的输出资源类型,对于同时产生多种输出资源的处理过程无能为力。The tree-like hierarchical structure limits the input and output of processing modules. A single processing module can only have a unique input resource type and a unique output resource type, and it cannot do anything about the processing process that produces multiple output resources at the same time.

发明内容Contents of the invention

针对现有技术中存在的缺陷,本发明的目的是提出一种印前工作流程的配置和运行方法,该方法能改善树状层次结构对工作流程规划造成的限制,处理模块可以实现多输入和多输出的资源处理,方便添加新的处理模块和资源类型。Aiming at the defects existing in the prior art, the purpose of the present invention is to propose a method for configuring and running a prepress workflow, which can improve the limitation caused by the tree hierarchy to the workflow planning, and the processing module can realize multi-input and Multi-output resource processing makes it easy to add new processing modules and resource types.

为达到以上目的,本发明采用的技术方案是:一种印前工作流程的配置和运行方法,包括以下步骤:In order to achieve the above object, the technical solution adopted in the present invention is: a method for configuring and operating a pre-press workflow, comprising the following steps:

(1)定制印前工作流程,确定需要执行的印前处理,但无需为这些处理指定相互间的依赖关系,依赖关系完全由各个处理能够接受的输入资源类型和能够产生的输出资源类型决定;(1) Customize the pre-press workflow and determine the pre-press processing that needs to be performed, but there is no need to specify the dependencies between these processes. The dependencies are completely determined by the types of input resources that can be accepted by each process and the types of output resources that can be generated;

(2)印前工作流程配置信息的存储,印前工作流程配置信息包含所有处理模块运行时所需的相关配置信息,这些配置信息可以进行编辑,从而影响工作流程的行为;(2) Storage of prepress workflow configuration information, which includes relevant configuration information required for the operation of all processing modules, and these configuration information can be edited to affect the behavior of the workflow;

(3)启动流程调度模块,读取工作流程配置信息,配置处理模块,把处理模块组织成一个集合存储起来;(3) Start the process scheduling module, read the workflow configuration information, configure the processing modules, organize the processing modules into a set and store them;

(4)当需要处理的资源进入流程调度模块时,流程调度模块判断哪些处理模块希望处理该资源,并以此为依据把资源发送给相应的处理模块进行处理;(4) When a resource to be processed enters the process scheduling module, the process scheduling module judges which processing modules want to process the resource, and sends the resource to the corresponding processing module for processing based on this;

(5)如果处理模块在执行处理的过程中构造出新的待处理资源,这些新的待处理资源会重新提交给流程调度模块进一步处理,即重复步骤(4)的处理过程;(5) If the processing module constructs new resources to be processed during the process of processing, these new resources to be processed will be resubmitted to the process scheduling module for further processing, that is, the processing process of step (4) will be repeated;

(6)流程调度模块处理资源时,由追踪模块维护相应的资源;(6) When the process scheduling module processes resources, the tracking module maintains the corresponding resources;

(7)如果提交给流程调度模块的资源不需要执行任何处理,这种情况下认为它完成了所有处理。(7) If the resource submitted to the process scheduling module does not need to perform any processing, it is considered that it has completed all processing in this case.

更进一步,为使本发明具有更好的效果,步骤(2)中的印前工作流程配置信息可以在处理同类资源的模块之间建立优先顺序,工作流程配置信息可以为每个处理模块指定一个优先级,当多个处理模块都需要处理某个资源时,优先级较低的模块必须等待优先级较高的模块先完成对该资源的处理,优先级相同的模块可以对同一个待处理资源同时进行处理。Furthermore, in order to make the present invention have a better effect, the pre-press workflow configuration information in step (2) can establish a priority order between modules processing similar resources, and the workflow configuration information can specify one for each processing module. Priority, when multiple processing modules need to process a certain resource, the module with lower priority must wait for the module with higher priority to finish processing the resource first, and modules with the same priority can process the same pending resource processing at the same time.

步骤(1)中所述的印前处理包括:各种页面描述文件格式之间的相互转换、折手或拼版处理、各种色彩校正处理、光栅化处理,各种激光照排或直接制版过程。The pre-press processing described in step (1) includes: mutual conversion between various page description file formats, folding or imposition processing, various color correction processing, rasterization processing, various laser phototypesetting or direct plate-making processes.

步骤(4)中流程调度模块判断一个资源需要执行哪些处理时,通过一个所有处理模块都必须实现的接口分别询问各个处理模块,处理模块根据资源的类型及其携带的各种信息决定是否处理该资源。In step (4), when the process scheduling module determines which processing a resource needs to perform, it inquires each processing module through an interface that all processing modules must implement, and the processing module decides whether to process the resource.

步骤(6)中由追踪模块维护相应的资源时,每个追踪模块为每个资源维护一个子资源列表,追踪模块由流程调度模块合并担任,子资源是指资源对象在处理过程中生成的新的资源对象,当一个资源及其所有的子资源都完成了各自需要执行的处理,追踪模块将标识这个资源的处理完成。When the corresponding resources are maintained by the tracking module in step (6), each tracking module maintains a list of sub-resources for each resource, and the tracking module is combined by the process scheduling module. The resource object of , when a resource and all its sub-resources have completed the processing that needs to be performed, the tracking module will mark that the processing of this resource is completed.

本发明的效果在于:采用本发明所述的方法,可以使工作流程规划摆脱树状层次结构的限制,工作流程的构造和配置灵活性显著增强,方便添加新的处理模块和资源类型,对多输入和多输出的处理模块提供了充分的支持。The effect of the present invention is that: by adopting the method described in the present invention, the workflow planning can be freed from the restriction of the tree-like hierarchical structure, the construction and configuration flexibility of the workflow is significantly enhanced, and it is convenient to add new processing modules and resource types. Input and multiple output processing modules provide full support.

本发明之所以具有上述的效果,主要在于本发明所述的方法通过资源-处理之间的对应,以及对处理优先级的指定,构造出可迭代、多输入输出、高度并发的工作流模型。采用本发明所述的方法,处理器不再局限于树状工作流的单输入,处理生成的新的资源不再局限于只被树状流程的后续分支所处理,从而使得工作流在配置和运行时的灵活性得到显著加强,处理效率得以提升。The reason why the present invention has the above effects is that the method described in the present invention constructs an iterative, multi-input and output, highly concurrent workflow model through the correspondence between resources and processing and the designation of processing priority. With the method of the present invention, the processor is no longer limited to the single input of the tree-like workflow, and the new resources generated by processing are no longer limited to be processed by the subsequent branches of the tree-like flow, so that the workflow is configured and The flexibility at runtime has been significantly enhanced, and the processing efficiency has been improved.

附图说明Description of drawings

图1是本发明所述一种印前工作流程的配置和运行方法的流程图;Fig. 1 is the flowchart of the configuration and operation method of a kind of prepress workflow described in the present invention;

图2是一个数码印刷作业采用本发明所述方法的流程图。Figure 2 is a flow chart of a digital printing job employing the method of the present invention.

具体实施方式Detailed ways

下面结合附图与实施例对本发明作进一步的描述:Below in conjunction with accompanying drawing and embodiment the present invention will be further described:

如图1和图2所示,一个数码印刷作业(PS文件)需要顺序执行光栅化、预览图生成,点阵修饰、折手和打印处理,如果采用本发明所述的方法,将按如下步骤处理:As shown in Fig. 1 and Fig. 2, a digital printing operation (PS file) needs to carry out rasterization, preview image generation sequentially, dot matrix modification, folding hand and printing process, if adopt the method described in the present invention, will follow the steps deal with:

(1)定制印前工作流程,确定需要执行的印前处理,存储配置文件。存储配置文件可以是手工的,也可以是某个专用的程序,给光栅化、打印处理分配任意的顺序码,给折手和预览图生成以相同的顺序码,点阵修饰的顺序码要比折手和预览图生成高;(1) Customize the pre-press workflow, determine the pre-press processing that needs to be performed, and store configuration files. The storage configuration file can be manual, or it can be a special program. Arbitrary sequence codes are assigned to rasterization and printing processing, and the same sequence codes are used to generate folding hands and preview images. Fold hands and preview image generation height;

(2)流程调度模块生成一个代表PS文件的资源,询问所有的处理模块,是否能够处理该资源;(2) The process scheduling module generates a resource representing the PS file, and asks all processing modules whether the resource can be processed;

(3)光栅化处理模块表示能够处理该资源,于是该资源交付光栅化处理,生成一个1位点阵资源;(3) The rasterization processing module indicates that the resource can be processed, so the resource is delivered to rasterization processing to generate a 1-bit lattice resource;

(4)1位点阵资源被提交给调度模块,调度模块再度询问所有处理模块;(4) The 1-bit lattice resource is submitted to the scheduling module, and the scheduling module inquires all processing modules again;

(5)折手、预览图生成和点阵修饰处理模块都表示能够处理1位点阵,但因点阵修饰的顺序码高,它先处理这个资源,处理完后,1位点阵被传递到顺序码较低的处理模块,折手和预览图生成;(5) Folding hands, preview image generation, and dot matrix modification processing modules all indicate that they can process 1-bit dot matrix, but because the sequence code of dot matrix decoration is high, it processes this resource first, and after processing, the 1-bit dot matrix is passed Go to the processing module with a lower sequence code, generate folded hands and preview images;

(6)折手和预览图生成因为有相同的顺序码,它们将同时处理1位点阵资源,折手处理后生成折手大版资源;(6) Since the folded hand and preview image generation have the same sequence code, they will process 1-bit dot matrix resources at the same time, and generate the folded hand large version resource after the folded hand is processed;

(7)折手大版资源被提交给调度模块,调度模块再度询问所有处理模块;(7) The large-format resource of folded hands is submitted to the scheduling module, and the scheduling module inquires all the processing modules again;

(8)打印处理模块表示能够处理折手大版,于是它将折手大版打印到介质上,这个作业的全部处理结束。(8) The print processing module indicates that it can process the folded hand format, so it prints the folded hand format on the medium, and all processing of this job is completed.

处理的执行完全依赖于有什么样的资源进入了流程,无需显式的指定处理模块的依赖关系(树状流程的特征),而只需指定流程中包含什么样的处理,处理的执行过程完全取决于什么样的资源进入了流程,处理过程中又产生了什么样的资源。工作流正是在这种资源和处理的匹配下动态确定执行顺序,自动高效的运行。The execution of the processing depends entirely on what kind of resources enter the process, and there is no need to explicitly specify the dependencies of the processing modules (the characteristics of the tree process), but only need to specify what processing is included in the process, and the execution process of the processing is completely It depends on what kind of resources enter the process and what kind of resources are generated during the processing. It is precisely under this matching of resources and processing that the workflow dynamically determines the execution sequence and runs automatically and efficiently.

为模块指定的顺序码只对处理同种资源的模块有意义,如:以上实施方式中,光栅化的顺序码不一定高于折手的顺序码,因为光栅化的输出会成为折手的输入。The sequence code specified for a module is only meaningful to modules that process the same resource. For example, in the above implementation, the sequence code of rasterization is not necessarily higher than the sequence code of folding hand, because the output of rasterization will become the input of folding hand .

Claims (5)

1. the configuration of a work flow before printing and operation method may further comprise the steps:
(1) the customization work flow before printing need to determine the seal pre-treatment of execution;
Required relevant configuration information when (2) storage of work flow before printing configuration information, work flow before printing configuration information comprise the operation of all processing modules is by editing the behavior that influences workflow to configuration information;
(3) start the flow scheduling module, read the workflow configuration information, the configuration process module is organized into a set to processing module and stores;
When (4) resource of handling when needs entered the flow scheduling module, the flow scheduling module judged which processing module wishes to handle this resource, and on this basis resource was sent to corresponding processing module and handle;
(5) if processing module is constructed the pending resource that makes new advances in carrying out the process of handling, these new pending resources can resubmit to the flow scheduling module further to be handled, i.e. the processing procedure of repeating step (4);
(6) in the process of flow scheduling resume module resource, be responsible for the process state information of maintenance resources by a tracing module;
(7) do not need to carry out any processing if submit to the resource of flow scheduling module, think that in this case it has finished all processing.
2. the configuration of a kind of work flow before printing as claimed in claim 1 and operation method, it is characterized in that: the work flow before printing configuration information in the step (2) is set up priority between the module of handling similar resource, the workflow configuration information is specified a priority for each processing module, when a plurality of processing modules all need to handle certain resource, the module that priority is lower must wait for that the higher module of priority finishes the processing to this resource earlier, and the module that priority is identical can be handled simultaneously to same pending resource.
3. the configuration of a kind of work flow before printing as claimed in claim 1 and operation method, it is characterized in that: the seal pre-treatment described in the step (1) comprises: the mutual conversion between the various page description file forms, folding hand or layout processing, various colour correction processing, rasterization process, various laser photo-typesettings or the process of directly making a plate.
4. the configuration of a kind of work flow before printing as claimed in claim 1 or 2 and operation method, it is characterized in that: the flow scheduling module judges which a resource need carry out when handling in the step (4), inquire each processing module respectively by the interface that all processing modules all must realize, whether processing module handles this resource according to the type of resource and the various information decisions of carrying thereof.
5. the configuration of a kind of work flow before printing as claimed in claim 1 or 2 and operation method, it is characterized in that: in the step (6) during by the state of tracing module maintenance resources, tracing module is sub-the Resources list of each conservation of resources, tracing module is merged by the flow scheduling module to be served as, child resource is meant the new resource object that resource object generates in processing procedure, all having finished when a resource and all child resources thereof needs the processing carried out separately, and tracing module will identify finishing dealing with of this resource.
CN2005100510791A 2005-03-03 2005-03-03 Configuration and operation method of prepress workflow Expired - Fee Related CN1648925B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN2005100510791A CN1648925B (en) 2005-03-03 2005-03-03 Configuration and operation method of prepress workflow
PCT/CN2006/000296 WO2006092095A1 (en) 2005-03-03 2006-03-01 A method of configuring and operating prepress work flow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2005100510791A CN1648925B (en) 2005-03-03 2005-03-03 Configuration and operation method of prepress workflow

Publications (2)

Publication Number Publication Date
CN1648925A CN1648925A (en) 2005-08-03
CN1648925B true CN1648925B (en) 2010-09-29

Family

ID=34876582

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2005100510791A Expired - Fee Related CN1648925B (en) 2005-03-03 2005-03-03 Configuration and operation method of prepress workflow

Country Status (2)

Country Link
CN (1) CN1648925B (en)
WO (1) WO2006092095A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1955990B (en) * 2005-10-28 2010-09-01 深圳市东进通讯技术股份有限公司 Flow executing method and system of integral telecommunication platform
US8069439B2 (en) * 2006-03-30 2011-11-29 Microsoft Corporation Framework for modeling continuations in workflows
EP2596419A4 (en) * 2010-07-23 2014-12-03 Hewlett Packard Development Co ARRANGEMENT OF FUNCTIONAL ELEMENTS IN A WORKFLOW
CN104553078A (en) * 2013-10-16 2015-04-29 北大方正集团有限公司 Automatic page imposing method and equipment
CN107291406B (en) * 2016-04-11 2020-12-29 北大方正集团有限公司 Printing management method, printing management device, server, and printing terminal

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6380951B1 (en) * 1999-10-01 2002-04-30 Global Graphics Software Limited Prepress workflow method and program
CN1510627A (en) * 2002-09-26 2004-07-07 �ձ�������ʽ���� Apparatus and method for producing printing platemaking work flow
CN1549109A (en) * 2003-05-20 2004-11-24 德鑫科技股份有限公司 Printing method capable of simultaneously performing scaling, merging and outputting of contents

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6380951B1 (en) * 1999-10-01 2002-04-30 Global Graphics Software Limited Prepress workflow method and program
CN1510627A (en) * 2002-09-26 2004-07-07 �ձ�������ʽ���� Apparatus and method for producing printing platemaking work flow
CN1549109A (en) * 2003-05-20 2004-11-24 德鑫科技股份有限公司 Printing method capable of simultaneously performing scaling, merging and outputting of contents

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张志刚.印前生产企业网络化管理系统的研究.中国优秀硕士学位论文全文数据库.2002,全文. *

Also Published As

Publication number Publication date
CN1648925A (en) 2005-08-03
WO2006092095A1 (en) 2006-09-08

Similar Documents

Publication Publication Date Title
JP6729766B2 (en) Print data processing device and program
JP2910649B2 (en) Image forming apparatus and image forming method
CN100520703C (en) Grating processing method and device
JP7494629B2 (en) Information processing device and information processing program
US7844129B2 (en) Information processing apparatus and its control method
CN112463141B (en) BPMN-based micro-service workflow deployment method
US7898682B2 (en) Printing apparatus and method and computer readable medium
CN102855103A (en) Automatic construction drawing printing method based on computer-aided design (CAD) format
CN1648925B (en) Configuration and operation method of prepress workflow
US20080141121A1 (en) Information processing apparatus and information processing method
JP2019046020A (en) File generation method and file generation program
JP5157534B2 (en) Behavioral synthesis apparatus and program
JP4876032B2 (en) SOA architecture system design support method and SOA architecture system design support apparatus
CN117806654B (en) Tekton-based custom cloud native DevOps pipeline system and method
US10282144B2 (en) System and method for distributed cellular manufacturing with outsourcing group constraints
JPH04128068A (en) Page description language processing and printing apparatus
JP4859103B2 (en) Image forming apparatus
Kacsuk et al. Workflow-level parameter study support for production grids
Zeng et al. On-demand digital print services: a new commercial print paradigm as an it service vertical
JP7581688B2 (en) Information processing device and program
JP3700373B2 (en) PRINT CONTROL DEVICE, PRINT CONTROL METHOD, AND RECORDING MEDIUM CONTAINING PRINT CONTROL PROGRAM
JP3771418B2 (en) Print control apparatus and recording medium
Tuijn Workflow modeling in the graphic arts and printing industry
CN102446166A (en) Adjusting method and device for large layout
CN114816503A (en) Interactive job submitting method, platform and medium for high-performance computing platform

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100929

CF01 Termination of patent right due to non-payment of annual fee