<PDF> Set PDF output properties
| Property | Description |
| Author=... | PDF Document Author |
| Background-Color=color | Background Color for current Page |
| Database=... | Attach Database DSN |
| DrawMargins="True | False" | Draw PDF Margins (blue dot line) |
| Encoded="true | false" | PDF processes bar | | encoded formatting commands |
| FontColor=color | Default Font Color |
| FontName="Times|Courier|Helvetica" | Default Font Name |
| FontSize=pts | Default Font Size |
| Keywords=... | PDF Document Keywords |
| Landscape="True | False" | Page to Landscape (true) or Portrait (false) |
| Margin-Color=colors | Set Margin Colors "left,right,top,bottom" or 1 color for all margins |
| Margin-Left=inches | Set Left Margin |
| Margin-Right=inches | Set Right Margin |
| Margin-Top=inches | Set Top Margin |
| Margin-Bottom=inches | Set Bottom Margin |
| Margins="top,bottom,left,right" | PDF Margins (Inches) 1 value sets all |
| PageSize="width,height" | PDF Page Size (inches) (portrait referenced) Default "8.5,11" |
| PageLayout="layout" |
Page Layout when document opens (odd/even) SinglePage, TwoColumnLeft,TwoColumnRight,TwoPageLeft,TwoPageRight |
| Rotate=0 | 90 | 180 | 270 | Rotate Current Page the angle specified |
| 3D-toolbar=true | false | 3D toolbar for .U3D and .PRF images |
| 3D-lighting-scheme=... |
3D Lighting Scheme (default=DAY) cad, white, red, blue, green, cube, primary, headlamp, hard, day |
| 3D-Render-Mode=... |
3D Render Mode (default=Solid) Solid, SolidWireframe, Transparent, TransparentWireframe, BoundingBox,TransparentBoundingBox, TransparentBoundingBoxOutline, Wireframe, ShadedWireframe, HiddenWireframe, Vertices, ShadedVertices, Illustration, SolidOutline, ShadedIllustration |
| 3D-Background-Color=color | 3D Background Color, (Default=white) |
| 3D-View="name" | 3D Value Name (Default = "view_0") |
| 3D-Camera-Distance-Z=n | 3D Camera Z Distance (Default = 3600) |
| 3D-Name="name" | 3D Name (Default = "PDF3D Scene") |
| Subject=... | PDF Document Subject |
| Title=... | PDF Document Title |
| Watermark=... | PDF Watermark |
| onDocumentOpen=... |
JavaScript to execute onDocumentOpen examples: "Zoom=100;" or "app.alert('Hello World');" |
| onWillClose=... | JavaScript to execute before closing document |
| onWillSave=... | JavaScript, Before Saving Document |
| onDidSave=... | JavaScript, After Saving Document |
| onWillPrint=... | JavaScript, Before Printing Document |
| OnDidPrint=... | JavaScript, After Printing Document |