functional overview
Output pages to PDF file.
Details of Functions
Outputs the specified screen as PDF. It can be utilized to create form sheets and other documents.
If the PDF file has not yet been opened when this process is executed, it will automatically open the PDF file and close it when the sequence of processing is completed.
While the PDF file is open, pages are added to the PDF file each time this process is executed.
If you want to explicitly open/close PDF files File/PDF writing start / End of File/PDF writing to use.
parameter
- argument (e.g. function, program, programme)
-
form character string data
Specifies the name of the form from which the output image will be obtained.filter (esp. camera) character string data
Specify form filters.file-name character string data
Specify the output destination PDF file name or full path (Windows only).paper size Specify the paper size.
- A4 portrait
- A4 width
- user-specified
width Specify the width (mm) of the paper size when "Paper Size" is "User-specified".
If "Paper Size" is other than "User specified", the setting is ignored.
height Specify the height (mm) of the paper size when "Paper Size" is "User Specified".
If "Paper Size" is other than "User specified", the setting is ignored.
Top margin (mm) numeric data
Specify the top margin of the PDF file.Bottom margin (mm) numeric data
Specify the bottom margin of the PDF file.Left margin (mm) numeric data
Specify the left margin of the PDF file.Right margin (mm) numeric data
Specify the bottom margin of the PDF file.variety Specify the color of the PDF screen. - color
- black and white
left (hand) position numeric data
Specifies the Left of the range to be retrieved from the form. (additional argument)high position numeric data
Top specifies the range to be retrieved from the form. (additional argument)width numeric data
Specifies the Width of the range to be retrieved from the form. (additional argument)height numeric data
Specify the height of the range to be retrieved from the form. (additional argument)vertical alignment Aligns the display content of a PDF file with the specified vertical position.
- central
- raising the price of food to the upper limit
- last moves (in go, shogi, or chess)
horizontal arrangement The display content of the PDF file is positioned in the specified horizontal position.
- central
- left-aligned
- right-aligned
- Multiple pages of PDF can be created by specifying multiple additional arguments.
- return value
- without