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.
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, 2007
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
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, 2007
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.
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, 2007
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: