Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Use Fine-Tuning Converters when a direct Converter call is not enough. This section explains rendering devices, renderers, and rendering options for controlling PDF, XPS, DOCX, and image output in C#.
Most conversion articles show the shortest workflow with Converter.ConvertHTML(), ConvertSVG(), ConvertMHTML(), or ConvertEPUB(). Fine-tuning is for cases where your application must control page size, margins, resolution, background color, image quality, output streams, or renderer/device behavior.
Use these APIs when you need to:
PdfDevice, XpsDevice, DocDevice, and ImageDevice receive rendered output.HtmlRenderer, SvgRenderer, MhtmlRenderer, and EpubRenderer for source-specific rendering workflows.The online HTML Web Applications are useful for quick manual checks. Use Aspose.HTML for .NET fine-tuning APIs when output settings must be controlled in C# code.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.