Good afternoon, My name is Vladimir Kacer. I would like use your Apache-FOP processor. I tried to convert my '.fo' file to PDF file.
In my '.fo' file I'm using text 'width="190pt' and 'width="190px'. Both, 'pt' and 'px', has same size in PDF format because FOP is set up to 72dpi. Default FOP settings is 72dpi (dots/pixels per inch) for Images and SVG graphic. I would like set up to 96 dpi. I tried 2 ways: 1) Config file – I set up 96dpi to config file(<target-resolution>96</target-resolution>) but nothing change 2) Command line – ‘java -jar fop.jar -dpi 96 -fo test1.fo -pdf test1_.pdf’ and nothing change as well Same problem I have with text. Default Text settings is set up to 72dpi and I need set up to 96dpi. Can somebody help me, please. Thank you so much for your answer. Best regards, Vladimir Kacer -- View this message in context: http://www.nabble.com/change-FOP-Text-dpi-and-graphic-dpi-tp16743206p16743206.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
