Problem with PDF/A and XMP-Metadata

2013-08-05 Thread Björn Stenersen
Hello, i am trying to create a pdf/a with FOP 1.1, but the validation of the generated PDF always fails due to corrupt xmp-metadata. I tried several Validators, all of them report the same error: XMP metadata: Property 'language' in predefined XMP schema 'http://purl.org/dc/elements/1.1/' for

Re: Problem with PDF/A and XMP-Metadata

2013-08-05 Thread stenersen
Sorry i accidently sent this mail twice :-( Original Post is http://apache-fop.1065347.n5.nabble.com/Problem-with-XMP-Metadata-and-PDF-A-Validation-td38973.html -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Problem-with-PDF-A-and-XMP-Metadata-tp38979p38980.html Sent

Re: Problem with XMP-Metadata and PDF/A-Validation

2013-08-05 Thread stenersen
Hi Terence, i tried your syntax but nothing changed. dc:language rdf:Bag rdf:li de-DE /rdf:li /rdf:Bag /dc:language is sill removed by fop and printed as dc:languagex-unknown/dc:language to the xmp-metadata. -- View

Re: Problem with XMP-Metadata and PDF/A-Validation

2013-08-05 Thread stenersen
I just tried to use FOP 1.0 and it works! So i had a look at the code and found out that in the constructor of org.apache.fop.pdf.PDFRoot:75 the line setLanguage(x-unknown); overrides my property. This line is new in FOP 1.1. Is this a bug? -- View this message in context:

Changing the Logger

2013-08-05 Thread Nicolas Dubien
Hi, I would like to change the default Logger used by a FopFactory. I read some information about this feature but did not find how to change this logger. How can I change the Logger of my FopFactory ? I am using a JBoss serverso I will have to use its default Logger: org.jboss.logging.Logger

Re: Problem with XMP-Metadata and PDF/A-Validation

2013-08-05 Thread Terence M. Bandoian
On 8/5/2013 2:24 AM, stenersen wrote: I just tried to use FOP 1.0 and it works! So i had a look at the code and found out that in the constructor of org.apache.fop.pdf.PDFRoot:75 the line setLanguage(x-unknown); overrides my property. This line is new in FOP 1.1. Is this a bug? Hi,

Re: Multi Language Support in PDF

2013-08-05 Thread Glenn Adams
If you read the information I posted at [1], you will find that Telugu script is not yet supported. However, Devanagari script has initial support, which you can try out. [1] http://xmlgraphics.apache.org/fop/1.1/complexscripts.html On Mon, Aug 5, 2013 at 5:06 AM, jaya chandra Reddy

breaking line rules

2013-08-05 Thread Elena Fialkova
Hello, How do you format a column so that it breaks ONLY on space. Currently, it seems to have many rules to break a text in a column. For example, it breaks on space, but it wouldn't start a new line of text with a period or comma. We want it always to break on space and only on space, no