fop 1.0

org.apache.fop.render.pdf
Interface PDFConfigurationConstants

All Known Implementing Classes:
PDFRenderer

public interface PDFConfigurationConstants

Constants used for configuring PDF output.


Field Summary
static java.lang.String ENCRYPTION_PARAMS
          PDF encryption parameter: all parameters as object, datatype: PDFEncryptionParams
static java.lang.String KEY_DISABLE_SRGB_COLORSPACE
          Rendering Options key for disabling the sRGB color space (only possible if no PDF/A or PDF/X profile is active).
static java.lang.String KEY_OUTPUT_PROFILE
          Rendering Options key for the ICC profile for the output intent.
static java.lang.String NO_ANNOTATIONS
          PDF encryption parameter: Forbids annotations, datatype: Boolean or "true"/"false"
static java.lang.String NO_COPY_CONTENT
          PDF encryption parameter: Forbids copying content, datatype: Boolean or "true"/"false"
static java.lang.String NO_EDIT_CONTENT
          PDF encryption parameter: Forbids editing content, datatype: Boolean or "true"/"false"
static java.lang.String NO_PRINT
          PDF encryption parameter: Forbids printing, datatype: Boolean or "true"/"false"
static java.lang.String OWNER_PASSWORD
          PDF encryption parameter: owner password, datatype: String
static java.lang.String PDF_A_MODE
          Rendering Options key for the PDF/A mode.
static java.lang.String PDF_X_MODE
          Rendering Options key for the PDF/X mode.
static java.lang.String USER_PASSWORD
          PDF encryption parameter: user password, datatype: String
 

Field Detail

ENCRYPTION_PARAMS

static final java.lang.String ENCRYPTION_PARAMS
PDF encryption parameter: all parameters as object, datatype: PDFEncryptionParams

See Also:
Constant Field Values

USER_PASSWORD

static final java.lang.String USER_PASSWORD
PDF encryption parameter: user password, datatype: String

See Also:
Constant Field Values

OWNER_PASSWORD

static final java.lang.String OWNER_PASSWORD
PDF encryption parameter: owner password, datatype: String

See Also:
Constant Field Values

NO_PRINT

static final java.lang.String NO_PRINT
PDF encryption parameter: Forbids printing, datatype: Boolean or "true"/"false"

See Also:
Constant Field Values

NO_COPY_CONTENT

static final java.lang.String NO_COPY_CONTENT
PDF encryption parameter: Forbids copying content, datatype: Boolean or "true"/"false"

See Also:
Constant Field Values

NO_EDIT_CONTENT

static final java.lang.String NO_EDIT_CONTENT
PDF encryption parameter: Forbids editing content, datatype: Boolean or "true"/"false"

See Also:
Constant Field Values

NO_ANNOTATIONS

static final java.lang.String NO_ANNOTATIONS
PDF encryption parameter: Forbids annotations, datatype: Boolean or "true"/"false"

See Also:
Constant Field Values

PDF_A_MODE

static final java.lang.String PDF_A_MODE
Rendering Options key for the PDF/A mode.

See Also:
Constant Field Values

PDF_X_MODE

static final java.lang.String PDF_X_MODE
Rendering Options key for the PDF/X mode.

See Also:
Constant Field Values

KEY_OUTPUT_PROFILE

static final java.lang.String KEY_OUTPUT_PROFILE
Rendering Options key for the ICC profile for the output intent.

See Also:
Constant Field Values

KEY_DISABLE_SRGB_COLORSPACE

static final java.lang.String KEY_DISABLE_SRGB_COLORSPACE
Rendering Options key for disabling the sRGB color space (only possible if no PDF/A or PDF/X profile is active).

See Also:
Constant Field Values

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.