Search found 1 match
- Tue Mar 30 2004
- Forum: Visual Basic Community
- Topic: Problem opening document with CDIntf
- Replies: 1
- Views: 6683
Problem opening document with CDIntf
I have a piece of vb.net code that performs an append of multiple pdf files into a single one. When I run it in a WinForms app, everything works great. When I run the same code in a console app, I get the error message: 'Error opening PDF document' when trying to open the first document. The code go...