To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61139
------- Additional comments from [EMAIL PROTECTED] Wed Mar 15 07:34:15 -0800
2006 -------
As always the exact increase by tagged PDF is dependent on the actualy content.
However for tagged PDF not only the tags themselves in the content stream have
to be emitted (stuff like /P << /MCID someid >> BMC <normal content> EMC) but
also the structural hierarchy has to be emitted, that is for each structural
element an own object like e.g. for a paragraph
50 0 obj
<< /Type /StructElem
/S /Para
/P 49 0 R
/Pg 2 0 R
/K [ 2 ]
>>
endobj
Moreover this is extra space that cannot be compressed in PDF-1.4 (would need to
emit 1.5 for that). So yes, tagged PDF is indeed considerably larger than
untagged PDF. Actually this is one of the places where stripping out whitespace
can save us a nice little something because all these extra objects don't have
content streams and so have currently a larger proportion of unnecessary
whitespace.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]