cancel
Showing results for 
Search instead for 
Did you mean: 

Control Paper Size by Document Type

Former Member
0 Kudos

Hi Experts,

Is it possible to control the paper size(DINA4/INCH11) of Smartforms by the document type?

Different printer is used to print the same smartforms, functional consultant require it to have different paper size output depends on document type.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

Yes, it is possible to control the paper size based on document type. Only thing you need you create different smart forms. And build some logic inside your driver program.

Example:

IF doc typ = 'A'

Call SF 1

ELSEIF doc type = 'B'

Call SF2

.....

....

Endif.

Close the thread once your question is answered.

Regards,

SaiRam

Answers (0)