Pdf Reader & Creator
Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
Hi All
while hunting about my External drive i can across some code that i had got from YouTube a few Years back but never really used it, as at the time, i did not know alot about VB ( Well I still dont
) But anyway I have put together this Pdf Reader and Convertor ( using the code and a dll file from YouTube).
Features
Opens Pdf Files
Converts Picturefiles to Pdf File Format
**Add Passwords to your Pdfs ( and yes it works)
When you click the Convertor on the Menustrip you will be faced with this form, Browse and or Type in your Path to your Pic, Set your Doc Size and then Convert.
Right Click it for ContextMenu for the Password
**Also i forgot to add, You can save your Password as a Text file on your computer and or External Drive etc, so you dont lose it.
![Image]()
Password Options Open
![Image]()
Chris
while hunting about my External drive i can across some code that i had got from YouTube a few Years back but never really used it, as at the time, i did not know alot about VB ( Well I still dont

Features
Opens Pdf Files
Converts Picturefiles to Pdf File Format
**Add Passwords to your Pdfs ( and yes it works)
When you click the Convertor on the Menustrip you will be faced with this form, Browse and or Type in your Path to your Pic, Set your Doc Size and then Convert.
Right Click it for ContextMenu for the Password
**Also i forgot to add, You can save your Password as a Text file on your computer and or External Drive etc, so you dont lose it.

Password Options Open

Chris
You do not have the required permissions to view the files attached to this post.
Last edited by hungryhounduk on Thu Aug 05, 2010 3:46 pm, edited 1 time in total.
There are plenty of open source libraries that you can use to create and edit pdf files - check out http://csharp-source.net/open-source/pdf-libraries
looks good hungry
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

zachman61 wrote:looks good hungryI agree with you on this one, I also dig the video converter too.
Looks cool, I agree with Mandai it'll make your program even better
Keep it up Chris

Keep it up Chris

Hey hungry, this might help a little bit on the password saving. Just for extra security. Instead of saving as a text file you should save as binary, and you can try this:
Code: Select all
Helping?Dim Bytes2Save() As Byte = System.Text.ASCIIEncoding.ASCII.GetBytes(Password.Text)
My.Computer.FileSystem.WriteAllBytes("filename", Bytes2Save, false)
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

Hi MrAksel
ok thanks for that i will give that a go
Cheers
Chris
ok thanks for that i will give that a go

Cheers
Chris
i saw one before
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

Copyright Information
Copyright © Codenstuff.com 2020 - 2023