No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: See this online post on pdf to html converting and the vice versa [html to pdf](http://www.rasteredge.com/how-to/vb-net-imaging/pdf-converting/) tranforming, containing the sample codes using vb.net. Public Sub ConvertPdftoHtml() If True Then PDFInputFile = ("C:/1.pdf") PDFPageNumber = "1" HTMLOutputFile = OutputFormat.html End If End Sub PDF.Save("OutputFormat.html", SaveFormat.Html) | |
Re: I usually use Adobe to convert pdf to word document, although it needs to be paid. As for [Word to pdf](http://www.rasteredge.com/how-to/vb-net-imaging/word-convert-pdf/) conversion, I can recommend you this free word to pdf converter that is easy to be installed and operated. |
The End.