Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
QuestionButtons on C# sharp app now cause System sounder to beep! Pin
glennPattonWork319-Jun-12 23:49
professionalglennPattonWork319-Jun-12 23:49 
AnswerRe: Buttons on C# sharp app now cause System sounder to beep! Pin
Hum Dum20-Jun-12 1:40
Hum Dum20-Jun-12 1:40 
GeneralRe: Buttons on C# sharp app now cause System sounder to beep! Pin
glennPattonWork320-Jun-12 1:52
professionalglennPattonWork320-Jun-12 1:52 
AnswerRe: Buttons on C# sharp app now cause System sounder to beep! Pin
احمد مقبل الصراري20-Jun-12 9:18
احمد مقبل الصراري20-Jun-12 9:18 
GeneralRe: Buttons on C# sharp app now cause System sounder to beep! Pin
glennPattonWork320-Jun-12 21:49
professionalglennPattonWork320-Jun-12 21:49 
QuestionConvert PDF to Word using C# Pin
nvarunkumar19-Jun-12 22:52
nvarunkumar19-Jun-12 22:52 
AnswerRe: Convert PDF to Word using C# Pin
Hum Dum19-Jun-12 23:00
Hum Dum19-Jun-12 23:00 
AnswerRe: Convert PDF to Word using C# Pin
Pete O'Hanlon19-Jun-12 23:05
mvePete O'Hanlon19-Jun-12 23:05 
If you don't want to use any 3rd party functionality beyond what's available for you in the .NET framework, you are going to have to write code that will translate the .PDF file format. This is far from easy to do, and will require you to spend a lot of time writing code that others have already written and tested.

If your requirement is just that you don't want to use a paid component, I would recommend iTextSharp[^]. It's free, and allows you to read PDFs (well, that's slightly incorrect - you can't directly read PDF data and assume it's correct because a PDF is just a canvas that has text and graphics placed on it, so it has no real structure to it).

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

AnswerRe: Convert PDF to Word using C# Pin
Richard MacCutchan20-Jun-12 3:18
mveRichard MacCutchan20-Jun-12 3:18 
QuestionC# 2010 delete from database Pin
sc steinhayse19-Jun-12 17:09
sc steinhayse19-Jun-12 17:09 
AnswerRe: C# 2010 delete from database Pin
Pete O'Hanlon19-Jun-12 23:18
mvePete O'Hanlon19-Jun-12 23:18 
QuestionH.264 decode without stream Pin
Medvezhonok19-Jun-12 12:31
Medvezhonok19-Jun-12 12:31 
QuestionHow To Parse This String Pin
Kevin Marois19-Jun-12 9:53
professionalKevin Marois19-Jun-12 9:53 
AnswerRe: How To Parse This String Pin
PIEBALDconsult19-Jun-12 10:40
mvePIEBALDconsult19-Jun-12 10:40 
GeneralRe: How To Parse This String Pin
Kevin Marois19-Jun-12 10:42
professionalKevin Marois19-Jun-12 10:42 
GeneralRe: How To Parse This String Pin
Dave Kreskowiak19-Jun-12 11:08
mveDave Kreskowiak19-Jun-12 11:08 
GeneralRe: How To Parse This String Pin
Pete O'Hanlon19-Jun-12 11:20
mvePete O'Hanlon19-Jun-12 11:20 
GeneralRe: How To Parse This String Pin
Kevin Marois19-Jun-12 11:38
professionalKevin Marois19-Jun-12 11:38 
AnswerRe: How To Parse This String Pin
Paul Conrad19-Jun-12 12:20
professionalPaul Conrad19-Jun-12 12:20 
GeneralRe: How To Parse This String Pin
Pete O'Hanlon19-Jun-12 12:33
mvePete O'Hanlon19-Jun-12 12:33 
GeneralRe: How To Parse This String Pin
PIEBALDconsult19-Jun-12 12:48
mvePIEBALDconsult19-Jun-12 12:48 
GeneralRe: How To Parse This String Pin
Pete O'Hanlon19-Jun-12 22:28
mvePete O'Hanlon19-Jun-12 22:28 
GeneralRe: How To Parse This String Pin
PIEBALDconsult20-Jun-12 3:32
mvePIEBALDconsult20-Jun-12 3:32 
GeneralRe: How To Parse This String Pin
Pete O'Hanlon20-Jun-12 3:48
mvePete O'Hanlon20-Jun-12 3:48 
GeneralRe: How To Parse This String Pin
PIEBALDconsult19-Jun-12 12:36
mvePIEBALDconsult19-Jun-12 12:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.