Welcome to Pintexx Forum Sign in | Join | Faq

pinPDF

Started by sajeesh at 09-03-2008 12:15 . Topic has 8 replies.

Print Search
Sort Posts:    
   09-03-2008, 12:15
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Link For PinPdf
Reply Quote
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 is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: Link For PinPdf
Reply Quote
Hello,

do you use .Net or ActiveX ?

Regards,
Hans-Peter
   Report 
   09-04-2008, 6:14
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Re: Link For PinPdf
Reply Quote
Hai,
Iam using .Net.


   Report 
   09-04-2008, 9:32
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: Link For PinPdf
Reply Quote
Hello,

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

Regards,
Hans-Peter
   Report 
   09-04-2008, 12:31
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Crying [:'(] Re: Link For PinPdf
Reply Quote
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 is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: Link For PinPdf
Reply Quote
Hello,

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

Regards,
Hans-Peter


   Report 
   09-04-2008, 1:17
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Crying [:'(] Re: Link For PinPdf
Reply Quote
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 is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: Link For PinPdf
Reply Quote
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 is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Smile [:)] Re: Link For PinPdf
Reply Quote
Thanks, Its working...
   Report 
Pintexx Forum » Developer Produ... » pinPDF » Re: Link For PinPdf