Hi, works for me... see attachments.
Matthias On 14.06.2019 17:42, Stefan Kleinbaum wrote: > Hi, > > I tried it out but unfortunately it is not working. The language field > is empty like before. > > Best > > > > ---------- Forwarded message ---------- > From: Matthias Reischenbacher <matthias8...@gmx.at > <mailto:matthias8...@gmx.at>> > To: fop-users@xmlgraphics.apache.org > <mailto:fop-users@xmlgraphics.apache.org> > Cc: > Bcc: > Date: Fri, 7 Jun 2019 18:40:00 -0300 > Subject: Re: Set Adobe Acrobat Language > > Hi, > > try to set the language attribute in the fo:root element, e.g.: > > <fo:root language="en"> > > BR, > Matthias > > On 07.06.2019 17:29, Stefan Kleinbaum wrote: >> Dear FOP developers, >> >> how can I set the document language property in adobe acrobat >> reader? (Open a document > right click on "document properties" > >> advanced > language) >> >> language.png >> >> What is the correct metadata property for that? >> >> Many thanks in advance >> Stefan >
language_de.xml.pdf
Description: Adobe PDF document
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" language="en"> <fo:layout-master-set> <fo:simple-page-master margin="2cm" master-name="odd" page-height="297mm" page-width="210mm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence id="lastpagesequence" master-reference="odd"> <fo:flow flow-name="xsl-region-body"> <fo:block>test</fo:block> </fo:flow> </fo:page-sequence> </fo:root>
language_en.xml.pdf
Description: Adobe PDF document
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" language="de"> <fo:layout-master-set> <fo:simple-page-master margin="2cm" master-name="odd" page-height="297mm" page-width="210mm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence id="lastpagesequence" master-reference="odd"> <fo:flow flow-name="xsl-region-body"> <fo:block>test</fo:block> </fo:flow> </fo:page-sequence> </fo:root>
--------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org