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.
11 posts Page 1 of 2
Contributors
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Pdf Reader & Creator
hungryhounduk
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
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.
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Pdf Reader & Creator
mandai
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
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Pdf Reader & Creator
zachman61
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 :)
User avatar
alex6848
VIP - Donator
VIP - Donator
Posts: 201
Joined: Sat Jan 16, 2010 10:26 pm

Re: Pdf Reader & Creator
alex6848
cool :D
Free Facebook Page Likes - http://fbliker.tk/?ref=gillis
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Re: Pdf Reader & Creator
mikethedj4
zachman61 wrote:
looks good hungry
I agree with you on this one, I also dig the video converter too.
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Pdf Reader & Creator
Agust1337
Looks cool, I agree with Mandai it'll make your program even better :)
Keep it up Chris :)
Top-notch casual Dating
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Pdf Reader & Creator
MrAksel
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
Dim Bytes2Save() As Byte = System.Text.ASCIIEncoding.ASCII.GetBytes(Password.Text)
My.Computer.FileSystem.WriteAllBytes("filename", Bytes2Save, false)
Helping?
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
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Pdf Reader & Creator
hungryhounduk
Hi MrAksel
ok thanks for that i will give that a go :)

Cheers

Chris
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Pdf Reader & Creator
Lewis
I have never seen one of these :o
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Pdf Reader & Creator
zachman61
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 :)
11 posts Page 1 of 2
Return to “Full Software”