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 2510

Summary: PDF export produces an empty PDF file
Product: .NET TeeChart Reporter: christopher ireland <chris>
Component: .NET 5.0Assignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major    
Priority: Highest    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Test app to reproduce issues

Description christopher ireland 2022-02-10 09:00:10 EST
Export using (WPF code):

        private void button_Click(object sender, RoutedEventArgs e)
        {
            tChart1.Export.Image.PDF.Save(@"C:\tmp\chart.pdf");
        }
Comment 1 christopher ireland 2022-03-16 05:19:22 EDT
This defect and related defects have been reported in this forum post:
http://support.steema.com/viewtopic.php?f=4&t=17630
Comment 2 christopher ireland 2022-03-16 07:29:54 EDT
Created attachment 998 [details]
Test app to reproduce issues

This is an implementation of the code given by our client moellenberg in the support thread referenced. Note here that some of these issues can only be reproduced using the NuGet package - using the source code, results were different.