You are not logged in.
hi there,
we are currently using Quick Report together with Synpdf to generate PDF reports. using the latest SynPdf and there is an issue in which for A3 format reports, the right side of content always been cut after rendering from Quick Report.
Has contacted author of Quick Report and he seems to not be able to address this issue and recommended to contact support here,
just wondering whether you can have a look and see what's the cause of this issue.
thanks
Last edited by justinl (2017-03-19 21:10:22)
Offline
I guess this is https://github.com/synopse/SynPDF/issues/13
What do you mean by "right side is been cut"?
Does it work with other formats, e.g. A4?
Offline
I guess this is https://github.com/synopse/SynPDF/issues/13
What do you mean by "right side is been cut"?
Does it work with other formats, e.g. A4?
Hi,
Yes that's the one I posted in GitHub.
and sorry I describe the issue incorrectly, it is when printing in Landscape mode having issue not Portrait mode.
I have attached a pdf generated in A3 Format to the GitHub issue.
https://github.com/synopse/SynPDF/files/853563/1.PDF
Please have a look.
Originally A4 was having the same issue as well when printing in Landscape mode. and the author of Quick Report did some change for his adapter to fixed the issue.
but the A3 is still having the same issue.
here is a bit of his change for making A4 working:
pdfdoc.Info.Author := FDocAuthor;
pdfdoc.Info.CreationDate := Now;
pdfdoc.Info.Creator := 'QuickReport+Synopse PDF';
pdfdoc.info.Title := FDocTitle;
pdfdoc.DefaultPaperSize := psA4;
// TPDFPaperSize = (psA4, psA5, psA3, psLetter, psLegal, psUserDefined);
//pdfDoc.DefaultPaperSize := TPDFPaperSize.psA4;
pdfDoc.DefaultPaperSize := TPDFPaperSize.psUserDefined;
pdfDoc.DefaultPageLandscape := QR.Page.Orientation = TPrinterOrientation.poLandscape;
thanks
Justin
Offline
HI,
just wondering have you had chance to look at this one?
thanks
Justin
Offline