Issue 99135 - PDF Title Property
Summary: PDF Title Property
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: programming (show other issues)
Version: OOO300m9
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 02:24 UTC by oo_gucci
Modified: 2013-02-07 22:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oo_gucci 2009-02-12 02:24:43 UTC
Writer can make a PDF file through File-ExportAsPDF.
However, a PDF file made OOWriter has a Title Property of Normal instead of the
document file name.  Therefore, I always need to rewrite the Title property by
Acrobat Writer.

It is better to write the OOWriter document file name into Title Property
instead of Normal done by current version.

Thank you,

Oguchi
Comment 1 h.ilter 2009-02-12 11:13:58 UTC
This option is already there.
- Menu File - Export as PDF...
- TabPage User Interface
- Option "Display document title"
Comment 2 h.ilter 2009-02-12 11:14:58 UTC
Just disable option "Display document title"
Comment 3 oo_gucci 2009-02-12 16:47:57 UTC
I retried using the way suggested but got same result as before.

Both uncheck or check Display document title did not generate file name on title
property.  The Display document title was originally checked status because it's
probably a default status.

The Title property is always Normal regardless of the status of check or uncheck
Display document title.  It does not reflect the document file name still.

Thank you,

Oguchi
Comment 4 philipp.lohmann 2009-02-13 10:39:45 UTC
The title exported to PDF is the title of the document; which is NOT its
filename. You set the title in File->Properties on the "Description" TabPage. I
hope this fits your needs ?
Comment 5 michael.ruess 2009-02-13 10:46:23 UTC
MRU->HI: I got the same result as Oguchi. The mentioned option does not work as
you described. It does not make a difference whether the option is disabled or
not. In both cases the Title is exported - never the filename.
Please reassign to correct developer, thanks!
Comment 6 h.ilter 2009-02-13 11:16:03 UTC
@oo_gucci
I thought the view at the title-bar is mentioned.
As I see now you mean the Adobe - Properties dialog?
Comment 7 oo_gucci 2009-02-13 19:40:48 UTC
I have verified two suggested approaches and summarized the results as follows.

Document file name = Test.odt
------------------------------------------------------------------------------
| Export As PDF - User | File - Properties -  ||  Acrobat  |     Acrobat     |
|    Interface - Title |  Description - Title || Title-bar | Property Dialog |
-----------------------+----------------------++-----------+------------------
|   check (default)    |   Normal (default)   ||   Normal  |      Normal     | *
-----------------------+----------------------++-----------+------------------
|       uncheck        |   Normal (default)   || Test.pdf  |      Normal     |
-----------------------+----------------------++-----------+------------------
|   check (default)    |   type in as Title   ||   Title   |      Title      |
-----------------------+----------------------++-----------+------------------
|       uncheck        |   type in as Title   || Test.pdf  |      Title      |
------------------------------------------------------------------------------
* shows transparent default operation.
                          [Table 1. Present Function]

My needs can be achieved by handling both current ways.  However, under default,
Acrobat displays [Normal] on the title-bar.  This looks somewhat strange.

By making uncheck condition of Export As PDF - User Interface - Display document
title to default and removing file extension of ".pdf" as table 2 below, all
things I need become transparently available except spcifying file name which is
always necessary.

Document file name = Test.odt
------------------------------------------------------------------------------
| Export As PDF - User | File - Properties -  ||  Acrobat  |     Acrobat     |
|    Interface - Title |  Description - Title || Title-bar | Property Dialog |
-----------------------+----------------------++-----------+------------------
|      check **        |   Normal (default)   ||   Normal  |      Normal     |
-----------------------+----------------------++-----------+------------------
| uncheck (default) ** |   Normal (default)   ||  Test **  |      Normal     | *
-----------------------+----------------------++-----------+------------------
|      check **        |   type in as Title   ||   Title   |      Title      |
-----------------------+----------------------++-----------+------------------
| uncheck (default) ** |   type in as Title   ||  Test **  |      Title      |
------------------------------------------------------------------------------
* shows transparent default operation.
** shows the functional difference with current function shown on Table 1.
                        [Table 2. Function Preferred]

Thank you,

Oguchi