#1 2015-03-12 12:45:21

totaldata
Member
Registered: 2013-09-22
Posts: 5

Delphi: Copy PDF to a canvas

Hi,
Is it possible to copy a PDF (as a canvas image) from TPdfDocumentGDI to a printer's canvas or an Timage's canvas. Please be specific as I am a newbie.

I need to print PDF pages unattended, so it is not a solution to use adobe reader, as this requires user intervention, my thought was to copy the image from TPdfDocumentGDI to the printer canvas instead

regards Ib

Offline

#2 2015-03-12 12:55:55

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

Re: Delphi: Copy PDF to a canvas

There is no PDF reading feature in the SynPDF unit yet.
So you can't do this.

What you can do is draw a TMetaFile(Canvas) to a PDF, not the contrary.

Offline

Board footer

Powered by FluxBB