Search found 16 matches

by systweakamol
Thu Apr 27 2006
Forum: Delphi Community
Topic: How to install Tdocument
Replies: 1
Views: 15194

How to install Tdocument

please let me know how to get TDocument in delphi from your pdf suite.

I have pdf converter + pdf creator suite


Regards
by systweakamol
Wed Mar 08 2006
Forum: Delphi Community
Topic: Delete object problem
Replies: 1
Views: 13247

Delete object problem

I have two pages in a pdf document and created three text objects on each page named FirstText. Now i want to delete the objects created. I am using delphi 7 and wrote this code. I looped through the controls on the page and tried to delete the object. THIS IS MY CODE: var i : Integer; Tab : OleVari...
by systweakamol
Tue Mar 07 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Send to mail problem- Urgent
Replies: 7
Views: 13785

yes

I have tested it on machine with only outlook express but still the problem is there....

Is it a bug? :oops:
by systweakamol
Tue Feb 07 2006
Forum: Delphi Community
Topic: Encryption query
Replies: 1
Views: 11959

Encryption query

Hi!

I am using the registered professional version of pdf creator and converter. I have encrypted a document and, its done fine, but the query is that how can i remove the password, i mean how can i decrypt the document.
by systweakamol
Fri Dec 02 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Send to mail problem- Urgent
Replies: 7
Views: 13785

not solved

i replace the code but still the problem exists
pdf:= CreateOleObject('CdintfEx.CdintfEx');
Pdf.SendMail('','','',StrMailSubject,StrMailBody,StrsaveFileName+';'+ ExtractFileName(StrsaveFileName),2);
by systweakamol
Tue Nov 29 2005
Forum: Delphi Community
Topic: Not implemented problem
Replies: 1
Views: 13472

Not implemented problem

I am using the pdfsuite250.exe a license verison with delphi when i try to add field, command button and selection control on pdf creator and viewer a message appears Not implemented. I have written this code: PDFCreator.SetLicenseKey(StrLicenseName,StrLicenseCode); PDFCreator.DoCommandTool($0000000...
by systweakamol
Fri Nov 11 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Send to mail problem- Urgent
Replies: 7
Views: 13785

Version 2.5.0.4

I am using version 2.5.0.4 and yes outlook express is installed and configured on the pc. I have tested it on 3 pc and the result is same.
by systweakamol
Wed Nov 09 2005
Forum: Delphi Community
Topic: Book mark problem
Replies: 3
Views: 15484

Bookmark issue

I got the responce on Mon Sep 12 and today is 9th nov when will this issue be solved. My problem is: I am working with the bookmark control using delphi 7. The control displays the bookmarks but if i right click on the list of book mark to create a new bookmark and enter the name of the bookmark it ...
by systweakamol
Wed Nov 09 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Send to mail problem- Urgent
Replies: 7
Views: 13785

Send to mail problem- Urgent

I am using the send mail feature of CdintfEx and writting this code: pdf:= CreateOleObject('CdintfEx.CdintfEx'); CDIntfEx1.SendMail('','','','PDF Attachment','Send PDF Attached',StrsaveFileName+';'+ ExtractFileName(StrsaveFileName),2); The problem that i am facing is that, it works fine with Ms outl...
by systweakamol
Thu Oct 06 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Clipboard Problem
Replies: 1
Views: 5998

Clipboard Problem

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; Th...
by systweakamol
Mon Oct 03 2005
Forum: Visual Basic Community
Topic: BatchConvert problem
Replies: 0
Views: 7274

BatchConvert problem

Hi! I want to use BatchConvert and convert a html file to pdf. for that i wrote Dim pdf As New CDIntfEx.CDIntfEx pdf.DriverInit ("Amyuni Document Converter") pdf.EnablePrinter "", "" NoPrompt = 1 pdf.FileNameOptionsEx = 1 + 2 pdf.DefaultFileName = "c:\newconvert.pd...
by systweakamol
Thu Sep 22 2005
Forum: Delphi Community
Topic: Send mail error
Replies: 0
Views: 11260

Send mail error

hi! I am using the cdintfex control to send a pdf file via email. and i am writting this code to send the mail. CDIntfEx1.SendMail('amol.rajurkar@systweak.net','','','Test','Test PDF Attached',StrsaveFileName+';'+ ExtractFileName(StrsaveFileName),0); I am using delphi 7 as my front end. When this co...
by systweakamol
Mon Sep 19 2005
Forum: Delphi Community
Topic: export to excel problem
Replies: 1
Views: 12156

export to excel problem

Hi! I am using the cdex.. Document1 control for exporting to excel. I am writting this code Document1.SetLicenseKey('',''); Document1.Open('c:\test pdf\PDF Creator User Manual.pdf'); Document1.Optimize(2); Document1.ExportToEXCEL('c:\sdsds.xls',acExcelExportOptionSingleSheet); The problem is this th...
by systweakamol
Tue Sep 13 2005
Forum: Delphi Community
Topic: Picture editing
Replies: 2
Views: 14043

Picture editing

Ok
Can i copy the selected picture to the clipboard
by systweakamol
Tue Sep 13 2005
Forum: Delphi Community
Topic: Picture editing
Replies: 2
Views: 14043

Picture editing

Hi! I am using the pdf creator activex in borland delphi. I want to know whether your control support image editing. I mean can i edit a image in the pdf file. I have trapped that whether the user has clicked on a image but how can i edit it. If it is not possible than can i send the selected image ...