Message 1 of 1
Custom Papersize selection problem

Not applicable
03-02-2011
05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the folowing problem, when I want to plot a layout to a specific pc3 with a specific papersize I can't set the papersize to a custom medianame.
The same script works with a standard medianame.
How can I set the papersize to a custom one without anny errors?
Code where it hangs:
psv.SetPlotConfigurationName(ps, "PR PDFPlot.pc3", "MyCustomSize")
When I use the folowing code I don't have errors:
psv.SetPlotConfigurationName(ps, "PR PDFPlot.pc3", "ISO_A0_(1189.00_x_841.00_MM)")