Issue 89387 - include ps and epsi files
Summary: include ps and epsi files
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: ui (show other issues)
Version: OOo 2.4.0
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-13 13:25 UTC by macias
Modified: 2013-02-07 22:38 UTC (History)
2 users (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 macias 2008-05-13 13:25:32 UTC
Currently OOW supports eps files, but regular ps or epsi files are not 
recognized. It would be really useful if I could create regular postscript 
file and insert this to OOW directly without manually converting to eps.
Comment 1 michael.ruess 2008-05-13 13:59:39 UTC
Is there already an Enhancement issue which handles import filter of PS or EPSI
files?
Comment 2 macias 2008-05-13 14:27:10 UTC
I found one similar report, but it was about problem with EPS. And I am 
talking about even missing the filter (in insert file dialog) *.ps or *.epsi.
Comment 3 wolframgarten 2008-05-14 07:59:21 UTC
Maybe i66523 would do?
Comment 4 michael.ruess 2008-05-14 08:06:12 UTC
I think, not fully. This is also about importing these formats.
Reassigned to requirements.
Comment 5 jdpipe 2011-01-20 02:29:09 UTC
The problem here is that the EPSI files exist (and are I believe completely
compatible with normal EPS files, but then contain an embedded bitmap thumbnail)
but aren't recognised or selectable using the current filename import filters.

EPSI files are produced by Linux file conversion scripts like ps2epsi, so it's
common enough that people will have these files.
Comment 6 njsg 2011-06-11 01:01:05 UTC
eps, ps and epsi are all postscript files, so if OOo can "handle" (as in "accept and print") eps, I doubt it won't work with ps or epsi. This is really just a matter of allowing the user to pick the said files.

Now, even if postscript works, it will probably be possible to make a file that doesn't work and screws the rest of the document when printing (eps* files are supposed to obey some restrictions, to avoid affecting the postscript document they're inserted in).