Search found 4 matches

by BombiD
Tue Jul 19 2005
Forum: Delphi Community
Topic: Not Implemented
Replies: 6
Views: 22853

I think there has been some missunderstanding. I do see the PDF file in the control. The problem I have is that I don't see the text object that I add to the PDF file. No changes are ever made. Even if I save it under a different name and open it - the file looks the same. Just the size of the file ...
by BombiD
Fri Jul 15 2005
Forum: Delphi Community
Topic: Not Implemented
Replies: 6
Views: 22853

Correction

PDFCreactiveX1.CreateObject (acObjectTypeLine, 'text1');

is not the right code... I changed that:

PDFCreactiveX1.CreateObject (acObjectTypeText, 'text1');

of course the result is exactly the same.

Ivan
by BombiD
Fri Jul 15 2005
Forum: Delphi Community
Topic: Not Implemented
Replies: 6
Views: 22853

Hi Well I added SetLicenseKey and stole stuff from demo project mdiapp.dpr Now I have this code... which doesn't raise an error, but it also appears to do absolutely nothing. PDFCreactiveX1.Open('c:\Tmp\amyuni\photo.pdf',''); PDFCreactiveX1.SetLicenseKey(" "," "); PDFCreactiveX1....
by BombiD
Thu Jul 14 2005
Forum: Delphi Community
Topic: Not Implemented
Replies: 6
Views: 22853

Not Implemented

Hi I'm just trying to follow the small example put into the "Technical Note 7.pdf" found on your site, however when this line of code PDFCreactiveX1.CreateObject (acObjectTypeText, 'text1'); is to be executed I get the "Not Implemented" error! What is that? Is that because of the...