Questions tagged [renderx]

13 questions
2
votes
1 answer

Open Source Font for displaying Chinese characters in PDF through RenderX in Unix System

We are generating the PDF through RenderX and need to know open source font files which would generate chinese characters / multilanguage . We used arialuni.ttf for POC in windows. Kindly let us know any commercially free Fonts available.
user403386
  • 43
  • 1
  • 5
1
vote
2 answers

PDF-UA In a table not organized with Headers attributes and IDs, a TH cell does not contain a Scope attribute

We use xsl-fo to generate pdf. We want the pdf to be pdf-ua-compliant. We use veraPDF for validation this standard. When there is a table-header that has horizontal spanned cells, it complains about rule 7.5-1: "In a table not organized with…
Siebe Jongebloed
  • 3,906
  • 2
  • 14
  • 19
1
vote
1 answer

XSL FO losing styling on header rows of a table using border-collapse=separate

For the project I am working on the default for the tables we are using is to have the border-collapse property set for collapse, essentially, the outcome I am looking for will make the table rows closer together
Nick
  • 23
  • 4
1
vote
1 answer

How to get and/or dimensions before they are rendered in xslfo?

More specifically the height of block elements that would be rendered in a pdf document using RenderX. Say for example I have this simple xslfo output with some text and a table:
1
vote
2 answers

saxon complains about unknown function although function-available

I'm transforming something by xslt, trying to make use of the xalan function document-location if and when it is available, and avoiding it otherwise (portable). Sample code:
Stefan Hegny
  • 2,107
  • 4
  • 23
  • 26
1
vote
0 answers

CGM File support in RenderX

Does RenderX support CGM file formats? Earlier the support for the same is not there. Are there any workarounds to achieve the same? After few trails we came across a tool called JCGM which generated FO which can be used as in input for RenderX. But…
Ajai Gopal
  • 189
  • 4
  • 12
0
votes
1 answer

RenderX XEP license doesn't work how it should

I have upgraded xep from 4.4 version to 4.30, bcs I need PDFForms. I downloaded v4.30 from renderX page using my license. But when I tried rendering PDFforms or BarCode with my license it didn't work. I switched to trial license and it worked just…
Saitty
  • 11
  • 3
0
votes
1 answer

How do you get different bullet characters that work for xsl-fo with XEP

Here's my code to select bullet types for different nested lists, but only the disc shows up in the PDF. How can I get a hollow circle and solid square symbol to show up?
Webucator
  • 2,397
  • 24
  • 39
0
votes
0 answers

Renderx: Link to file embedded in pdf

I'm attaching files to a pdf with XEP and xsl-fo:
Stefan Hegny
  • 2,107
  • 4
  • 23
  • 26
0
votes
2 answers

RenderX XSL file

I installed RenderX and found XEP Assistant when hit x4u.bat file. We can select available XML and XSL file and based on that we can generate PDF using XEP Assistant. but if i want to edit the XML or XSL where and what functionality is available in…
Ankur
  • 19
  • 7
0
votes
1 answer

When creating a pdf with xslt is it possible to have a bookmark that stays highlighted for all of its sub-section

I would like to know if it would be possible to have a bookmark stays highlighted for all of its sub-section. Let's say this is my xslt code that produce 2 pages or more. //code If I produce my pdf with…
J. Lev
  • 307
  • 3
  • 19
0
votes
1 answer

How to make pdf bookmark with renderx(XSL)

I have to modify the xsl of a file to make a pdf. We used to use AntennaHouse, but someone decided that we should now use RenderX. So I need to find an equivalent to
J. Lev
  • 307
  • 3
  • 19
0
votes
1 answer

XSLT barcode generator from RenderX

Any has any idea why the 'code128-svg.xsl' contains some nonsense? Can anyone teach me how to use download the necessary files from RenderX Code 128? I have downloaded those code128.xsl, code128-svg.xsl, testdata.xml and test-barcodes-fo.xsl to test…
king jia
  • 692
  • 8
  • 20
  • 43