Package | Description |
---|---|
com.ironsoftware.ironpdf | |
com.ironsoftware.ironpdf.internal.staticapi |
Modifier and Type | Method and Description |
---|---|
static PdfDocument |
PdfDocument.renderHtmlAsPdf(String html,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a Html string, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderHtmlAsPdf(String html,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a Html string, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderHtmlAsPdf(String html,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials,
String baseUrl)
Creates a PDF file from a Html string, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderHtmlAsPdf(String html,
String baseUrl,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a Html string, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderHtmlFileAsPdf(String htmlFilePath,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a local Html file, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderHtmlFileAsPdf(String htmlFilePath,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a local Html file, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderHtmlFileAsPdf(String htmlFilePath,
String baseUrl,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a local Html file, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderHtmlFileAsPdf(String htmlFilePath,
String baseUrl,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a local Html file, and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderUrlAsPdf(String url,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a URL or local file path and returns it as a
PdfDocument . |
static PdfDocument |
PdfDocument.renderUrlAsPdf(String url,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a URL or local file path and returns it as a
PdfDocument . |
Modifier and Type | Method and Description |
---|---|
static InternalPdfDocument |
Render_Api.renderHtmlAsPdf(String html,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a Html string, and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderHtmlAsPdf(String html,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a Html string, and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderHtmlAsPdf(String html,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials,
String baseUrl)
Creates a PDF file from a Html string, and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderHtmlAsPdf(String html,
String baseUrl,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a Html string, and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderHtmlFileAsPdf(String htmlFilePath,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a local Html file, and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderHtmlFileAsPdf(String htmlFilePath,
String baseUrl,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a local Html file, and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderUrlAsPdf(String url,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a URL or local file path and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderUrlAsPdf(String url,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials)
Creates a PDF file from a URL or local file path and returns it as a
InternalPdfDocument . |
static InternalPdfDocument |
Render_Api.renderZipAsPdf(Path zipFilePath,
String mainFile,
ChromePdfRenderOptions renderOptions,
ChromeHttpLoginCredentials loginCredentials) |
Copyright © 2022–2023 Iron Software. All rights reserved.