If you like it and would like to support the work to provide tools like this please use PayPal below.
Twitter’s Take on Apple’s Vision Pro
1 day ago
AutoCAD, AutoCAD Architecture (ACA/ADT), Revit Architecture, Revit MEP, Revit Structure, BIM, CAD, AutoLISP, VBA, VB, VB.NET, C#, databases, Access, SQL Server, FlexNet (FLEXlm), license usage reporting, software design, development, customization, integration...
Contact Us
| About JTB World |
Subscribe to this blog
JTB World's website |
Website General Terms of Use |
Privacy Policy
^ Top of page
© 2004- JTB World. All rights reserved.
Restored comments
ReplyDeleteAnonymous said...
I am writing an application that needs to programmatically open a dwf file and then print it to a specified printer. With DWF viewer 7.0, there is no longer an API accessible Print command. I was wondering how you got around this problem?
Thanks
jun
December 13, 2006
JTB World said...
I use Viewer.SimplePrint True, False
December 13, 2006
Anonymous said...
I looked for that method, but I don't see it in the composite viewer object. Can you tell me which class you are getting the SimplePrint method from?
Thanks
December 13, 2006
JTB World said...
ExpressViewerDllCtl.CExpressViewerControl
December 13, 2006
pl said...
I'm writing a VB6 application that needs to print dwf files, all users have DWF Viewer 6.0 installed (not 7.0).
There should be no UI, code goes into a DLL.
Could you please provide me with an example how to do this?
Regards...
January 04, 2007
JTB World said...
pl - use the method SimplePrint as described in the comments above.
Mike Tuersley have a good column here http://management.cadalyst.com/cadman/article/articleDetail.jsp?id=151149
Some other samples are found here: http://dwf.blogs.com/beyond_the_paper/2006/02/dwf_programming.html
January 05, 2007