Martin Procházka

Results 9 comments of Martin Procházka

Hi, I have the same problem. Using SynchronizedPechkin, crash during byte[] buf = sc.Convert(new ObjectConfig(), html). I have found that the problem occures only on the server not on my...

Hi, here is the link http://www.prevlec.cz/db/ShowReport.aspx?code=repTiskProtokolu&id0=280284&usrlg=FiaL79o12

The problem is not the page separation, it works fine, but I recieve this PDF as result. The right and bottom margin is to big... The tables should fit to...

Yes, if when I used ZoomFactor(2.0) and IntelligentShringing(true), it works fine. Thanx

Hi, if I convert PDF from local html file, images are omited. But if I convert it from web page, images are included, but still with too bad resolution. (result...

Thanx, it works.

But when I try to apply it on http://www.prevlec.cz/db/ShowReport.aspx?code=repTiskProtokolu&id0=280284&usrlg=FiaL79o12 it do not work. I use this setup: SynchronizedPechkin sc = new SynchronizedPechkin(new GlobalConfig() .SetMargins(new Margins(10, 10, 10, 10)) .SetDocumentTitle("Report") .SetCopyCount(1)...

it throws: Unhandled exception at 0x77e4bef7 in MyWinFormApp_PdfGenerator.exe: 0xE0434352: 0xe0434352.

1) It runs in console app. It is a small app of some SQL updates and when all updates are done, then creates the PDF 2) I have created (small...