Link For PinPdf

pinPDF

Link For PinPdf


sajeesh 09-03-2008, 12:15
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.

Re: Link For PinPdf


Pintexx Support 09-03-2008, 4:06
Hello,

do you use .Net or ActiveX ?

Regards,
Hans-Peter

Re: Link For PinPdf


sajeesh 09-04-2008, 6:14
Hai,
Iam using .Net.

Re: Link For PinPdf


Pintexx Support 09-04-2008, 9:32
Hello,

here is the link:
http://www.pintexx.com/download/pinPDF.zip

Regards,
Hans-Peter

Re: Link For PinPdf


sajeesh 09-04-2008, 12:31
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.

Re: Link For PinPdf


Pintexx Support 09-04-2008, 1:08
Hello,

you have to copy the other DLLs (*pdf*.*)to bin folder, too.

Regards,
Hans-Peter

Re: Link For PinPdf


sajeesh 09-04-2008, 1:17
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)

Re: Link For PinPdf


Pintexx Support 09-04-2008, 5:07
Hello,

it should also work under Vista.

Could you please copy 'ABCpdfCE6.dll' to windows/system32 ?

Regards,
Hans-Peter

Re: Link For PinPdf


sajeesh 09-05-2008, 6:35
Thanks, Its working...