

The Foxit tools also allow you to merge and compress existing PDFs, making it a valuable tool to have in your software arsenal. You can convert Word, Excel, PowerPoint, and JPG image files to and from PDF files. Take advantage of the drag-and-drop interface and transform files to fit your needs. As long as you have a reliable Internet connection and a good browser, you're ready to go! The tools are entirely online, making them easily accessible no matter what device or operating system you're using. Give the Foxit converter online tools a try and see just how efficient and accurate they are. We also have ExcelConverter, HtmlConverter, ImageConverter, PowerPointConverter, RtfConverter, TextConverter, and WordConverter for converting specific file types with respective options classes.Try the best free PDF Converter Online Tools string sampleHtml = "This is a very simple HTML string including a Table below." +Ĭonverter.ConvertHtmlString(sampleHtml, pdfFilePath) ĭim sampleHtml As String = "This is a very simple HTML string including a Table below." +Ĭonverter.ConvertHtmlString(sampleHtml, pdfFilePath) Please refer to the Converting Current Web Page to PDF section for an example of how to specify converting a current web page to PDF. The following example demonstrates converting a specific HTML string to PDF (as opposed to using an actual HTML file or URL, as shown in the examples above). Converter.Convert("", pdfFilePath) Ĭonverter.Convert(rtfFilePath, pdfFilePath) Ĭonverter.Convert(rtfFilePath.rtf, pdfFilePath) The conversion process is similar for all 50 supported document types. The example also illustrates RTF to PDF conversion. This example demonstrates a simple file conversion from HTML (a specified URL) to PDF. The following examples illustrate converting a file or URL to PDF followed by converting a string to PDF. Converting a file with no advanced options is straightforward.
