| Article | 70002033 |
| Type | Bug |
| Product | Engine |
| Version | 9001 |
| Date Added | 8/24/2021 |
| Fixed | 9.9002.0.7 (8/27/2021) |
| Submitted by | Mike Kruse |
Summary
Difference exporting pdf when perspecive is ON
Solution
Viewports with 3d rendering mode exported to pdf as bitmap.
The maximum supported bitmap is 4096 x 4096 pixels by pdf.
When resulted bitmap is grater than this
a.When PerspectiveMode is OFF the render is split to smaller bitmaps
b.When PerspectiveMode is ON the bitmap is render to a single bitmap(it is not possible to split in perspective) but with smaller resolution so the bitmap size is smaller or equal to 4096x4096.
When a Layout contains viewports that are in perspective mode ON then you can use a smaler printer Resolution for example 300 dpi or less this will produce better results.
NOTE:Currently when exporting a single Model (not a layout) to a PDF using a big resolution the result is incorect
We will fix it in our next patch by auto change the output resolution to smaller value internally.
