I want to have a block of text with a border and background
colour which is just wide enough for the text.
I’ve tried fo:block with border and background-color
attributes but the block always seems to extend across the whole page.
Any simple solution?
Richard
Israel Romero Fijo wrote:
Hi!!!
I'm trying to config Fop for embedding my fonts, but obviously don't do it.
Font embedding works for True Type Fonts in PDF. Your code and user config
file look okay. Why do you think Font embedding hasnt worked? Is there an
error message during rendering or does
Hi!!!
I'm trying to config Fop for embedding my fonts,
but obviously don't do it.
I'm trying to load file userconfig.xml from java
using...
-
File
userConfigFile = new
File("C:\\fop\\userconfig.xml");
Options options = new
Options();
op