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.
When i use output format as "HTML" i am able to see the images in html output. But if i change the output format to PDF, URL values are displayed in pdf outputs instead of images.
Note: Image url value are a separate define field. So i need to print it as like a column.
Please help me how to get the image in PDF output.
Thanks in advanceThis message has been edited. Last edited by: Kerry,
As of my understanding,In the link you provided has the 2 methods: 1) how to embed image from URL into HEADING/FOOTING of report. TYPE={REPORT|heading}, IMAGE={url|file|(column)} [,BY=byfield] [,POSITION=([+|-]x [+|-]y )] [,SIZE=(w h)] [,PRESERVERATIO={ON|OFF}],$
2) how to embed BLOB image field into report. TYPE=DATA, COLUMN=imagefield, IMAGE=(imagefield), SIZE=(w h), [PRESERVERATIO={ON|OFF},] $
My scenario is: I get URL value from one real field. I need to display the images using the URL values in PDF.
Original Table data ------------------- Sno Image-URL -------------- 1 urlvalue1 2 urlvalue2 3 urlvalue3
In PDF output it should be like ------------------------------- Sno Images -------------- 1 Image1 2 Image2 3 Image3
Image1,2 and 3 are images in pdf.
If there is any other option, can you please suggest me .....
SelvaThis message has been edited. Last edited by: selva ganapathy,
I had the same problem with a self-service app. In my environment, I determined that images for HTML output must reside on the Web Server and images for PDF output must reside on the Reporting Server.
WF Client 7.6.10 on Solaris WF Reporting Server 7.6.10 on AIX
WebFOCUS Client 8.201 on Windows WebFOCUS Reporting Server 8.2 ReportCaster 8.201 DataMigrator 8.201 WebSphere 8.5 All output formats
Posts: 4 | Location: United States | In FOCUS since 1989 | Registered: March 10, 2009