WO2011136992A1 - Method for processing pdf elements - Google Patents

Method for processing pdf elements Download PDF

Info

Publication number
WO2011136992A1
WO2011136992A1 PCT/US2011/033141 US2011033141W WO2011136992A1 WO 2011136992 A1 WO2011136992 A1 WO 2011136992A1 US 2011033141 W US2011033141 W US 2011033141W WO 2011136992 A1 WO2011136992 A1 WO 2011136992A1
Authority
WO
WIPO (PCT)
Prior art keywords
pdf
printer
processor
document
processing
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.)
Ceased
Application number
PCT/US2011/033141
Other languages
French (fr)
Inventor
Irena Mail
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.)
Eastman Kodak Co
Original Assignee
Eastman Kodak Co
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 Eastman Kodak Co filed Critical Eastman Kodak Co
Publication of WO2011136992A1 publication Critical patent/WO2011136992A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1202Dedicated interfaces to print systems specifically adapted to achieve a particular effect
    • G06F3/1211Improving printing performance
    • G06F3/1212Improving printing performance achieving reduced delay between job submission and print start
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1244Job translation or job parsing, e.g. page banding
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1278Dedicated interfaces to print systems specifically adapted to adopt a particular infrastructure
    • G06F3/1282High volume printer device

Definitions

  • the present invention relates to method and apparatus for extraction of document properties from a portable document format (PDF) document and processing of the PDF document according to the extracted document properties.
  • PDF portable document format
  • PostScript language is well known to a person of ordinary skill in the art.
  • PostScript is a page description language (PDL) that contains a rich set of commands that is used to describe pages in the print job.
  • PDL page description language
  • Adobe Configurable PostScript Interpreter CPSI
  • CPSI is one example of a PostScript interpreter, which processes a PostScript job and produces bitmaps.
  • Adobe Distiller is another example of a PostScript interpreter, which processes a
  • PostScript job and produces a portable document format (PDF) file, as opposed to bitmaps.
  • PDF portable document format
  • PostScript-like PDF code is generated from a source PostScript file.
  • the graphics commands that are output by the PostScript code are collected and tokenized; any files, graphics, or fonts to which the document refers also are collected; then, everything is compressed to a single file. Therefore, the entire PostScript world (fonts, layout, and measurements) remains intact.
  • a) PDF contains tokenized and interpreted results of the PostScript source code, for direct correspondence between changes to items in the PDF page description and changes to the resulting page appearance.
  • PostScript is an imperative programming language with an implicit global state, so instructions accompanying the description of one page can affect the appearance of any following page. Therefore, all preceding pages in a PostScript document must be processed in order to determine the correct appearance of a given page, whereas each page in a PDF document is unaffected by the others. As a result, PDF viewers allow the user to quickly jump to the final pages of a long document, whereas a Postscript viewer needs to process all pages sequentially before being able to display the destination page (unless the optional PostScript document structuring conventions have been carefully complied with).
  • APPE Adobe® PDF Print Engine (also known by code name Monza) is a software development kit (SDK) employed by Adobe print partners to build industry-leading printing systems. It is designed for the needs of both offset and digital print production. With new features designed for personalized publishing, Adobe PDF Print Engine delivers unprecedented freedom of collaboration for designers, printers, and marketers. Creative professionals can design personalization directly into their content, producing PDF master files that flow through the entire print process without unnecessary intervention. Print solutions powered by Adobe PDF Print Engine allow PDF files to be rendered natively, using the same technology as Adobe Acrobat® and Creative Suite® software, helping to ensure that complex designs and effects, even variable print elements with transparency, are efficiently and reliably reproduced.
  • SDK software development kit
  • Adobe PDF Print Engine provides job definition format (JDF) control for late binding flexibility.
  • Device-dependent processes such as color management, trapping, and imposition can be driven by JDF instructions inside the Adobe PDF Print Engine and thus deferred until jobs are ready to be rendered.
  • This architecture which decouples content (PDF) from process (JDF), allows print production professionals to quickly accommodate last-minute changes and easily configure PDF jobs for various types of devices and presses.
  • Designers are freed to focus their energies on the creative presentation of content, producing a single digital master that can be repurposed for other publishing platforms such as web, e-mail, and mobile.
  • Adobe PDF Print Engine enables Adobe solution partners to provide full-fidelity desktop previewing for designers and printers alike.
  • the advanced PDF rendering engine used for final output is the same as the one used to view jobs at every point in the workflow.
  • One of the main known advantages of APPE is efficient processing of Native PDF and live transparency rendering with no flattening.
  • the present invention includes few of the following steps: a PDF element is provided to a PDF analyzer; a printer is selected for printing the PDL document; the characteristics of the selected printer are determined; and the PDF element is analyzed to search for graphical features suitable a processor of a type one or for a processor of type two.
  • the graphical features found by the PDF analyzer are then forwarded to a decision module.
  • the decision module is configured to decide according to the graphical features found and printer characteristics whether the PDF element is better suited to be processed by processor of type one or by processor of type two.
  • the PDF element is then moved for processing by processor of type one or by processor of type two according to the results of the decision module to produce a raster ready-to-print (RTP) object.
  • the RTP object is transferred the printer using a dedicated printer interface, and the printed on the selected printer.
  • Figure 1 is a schematic illustrating a flowchart of consuming PDF documents, inspecting its properties and processing the PDF documents according the properties found in the document.
  • FIG. 1 shows the main embodiment of the present invention.
  • a PDF element 104 is brought into a prepress system 100 (few system elements are shown) for processing.
  • a PDF element 104 can be represented by a complete PDF document or alternatively by at least one PDF object embedded in any page description language (PDL) document 102, which can be other than a PDF.
  • PDL page description language
  • Each of the PDF elements 104 in a PDL document are first analyzed by a PDF analyzer 108.
  • the PDF analyzer 108 searches inside the content of PDF element 104 for graphical features 112, suitable to be effectively processed by an APPE raster image processor (RIP) 128 or alternatively for graphical features 112 which are better suited to be processed by a CPSI RIP 124.
  • the selection of the suitable raster image processor (124 or 128) for the graphical features 112 found in the PDF element 104 will be also based on printer 140 characteristics.
  • Examples of features better processed by an APPE RIP 128 are graphical transparencies and overprint, whereas documents including just text with no transparencies are more effectively processed by a CPSI RIP 124.
  • the features 112 found in PDF element 104 are then inserted into a decision module 116.
  • the decision module 116 weights the various found features 112, as to their fit to be processed either by an APPE or a CPSI RIP.
  • the PDF element 104 is transferred in accordance with the decision 120 to APPE RIP 128 or to CPSI RIP 124 for processing to create a ready-to-print (RTP) object 132.
  • the RTP object 132 is then sent by the printer interface electronic board 136 to printer 140 for printing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

A method for selecting a processing scheme for printing portable document format (PDF) elements (102) includes providing a PDF element (104) stored on a computer to a PDF analyzer (108); selecting a printer (140); determining characteristics of the printer; analyzing the PDF element for graphical features; determining whether at least a first processor or a second processor is best for processing the graphical features based on the printer characteristics; providing the PDF element to the first processor or to the second processor based on the determination; processing the PDF element on said first processor or said second processor based on the determination to produce a raster ready-to-print (RTP) object (132); sending the RTP object to said printer using a dedicated printer interface (136); and printing (RTP) file on said printer.

Description

METHOD FOR PROCESSING PDF ELEMENTS
FIELD OF THE INVENTION
The present invention relates to method and apparatus for extraction of document properties from a portable document format (PDF) document and processing of the PDF document according to the extracted document properties.
BACKGROUND OF THE INVENTION
PostScript language is well known to a person of ordinary skill in the art. PostScript is a page description language (PDL) that contains a rich set of commands that is used to describe pages in the print job. A principal difference between PostScript and other PDLs, e.g. IPDS, PDF, PCL, PPML, is that it is a programming language. This provides power and flexibility in expressing page content, but the flexibility comes at a high price; in a general PostScript job, pages are not easy to interpret. In order to correctly interpret pages or to perform meaningful transformations on PostScript jobs, a PostScript interpreter is needed. Adobe Configurable PostScript Interpreter (CPSI) is one example of a PostScript interpreter, which processes a PostScript job and produces bitmaps. Adobe Distiller is another example of a PostScript interpreter, which processes a
PostScript job and produces a portable document format (PDF) file, as opposed to bitmaps.
PDF is a file format, not a programming language, so that flow control commands such as "if and "loop" are removed, while graphics commands such as "line to" remain. Often, the PostScript-like PDF code is generated from a source PostScript file. The graphics commands that are output by the PostScript code are collected and tokenized; any files, graphics, or fonts to which the document refers also are collected; then, everything is compressed to a single file. Therefore, the entire PostScript world (fonts, layout, and measurements) remains intact.
As a document format, PDF has several advantages over
PostScript:
a) PDF contains tokenized and interpreted results of the PostScript source code, for direct correspondence between changes to items in the PDF page description and changes to the resulting page appearance.
b) PDF (from version 1.4) supports true graphic transparency; PostScript does not.
c) PostScript is an imperative programming language with an implicit global state, so instructions accompanying the description of one page can affect the appearance of any following page. Therefore, all preceding pages in a PostScript document must be processed in order to determine the correct appearance of a given page, whereas each page in a PDF document is unaffected by the others. As a result, PDF viewers allow the user to quickly jump to the final pages of a long document, whereas a Postscript viewer needs to process all pages sequentially before being able to display the destination page (unless the optional PostScript document structuring conventions have been carefully complied with).
APPE Adobe® PDF Print Engine (also known by code name Monza) is a software development kit (SDK) employed by Adobe print partners to build industry-leading printing systems. It is designed for the needs of both offset and digital print production. With new features designed for personalized publishing, Adobe PDF Print Engine delivers unprecedented freedom of collaboration for designers, printers, and marketers. Creative professionals can design personalization directly into their content, producing PDF master files that flow through the entire print process without unnecessary intervention. Print solutions powered by Adobe PDF Print Engine allow PDF files to be rendered natively, using the same technology as Adobe Acrobat® and Creative Suite® software, helping to ensure that complex designs and effects, even variable print elements with transparency, are efficiently and reliably reproduced.
Adobe PDF Print Engine provides job definition format (JDF) control for late binding flexibility. Device-dependent processes such as color management, trapping, and imposition can be driven by JDF instructions inside the Adobe PDF Print Engine and thus deferred until jobs are ready to be rendered. This architecture, which decouples content (PDF) from process (JDF), allows print production professionals to quickly accommodate last-minute changes and easily configure PDF jobs for various types of devices and presses. Designers are freed to focus their energies on the creative presentation of content, producing a single digital master that can be repurposed for other publishing platforms such as web, e-mail, and mobile. Adobe PDF Print Engine enables Adobe solution partners to provide full-fidelity desktop previewing for designers and printers alike. The advanced PDF rendering engine used for final output is the same as the one used to view jobs at every point in the workflow. One of the main known advantages of APPE is efficient processing of Native PDF and live transparency rendering with no flattening.
Many features in a PDF document may be processed in an efficient manner by APPE, but still some are still better processed by the CPSI engine, which poses a dilemma by prepress user which route to choose when processing PDF documents.
SUMMARY OF THE INVENTION
Briefly, according to one aspect of the present invention a method and a system for selecting a processing scheme for PDF elements within PDL document are presented.
The present invention includes few of the following steps: a PDF element is provided to a PDF analyzer; a printer is selected for printing the PDL document; the characteristics of the selected printer are determined; and the PDF element is analyzed to search for graphical features suitable a processor of a type one or for a processor of type two.
The graphical features found by the PDF analyzer are then forwarded to a decision module. The decision module is configured to decide according to the graphical features found and printer characteristics whether the PDF element is better suited to be processed by processor of type one or by processor of type two.
The PDF element is then moved for processing by processor of type one or by processor of type two according to the results of the decision module to produce a raster ready-to-print (RTP) object. The RTP object is transferred the printer using a dedicated printer interface, and the printed on the selected printer.
These and other objects, features, and advantages of the present invention will become apparent to those skilled in the art upon a reading of the following detailed description when taken in conjunction with the drawings wherein there is shown and described an illustrative embodiment of the invention.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a schematic illustrating a flowchart of consuming PDF documents, inspecting its properties and processing the PDF documents according the properties found in the document.
DETAILED DESCRIPTION OF THE INVENTION
In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the disclosure. However, it will be understood by those skilled in the art that the teachings of the present disclosure may be practiced without these specific details. In other instances, well-known methods, procedures, components and circuits have not been described in detail so as not to obscure the teachings of the present disclosure.
While the present invention is described in connection with one of the embodiments, it will be understood that it is not intended to limit the invention to this embodiment. On the contrary, it is intended to cover all alternatives, modifications and equivalents as covered by the appended claims.
Figure 1 shows the main embodiment of the present invention. A PDF element 104 is brought into a prepress system 100 (few system elements are shown) for processing. A PDF element 104 can be represented by a complete PDF document or alternatively by at least one PDF object embedded in any page description language (PDL) document 102, which can be other than a PDF. The PDL document 102 will be printed on printer 140.
Each of the PDF elements 104 in a PDL document are first analyzed by a PDF analyzer 108. The PDF analyzer 108 searches inside the content of PDF element 104 for graphical features 112, suitable to be effectively processed by an APPE raster image processor (RIP) 128 or alternatively for graphical features 112 which are better suited to be processed by a CPSI RIP 124. The selection of the suitable raster image processor (124 or 128) for the graphical features 112 found in the PDF element 104 will be also based on printer 140 characteristics.
Examples of features better processed by an APPE RIP 128 are graphical transparencies and overprint, whereas documents including just text with no transparencies are more effectively processed by a CPSI RIP 124.
The features 112 found in PDF element 104 are then inserted into a decision module 116. The decision module 116 weights the various found features 112, as to their fit to be processed either by an APPE or a CPSI RIP. The PDF element 104 is transferred in accordance with the decision 120 to APPE RIP 128 or to CPSI RIP 124 for processing to create a ready-to-print (RTP) object 132. The RTP object 132 is then sent by the printer interface electronic board 136 to printer 140 for printing.
PARTS LIST
100 prepress system - selected elements
102 PDL document
104 PDF element
108 PDF analyzer
1 12 search for APPE and/or CPSI features in PDF
116 decision module
120 decision point whether process PDF via APPE
124 CPSI processor
128 APPE processor
132 ready-to-print objects
136 printer interface board
140 printer

Claims

CLAIMS:
1. A method for selecting a processing scheme for printing portable document format (PDF) elements comprising the steps of:
providing a PDF element stored on a computer to a PDF analyzer;
selecting a printer;
determining characteristics of said printer;
analyzing said PDF element for graphical features;
determining whether at least a first processor or a second processor is best for processing said graphical features based on said printer characteristics;
providing said PDF element to said first processor or to said second processor based on said determination;
processing said PDF element on said first processor or said second processor based on said determination to produce a raster ready-to-print (RTP) object;
sending said RTP object to said printer using a dedicated printer interface; and
printing said RTP file on said printer.
2. The method according to claim 1 comprising:
determining whether a third is best for processing said graphical features based on said printer characteristics.
3. The method according to claim 1 wherein said PDF element is a PDF document.
4. The method according to claim 1 wherein said PDF element is a PDF object embedded in a print description language (PDL) document wherein said PDL document is not a PDF document.
PCT/US2011/033141 2010-04-27 2011-04-20 Method for processing pdf elements Ceased WO2011136992A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/767,878 US20110261392A1 (en) 2010-04-27 2010-04-27 Method for processing pdf elements
US12/767,878 2010-04-27

Publications (1)

Publication Number Publication Date
WO2011136992A1 true WO2011136992A1 (en) 2011-11-03

Family

ID=44815580

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2011/033141 Ceased WO2011136992A1 (en) 2010-04-27 2011-04-20 Method for processing pdf elements

Country Status (2)

Country Link
US (1) US20110261392A1 (en)
WO (1) WO2011136992A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110261379A1 (en) * 2010-04-27 2011-10-27 Irena Mail System for processing pdf elements
US8947685B2 (en) * 2011-06-27 2015-02-03 Konica Minolta Laboratory U.S.A., Inc. Method for selecting interpreters for PDF direct printing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040227960A1 (en) * 1999-11-19 2004-11-18 Farros Royal P. Electronic printing system and method
US20070019221A1 (en) * 2005-07-20 2007-01-25 Xerox Corporation Apparatus and method for conversion from portable document format
US20090244592A1 (en) * 2008-03-28 2009-10-01 Grams Jason J Systems and Methods for Processing Page Description Languages
US20090244582A1 (en) * 2008-03-29 2009-10-01 Shestak Vladimir V Methods and systems for improved printing system sheetside dispatch in a clustered printer controller

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8612847B2 (en) * 2006-10-03 2013-12-17 Adobe Systems Incorporated Embedding rendering interface
US20100110467A1 (en) * 2008-11-06 2010-05-06 Coniglio Paul A System and Method of Rasterizing PDF Files using Multiple Processors
US20110261379A1 (en) * 2010-04-27 2011-10-27 Irena Mail System for processing pdf elements

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040227960A1 (en) * 1999-11-19 2004-11-18 Farros Royal P. Electronic printing system and method
US20070019221A1 (en) * 2005-07-20 2007-01-25 Xerox Corporation Apparatus and method for conversion from portable document format
US20090244592A1 (en) * 2008-03-28 2009-10-01 Grams Jason J Systems and Methods for Processing Page Description Languages
US20090244582A1 (en) * 2008-03-29 2009-10-01 Shestak Vladimir V Methods and systems for improved printing system sheetside dispatch in a clustered printer controller

Also Published As

Publication number Publication date
US20110261392A1 (en) 2011-10-27

Similar Documents

Publication Publication Date Title
JP6454213B2 (en) Image output system, image processing apparatus, image output apparatus, method and program therefor
US20080285074A1 (en) Systems, devices, and methods for variable data printing
RU2654143C2 (en) Information processing device, information processing method and program
US8325368B2 (en) Print information conversion apparatus, printing apparatus, printing system, and computer readable medium
US20080222522A1 (en) Method of background form print submission for document enhancement
US8867075B2 (en) Print data processing apparatus for consolidating print objects
US10303409B2 (en) Information processing apparatus, information processing method, and storage medium
US20090195811A1 (en) Method for printing text-only content of pdf documents
US9141895B2 (en) Information processing apparatus, data editing method, and computer program product
US8320001B2 (en) Information processing method and apparatus for banner printing
US8384932B2 (en) Image forming apparatus and method thereof
US9058136B2 (en) Defining reusable items in printer-ready document to include all graphic attributes for reproducing reusable items independently of external conditions
US10310788B2 (en) Control method for generating data used for printing and information processing apparatus
JP5732935B2 (en) Information processing apparatus, print control program, and computer-readable recording medium
US8049905B2 (en) Computer readable recording medium bearing a printer driver program and print data processing apparatus
US20110261392A1 (en) Method for processing pdf elements
US20110261379A1 (en) System for processing pdf elements
JP5218011B2 (en) Print control program, print control method, and print control apparatus
US20070263240A1 (en) Image-Forming Apparatus, Image-Forming Control Method, Image-Forming Control Program Storage Medium, Image-Forming Control Data Signal, And Image-Forming Control Apparatus
US8619284B2 (en) Method and apparatus for including converted drawing commands in a print data file
US7973947B2 (en) Ubiquitous installation and removal of RIP capabilities from PDL files
US9253343B2 (en) Information processing apparatus, control method, and storage medium for providing a preview and/or display of a main display document generated from all parts of a print document
WO2006076855A1 (en) Method for attaching label in page rasterizing
JP5915091B2 (en) Image forming apparatus, image forming system, output image data processing method, program, and recording medium
US20120170066A1 (en) Information processing apparatus, information processing method, and computer program product for the information processing

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11775444

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11775444

Country of ref document: EP

Kind code of ref document: A1