showing a pdf file in windows form

  • Thread starter Thread starter Adam One
  • Start date Start date
A

Adam One

Hi, i am working on a c# application with client/server architecture.
is it possible to show a pdf file in windows form without be obliged to have
acrobat reader on client computer.

I tried googling first and couldn't find any uncommerce or free library for
this.

Thanks in advanced

Adam
 
Hi,

Adam One said:
Hi, i am working on a c# application with client/server architecture.
is it possible to show a pdf file in windows form without be obliged to
have acrobat reader on client computer.

I tried googling first and couldn't find any uncommerce or free library
for this.

Thanks in advanced

I know of no control like that. Not even a commercial one.
 
Hi, i am working on a c# application with client/server architecture.
is it possible to show a pdf file in windows form without be obliged to have
acrobat reader on client computer.

I tried googling first and couldn't find any uncommerce or free library for
this.

It's commercial and I don't know the pricing for this, but it would
seem to meet your other needs:

http://www.foxitsoftware.com/pdf/sdk/dll/

No affialiation with them and I've never used it.
 
Hi Adam,

I have searched the Adobe Knowledgebase for the control you want. I only
found a technote introducing how to use Adobe's ActiveX control to view PDF
documents directly on the stage. However, I'm not sure if it is fit for
your practice.

The following is the link of the KB technote I found:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14043&sliceId=1

BTW, if you have Acrobat Reader installed on a client computer, you could
view a PDF document using a WebBrowser control in a WinForm.

Hope this helps.

Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Adam,

How about the problem now?

If you need our further assistance, please feel free to let me know.

Thank you for using our MSDN Managed Newsgroup Support Service!

Sincerely,
Linda Liu
Microsoft Online Community Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top