How can I use STREAMOID to populate an <img> tag in ZEN reports from a stored jpg in a class object
The value of Image :
http://xxx.xxx.xxx.xxx:57772/csp/dev/%25CSP.StreamServer.cls?STREAMOID=…
Snippet below:
How can I use STREAMOID to populate an <img> tag in ZEN reports from a stored jpg in a class object
The value of Image :
http://xxx.xxx.xxx.xxx:57772/csp/dev/%25CSP.StreamServer.cls?STREAMOID=…
Snippet below:
I'm trying to add the greater than or equal character on a ZEN PDF report and was wondering how and what code I can use Unicode to print it.
Is is as simple as using $c
What is the correct way to specify rowspan and colspan in a ZEN PDF report using <Item> <Caption>
I am specifying rowspan in the <Caption> tag after the <Item> but it's not working.
I have a PDF ZEN report module that I'm using
What I need is for a particular value to add a background image to the <item> that is calling the XSLFoXslt
The code I have is the following but all that happens is the color.
{
<xsl:template name="HighLight">
<xsl:param name="Value"/>
<xsl:attribute name='background-image'>url("images/trash-icon.png")</xsl:attribute>
<xsl:attribute name='background-repeat'>no-repeat</xsl:attribute>
<xsl:attribute name='color'>#ffffff</xsl:attribute> </xsl:if>
}
I'm using FOP 1.1 for ZEN reports and would like to install fonts within the Windows/Fonts directory.
I added the xml tags in fop.xconf but so far I have been unable to get the correct font.
<renderers>
<renderer mime="application/pdf">
<fonts>
<directory>c:\windows\fonts</directory>
<!-- automatically detect operating system installed fonts -->
<auto-detect/>
</fonts>
Any advice would be appreciated.
Dear Developers,
I have a complex ZEN PDF report that has multiple tables that essentially are the same but are populated by different global definitions. The code has hardcoded groups for these tables but I would like the number of tables to be variable as many as there are global levels for a particular report.
Is there any way that I could build a report from a variable source of data rather that hardcoding 10 or more exact sections like the code below ?
The code below is for table 2 in my report
<pagebreak ifexpression="%report.
I'm writing a ZEN PDF report that uses StyleCalls to modify/HiLight table cells.
Is it possible to use a ZenMethod to create the Xdata below? I need to modify the colors based on flags.
I have a report that requires a different header block for the first page and another for subsequent pages.
Is there a way to direct a header page to another header page based on what the current page number is?
I have a ZEN PDF report that prints headers and footers with images correctly but when I try to embed an image into a table it does not print.
Are there examples snippets where a fully url qualified image can be embedded within the <table><item><img> tags?
Is there a ZEN control that allows rich text entry that can be used to print PDF reports
I need a way to programically and dynamically add tables and other controls to a blank Zen Page.
Are there code examples where a global can dynamically create the tables and populate it with data?
Is there a call in ZEN to FOP to combine (merge) separate PDF documents into one?
Or does anyone know of a Windows server program that could be called from Cache to do this.
Thank you in advance.
What is the syntax in Zen PDF Reports to form feed between tables?
Is there a way of coding in ZEN for the graphic below for ZEN PDF reports?
.png)
I can run Google Maps within a Zen app via the <ds:mapView> with no issue.
Is there a way to embed google maps in a ZEN PDF report?
An example of code would be most useful.
Thank you
Downloading the release notes for 2018.1 gives the 2017.1 PDF release notes.
Can someone please correct this or direct me where the release notes could be found