#1 2017-03-17 02:15:49

justinl
Member
Registered: 2017-03-17
Posts: 3

Rendering for A3 paper format cuts content on Landscape mode

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

#2 2017-03-17 07:12:09

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: Rendering for A3 paper format cuts content on Landscape mode

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

#3 2017-03-19 21:09:30

justinl
Member
Registered: 2017-03-17
Posts: 3

Re: Rendering for A3 paper format cuts content on Landscape mode

ab wrote:

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

#4 2017-04-03 01:42:19

justinl
Member
Registered: 2017-03-17
Posts: 3

Re: Rendering for A3 paper format cuts content on Landscape mode

HI,

just wondering have you had chance to look at this one?

thanks

Justin

Offline

Board footer

Powered by FluxBB