Thursday 26 July 2012

How to print on A3 size paper using PASTA in Oracle Apps 11i?


How to print on A3 size paper using PASTA in Oracle Apps 11i?

The pasta_.cfg file has to be edited to change the print size. If the pasta_.cfg isn’t existing then changes has to be done to the default file: pasta.cfg.

File location : FND_TOP/resource

How to perform:

- Go to $FND_TOP/resource

- Take the backup of the pasta.cfg

- Edit the pasta.cfg -- Paper Size (in inches) section with the A3 paper size
details.

e.g.
Change pasta.cfg paper size section from :

        %% ============== Paper Size (in inches) =================== %%
        % You can specify the paper (page) size in inches. Pagewidth
        % specifies width and pageheight specifies height. If you want
        % to use a different paper size for a particular language or
        % territory, please override this value in the language and/or
        % territory sections.

        % [A4]
        pagewidth=8.27
        pageheight=11.64

To :

        %% ============== Paper Size (in inches) =================== %%
        % You can specify the paper (page) size in inches. Pagewidth
        % specifies width and pageheight specifies height. If you want
        % to use a different paper size for a particular language or
        % territory, please override this value in the language and/or
        % territory sections.

        % [A3]
        pagewidth=11.64 
        pageheight=16.54


- Save the changes.

- Bounce the Concurrent Manager.

- Submit the request which you want to print on A3 size paper.


Reference Id: 251281.1

1 comment: