如何使用C#.Net将SGML文件转换为PDF文件 [英] How to convert SGML file to PDF file using C#.Net

查看:138
本文介绍了如何使用C#.Net将SGML文件转换为PDF文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用C#.Net和Microsoft Sql Server将SGML文件转换为PDF文件的过程是什么?

What is the process for converting SGML file to PDF file using C#.Net and Microsoft Sql Server

推荐答案

SGML - 标准通用标记语言不是文档语言。这是一个元数据。这是如何指定文档标记语言的标准。超文本标记语言(HTML)是基于SGML的语言的一个例子。



因此,说将SGML转换为PDF没有意义(在至少对我来说。



在这里阅读更多关于SGML的信息:

https://en.wikipedia.org/wiki/Standard_Generalized_Markup_Language [ ^ ]



如果您正在寻找将HTML转换为PDF,请参阅这些链接 -

< a href =http://stackoverflow.com/a/2129296/1006297> http://stackoverflow.com/a/2129296/1006297 [ ^ ]

www.codeproject.com/Answers/425232/Html-to-PDF-conversion-using-csharp [ ^ ]

使用免费的第三方库在C#和ASP.NET中从HTML转换为PDF [ ^ ]



希望,它有帮助:)
SGML - Standard Generalized Markup Language is not a document language. It's a metadata. This is a standard for how to specify a document markup language. Hypertext Markup Language (HTML) is an example of an SGML-based language.

So, it doesn't make sense to say "convert SGML to PDF" (at least to me).

Read more about SGML here:
https://en.wikipedia.org/wiki/Standard_Generalized_Markup_Language[^]

If you are looking for converting HTML to PDF, then refer these links-
http://stackoverflow.com/a/2129296/1006297[^]
www.codeproject.com/Answers/425232/Html-to-PDF-conversion-using-csharp[^]
Convert from HTML to PDF in C# and ASP.NET with a Free 3rd Party Library[^]

Hope, it helps :)


这篇关于如何使用C#.Net将SGML文件转换为PDF文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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