|
|
pinPDF
Started by sajeesh at 09-03-2008 12:15 . Topic has 8 replies.
 
 
|
|
Sort Posts:
|
|
|
|
09-03-2008, 12:15
|
sajeesh
Joined on 06-18-2008
Posts 42
|
|
|
Hai,
I am using Pin edit 6.0 for my desk top application,
In my application i wants to convert the editor text in to pdf and save it as a pdf document,
can you please send me the link for downloading the pinpdf component suitable for my desktop application.
Regards,
Sajeesh.
|
|
|
|
|
Report
|
|
|
|
09-03-2008, 4:06
|
Pintexx Support
Joined on 08-30-2005
Posts 1.571
|
|
|
Hello,
do you use .Net or ActiveX ?
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
09-04-2008, 6:14
|
sajeesh
Joined on 06-18-2008
Posts 42
|
|
|
|
|
|
09-04-2008, 9:32
|
Pintexx Support
Joined on 08-30-2005
Posts 1.571
|
|
|
Hello,
here is the link:
http://www.pintexx.com/download/pinPDF.zip
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
09-04-2008, 12:31
|
sajeesh
Joined on 06-18-2008
Posts 42
|
Re: Link For PinPdf
|
|
|
|
|
Hai,
Is this component support .Net Windows application?? ( i need this component for my c#.net windows application)
I am using c# .Net 2008 , and i need a component supporting vista also,
When i try to use this component i got an exception error
Unable to load DLL 'ABCpdfCE6.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I added the reference to pinPDF.dll.
I wrote this code:
Pintexx.Components.Web.pinPDF pdf = new Pintexx.Components.Web.pinPDF();
pdf.Html = Editor.Text; (I am using pin edit as my editor)
pdf.OutputPath = "E:\\saj back up";
pdf.FileName="sajpdf.pdf";
pdf.Process();
Regards,
Sajeesh.
|
|
|
|
|
Report
|
|
|
|
09-04-2008, 1:08
|
Pintexx Support
Joined on 08-30-2005
Posts 1.571
|
|
|
Hello,
you have to copy the other DLLs (*pdf*.*)to bin folder, too.
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
09-04-2008, 1:17
|
sajeesh
Joined on 06-18-2008
Posts 42
|
Re: Link For PinPdf
|
|
|
|
|
Hai,
I already copied that 3 dll(ABCpdf.dll, ABCpdfCE6.dll, pinPDF.dll) in to my application bin folder
And i added the reference to pinPdf also,..
Is it support vista platform?
I need this component for my windows application(using c# 2008)
|
|
|
|
|
Report
|
|
|
|
09-04-2008, 5:07
|
Pintexx Support
Joined on 08-30-2005
Posts 1.571
|
|
|
Hello,
it should also work under Vista.
Could you please copy 'ABCpdfCE6.dll' to windows/system32 ?
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
09-05-2008, 6:35
|
sajeesh
Joined on 06-18-2008
Posts 42
|
Re: Link For PinPdf
|
|
|
|
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinPDF » Re: Link For PinPdf
|
|
|
|