System crashing when the print button is clicked

后端 未结 2 1502
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-11 12:52

I have done like this for generating pdf at runtime when i click on the print button The process is like this when I click on the print button the pdf is generated with fol

相关标签:
2条回答
  • 2020-12-11 13:01

    Extract from http://pdfsharp.codeplex.com/releases/view/37054:

    If you favor speed: stay with PDFsharp 1.30. If you favor small PDF files: use PDFsharp 1.31. Future versions of PDFsharp will support both modes (favour speed and favour size).

    Maybe this helps.

    0 讨论(0)
  • 2020-12-11 13:14

    Enable exceptions handling in VS like here and you will gotten exact exception description. Looking on your problem description sounds like this could be rows quantity limit. By the way check out the link.

    Regards.

    0 讨论(0)
提交回复
热议问题