VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/plugins/org.dita.pdf2/fop/README@ 99507

最後變更 在這個檔案從99507是 98584,由 vboxsync 提交於 2 年 前

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 10.4 KB
 
1$Id: README 98584 2023-02-15 12:56:39Z vboxsync $
2
3==============================================================================
4 APACHE FOP - README
5==============================================================================
6
7Contents of this file:
8 - What is FOP?
9 - Legal Information
10 - Where to get help?
11 - How do I build FOP?
12 - How do I run FOP?
13 - Release Notes
14
15==============================================================================
16
17
18What is FOP?
19------------
20
21Apache FOP is a print formatter driven by XSL formatting objects. It is a Java
22application that reads a formatting object tree conforming to the XSL 1.1
23Recommendation (05 December 2006) and then turns it into a PDF document,
24certain other output formats or allows you to preview it directly on screen.
25Note that not all parts of the XSL 1.1 specification have yet been
26implemented.
27
28Apache FOP is part of Apache's XML Graphics project. The homepage of Apache
29FOP is http://xmlgraphics.apache.org/fop/.
30
31
32Legal Information
33-----------------
34
35Apache FOP is published under the Apache License version 2.0. For the license
36text, please see the following files:
37- LICENSE
38- NOTICE
39
40Legal information on libraries used by Apache FOP can be found in the
41"lib/README.txt" file.
42
43Here is a list of files included in Apache FOP but not published under Apache
44License version 2.0:
45- sRGB IEC61966-2.1 color profile
46 File: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm
47 Info: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt
48- K3 3 of 9 barcode font (TrueType)
49 File: examples/fo/advanced/K3.TTF
50 Info: examples/fo/advanced/K3.README
51- DejaVu LGC Serif font (TrueType)
52 File: test/resources/fonts/DejaVuLGCSerif.ttf
53 Info: test/resources/fonts/DejaVuLGCSerif.LICENSE
54
55
56Where to get help?
57------------------
58
59http://xmlgraphics.apache.org/fop/gethelp.html
60
61A mailing list where you can get all your questions about FOP answered is at
62[email protected]. You can subscribe by sending an empty mail
63to [email protected].
64
65Before you post any questions, please have a look at the FAQ at
66http://xmlgraphics.apache.org/fop/faq.html and FO help page at
67http://xmlgraphics.apache.org/fop/fo.html.
68
69Please report bugs to bugzilla at http://issues.apache.org/bugzilla/
70
71
72How do I build FOP?
73-------------------
74
75If you've downloaded a binary distribution, you don't need to build
76FOP.
77
78Otherwise, please follow the instructions found here:
79http://xmlgraphics.apache.org/fop/stable/compiling.html
80
81
82How do I run FOP?
83-----------------
84
85Simply by typing "fop" on the command-line. Without any parameters you
86will receive a screen with instruction on how to call FOP from the
87command-line.
88
89For more details, see:
90http://xmlgraphics.apache.org/fop/stable/running.html
91
92==============================================================================
93 RELEASE NOTES
94==============================================================================
95
96Version 1.1
97===========
98
99This release of Apache FOP primarily addresses bug fixes and also adds a number
100of new features. See below for details.
101
102Compliance
103----------
104
105This release implements the XSL 1.0 and 1.1 recommendations to a relatively
106high degree of compliance. See the compliance page
107http://xmlgraphics.apache.org/fop/compliance.html for further details.
108
109Known issues
110------------
111
112A detailed list of known issues in this release is available at
113http://xmlgraphics.apache.org/fop/1.1/knownissues_overview.html.
114
115Major Changes in Version 1.1
116----------------------------
117
118* Adds support for complex scripts.
119* Adds support for TTF fonts in PostScript.
120* Adds support for PDF Object Streams.
121* Adds support for PDF 128-bit encryption.
122
123A more detailed list of changes in this release is available at
124http://xmlgraphics.apache.org/fop/1.1/changes_1.1.html.
125
126A more detailed list of changes in this and earlier releases is available at
127http://xmlgraphics.apache.org/fop/changes.html.
128
129Version 1.0
130===========
131
132This is a production grade release of Apache FOP.
133It contains many bug fixes and new features. See below for details.
134
135Compliance
136----------
137
138This release implements the XSL 1.0 and 1.1 recommendations to a high
139degree of compliance. See the compliance page
140http://xmlgraphics.apache.org/fop/compliance.html for a detailed
141overview.
142
143Known issues
144------------
145
146The known issues of this release are listed at
147http://xmlgraphics.apache.org/fop/1.0/knownissues_overview.html.
148
149Major Changes in Version 1.0
150----------------------------
151
152* Added support for addressing all glyphs available in a Type 1 font
153* Added support for auto-configuring TrueType Collections. XML font
154 metrics files for *.ttc fonts are not required anymore.
155* Added support for rendering pages using Java Printing System.
156* Support character-by-character font-selection strategy on
157 fo:character element.
158* Implemented word-by-ford font-selection strategy on text.
159* AFP Output: Various enhancements
160* FOP now creates ToUnicode CMaps for single-byte fonts that don't use
161 built-in encodings
162* Introduced a new, additional intermediate format optimized for
163 performance. See the intermediate format documentation for details.
164* Added an initial set of extensions for prepress support.
165* Added limited support for different page widths within a page-sequence.
166* Added support for TrueType fonts with symbol character maps (like
167 "Wingdings" and "Symbol").
168* Added an event handling framework which allows to get better feedback
169 from within FOP with the ability to customize problem management.
170
171The long list of changes in this release is available at
172http://xmlgraphics.apache.org/fop/1.0/changes_1.0.html.
173
174The long list of changes in this and earlier releases is available at
175http://xmlgraphics.apache.org/fop/changes.html.
176
177Version 0.95
178============
179
180This is a production grade release of Apache FOP.
181It contains many bug fixes and new features. See below for details.
182
183Compliance
184----------
185
186This release implements the XSL 1.0 and 1.1 recommendations to a high
187degree of compliance. See the compliance page
188http://xmlgraphics.apache.org/fop/compliance.html for a detailed
189overview.
190
191Known issues
192------------
193
194The known issues of this release are listed at
195http://xmlgraphics.apache.org/fop/0.95/knownissues_overview.html.
196
197Major Changes in Version 0.95
198-----------------------------
199
200* Add new fox:external-document extension element that allows to insert whole
201 documents into a page-sequence (JM)
202* Add support for background on fo:table-column and fo:table-header/footer/body
203 elements (VH)
204* Add support for conditional borders in tables (VH)
205* Add support for scale-down-to-fit and scale-up-to-fit (JM)
206* Fix various bugs and performance problems with external graphics by
207 introducing a new image loading framework (JM)
208
209The long list of changes in this release is available at
210http://xmlgraphics.apache.org/fop/0.95/changes_0.95.html.
211
212The long list of changes in this and earlier releases is available at
213http://xmlgraphics.apache.org/fop/changes.html.
214
215Changes since Version 0.95beta
216------------------------------
217Please refer to the list of changes on the web:
218http://xmlgraphics.apache.org/fop/changes.html
219
220
221Version 0.94
222============
223
224This is the second production grade release of the new FOP codebase.
225It contains many bug fixes and new features. See below for details.
226
227Compliance
228----------
229
230This release implements the XSL 1.0 and 1.1 recommendations to a high
231degree of compliance. See the compliance page
232http://xmlgraphics.apache.org/fop/compliance.html for a detailed
233overview.
234
235Known issues
236------------
237
238The known issues of this release are listed at
239http://xmlgraphics.apache.org/fop/0.94/knownissues_overview.html.
240
241Major Changes in Version 0.94
242-----------------------------
243
244* Add support for font auto-detection (JM) Thanks to Adrian Cumiskey
245* Add support for the border-collapsing model in tables (VH, JM)
246* Add support for named destinations in PDF (JB)
247* Add support for UAX#14 type line breaking (MM)
248
249The long list of changes in this release is available at
250http://xmlgraphics.apache.org/fop/0.94/changes_0.94.html.
251
252The long list of changes in this and earlier releases is available at
253http://xmlgraphics.apache.org/fop/changes.html.
254
255
256Version 0.93
257============
258
259This is the first production grade release of the new FOP codebase.
260
261* It contains the new API first introduced in release 0.92
262 beta. The preceding API has been removed.
263* This release again contains many bug fixes and new features. See
264 below for details.
265
266Compliance
267----------
268
269This release implements the XSL 1.0 and 1.1 recommendations to a high
270degree of compliance. See the compliance page
271http://xmlgraphics.apache.org/fop/compliance.html for a detailed
272overview.
273
274Known issues
275------------
276
277The known issues of this release are listed at
278http://xmlgraphics.apache.org/fop/knownissues.html.
279
280Upgrading
281---------
282
283You may experience different behaviour compared to version
2840.20.5. Please consult the "Upgrading" page
285(http://xmlgraphics.apache.org/fop/stable/upgrading.html) for
286details.
287
288Major Changes in Version 0.93
289-----------------------------
290
291* Added support for the use of Open Type fonts (BD)
292* Support for the rgb-icc() function and for a proprietary cmyk()
293 function (for device CMYK colors only through the PDF renderer so
294 far). (JM) Thanks to Peter Coppens. Fixes 40729.
295* Enabled Copy/Paste from PDF content in Acrobat Reader for
296 text using embedded TrueType fonts. (BD) Thanks to Adam Strzelecki,
297 Victor Mote. Fixes 5535.
298* Added support for PDF/A-1b and PDF/X-3:2003. (Note: this may still
299 be a bit incomplete. Feedback is welcome!)
300* The Java2DRenderer (and therefore the print and bitmap renderers) is
301 now offering the same quality as the PDF and PS renderers. Note:
302 There can still be little differences between PDF and Print/PNG/TIFF
303 because the latter uses a different font metrics source.
304* Automatic support for all fonts available to the Java2D subsystem
305 for all Java2D-descendant renderers (TIFF, PNG, print, AWT).
306
307The long list of changes in this release is available at
308http://xmlgraphics.apache.org/fop/0.93/changes_0.93.html.
309
310The long list of changes in this and earlier releases is available at
311http://xmlgraphics.apache.org/fop/changes.html.
312
313The Apache FOP team asks you for your continued feedback on the
314software. We're also interested in success stories with the new
315release. So if the latest version works fine for you, please tell us!
316And if it doesn't, you may tell us as well, of course. ;-)
317
318Release notes for older FOP versions can be found on:
319http://xmlgraphics.apache.org/fop/relnotes.html
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette