Search found 3 matches
- Fri Oct 07 2005
- Forum: C/C++/C# Community
- Topic: Using Amyuni Developer Pro 2.5 with shared Printer
- Replies: 0
- Views: 7560
Using Amyuni Developer Pro 2.5 with shared Printer
We're just using your PDF-Driver since one day and everthings works as we want when we are installing the Printer as local printer on the workstations. But when we are installing the printer as shared printer on our Testserver no output-file will be generated. After some time of testing I defined th...
- Fri Oct 07 2005
- Forum: C/C++/C# Community
- Topic: PDF-Encryption
- Replies: 1
- Views: 6733
another posting in the forum solved my problem
I found another post which described the way of using encryption of an already created PDF-Doc. In my problem I didn't call SetLicenseKey before the encryption-function as I thought the Key sent by EnablePrinter is enough because im calling the encryption before DisablePrinter. But this seems to bo ...
- Fri Oct 07 2005
- Forum: C/C++/C# Community
- Topic: PDF-Encryption
- Replies: 1
- Views: 6733
PDF-Encryption
We just bought a Developer Version of the Amyuni PDF-Converter 2.5 Profressional. Creating a PDF from within our app works fine until we try to encrypt the document. We try to encrypt the document after creating the PDF-File with following code: bRet = m_pEncryptPDFDocument128(m_sOutPutFile, m_sOwne...