Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     PDF Layout (merge PDF outputs into one)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
PDF Layout (merge PDF outputs into one)
 Login/Join
 
Silver Member
posted
Is there any way in Webfocus to merge two PDFs ?
I know when we have two separate reports - each producing PDF output - we can combine them into one PDF using PDF Layout, I would like to know if I have a PDF doc on server, is there any way I can combine that PDF with report PDF and produce as one PDF WF report output ?

Any suggestion/comment would be greatly appreciated !!


-Yogesh Patel
------------------------------------------------------------------------
PROD: WF 764 on Linux Apache tomcat v5.5
DEV: WF 768 on Linux
 
Posts: 42 | Location: Edison, New Jersey | Registered: January 30, 2007Report This Post
Platinum Member
posted Hide Post
Hi Yogesh,
Do a search on IBI's tech support page for compound pdf and you should find plenty of examples to follow like this one:

Here is an example of a PDF styled Compound report using the SET COMPOUND command:

TABLE FILE CAR
SUM SALES BY COUNTRY BY CAR
ON TABLE SET COMPOUND 'OPEN NOBREAK'
ON TABLE PCHOLD FORMAT PDF
END
TABLE FILE CAR
PRINT MPG BY COUNTRY BY CAR BY MODEL
ON TABLE SET COMPOUND NOBREAK
END
TABLE FILE CAR
SUM SALES BY COUNTRY
ON TABLE SET COMPOUND 'CLOSE NOBREAK'
ON TABLE PCHOLD FORMAT PDF
END

Regards,
Rich


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
 
Posts: 173 | Registered: November 16, 2005Report This Post
Silver Member
posted Hide Post
I am looking for something that allows me to take already generated PDF report/file which is stored on the WF server and then combine it with a PDF report.

Basically any PDF file (may not be a report) if I want to merge with a webfocus generated PDF report - is it possible and if yes how ??


-Yogesh Patel
------------------------------------------------------------------------
PROD: WF 764 on Linux Apache tomcat v5.5
DEV: WF 768 on Linux
 
Posts: 42 | Location: Edison, New Jersey | Registered: January 30, 2007Report This Post
Virtuoso
posted Hide Post
WF would have to be able to read a PDF document as input and there is no functionality in WF to do that. There is functionaliity in WF to attach a pre-existing document so that may get you part way, but can't really "combine" output in PDF format with a pre-existing document in PDf format. Not many times do you have to say WF can't do it, but I think you're out of luck on this one. Frowner


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Expert
posted Hide Post
I have used a command-level tool called PDCAT from Glance to achieve this functionality and it worked wonderfully on Windows and UNIX. Unfortunately, taking a quick look at their website, I don't see them offering this product any more, though you may have better luck. You could try looking for another command-line tool that does the same thing.

This is how I would call PDCAT in UNIX to concatenate several WebFOCUS generated PDF reports along with previously existing PDF files:

C:
cd c:\IBI\Apps\p700\p7pdf\
cd RLO\A000119074\P20020228\
c:\IBI\pdcat\pdcat -r  -bglogo P7P915.pdf  -I "Exchange Rates" P7R101.pdf  -I "Summary of Account" P7R102.pdf  -I "Portfolio Valuation Summary" P7R103.pdf  -I "Pending Sales" P7R114.pdf  -I "Capital Issues" P7R115.pdf  -I "Cash Receipts" P7R116.pdf  -I "Cash Disbursements" P7R117.pdf  temp.pdf
c:\IBI\pdcat\pdcat -r  -bglogo c:\IBI\Apps\p700\p7pdf\standard\p7p910e.pdf  -c "Global Custody Reporting"  -sub "Account No.: 000119074"  -I "Title Page" P7P920.pdf  -I "Disclaimer" c:\IBI\Apps\p700\p7pdf\standard\p7p900e1.pdf  -I "Table Of Contents" P7P921.pdf  temp.pdf  C:\ibi\srv52\home\etc\RLO_A000119074_P20020228.pdf
rm temp.pdf


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     PDF Layout (merge PDF outputs into one)

Copyright © 1996-2020 Information Builders