How to convert XML, formatted with XSLT, to PDF ?
-
Hi, How to convert XML, formatted with XSLT, to PDF ? Any information would be highly appreciated. Regards, Paresh.
-
Hi, How to convert XML, formatted with XSLT, to PDF ? Any information would be highly appreciated. Regards, Paresh.
[Insert stuff here] can be converted to PDF if [insert stuff here] can be printed. You can do it with Lib haru[^] if you are doing native programming and with iTextSharp[^] if you are writing managed code. If you are printing it manually, then you could use one of those virtual PDF printers.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
[Insert stuff here] can be converted to PDF if [insert stuff here] can be printed. You can do it with Lib haru[^] if you are doing native programming and with iTextSharp[^] if you are writing managed code. If you are printing it manually, then you could use one of those virtual PDF printers.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
Thanks Rajesh. I will look into the libs. Regards, Paresh.