Hi !
I need to display a picture of an EPC on Word or PDF. I managed how to do that.
However, I'd like to display the picture ALWAYS on a new page automatically. Is there a way to do that ?
Thank you !
Hi !
I need to display a picture of an EPC on Word or PDF. I managed how to do that.
However, I'd like to display the picture ALWAYS on a new page automatically. Is there a way to do that ?
Thank you !
Before inserting the picture you can insert a page break.
You'd do that with the StandardOutputObject.OutputField method and the Constants.FIELD_NEWPAGE field identifier.
Before inserting the picture you can insert a page break.
You'd do that with the StandardOutputObject.OutputField method and the Constants.FIELD_NEWPAGE field identifier.