Search found 3 matches
- Fri Sep 18, 2009 7:31 pm
- Forum: Programming
- Topic: PDF lock after create by API
- Replies: 0
- Views: 14965
Re: PDF lock after create by API
somebody can help ???
- Tue Sep 08, 2009 3:54 pm
- Forum: Programming
- Topic: PDF lock after create by API
- Replies: 0
- Views: 14965
PDF lock after create by API
I create a little application where they use BullZip API to print a report in PDF but after first creation, the PDF is locked by the application My Bullzip version is 6.0.659 my code --------------------------- Dim myobject As New Bullzip.PDFPrinterSettings myobject.SetValue("output", getF...
- Fri Aug 14, 2009 8:16 pm
- Forum: General
- Topic: Print security on IIS6.0
- Replies: 0
- Views: 7060
Print security on IIS6.0
Hello i create a web application and i want to send email with some pdf is use IIS6.0 with asp.net framework 3.5 my printsetting --------------------- Dim myobject As New Bullzip.PDFPrinterSettings myobject.SetValue("output", getFile) With ... myobject.SetValue("title", .NomEtabl...