org.eclipse.swt.SWTError: Unspecified error Unable to layout page 2
Hello Thomas,
Your content is likely too large to fit on a sheet of paper, according to the layout constraints of your document.
Likely causes I've found:
* Using "p" columns in grids where "d" is more appropriate. "d" is like "p" but will scale down columns if space is scarce.
* Too many columns to fit on a single page. In this case, a ScalePrint or BigPrint will scale/split the content, and this should give you a good idea of what's not laying out as expected.
Hope this helps,
-Matthew
--
You received this message because you are subscribed to the Google Groups "SWT PaperClips" group.
To view this discussion on the web visit https://groups.google.com/d/msg/swt-paperclips/-/ffiJRMEu65wJ.
To post to this group, send email to swt-pap...@googlegroups.com.
To unsubscribe from this group, send email to swt-paperclip...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/swt-paperclips?hl=en.
However, isn't there a way to determine if the resulting document would need BigPrint?