Search found 8 matches
- Thu Sep 04 2008
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: 2 programs using Amyuni
- Replies: 1
- Views: 5494
2 programs using Amyuni
Hey we are having a problem because one of our clients Is using Amyuni also. Here is basically what happens. Our software calls our clients software. They use amyuni to create a PDF file. When finished we then use amyuni to create a PDF file then we merge the 2 PDFs together. We are currently on 3.0...
- Wed Jan 19 2005
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Bookmark question.
- Replies: 2
- Views: 5213
- Wed Jan 19 2005
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Bookmark question.
- Replies: 2
- Views: 5213
Bookmark question.
I am using the PDF converter to create documents and to concatinate these documents with other PDF's not created by us. We have had a few mixed results but it has worked pretty good. The one thing I haven't had any luck with is bookmarks. I would like to be able to set up a bookmark tree. client 1 R...
- Fri Sep 26 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Version 2.10e creates blank PDF's
- Replies: 6
- Views: 10688
One Solution and a question.
I moved the creation of the IDIDocument inside of the loop. And now it works!!! I'm just wondering why this doesn't work the other way? Creating the IDIDocument for every file seems very inefficient. Please let me know if there is any way I can do this better?
Thanks
Troy
Thanks
Troy
- Fri Sep 26 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Version 2.10e creates blank PDF's
- Replies: 6
- Views: 10688
More Info
After some more research I found out it wasn't in the creating of the pdf files at all. They are going blank when I'm adding the encryption. when I create the pdf files I create an array of strings of all the pdf file I've created. Now here is my code for adding encryption. (normally I save to the s...
- Wed Sep 24 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Version 2.10e creates blank PDF's
- Replies: 6
- Views: 10688
- Tue Sep 23 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Version 2.10e creates blank PDF's
- Replies: 6
- Views: 10688
- Mon Sep 22 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Version 2.10e creates blank PDF's
- Replies: 6
- Views: 10688
Version 2.10e creates blank PDF's
We sometimes create several PDF's with one print call. With Version 2.10 the first PDF doc is fine but all additional documents are blank. Our code basically LPCTSTR szPrinter = "LL PDF Generator"; m_DC.CreateDC("WINSPOOL", szPrinter, NULL, NULL); EnablePrinter DOCINFO di; ::Zero...