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 - PDF export produces an empty PDF file
Summary: PDF export produces an empty PDF file
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: .NET 5.0 (show other bugs)
Version: unspecified
Hardware: PC Windows
: Highest major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-10 09:00 EST by christopher ireland
Modified: 2022-04-07 05:11 EDT (History)
0 users

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


Attachments
Test app to reproduce issues (16.96 KB, application/x-zip-compressed)
2022-03-16 07:29 EDT, christopher ireland
Details

Note You need to log in before you can comment on or make changes to this bug.
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.