Page 1 of 1

JQMSignature + BMP = True?

PostPosted: 14 Oct 2019 09:59
by Soren SDF
Hi there.

It's been awhile since I last posted, so you could say I've been a happy customer and work has been flowing nicely.
Now, however, we have some problems with the PNG format in our Azure enviroment. We're using FastReport to create reports in PDF format and appearantly Azure has some limitations regarding the GDI+ library that prevents us (or rather Fastreport) from rendering the PNG image on the PDF report. We're looking in to this from a couple of different angles and one thing that could possible allow us to work around the problem would be if we could let the JQMSignature save the image as a BMP instead. Is this possible? We would also like to know if JQMSignature can handle the SVG format.


T.I.A.

Sören A.

Re: JQMSignature + BMP = True?

PostPosted: 14 Oct 2019 12:56
by Alexander Bulei
Hi Soren SDF,

I've added new method SaveAs in next beta build.

BR

Re: JQMSignature + BMP = True?

PostPosted: 04 Nov 2019 14:50
by Soren SDF
Hi.

I've just downloaded and installed the latest beta.
What is the syntax for saving the signatur as a bmp?

Sören

Re: JQMSignature + BMP = True?

PostPosted: 04 Nov 2019 16:27
by Alexander Bulei
Code: Select all
procedure SaveAs(const AFileName: string; AType: TIWCGJQSignatureDataType);


IWCGJQSignature1.SaveAs('test.bmp', TIWCGJQSignatureDataType.jqsdfDefault);