Server-Side PDF Conversion with LibreOffice and IIS

|
| By Sahil Kumar

When building web applications on Windows servers using IIS, you may occasionally need to utilize locally installed desktop applications — like LibreOffice — for server-side tasks. A common example is converting Microsoft Word documents into PDF format. In this post,

How to Convert XML to a dynamic object in C#

| By Webner

First of all how to parse a predefined XML structure to a class object in C# Sample XML: <User>      <Name>Joseph Lawrence</Name>      <Class>Second</Class>      <Section>B</Section>      <Roll_number>2735</Roll_number>      <Joining_Dt>20160323</Joining_Dt> </User> Above sample can be parsed by creating a class and setting each variable