Posted by a ceTe Software moderator
Hello,
The default page size (Letter) used by Converter does not capture all the content of the web page you are trying to convert. Try using the ConversionOptions class to set a larger PDF page size.
ConversionOptions options = new ConversionOptions(PageSize.Legal, PageOrientation.Landscape, 0);
Converter.Convert("http://www.capitaloneinvesting.com", "Output.pdf",options);
Also be aware of the
limitation where SVG and flash content embedded within the HTML may not get converted. Apart from the limitations listed, if you are still having issues after trying the above code, email the PDF output you are getting to
support@cete.com so we can look into it further.
Thanks,
ceTe Software Support Team.