Not at the moment. PDFDocument currently assumes that the PDF will be binary (See outputHeader()). The default filter settings for PDF result in a ASCII 7-bit document except for the four non-ASCII7 character in the header (see 3.1.4 in the spec). The only exception I found is with JPEG images that are embedded as binary. To fix that JpegImage.java would need to be changed.
You can easily modify your local FOP to accomplish a ASCII7 PDF. If you submit a patch please make sure this is configurable. On 23.01.2003 12:41:22 M�ller, Markus wrote: > is it possible to generate PDFs with FOP that use the 7-bit encoding, which > is described in the PDF specification? Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
