Developer Resource URL
https://community.informatica.com/community/developers
https://community.informatica.com/community/developers
Country (Key) | 'United States' | 'Japan' | 'France' | 'England' | 'India' |
Currency (Value) | 'Dollar' | 'Yen' | 'Euro' | 'Pound' | 'Rupee' |
'San Francisco' | 'New York' | 'Paris' | 'Tokyo' |
renderAs | String | The
name of any supported content converter. Currently PDF is the only
supported content converter. Setting this attribute to "pdf" renders the
page as a PDF.
Rendering a Visualforce page as a PDF is intended for
pages that are designed and optimized for print. Standard components
that aren't easily formatted for print or contain form elements like
inputs, buttons, any component that requires JavaScript to be formatted,
shouldn't be used. This includes but is not limited to, any component
that requires a form element. Verify the format of your rendered page
before deploying it.
If the PDF fails to display all the
characters, adjust the fonts in your CSS to use a font that supports
your needs. For example, add the following style definition to your
page's styles:
body { font-family: 'Arial Unicode MS'; }
Note that the pageBlock and sectionHeader components don't support double-byte fonts when rendered as a PDF.
|
13.0 | global | |
rendered | Boolean | A Boolean value that specifies whether the page is rendered. If not specified, this value defaults to true. | 10.0 | global |