
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
GroupDocs.Conversion.LowCode
Advanced tools
This is a cross-platform version of GroupDocs.Conversion for .NET. GroupDocs.Conversion for .NET is a powerful and intuitive library used for documents conversion. Convert DOC to PDF, PDF to DOC, XLS to DOC, PPT to PDF and any other popular file formats with simple, intuitive and flexible API. For more details on the GroupDocs.Conversion for .NET API, please visit product website at: https://products.groupdocs.com/conversion/net Note: The library will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
GroupDocs.Conversion.LowCode is a lightweight .NET API for fast, easy, and reliable document conversion. It provides simple, strongly-typed converter classes for popular formats, allowing you to convert documents with minimal code and no external dependencies.
You can install the package using your preferred method via NuGet. Search for GroupDocs.Conversion.LowCode
in your IDE's NuGet Package Manager, or use the .NET CLI or Package Manager Console to add it to your project.
Below are examples for each converter class in the GroupDocs.Conversion.LowCode
namespace.
var converter = new PdfToDocxConverter("contract.pdf");
converter.Convert("contract-editable.docx");
var converter = new PdfToMdConverter("meeting-notes.pdf");
converter.Convert("meeting-notes.md");
var converter = new PdfToPdfAConverter("invoice.pdf");
converter.Convert("invoice-archival.pdf");
var converter = new DocToPdfConverter("proposal.doc");
converter.Convert("proposal.pdf");
var converter = new DocxToPdfConverter("report.docx");
converter.Convert("report.pdf");
var converter = new XlsToPdfConverter("financials-2023.xls");
converter.Convert("financials-2023.pdf");
var converter = new XlsxToPdfConverter("budget.xlsx");
converter.Convert("budget-summary.pdf");
var converter = new PptToPdfConverter("company-overview.ppt");
converter.Convert("company-overview.pdf");
var converter = new PptxToPdfConverter("sales-pitch.pptx");
converter.Convert("sales-pitch.pdf");
var converter = new HtmlToPdfConverter("invoice-template.html");
converter.Convert("invoice-template.pdf");
All converters support additional options via a lambda:
converter.Convert("output.pdf", options => {
options.PageNumber = 2;
options.PagesCount = 5;
});
For licensing, visit Temporary License.
FAQs
This is a cross-platform version of GroupDocs.Conversion for .NET. GroupDocs.Conversion for .NET is a powerful and intuitive library used for documents conversion. Convert DOC to PDF, PDF to DOC, XLS to DOC, PPT to PDF and any other popular file formats with simple, intuitive and flexible API. For more details on the GroupDocs.Conversion for .NET API, please visit product website at: https://products.groupdocs.com/conversion/net Note: The library will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
We found that groupdocs.conversion.lowcode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.