HiQPdf.Next.MarkdownToPdf.Linux.Arm64
18.22.0
Prefix Reserved
dotnet add package HiQPdf.Next.MarkdownToPdf.Linux.Arm64 --version 18.22.0
NuGet\Install-Package HiQPdf.Next.MarkdownToPdf.Linux.Arm64 -Version 18.22.0
<PackageReference Include="HiQPdf.Next.MarkdownToPdf.Linux.Arm64" Version="18.22.0" />
<PackageVersion Include="HiQPdf.Next.MarkdownToPdf.Linux.Arm64" Version="18.22.0" />
<PackageReference Include="HiQPdf.Next.MarkdownToPdf.Linux.Arm64" />
paket add HiQPdf.Next.MarkdownToPdf.Linux.Arm64 --version 18.22.0
#r "nuget: HiQPdf.Next.MarkdownToPdf.Linux.Arm64, 18.22.0"
#:package HiQPdf.Next.MarkdownToPdf.Linux.Arm64@18.22.0
#addin nuget:?package=HiQPdf.Next.MarkdownToPdf.Linux.Arm64&version=18.22.0
#tool nuget:?package=HiQPdf.Next.MarkdownToPdf.Linux.Arm64&version=18.22.0
HiQPdf Next Markdown to PDF Converter for .NET (Linux ARM64)
HiQPdf Next Markdown to PDF Converter for .NET | HTML to PDF for .NET | PDF Library for .NET | HiQPdf Software | Free Trial | Licensing | Support
Overview
The Markdown to PDF Converter is a component of the HiQPdf Next Library for .NET that enables accurate conversion of complex Markdown documents to PDF.
The converter targets .NET Standard 2.0 and can be used in .NET Core and .NET Framework applications deployed on Windows, Linux and macOS platforms, including Azure App Service, Azure Functions and Docker.
Package structure
HiQPdf Next for .NET has a modular architecture, with separate NuGet packages for each major component to prevent unnecessary files from being included in your applications.
This metapackage references all HiQPdf Next for .NET NuGet packages required to run the Markdown to PDF Converter component on Linux ARM64 platforms.
It installs the Linux ARM64 runtime. For Linux x64, the additional package HiQPdf.Next.MarkdownToPdf.Linux can be referenced on its own or alongside this package.
Separate packages are available for Windows and macOS platforms.
There is also a multiplatform metapackage HiQPdf.Next.MarkdownToPdf that references the Windows, Linux and macOS packages, which is ideal when developing on one operating system and deploying to multiple runtime environments.
Compatibility
The compatibility list of this package includes the following platforms:
- Linux (ARM64) - Debian 11+, Ubuntu 20.04+ or equivalent
- .NET 10.0, 9.0, 8.0, 7.0, 6.0 and .NET Standard 2.0
- Linux Virtual Machines
- Docker containers for Linux
- Web, Console and Desktop applications
Main Features
- Convert Markdown documents from a string or from a file to PDF
- Apply style sheets using CSS syntax to customize the appearance
- Automatically create a table of contents based on headings in Markdown
- Use custom PDF page settings to automatically reflow the content
- Add HTML headers, footers or stamps to the generated PDF
- Control the PDF document display with PDF viewer preferences
- Encrypt, set permissions and set passwords for the generated PDF documents
- Add digital signatures to the generated PDF document
- Asynchronous methods for async and await
Installation
On Linux platforms, installing some dependency system packages might be necessary, depending on the Linux distribution and version used.
Detailed instructions for installing Linux dependencies are available in the online documentation, in the Getting Started and Publish guides.
Install the package using your preferred NuGet package manager.
Related packages
Markdown to PDF Converter packages
HiQPdf.Next.MarkdownToPdf (Multi-platform)
https://www.nuget.org/packages/HiQPdf.Next.MarkdownToPdfHiQPdf.Next.MarkdownToPdf.Windows (Windows x64)
https://www.nuget.org/packages/HiQPdf.Next.MarkdownToPdf.WindowsHiQPdf.Next.MarkdownToPdf.Windows.Arm64 (Windows ARM64)
https://www.nuget.org/packages/HiQPdf.Next.MarkdownToPdf.Windows.Arm64HiQPdf.Next.MarkdownToPdf.Linux (Linux x64)
https://www.nuget.org/packages/HiQPdf.Next.MarkdownToPdf.LinuxHiQPdf.Next.MarkdownToPdf.Linux.Arm64 (Linux ARM64)
https://www.nuget.org/packages/HiQPdf.Next.MarkdownToPdf.Linux.Arm64HiQPdf.Next.MarkdownToPdf.MacOS (MacOS ARM64)
https://www.nuget.org/packages/HiQPdf.Next.MarkdownToPdf.MacOS
Full library packages
HiQPdf.Next (Multi-platform)
https://www.nuget.org/packages/HiQPdf.NextHiQPdf.Next.Windows (Windows x64)
https://www.nuget.org/packages/HiQPdf.Next.WindowsHiQPdf.Next.Windows.Arm64 (Windows ARM64)
https://www.nuget.org/packages/HiQPdf.Next.Windows.Arm64HiQPdf.Next.Linux (Linux x64)
https://www.nuget.org/packages/HiQPdf.Next.LinuxHiQPdf.Next.Linux.Arm64 (Linux ARM64)
https://www.nuget.org/packages/HiQPdf.Next.Linux.Arm64HiQPdf.Next.MacOS (macOS ARM64)
https://www.nuget.org/packages/HiQPdf.Next.MacOS
Other HiQPdf.Next component packages
Core PDF API (create, edit, merge and secure PDF documents)
https://www.nuget.org/packages/HiQPdf.Next.CoreHTML to PDF
https://www.nuget.org/packages/HiQPdf.Next.HtmlToPdfWord to PDF
https://www.nuget.org/packages/HiQPdf.Next.WordToPdfExcel to PDF
https://www.nuget.org/packages/HiQPdf.Next.ExcelToPdfRTF to PDF
https://www.nuget.org/packages/HiQPdf.Next.RtfToPdfPDF Processor (PDF to text, PDF to images, extract images)
https://www.nuget.org/packages/HiQPdf.Next.PdfProcessor
HiQPdf.Next namespace
All components of the HiQPdf Next for .NET library share the same namespace HiQPdf.Next and can be used together in the same application.
To use the library in your own code, add the following using directive at the top of your C# source file:
using HiQPdf.Next;
Getting Started
For documentation and code samples, please visit: https://www.hiqpdf.com/hiqpdf-next-markdown-to-pdf-dotnet
C# Code Samples
You can use the sample code below to convert a Markdown document to a PDF document that you can either save to a file or send it to the browser for download.
// Create a Markdown to PDF converter object with default settings
MarkdownToPdfConverter markdownToPdfConverter = new MarkdownToPdfConverter();
// Convert the Markdown string to a PDF document in a memory buffer
byte[] outPdfBuffer = markdownToPdfConverter.ConvertStringToPdf(markdownString, baseUrl);
Free Trial
You can download the HiQPdf Next for .NET evaluation package from HiQPdf Downloads page of the website.
The evaluation package contains a demo ASP.NET application with full C# code for all features of the library.
You can evaluate the library for free as long as it is needed to ensure that the solution fits your application needs.
Licensing
The HiQPdf Software licenses are perpetual which means they never expire for a version of the product and include free maintenance for the first year. You can find more details about licensing on the website.
Support
For technical and sales questions or for general inquiries about our software and company you can contact us using the email addresses from the contact page of the website.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- HiQPdf.Next.Core.Lib.Runtime.linux-arm64 (>= 18.22.0)
- HiQPdf.Next.Core.Linux (>= 18.22.0)
- HiQPdf.Next.MarkdownToPdf.AddOn (>= 18.22.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HiQPdf.Next.MarkdownToPdf.Linux.Arm64:
| Package | Downloads |
|---|---|
|
HiQPdf.Next.Linux.Arm64
HiQPdf Next for .NET (Linux ARM64) can be integrated into your applications to create, edit and merge PDF documents, convert HTML to PDF or images, convert Word, Excel, RTF and Markdown to PDF, extract text and images from PDFs, search text in PDFs and convert PDF pages to images. The library targets .NET Standard 2.0 and can be used in .NET Core and .NET Framework applications deployed on Linux platforms, including Azure App Service, Azure Functions and Docker. This package installs only the Linux ARM64 runtime. For Linux x64, the additional package HiQPdf.Next.Linux can be referenced on its own or alongside this package. Separate packages are available for Windows, macOS or multi-platform runtimes. Compatibility: * Linux (ARM64) - Debian 11+, Ubuntu 20.04+ or equivalent * .NET 10.0, 9.0, 8.0, 7.0, 6.0 and .NET Standard 2.0 * Linux Virtual Machines * Docker containers for Linux * Web, Console and Desktop applications Main Features: * Create, edit and merge PDF documents * Create PDF/UA and PDF/A compliant documents * Apply HTML stamps, headers and footers to PDFs * Generate password-protected and digitally signed PDFs * Convert HTML with CSS, web fonts and JavaScript to PDF * Generate PDF/UA and PDF/A compliant documents from HTML * Convert HTML to JPEG, PNG and WebP images * Convert SVG to PDF * Convert Word DOCX to PDF * Convert Excel XLSX to PDF * Convert RTF to PDF * Convert Markdown to PDF * Convert PDF to text * Search text in PDF documents * Convert PDF pages to images * Extract images from PDF pages Documentation and code samples: https://www.hiqpdf.com/hiqpdf-next-dotnet |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 18.22.0 | 41 | 7/4/2026 |
