Undefined extension point dita.conductor.pdf2flagging-preprocess.param
mohit162009 opened this issue · 5 comments
This plugin only works with OT versions 1.7 and 1.8.5. OT 2.x has a completely different preprocessing framework and the flagging and filtering code has been completely rewritten.
Hello, Thanks a lot for the quick response. So how can I make it work with OT 2.x, Do you know any other plugin or can some modification be done to make it work with 2.x?
Okay, I added the patch and error are gone. But there is no bar in the output.
This is my ditamap file content:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd"> <map><title>Simple DITA Map Sample</title> <topicref href="topics/dita-map.dita" status="unchanged"> <topicref href="topics/aligning-topics.dita"/> </topicref> <topicref href="topics/old-reference.dita" rev="deltaxml-delete" status="deleted"/> <topicref href="topics/topic-1page-demo.xml" status="unchanged"/> <topicref href="topics/new-reference.dita" rev="deltaxml-add" status="new"/> </map>
What FO engine are you using? FOP does not implement revision bars as far as I know--you need to use Antenna House or XEP.
You can check the generated FO to verify that the actual change bar markup is or is not there.