Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

You can append query options to the URI in the following format, ?option=value&option=value&...

Options

Div
classconfluenceTableSmall
Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{mediaSize}} | {{NA_LETTER}} | Sets the stationary as defined by enumeration names in the [

Name

Default Value

Description

mediaSize

NA_LETTER

Sets the stationary as defined by enumeration names in the

|http://download.oracle.com/javase/6/docs/api/javax/print/attribute/standard/MediaSizeName.html]

.

The

default

setting

is

to

use

North

American

Letter

sized

stationary.

The

value's

case

is

ignored,

e.g.

values

of

{{

iso_a4

}}

and

{{

ISO_A4

}}

may

be

used.

| | {{copies}} | {{1}} | Sets number of copies based on the

copies

1

Sets number of copies based on the javax.print.attribute.standard.Copies

API | | {{sides}} | {{

API

sides

Sides.ONE_SIDED

}} |

Sets

one

sided

or

two

sided

printing

based

on

the

javax.print.attribute.standard.Sides

API | | {{flavor}} | {{

API

flavor

DocFlavor.BYTE_ARRAY

}} |

Sets

DocFlavor

based

on

the

javax.print.DocFlavor

API | | {{mimeType}} | {{AUTOSENSE}} | Sets mimeTypes supported by the

API

mimeType

AUTOSENSE

Sets mimeTypes supported by the javax.print.DocFlavor

API | | {{mediaTray}} | {{AUTOSENSE}} | Since *Camel

API

mediaTray

AUTOSENSE

Since Camel 2.11.x

*

sets

MediaTray

supported

by

the

javax.print.DocFlavor

API | | {{printerPrefix}} | null | Since *Camel

API

printerPrefix

null

Since Camel 2.11.x

*

sets

the

prefix

name

of

the

printer,

it

is

useful

when

the

printer

name

does

not

start

with

//hostname/printer

| | {{sendToPrinter}} | true | Setting this option to {{false}} prevents sending of the [print data|http://docs.oracle.com/javase/6/docs/api/javax/print/Doc.html] to the printer| | {{orientation}} | {{portrait}} | Since *Camel

sendToPrinter

true

Setting this option to false prevents sending of the print data to the printer

orientation

portrait

Since Camel 2.13.x

*

Sets

the

page

orientation.

Possible

values:

{{

portrait

}}

,

{{

landscape

}}

,

{{

reverse-portrait

}}

or

{{

reverse-landscape

}}

,

based

on

{{

javax.print.attribute.standard.OrientationRequested

}} | {div}

Sending Messages to a Printer

...