0

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

Aan
  • 12,247
  • 36
  • 89
  • 150

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
  • 27,383
  • 4
  • 60
  • 93