Click here to Skip to main content
15,886,362 members
Articles / Programming Languages / XML

Generate PDF Using C#

Rate me:
Please Sign up or sign in to vote.
4.75/5 (41 votes)
1 Feb 2009CPOL9 min read 545.2K   11K   262  
Using OpenOffice to convert different document types to PDF.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenOfficeWrapper", "OpenOfficeWrapper\OpenOfficeWrapper.csproj", "{5A811256-C2D3-4051-A803-79B853876149}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDFWeb", "PDFWeb\PDFWeb.csproj", "{50EE64A6-C32A-4FDF-B69E-B24AE83632DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenOfficeService", "OpenOfficeService\OpenOfficeService.csproj", "{FEC89B12-6875-4FD9-BB4B-F48BBCDC9AAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenOfficeService.Objects", "OpenOfficeService.Objects\OpenOfficeService.Objects.csproj", "{E49A02BC-C2D3-483B-80E4-3834A55ABBBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApplications", "TestApplications", "{B4DB5AFC-1DEE-4EBF-AE2E-D4CEB5D60CCB}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5A811256-C2D3-4051-A803-79B853876149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5A811256-C2D3-4051-A803-79B853876149}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5A811256-C2D3-4051-A803-79B853876149}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5A811256-C2D3-4051-A803-79B853876149}.Release|Any CPU.Build.0 = Release|Any CPU
		{50EE64A6-C32A-4FDF-B69E-B24AE83632DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{50EE64A6-C32A-4FDF-B69E-B24AE83632DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{50EE64A6-C32A-4FDF-B69E-B24AE83632DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{50EE64A6-C32A-4FDF-B69E-B24AE83632DA}.Release|Any CPU.Build.0 = Release|Any CPU
		{FEC89B12-6875-4FD9-BB4B-F48BBCDC9AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FEC89B12-6875-4FD9-BB4B-F48BBCDC9AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FEC89B12-6875-4FD9-BB4B-F48BBCDC9AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FEC89B12-6875-4FD9-BB4B-F48BBCDC9AAF}.Release|Any CPU.Build.0 = Release|Any CPU
		{E49A02BC-C2D3-483B-80E4-3834A55ABBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E49A02BC-C2D3-483B-80E4-3834A55ABBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E49A02BC-C2D3-483B-80E4-3834A55ABBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E49A02BC-C2D3-483B-80E4-3834A55ABBBC}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{50EE64A6-C32A-4FDF-B69E-B24AE83632DA} = {B4DB5AFC-1DEE-4EBF-AE2E-D4CEB5D60CCB}
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Chief Technology Officer
United States United States
If you liked this article, consider reading other articles by me. For republishing article on other websites, please contact me by leaving a comment.

Comments and Discussions