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

Summary: Export to EPS
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: ExportAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major CC: peter.carr
Priority: ---    
Version: 150901   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=17&t=15884
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: test projects
project test and results

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