Discussion:
[Libreoffice-bugs] [Bug 94054] New: Page Watermaker EPS not working
b***@bugs.documentfoundation.org
2015-09-09 12:57:27 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

Bug ID: 94054
Summary: Page Watermaker EPS not working
Product: LibreOffice
Version: 4.4.5.2 release
Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: libreoffice-***@lists.freedesktop.org
Reporter: ***@gmail.com

With the latest two version of LibreOffice, I can't print or export to pdf an
EPS file set as watermark on the page. The watermarks is visible on the screen
but when I print or export the file, the watermark is substitute with this:

Title:Watermark.eps
Creator:Adobe Illustrator(R) 16.2
CreationDate:23/05/13
LanguageLevel:2

I tried this with two different EPS watermark and the result are the same.

The watermark is set from menu Format > Page > Area > Fill > Bitmap

Thanks for your support
GianBeOS
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-09-10 10:08:16 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

Alex Thurgood <***@yahoo.co.uk> changed:

What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=92
| |644
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-09-10 10:09:37 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

Alex Thurgood <***@yahoo.co.uk> changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|Page Watermaker EPS not |Writer watermark EPS
|working |background image not
| |exported to PDF
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-09-10 10:22:36 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

Alex Thurgood <***@yahoo.co.uk> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1

--- Comment #1 from Alex Thurgood <***@yahoo.co.uk> ---
Confirming on

Version: 4.4.5.2
Build ID: a22f674fd25a3b6f45bdebf25400ed2adff0ff99
Locale: fr.UTF-8
OSX 10.10.5

Note that in LO5.x, the button to add images other than the default provided
bitmaps has disappeared, this is a separate (known) bug, so at present this can
only be tested with a Writer document already containing an EPS image set as
page background (attached).
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-09-10 10:23:25 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

--- Comment #2 from Alex Thurgood <***@yahoo.co.uk> ---
Created attachment 118569
--> https://bugs.documentfoundation.org/attachment.cgi?id=118569&action=edit
Writer test document with EPS image as background to export to PDF
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-09-10 10:30:10 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

Alex Thurgood <***@yahoo.co.uk> changed:

What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=67
| |464
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-09-10 12:01:27 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

V Stuart Foote <***@utsa.edu> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@utsa.edu
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=81
| |497

--- Comment #3 from V Stuart Foote <***@utsa.edu> ---
(In reply to gianbeos from comment #0)
Post by b***@bugs.documentfoundation.org
With the latest two version of LibreOffice, I can't print or export to pdf
an EPS file set as watermark on the page. The watermarks is visible on the
screen but when I print or export the file, the watermark is substitute with
Title:Watermark.eps
Creator:Adobe Illustrator(R) 16.2
CreationDate:23/05/13
LanguageLevel:2
Suspect that error means that you do not have valid path to either of the
"helper" files that LibreOffice uses to render EPS to vector or bitmap.

pstoedit or convert (from Imagemagick)

Believe your EPS has a preview--that is what you see when the document is open.
But when printed or exported to PDF LibreOffice has no way to handle the EPS,
and you get the error.

Do things improve (or simply change) if you install pstoedit and/or
Imagemagick? Available from Fink, MacPorts or MacAppStore

Unfortunately, once installed you may end up with issue of bug 81497 --
PRINTING: to PDF with Adobe Distiller or GS based PDF printer, EPS images not
rendered to PS vector for PDF, instead print uses the preview of EPS image.

But let us know.
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-12-14 14:44:07 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

--- Comment #4 from ***@gmail.com ---
The problem persist also with ImageMagick installed (binary in /usr/local/bin
and included on PATH variable).



(In reply to V Stuart Foote from comment #3)
Post by b***@bugs.documentfoundation.org
(In reply to gianbeos from comment #0)
Post by b***@bugs.documentfoundation.org
With the latest two version of LibreOffice, I can't print or export to pdf
an EPS file set as watermark on the page. The watermarks is visible on the
screen but when I print or export the file, the watermark is substitute with
Title:Watermark.eps
Creator:Adobe Illustrator(R) 16.2
CreationDate:23/05/13
LanguageLevel:2
Suspect that error means that you do not have valid path to either of the
"helper" files that LibreOffice uses to render EPS to vector or bitmap.
pstoedit or convert (from Imagemagick)
Believe your EPS has a preview--that is what you see when the document is
open. But when printed or exported to PDF LibreOffice has no way to handle
the EPS, and you get the error.
Do things improve (or simply change) if you install pstoedit and/or
Imagemagick? Available from Fink, MacPorts or MacAppStore
Unfortunately, once installed you may end up with issue of bug 81497 --
PRINTING: to PDF with Adobe Distiller or GS based PDF printer, EPS images
not rendered to PS vector for PDF, instead print uses the preview of EPS
image.
But let us know.
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-12-14 15:21:31 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

--- Comment #5 from V Stuart Foote <***@utsa.edu> ---
(In reply to gianbeos from comment #4)
Post by b***@bugs.documentfoundation.org
The problem persist also with ImageMagick installed (binary in
/usr/local/bin and included on PATH variable).
OK, would you please confirm what happens when you open a terminal and enter
"convert -version"

Do you get this message or similar?

Version: ImageMagick 6.9.2-0 Q16 x64 2015-08-15 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo freetype jng jp2 jpeg lcms lqr openexr
pangocairo png ps rsvg tiff webp xml zlib

Or do you get a "command not found"?
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2015-12-14 15:25:18 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

--- Comment #6 from ***@gmail.com ---
No problem with the path:

Version: ImageMagick 6.9.2-8 Q16 x86_64 2015-12-06 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib



(In reply to V Stuart Foote from comment #5)
Post by b***@bugs.documentfoundation.org
(In reply to gianbeos from comment #4)
Post by b***@bugs.documentfoundation.org
The problem persist also with ImageMagick installed (binary in
/usr/local/bin and included on PATH variable).
OK, would you please confirm what happens when you open a terminal and enter
"convert -version"
Do you get this message or similar?
Version: ImageMagick 6.9.2-0 Q16 x64 2015-08-15 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo freetype jng jp2 jpeg lcms lqr openexr
pangocairo png ps rsvg tiff webp xml zlib
Or do you get a "command not found"?
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2016-10-29 09:47:08 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

Xisco Faulí <***@libreoffice.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Keywords| |filter:pdf
Blocks| |103378


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103378
[Bug 103378] [META] PDF export bugs and enhancements
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2017-10-20 21:49:02 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

eisa01 <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|4.4.5.2 release |Inherited From OOo

--- Comment #7 from eisa01 <***@gmail.com> ---
Still present, and I have the same issue on 3.3, so setting version inherited
from OOo

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default;
TinderBox: MacOSX-***@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2017-10-21 22:52:10 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

Yousuf Philips (jay) <***@hotmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Blocks| |113333


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113333
[Bug 113333] [META] EPS (Encapsulated PostScript) bugs and enhancements
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2018-10-22 02:50:43 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

--- Comment #8 from QA Administrators <qa-***@libreoffice.org> ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2018-12-08 08:33:49 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

--- Comment #9 from eisa01 <***@gmail.com> ---
Still present

Version: 6.3.0.0.alpha0+
Build ID: beae6c7a7f163daad0d4dea63a3d403af2745fd1
CPU threads: 2; OS: Mac OS X 10.13.6; UI render: default; VCL: osx;
TinderBox: MacOSX-***@49-TDF, Branch:master, Time: 2018-12-06_23:52:29
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

Even have ImageMagick installed:
Version: ImageMagick 7.0.7-7 Q16 x86_64 2017-10-08 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...