PdfSimpleExport fails to generate pdf file
See original GitHub issuePdfSimpleExport throws error:
Could not load file or assembly 'CoreCompat.System.Drawing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
The reason is because FastReport.OpenSource.Export.PdfSimple project is still referencing FastReport.OpenSource 2020.1.0 which used CoreCompat.System.Drawing instead of System.Drawing.Common
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
FastReport OpenSource Generate Pdf Without PdfSimple
PdfSimple plugin exports pdf files as images. For example, if you have 10 pages of an exported report, PdfSimple converts every page as...
Read more >Unable to generate pdf
You have selected something on the pdf file and now TeXnicCenter is unable to write in the file. ⇒ Try closing the pdf...
Read more >c# - Export a pdf using FastReport.net and asp.net
Ok, now I found a solution. Just use the normal Report (not WebReport ) and set WebMode to true . The other settings...
Read more >"Failed to export PDF" message in InDesign
Solutions for "Failed to export PDF" error message when you downsample large images while exporting to PDF in InDesign.
Read more >Failed the generate PDF file
Hi, I've just installed a trial version and tried generating help in different formats. While generation of Printed Documentation unknown error occurs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think, is needed to rebuild the plugin with a new link to FastReport Open Source nuget package. I added a task for fr.net team.
https://github.com/FastReports/FastReport/blob/3404cf6b77ac560552b2307b77982a3547a51158/Extras/OpenSource/FastReport.OpenSource.Export.PdfSimple/FastReport.OpenSource.Export.PdfSimple/FastReport.OpenSource.Export.PdfSimple.csproj#L27
Same problem on 2020.1