C# - showing pdf files from mySQL database without using acrobat reader, how?
-
hello..
I'm developing a software? for my thesis using C# winform application.. it is an offline system.. and we are not allowed to make a web application..my goal is to show pdf files from MySQL database without using Adobe Acrobat reader or any pdf viewer that has a printing tool because I want to disable the printing process.. please help me.. Is it possible to show pdf file in a panel? if so, how?.. or even in a picturebox?..
I want to disable the printing process because I want to control my printing process with a coin acceptor and an ARDUINO..
thank you..I hope you could help me..
Shiela Amante -
hello..
I'm developing a software? for my thesis using C# winform application.. it is an offline system.. and we are not allowed to make a web application..my goal is to show pdf files from MySQL database without using Adobe Acrobat reader or any pdf viewer that has a printing tool because I want to disable the printing process.. please help me.. Is it possible to show pdf file in a panel? if so, how?.. or even in a picturebox?..
I want to disable the printing process because I want to control my printing process with a coin acceptor and an ARDUINO..
thank you..I hope you could help me..
Shiela AmanteIs it possible? Sure. You just have to write the massive pile of code that interprets and renders the PDF. USE AN EXISTING LIBRARY! Turning in an application for your thesis that isn't complete because you're wasting a couple of YEARS writing your own PDF interpreter and rendering engine is just f'ing STUPID!
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
hello..
I'm developing a software? for my thesis using C# winform application.. it is an offline system.. and we are not allowed to make a web application..my goal is to show pdf files from MySQL database without using Adobe Acrobat reader or any pdf viewer that has a printing tool because I want to disable the printing process.. please help me.. Is it possible to show pdf file in a panel? if so, how?.. or even in a picturebox?..
I want to disable the printing process because I want to control my printing process with a coin acceptor and an ARDUINO..
thank you..I hope you could help me..
Shiela AmanteTo "show" a pdf (under control of an app) one typically uses the "print preview" option (of a given pdf printer driver) in the app via the "print / printer dialog". (PdfSharp can generate pdf's / previews from raw content if you want to get fancy). The "app" controls the printing in this case; not the user. If your pdf source is "hidden", you have effectively taken control of the "printing process".
"(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
-
hello..
I'm developing a software? for my thesis using C# winform application.. it is an offline system.. and we are not allowed to make a web application..my goal is to show pdf files from MySQL database without using Adobe Acrobat reader or any pdf viewer that has a printing tool because I want to disable the printing process.. please help me.. Is it possible to show pdf file in a panel? if so, how?.. or even in a picturebox?..
I want to disable the printing process because I want to control my printing process with a coin acceptor and an ARDUINO..
thank you..I hope you could help me..
Shiela Amante -
hello..
I'm developing a software? for my thesis using C# winform application.. it is an offline system.. and we are not allowed to make a web application..my goal is to show pdf files from MySQL database without using Adobe Acrobat reader or any pdf viewer that has a printing tool because I want to disable the printing process.. please help me.. Is it possible to show pdf file in a panel? if so, how?.. or even in a picturebox?..
I want to disable the printing process because I want to control my printing process with a coin acceptor and an ARDUINO..
thank you..I hope you could help me..
Shiela Amante