Issue 25256 - Saving as EPS via API results in a damaged file
Summary: Saving as EPS via API results in a damaged file
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 15:05 UTC by stephan.wunderlich
Modified: 2013-02-24 21:08 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 stephan.wunderlich 2004-02-09 15:05:49 UTC
Saving as EPS via API results in a file containing binary information before the
"real" eps-format starts.

To reproduce:
1. open a drawdocument and insert a graphic
2. attach the following macro to the document and execute it
Sub Main
	dim outprops(0) as new com.sun.star.beans.PropertyValue
	outprops(0).Name="FilterName"
	outprops(0).Value="draw_eps_Export"	
	
	thisComponent.storeToURL("file:///localhome/myhome/out.eps",outprops())
End Sub
Comment 1 thb 2004-04-13 11:05:18 UTC
Will have a look.
Comment 2 ooo 2004-12-01 16:17:44 UTC
set to prio4
Comment 3 thb 2005-04-12 04:46:07 UTC
Retargetting to 2.0.1, cannot make it for 2.0.
Comment 4 stephan.wunderlich 2005-05-24 12:34:22 UTC
changed target
Comment 5 thb 2012-07-13 20:46:51 UTC
Reset to default bug assignee.