|
parameter
|
|
default
|
|
license
|
Your license code. Needed. |
|
|
inputtype
|
Values:
DOC, RTF, TXT, PPT, XLS, HTM, IMG
|
|
|
output
|
This option allow you to choose how remotePDF should return the rendered PDF.
0 = show it in browser
1 = starts the download of the file
2 = sends the raw data of the file: useful if you need to manage the content with your own script.
|
1
|
|
outputfilename
|
The name used when download (used if ‘output’ parameter is 1) . Optional. |
<random name> |
|
basehref
|
Helps the HTML renderer engine in case of relative links inside the page. It’s the equivalent of <base href=""> directive. Optional. |
<empty> |
|
resolution
|
Sets the resolution of the images of the output file in dots per inch |
72
|
|
orientation
|
Sets the orientation of the output file.
Values:
P, PORTRAIT, L, LANDSCAPE
|
P
|
|
papersize
|
Sets the paper size of the file.
Values:
A3, A4, A5 ,LETTER, LEGAL
|
A4
|
|
displayzoom
|
Sets the default zoom to show when PDF will be opened.
Values:
fullpage, fullwidth, real, default
|
default
|
|
displaylayout
|
Sets the layout used to show the PDF.
Values:
single, continuous, two, default
|
default
|
|
title
|
Sets the PDF title. Optional. |
<empty> |
|
author
|
Sets the PDF author. Optional. |
<empty> |
|
subject
|
Sets the PDF subject. Optional. |
<empty> |
|
keywords
|
Sets the PDF keywords. Optional. |
<empty> |
|
All parameters with a default value are optional. |