Search found 8 matches

by tpohlman
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...
by tpohlman
Wed Jan 19 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Bookmark question.
Replies: 2
Views: 5213

So that didn't work to well. Tree looks like this.

Client 1
---Report 1
---Report 2
---Report 3
Client 2
---Report 1
---Report 2
---Report 3
by tpohlman
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...
by tpohlman
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
by tpohlman
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...
by tpohlman
Wed Sep 24 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Version 2.10e creates blank PDF's
Replies: 6
Views: 10688

I've also called activate right before I called createDC, didn't seem to make a difference. I also tried calling activate on each print page, also didn't make a difference.

Thanks.

Troy
by tpohlman
Tue Sep 23 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Version 2.10e creates blank PDF's
Replies: 6
Views: 10688

I call enable printer right after I create the DC. line 3 in the snippet.

(I also call enableprinter when I init the code which happens before this)

Thanks.
by tpohlman
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...