Click here to Skip to main content
16,003,404 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is the process for converting SGML file to PDF file using C#.Net and Microsoft Sql Server
Posted

1 solution

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 :)
 
Share this answer
 
v2
Comments
Member 11046425 11-Sep-15 1:47am    
Sorry sir, i posted wrongly in my question . If any chance to convert SGML to XML ?
Suvendu Shekhar Giri 11-Sep-15 1:52am    
I have never done this but check following link, if it helps -
http://stackoverflow.com/questions/4452537/sgml-to-xml-convertion[^]
Member 11046425 11-Sep-15 2:23am    
Thank you sir...
Member 11046425 11-Sep-15 4:05am    
Sir see this website for online conversion... http://www.docx2doc.com/converters/sgml-to-

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