Issue 78718 - Headline Numeration in PDF Bookmarks
Summary: Headline Numeration in PDF Bookmarks
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.2.1
Hardware: All All
: P3 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 21:38 UTC by support_writer
Modified: 2013-08-07 14:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description support_writer 2007-06-20 21:38:29 UTC
When exporting to PDF there is no possibility to exclude headline numerations
for PDF bookmarks.

I need a way to assign a numeration template to a headline, but do not display
the numeration in an exported PDF. So a Headline

    1.1. Introduction

will be displayed as above in the writer document, but will be displayed as

    Introduction

in the PDF.
Comment 1 philipp.lohmann 2007-06-20 21:40:16 UTC
pl->fme: I think that's your turf ?
Comment 2 frank.meies 2007-06-21 17:55:59 UTC
fme->support_writer: Well, changing the code to not include the numbering in the
bookmarks is quite easy, just exchange GetOutlineText(i) in
sw/source/core/text/EnhancedPDFExportHelper.cxx with GetOutlineText(i, FALSE).
What really gives me some headaches is to add just another UI entry ("Do not add
outline numbering to bookmarks in on PDF export"). Do we really want or need
that? So we have two options: Close this issue or keep it alive which allows you
to collect some votes for this issue. What do you think?
Comment 3 support_writer 2007-06-21 20:52:44 UTC
> What really gives me some headaches is to add
> just another UI entry ("Do not add outline 
> numbering to bookmarks in on PDF export"). 
> Do we really want or need that? So we have two
> options: Close this issue or keep it alive which 
> allows you to collect some votes for this issue. 
> What do you think?

The demand for this feature comes from the scientific field, where it is quite
common to publish PDFs which do not have the numbering included into the PDF
bookmarks.

I think this is the case due to the fact that most scientific papers are created
with LaTeX. Additionally to a PS output they are converted into PDF and published.

Do you think it is so complicated to add this option to the PDF Export-Dialog?
Just adding a checkbox under the "include bookmarks"-option would solve the
problem, I think.

What do you think?
Comment 4 frank.meies 2007-06-21 21:43:50 UTC
fme->support_writer: No, adding the UI is not complicated. The problem here is
to decide if we want to have one more option in that dialog. I suggest you
should discuss this on discuss@ux.openoffice.org and start collecting votes for
your enhancement request.