使用VB.NET创建PDF文件,不带C#或其他DLL文件 [英] Create PDF files using VB.NET without C# or other DLL files

查看:70
本文介绍了使用VB.NET创建PDF文件,不带C#或其他DLL文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在一个需要保存图像的项目和一些PDF格式的行。现在我正在使用PDFSharp来完成这项工作。它是用C#编写的。我无法将其转换为VB.NET。是否有一个完全用VB.NET编写的库或者我该怎么做?我只是一名学生和编程中级人员。所以请解释一下。谢谢你们。



我的尝试:



我有已经尝试将PDFSharp转换为VB.NET并在Web上搜索VB.NET PDF库

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

推荐答案

您还没有解释您的问题是什么,但以下链接可能帮助:如何在vb.net中创建PDF文件 [ ^ ]。



尝试在没有这样的库的情况下创建PDF文件仅适用于高级程序员。
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.


您不需要库转换为VB.NET;您只需从VB.NET项目中添加一个引用,指向已编译的库。用一种.NET语言编写的项目可以使用任何.NET语言编写的库;它们不必用同一种语言书写。



图书馆可用在NuGet上 [ ^ ],所以你可以使用 NuGet包管理器安装它[ ^ ]。
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[^].


这篇关于使用VB.NET创建PDF文件,不带C#或其他DLL文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆