Click here to Skip to main content
15,891,621 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm working in a project that needs to save a image and some lines in PDF format. Now i'm Using PDFSharp to do this job. It was written in C#. and i cant convert it into VB.NET. is there is a library completely written in VB.NET or how can i do this ? I'm just a school student and Intermediate in programming. So please explain. Thank you guys.

What I have tried:

I have already tried to convert PDFSharp into VB.NET and searching in Web for VB.NET PDF Library
Posted
Updated 7-May-16 0:36am

You have not explained what your problem is, but the following link may help: How to create PDF files in vb.net[^].

Trying to create PDF files without such a library is only for advanced programmers.
 
Share this answer
 
Comments
Devil7DK 7-May-16 6:30am    
My problem is when using an third party dll or source code that written in C# i cant obfuscate my files so i need to write the pdf library in vb.net along with my project. i'm not an advanced programmer but a lover of programming. but still i can do it with small guidance from experts. and so i came here.
Richard MacCutchan 7-May-16 6:40am    
Well good luck, but be aware it will take you many years. The PDF reference document runs to somethiong over 700 pages, which you will need to read and understand before you write a single line of code: see http://www.adobe.com/devnet/pdf/pdf_reference.html.
Sergey Alexandrovich Kryukov 7-May-16 12:11pm    
Did you notice that the inquirer also mentioned "without C#" (for ASP.NET!)?
It means, "only for advanced programming", as wall as considerations of time of development, are inapplicable. :-)
—SA
Richard MacCutchan 7-May-16 12:53pm    
Where did that get mentioned, and what does it have to do with my responses?
Sergey Alexandrovich Kryukov 7-May-16 13:55pm    
In the title of the question... :-)
There is nothing wrong with your responses, except one thing: the "question" isn't worth it...
—SA
You don't need to convert the library to VB.NET; you just add a reference from your VB.NET project, pointing to the already compiled library. Projects written in one .NET language can use libraries written in any .NET language; they don't have to be written in the same language.

The library is available on NuGet[^], so you can install it using the NuGet Package Manager[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900