Search found 10 matches

by nharrison
Wed Sep 24, 2014 5:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: generating localized PDF; xml:lang isn't passed from map to
Replies: 1
Views: 1967

generating localized PDF; xml:lang isn't passed from map to

I had been informed that when using the org.dita.pdf2 plugin, a setting of @xml:lang in a map (mine is set to 'zh-tw') would propagate through the topics in the map and result in the right string values being calling from the right file (in my case zh_TW.xml, which I had translated from the en.xml) ...
by nharrison
Sun Jun 08, 2014 11:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: debug ideas for extremely long PDF processing time?
Replies: 3
Views: 2184

Re: debug ideas for extremely long PDF processing time?

I managed, by adding messages at the beginning and end of every template I'd added or modified for the plugin, to isolate the problem. It's being caused by the time it takes to open and get data from SVG files, but I don't know why it's taking so long. The template that is slowing things down is: <x...
by nharrison
Tue Jun 03, 2014 8:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: debug ideas for extremely long PDF processing time?
Replies: 3
Views: 2184

debug ideas for extremely long PDF processing time?

So, as usual, Radu found a way to help me debug and fix my problem with fonts not appearing; it turned out to be a basic build problem rather than a font problem. Now, my output is building, but incredibly slowly. A book that takes about 15 seconds to run through the generic PDF2 plugin takes over 2...
by nharrison
Tue Jun 03, 2014 11:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: font not rendering properly
Replies: 15
Views: 10959

Re: font not rendering properly

Hi Radu,

My transtype is definitely mentioned in the main build.xml file under the 1.8.4 DITA-OT. That's why I can't figure out why the build is saying it's not in the DOST project.

I'll send the output file to support, as you suggest.

Thanks,
Nancy
by nharrison
Tue Jun 03, 2014 11:25 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: font not rendering properly
Replies: 15
Views: 10959

Re: font not rendering properly

As far as I can tell, I've followed all the steps from that page (which I had gone to for guidance): 1. The additional plugin(s) should be copied to the plugins directory from the used DITA Open Toolkit installation (by default OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT\plugins. *** did that, though...
by nharrison
Tue Jun 03, 2014 9:12 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: font not rendering properly
Replies: 15
Views: 10959

Re: font not rendering properly

The integration of my plugin simply doesn't seem to be working. The transform is being run from the org.dita.pdf2 folder, but using my {args.xsl} stylesheet as a master stylesheet. So my stylesheets are called, but not the plugin's catalog.xml file (I have one, and it's called just as you suggested,...
by nharrison
Mon Jun 02, 2014 10:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: font not rendering properly
Replies: 15
Views: 10959

Re: font not rendering properly

I did a test, by replacing the standard dita2pdf2 font-mappings.xml file with my own, and all my fonts were found. So this means that, as you suggested, my font-mappings.xml file isn't being read by the i18n-postprocess.xsl style sheet. I have it specified in my plugins/plugin_name/catalog.xml file ...
by nharrison
Mon Jun 02, 2014 8:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: font not rendering properly
Replies: 15
Views: 10959

Re: font not rendering properly

Hi Radu, I already have the aliases you suggested (for AvenirLTStdR and AvenirLTStdH as well as AvenirLTStdB and Georgia). I just hadn't included them in the code I sent you. And I'm using a plugin that calls the standard dita2pdf2 plugin. In my 'plugin_name/cfg/catalog.xml file, I have the followin...
by nharrison
Mon Jun 02, 2014 4:53 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: font not rendering properly
Replies: 15
Views: 10959

Re: font not rendering properly

Hi Radu, I am getting the same messages that Scott was: [xslt] [PDFX008W][WARN]: Font definition not found for the logical name or alias 'AvenirLTStdR'. [xslt] [PDFX008W][WARN]: Font definition not found for the logical name or alias 'Georgia'. So I did a search to see if anyone had had this problem...
by nharrison
Fri May 03, 2013 8:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Has OxygenXML 14 fixed DITA-OT bugs in 1.6.n??
Replies: 1
Views: 1546

Has OxygenXML 14 fixed DITA-OT bugs in 1.6.n??

Hi, I'm doing DITA stylesheet work for a client. They're using 1.6.3 and publishing through an Astoria application. I do my work and testing within Oxygen Editor 14.1. I'm seeing that when I build PDF on their system, I'm getting problems in spacing between the end of a table and the following secti...