Clipboard Problem

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
systweakamol
Posts: 16
Joined: Fri Sep 09 2005
Contact:

Clipboard Problem

Post by systweakamol »

Hi!

I have question, i am using delphi 7 and using the pdf creator control (Pro. version), i have detected a mouse click on a image on the pdf file by this code :

if pObject.Attribute['ObjectType']= acObjectTypePicture then
Begin
ShowMessage('You have clicked on a image. For image editing');
End;

The question is that as i know that the user has clicked on the image/picture i want to copy this image to clip board. When i press ctr+c it gets coppied and i can paste on the same pdf file but not in applications out it like paint, photo shop etc. My basic objective is to extract images from a pdf file.

Please help me out asap.

Kind Regards

Amol Rajurkar
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

In the current version of the PDF Creator you can copy document from the Clipboard to the PDF file but not from the PDF file to the Clipboard.

You can copy documents from one PDF to a new PDF in the PDF Creator.

I will check with our project manager if this is a 'by design' issue or if this is planned to be changed in the next versions.

Thanks.
Post Reply