Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace IBM i
Categories Print
Created by Guest
Created on Aug 17, 2017

PDF A3

We need the possibility of creating PDF-files in format A3


Use Case:

ovrprtf wscst(*pdf)


Idea priority High
  • Guest
    Reply
    |
    Dec 20, 2018

    The PDF output of the 5770-TS1 transform will have the same page size as specified in the PAGESIZE printer file parameter. No new function is needed.

  • Guest
    Reply
    |
    Sep 25, 2018

    The CAAC has reviewed this requirement and recommends that IBM not implement this request. As described in the previous comments, there is already support for this, using the PAGESIZE parameter.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.

    For more information about CAAC, see www.common.org/caac

    For more details about CAAC's role with RFEs, see http://www.ibmsystemsmag.com/Blogs/i-Can/May-2017/COMMON-Americas-Advisory-Council-%28CAAC%29-and-RFEs/

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Aug 20, 2018

    I just ran a test of how CPYSPLF sets the page size of the PDF - I used the OVRPRTF command. CPYSPLF uses the page size settings to set the PDF page size, so far as I can tell. I used the following commands:

    OVRPRTF FILE(QSYSPRT) PAGESIZE(140 165) LPI(12) CPI(10) --> 12 LPI * 11.7 inches is 140 - A3 landscape in inches is 16.5 X 11.7.
    OVRPRTF FILE(QSYSPRT) PAGESIZE(29.7 42.0 *UOM) LPI(8) CPI(10) UOM(*CM) --> A3 landscape is 420x297 mm, PAGESIZE is in cms, height first.

    Both of these produced PDFs of 41.905x29.630 cm - does this satisfy the request? It would need A3 paper in order to print without reduction.

    My CPI and LPI settings - those might not be what is used, but they are not used to set the size of the PDF page, so far as I know.

  • Guest
    Reply
    |
    Aug 29, 2017

    As to RHEDE's comment about needing QRCODE - these are easily added to a PRTF using the BARCODE keyword and one of several 2D types that have been supported for some time now. PRTF has to be *AFPDS type.

  • Guest
    Reply
    |
    Aug 29, 2017

    I wondered about modifying the WSCST that is used for the transform. It is not obvious that there is a page-size option there - there are 3 used for this - QCTXPDF, QCTXPDFWT, and QCTXPDFMBD - these differ mostly as to the fonts specified.

    The knowledge center article on modifying CTXFORM WSCST objects has no reference to changing page size.

    See this link: https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_61/rzalu/rzaluwscstpara.htm

    Maybe page size is controlled elsewhere.

  • Guest
    Reply
    |
    Aug 17, 2017

    We need to create QRCODE (Barcode).