Focal Point
[RESOLVED] Compound Coordinated PDF is adding random blank pages

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/518109793

March 18, 2010, 10:33 PM
Winfred Gunter
[RESOLVED] Compound Coordinated PDF is adding random blank pages
I have a 3 page pdf with 4 break values. Only on the last break it inserts a blank page, then at the end of the report another blank page. I have tried everything I've found on this site pertaining to blank pages in pdf with no luck.

Any help would be appreciated.

Thanks,
--wg

This message has been edited. Last edited by: Winfred Gunter,


WF 8009m, Clustered vm Windows2008r2 reporting servers;
Web interface: tomcat;
Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql
March 18, 2010, 10:51 PM
njsden
Would you be able to work an example using the CAR table replicating the behaviour?

Just as a comment, have you tried altering the PRINTPLUS setting ON a/o OFF to see which effect it has on your output?

Neftali.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
March 18, 2010, 11:07 PM
Waz
Post your code if you can.

Do you have an ON TABLE SUBFOOT ?

This can put a "Blank page" and the end


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

March 19, 2010, 12:06 AM
Winfred Gunter
I have tried PRINTPLUS and PAGE NOBREAK from reading another discussion. PRINTPLUS ON or OFF didn't affect the output.

Plus another member said he had the same problem and fixed it by doing a squeeze=1.8 on a column..... don't know what that means, but it made me go check all my components to make sure they were sized well within the page margins.

I'm afraid I can't duplicate using the car file.

Also, I could post the layout page, but there are 23 reports and graphs on three pages. Each report / graph is a separate fex.

My VP level (top level) copy of the code, doesn't do coordination and it display fine with no random blank pages. It happens on the region level where I've included a high-level SORT_FIELD for coordination.... otherwise the layout is a duplicate of the VP Level.


WF 8009m, Clustered vm Windows2008r2 reporting servers;
Web interface: tomcat;
Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql
March 19, 2010, 12:21 AM
Waz
Is anything on the blank pages at all ?? (No Snide remarks please Big Grin)

Could they be paneling ?

This message has been edited. Last edited by: Waz,


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

March 19, 2010, 12:25 AM
Winfred Gunter
The blank pages are completely blank.... kinda wish something was there.... it would be a clue.

Can you disable paneling? In case, it's paneling, but it really doesn't have anything else to print (paneling white space).


WF 8009m, Clustered vm Windows2008r2 reporting servers;
Web interface: tomcat;
Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql
March 19, 2010, 02:01 AM
Waz
An interesting test would be to change the page size to something larger.

For me I would change from A4 to A3, which is twice the size.

If it doesn't get the extra blank pages, then there is a good chance that it is paneling.

Normally with paneling, you should get the page number, is it turned on ?


Can you post the code ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

March 19, 2010, 10:14 AM
GinnyJakes
Have you looked at the flow/overflow settings? Sometimes that affects what comes out where on the page.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
March 19, 2010, 10:43 AM
Winfred Gunter
Thanks for response (Waz and GinnyJakes), two good ideas to try.

I checked the overflow and it's set to 'fixed'.
I changed this to 'flowing' and the blank pages
went away!!!!!

Thanks GinnyJakes! Big Grin


WF 8009m, Clustered vm Windows2008r2 reporting servers;
Web interface: tomcat;
Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql