DITA TO PDF
Posted: Wed Apr 25, 2018 6:03 pm
Hi,
I got a dita map named 'help center'.
This map contains introduction part, getting started, user guide, FAQ, API.
I taged each part, and generate different PDF files, like
introduction.pdf
Getting started.pdf
User guide.pdf
.......
Everything works well, but, the problem is...
The PDF file title is the map title 'help ce 'help center', but not 'introduction' , 'user guide' or others.
For example, in getting started.pdf file. PDF title is 'help center'. The toc is as below
My disired PDF structure is that the PDF title is 'getting started'. TOC is below
I think there should be one parameter can solve this problem. Or, how to do the PDF customization to achieve this?
Would appreciate for your any reply!
Thanks so much!
I got a dita map named 'help center'.
This map contains introduction part, getting started, user guide, FAQ, API.
I taged each part, and generate different PDF files, like
introduction.pdf
Getting started.pdf
User guide.pdf
.......
Everything works well, but, the problem is...
The PDF file title is the map title 'help ce 'help center', but not 'introduction' , 'user guide' or others.
For example, in getting started.pdf file. PDF title is 'help center'. The toc is as below
Code: Select all
Getting started
Topic 1
Topic1.1
Topic 1.2
Topic 2
Topic 2.1
Topic 2.2
My disired PDF structure is that the PDF title is 'getting started'. TOC is below
Code: Select all
Topic 1
Topic1.1
Topic 1.2
Topic 2
Topic 2.1
Topic 2.2
Would appreciate for your any reply!
Thanks so much!