Welcome
PDFOut.AddPage
PDFOut.DisplayPreferences
PDFOut.DrawCircle
PDFOut.DrawEllipse
PDFOut.DrawLine
PDFOut.DrawRectangle
PDFOut.PrintImage
PDFOut.PrintText
PDFOut.PrintAligned
PDFOut.PrintTextRotated
PDFOut.SetDisplayMode
PDFOut.SetFont
PDFOut.SetFontColor
PDFOut.SetMargins
PDFOut.SetUnits
PDFOut.SetXY
PDFOut.WritePDF
PDFOut.WriteText
|
PDFOut.AddPage () |
Add a new page
This action dose not return any value.
|
PDFOut.DisplayPreferences ( |
(boolean) Full Screen = false, (boolean) Hide Menu Bar = false, (boolean) Hide Toolbar = false, (boolean) Hide Window UI = false, (boolean) Display Doc Title = false, (boolean) Center Window = false, (boolean) Fit Window = false ) |
Set display preferences
(boolean) displays the document full-screen (escape key to restore the normal view)
(boolean) hides the menu
(boolean) hides all toolbars
(boolean) hides all window elements (scrollbars, navigation controls, bookmarks...)
(boolean) displays the document document title instead of the filename
(boolean) Centers the window, no effect on web plugin
(boolean) sizes the window to fit the page
This action dose not return any value.
|
PDFOut.DrawCircle ( |
(number) X position, (number) Y position = 0, (number) Radius = 0, (number) Draw Width = 0, (number) Draw Color = 0, (number) Fill Color = 0, (string) Draw Style = "DRAW" ) |
Draw a circle
(number) The X position of the center of the circle in the unit of measure
(number) The Y position of the center of the circle in unit of measure
(number) The radius in the unit of measure.
(number) The width of the drawing line in unit of measure
(number) The color used to draw the rectangle.
(number) The color used to fill the rectangle.
(string) The style used to draw the rectangle.
This action dose not return any value.
|
PDFOut.DrawEllipse ( |
(number) X position, (number) Y position = 0, (number) Radius X = 0, (number) Radius Y = 0, (number) Draw Width = 0, (number) Draw Color = 0, (number) Fill Color = 0, (string) Draw Style = "DRAW" ) |
Draw an ellipse
(number) The X position that is the center of the ellipse in the unit of measure
(number) The Y position that is the center of the ellipse in the unit of measure
(number) The radius on the X axis in the unit of measure.
(number) The radius on the Y axis in unit of measure
(number) The width of the drawing line in unit of measure
(number) The color used to draw the rectangle.
(number) The color used to fill the rectangle.
(string) The style used to draw the rectangle.
This action dose not return any value.
|
PDFOut.DrawLine ( |
(number) X position, (number) Y position = 0, (number) X2 Position = 0, (number) Y2 = 0, (number) Draw Width = 0, (number) Draw Color = 0 ) |
Draw a line
(number) The X position in the unit of measure
(number) The Y position in unit of measure
(number) The second X position in unit of measure
(number) The second Y position in unit of measure
(number) The width of the drawing line in unit of measure
(number) The color used to draw the rectangle.
This action dose not return any value.
|
PDFOut.DrawRectangle ( |
(number) X position, (number) Y position = 0, (number) Width = 0, (number) Height = 0, (number) Draw Width = 0, (number) Draw Color = 0, (number) Fill Color = 0, (string) Draw Style = "DRAW" ) |
Draw a rectangle
(number) The X position in the unit of measure
(number) The Y position in unit of measure
(number) The width in the unit of measure. Set to 0 to have the image scaled to width.
(number) The height in unit of measure. Set to 0 to have the image scaled to height.
(number) The width of the drawing line in unit of measure
(number) The color used to draw the rectangle.
(number) The color used to fill the rectangle.
(string) The style used to draw the rectangle.
This action dose not return any value.
|
PDFOut.PrintImage ( |
(string) Filename, (number) X position = 0, (number) Y position = 0, (number) Width = 0, (number) Height = 0 ) |
Print an image
(string) The path to a JPG or PNG to print at the given X, Y coordinate. Click the browse button to select a file.
(number) The X position in the unit of measure
(number) The Y position in unit of measure
(number) The width in the unit of measure. Set to 0 to have the image scaled to width.
(number) The height in unit of measure. Set to 0 to have the image scaled to height.
This action dose not return any value.
|
PDFOut.PrintText ( |
(string) String to Print, (number) X position = 0, (number) Y position = 0 ) |
Print text at the given X, Y position
(string) The String to print at the X, Y position
(number) The X position in the unit of measure
(number) The Y position in unit of measure
This action dose not return any value.
|
PDFOut.PrintAligned ( |
(string) String to Print, (number) X position = 0, (number) Y position = 0, (number) Width = 0, (number) Height = 0, (string) Alignment = "LEFT" ) |
Print text in a defined rectangular cell
(string) The String to print
(number) The X position in the unit of measure
(number) The Y position in unit of measure
(number) The width in the unit of measure
(number) The height in unit of measure
(string) The alignment of the text
This action dose not return any value.
|
PDFOut.PrintTextRotated ( |
(string) String to Print, (number) X position = 0, (number) Y position = 0, (number) Angle = 0 ) |
Print text at the given X, Y position
(string) The String to print at the X, Y position
(number) The X position in the unit of measure
(number) The Y position in unit of measure
(number) The angle to rotate the text
This action dose not return any value.
|
PDFOut.SetDisplayMode ( |
(String) Zoom = "PDF_ZOOM_FULLPAGE", (String) Layout = "PDF_LAYOUT_CONTINUOUS" ) |
Defines the way the document is to be displayed to the viewer
(String) the zoom to use
(String) Page Layout
This action dose not return any value.
|
PDFOut.SetFont ( |
(String) Font Face = "Arial", (String) Font Style = "BIU", (number) Font Size = 12 ) |
Changes the font face, style, and size.
(String) The name of the font.
(String) The style of the font Bold, Italics, Underlined or any comnination of (i.e. "BI" would be Bold Italics).
(number) The size of the font.
This action dose not return any value.
|
PDFOut.SetFontColor ( |
(number) Color = 0 ) |
Changes the font color.
(number) The new font color.
This action dose not return any value.
|
PDFOut.SetMargins ( |
(number) Left Margin = 0, (number) Top Margin = 0, (number) Right Margin = 0 ) |
Set the Left, Right and Top Margins.
(number) The unit of measure for the Left Margin
(number) The unit of measure for the Top Margin
(number) The unit of measure for the Right Margin
This action dose not return any value.
|
PDFOut.SetUnits ( |
(string) Unit of Measure = "mm" ) |
Set the units to use for setting X and Y coordinates.
(string) The unit of measure
This action dose not return any value.
|
PDFOut.SetXY ( |
(number) X = 0, (number) Y = 0 ) |
Set the X and Y coordinates.
(number) X position in unit of measure
(number) Y position in unit of measure
This action dose not return any value.
|
PDFOut.WritePDF ( |
(string) Filename ) |
Save the PDF file to disk.
(string) The name of the PDF file to save to disk.
This action dose not return any value.
|
PDFOut.WriteText ( |
(string) Text to Print, (number) Height = 0 ) |
Print text at the current X, Y position wrapping at the margins at the given height
(string) The text to print at the current X, Y position
(number) The height in the unit of measure to use for line spacing
This action dose not return any value.
Made with Action Plugin Compiler