creating .pdf files dynamically without 3rd party components

  • Thread starter Thread starter Manoj Paramu Das
  • Start date Start date
M

Manoj Paramu Das

Hi,
Is there a way to save a page/some data(read variables) as a .pdf files
without using 3rd party components?
Any Sample code would be really helpful.

Thanks in Advance.

Regards
Manoj Das
 
There's no native support for writing .pdf's in dotnet. You can use Crystal
or third party tool of choice, you could write a print driver (which would
be a pain) but natively, no there's not a way that I know of.
 
Back
Top