Draw PDF onto GDI+ Surface

R

Richard MSL

I have a WinForm application. I would like to be able to read a PDF, and draw
it onto the GDI+ drawing surface, along with other commands that I would draw
on the surface, to then print it. This can be done with a WMF file, so one
option is to preconvert the PDF to WMF, but I would to read the PDF directly,
if that is possible? Thanks.
 
L

Linda Liu[MSFT]

Hi Richard,

I searched in the codeproject web site and found an article introducing a
way to convert PDF to text in C#. You can visit the following link for more
detail:

'Converting PDF to Text in C#'
http://www.codeproject.com/KB/string/pdf2text.aspx

Hope this is what you want.

If you have any question, please feel free to let me know.

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.
 
R

Richard MSL

Thanks. I am not sure if that is what I want, on first reading, the article
is about extracting the text from the PDF, I do not want to parse it, I just
want to put it on the graphics page, images and all, so that I can write more
things on top. But I will review the article more closely and see if that is
possible. Thanks again.
 

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

Top