Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.97 KB

File metadata and controls

28 lines (22 loc) · 1.97 KB

HtmlPdfPLus Logo

HtmlPdfPlus Documentation


HtmlPdfPlus namespace

public type description
static class HtmlPdfClient Fluent interface commands to perform client HTML to PDF conversion
class HtmlPdfResult<T> Result of converting Html to PDF
class PageMargins Page margins.
class PageSize Page size for PDF.
class PdfPageConfig The Config PDF page.
class RequestHtmlPdf<T> Request data to convert Html to PDF
interface IHtmlPdfClient Fluent interface commands to HtmlPdfClientInstance.
interface IHtmlPdfServer<TIn,TOut> Fluent interface commands to perform HTML to PDF conversion.
interface IHtmlPdfServer<TIn,TOut> Fluent interface commands to perform HTML to PDF conversion.
interface IHtmlPdfSrvBuilder Fluent interface commands to set instance of Chromium serverless browser.
enum PageOrientation Orientation Page PDF
[Flags] enum DisableOptionsHtmlToPdf Options for disable internal features

Microsoft.Extensions.DependencyInjection namespace

public type description
static class HostingExtensions Provides extension methods to add and configure HtmlPdf Server in the IServiceCollection.