Skip to content

Commit f3221d6

Browse files
Merge pull request #238 from AntennaHouse/develop
Update revision note & version for V1.0.9 release
2 parents 075be50 + 199edbc commit f3221d6

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

com.antennahouse.pdf5.ml/revision.txt

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,33 @@
22

33
Antenna House PDF5-ML Plug-in Revision Notes
44

5-
Copyright (C) 2009-2021 Antenna House, Inc. All rights reserved.
5+
Copyright (C) 2009-2022 Antenna House, Inc. All rights reserved.
66
Antenna House is a trademark of Antenna House, Inc.
77
_______________________________________________________________________________
8-
8+
Nov. 2022
9+
V1.0.9
10+
- Fix 218
11+
Enhancement Request/Fix: Separate Attribute-Sets for all Blank Pages
12+
https://github.com/AntennaHouse/pdf5-ml/issues/218
13+
- Fix 220
14+
Unexpected footnote appears when table contains xref to table
15+
https://github.com/AntennaHouse/pdf5-ml/issues/220
16+
- Update the index debugging code
17+
- Fix #232 #33
18+
Is it possible to delete the resulting .fo file in the output folder?
19+
https://github.com/AntennaHouse/pdf5-ml/issues/232
20+
Enhancement Request: Add extension point for post PDF processing
21+
https://github.com/AntennaHouse/pdf5-ml/issues/233
22+
Added two extension points.
23+
<extension-point id="depend.com.antennahouse.pdf5.ml.transform.fo.pdf.pre" name="Convert XSL-FO to PDF pre-target"/>
24+
<extension-point id="depend.com.antennahouse.pdf5.ml.transform.fo.pdf.post" name="Convert XSL-FO to PDF post-target"/>
25+
- Update jp.acme-corporation.pdf.ml plugin example
26+
- Fix #236
27+
Build error in DITA-OT 4.0
28+
https://github.com/AntennaHouse/pdf5-ml/issues/236
29+
Now PDF5-ML works with DITA-OT 4.0.
30+
Added Java code for building versioncomp-0.1.jar
31+
932
Dec. 2021
1033
V1.0.8
1134
- Implement Hungarian xref to step.

com.antennahouse.pdf5.ml/xsl/dita2fo_main.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ E-mail : [email protected]
2929
<!-- Plug-in name and version -->
3030
<xsl:variable name="pluginAuthor" as="xs:string" select="'Antenna House'"/>
3131
<xsl:variable name="pluginName" as="xs:string" select="'PDF5-ML'"/>
32-
<xsl:variable name="pluginVersion" as="xs:string" select="'1.0.8'"/>
32+
<xsl:variable name="pluginVersion" as="xs:string" select="'1.0.9'"/>
3333
<xsl:message select="concat($pluginAuthor,' ',$pluginName,' plug-in Version: ',$pluginVersion)"/>
3434
<!-- XSLT processor information -->
3535
<xsl:variable name="vendor" as="xs:string" select="system-property('xsl:vendor')"/>

0 commit comments

Comments
 (0)