Search found 12 matches

by whoit
Tue Jun 13 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Several questions about non-documented methods
Replies: 8
Views: 13711

Jose -

Thanks.

I guess this means that you can't create bookmarks for a document of which you are not the author, because you don't know what fonts exist and where.

This also eliminates the possibility of creating bookmarks automatically for the same reason.

-Wayne
by whoit
Thu Jun 08 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Several questions about non-documented methods
Replies: 8
Views: 13711

Sorry - I have several more questions - about bookmarks - Can you explain a bit more about how a bookmark is determined? From your description below, it seems like each time a specific font is encountered, a bookmark is created? What if the document only uses one font? What if there is a table, and ...
by whoit
Thu Jun 08 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Several questions about non-documented methods
Replies: 8
Views: 13711

Jose -

That's terriffic - thanks!

-Wayne
by whoit
Mon Jun 05 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Several questions about non-documented methods
Replies: 8
Views: 13711

Sorry, I forgot to tell you I'm using v2.50 of PDF Converter.
by whoit
Mon Jun 05 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Several questions about non-documented methods
Replies: 8
Views: 13711

Several questions about non-documented methods

I'm still testing the Eval version of PDF Converter. I have found these undocumented methods - can you please provide documentation, including explanations of the parameters? For example, AutoBookmarks - What is "Level" and what are the params? Thanks. Here's my list: FOR DOCUMENT: AutoBoo...
by whoit
Wed Jul 20 2005
Forum: Visual Basic Community
Topic: Watermark in Eval version
Replies: 1
Views: 5877

Watermark in Eval version

Can I correctly assume that you cannot print a watermark with the Eval version of Converter since you automatically insert your eval watermark?

How can I test this feature?
by whoit
Wed Jul 20 2005
Forum: Visual Basic Community
Topic: Rendering directly to the Printer question
Replies: 1
Views: 5823

I've solved the problem - You can ignore this question.

I had mistakenly commented out the printer initialization code:

Printer.print
by whoit
Wed Jul 20 2005
Forum: Visual Basic Community
Topic: Rendering directly to the Printer question
Replies: 1
Views: 5823

Rendering directly to the Printer question

I have an app wherein I render directly to the Printer.hDC. I use this to print to actual printers. I'm trying to convert this app to print to a pdf. However, I just get blank pages when I use either Printer.hDC or cdi.CreateDC. My basic sequence of events is: 1) Driver init when my app starts 2) Se...
by whoit
Wed Jul 20 2005
Forum: Visual Basic Community
Topic: Newbie - sample code?
Replies: 3
Views: 18089

Thanks.

I got pieces of code from the CDI reference and that worked fine.
by whoit
Wed Jul 20 2005
Forum: Visual Basic Community
Topic: Problem with Simple Print Job
Replies: 2
Views: 6980

Thanks - that worked.
by whoit
Tue Jul 19 2005
Forum: Visual Basic Community
Topic: Problem with Simple Print Job
Replies: 2
Views: 6980

Problem with Simple Print Job

I have been experimenting with the printer driver and have found that some code that worked earlier today no longer produces a pdf file. Can someone please let me know why this might occur? I see a printjob go to my printer queue with only the Doc Name, Owner and Submitted fields filled in, but no P...
by whoit
Tue Jul 19 2005
Forum: Visual Basic Community
Topic: Newbie - sample code?
Replies: 3
Views: 18089

Newbie - sample code?

I'm looking for VB6 sample code - just some basic stuff to get me going. Right now, I have a simple app where I print to the vb Printer object, and render some pictures directly to the DC of the printer. Once I initialize the Amyuni printer, can I then start using the Printer object, i.e. Printer.Pr...