How can I create PDF file and write on it some data using C++/CLI ? Do I need external library?
Asked
Active
Viewed 521 times
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#.