Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1386 - Export to EPS
Summary: Export to EPS
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Export (show other bugs)
Version: 150901
Hardware: PC Windows
: --- major
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-07 10:47 EST by yeray alonso
Modified: 2017-01-08 22:18 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
test projects (73.94 KB, application/zip)
2015-12-07 10:47 EST, yeray alonso
Details
project test and results (60.87 KB, application/octet-stream)
2016-06-15 07:57 EDT, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2015-12-07 10:47:38 EST
Created attachment 532 [details]
test projects

Export to EPS doesn't seem to work fine neither VCL or FMX.
Attached two test projects, VCL and FMX.
Comment 1 yeray alonso 2016-06-15 07:57:20 EDT
Created attachment 609 [details]
project test and results

Added a button in the test project to export to wmf.
Also added the resulting .eps and .wmf files with the current v2016.18.

- VCL_SaveToBitmapFile.eps: correct
- VCL_SaveToMetafile.wmf: correct
- VCL_TeeSaveToPSFile.eps: can't open it

- FMX_SaveToBitmapFile.eps: "Saving bitmap failed" error when generating it
- FMX_SaveToMetafile.wmf: blank image
- FMX_TeeSaveToPSFile.eps: can't open it