0

How can I create PDF file and write on it some data using C++/CLI ? Do I need external library?

Aan
  • 11,437
  • 34
  • 84
  • 144

1 Answers1

2

Yes, you do need an external library. Try searching for "write PDF from C#", and use that from C++/CLI. Here's one question I found: Creating pdf files at runtime in c#.

Community
  • 1
  • 1
David Yaw
  • 26,633
  • 4
  • 60
  • 91