Search found 11 matches

by mauribon
Mon Oct 01 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Print a PDF to printer: how to choose the paper size
Replies: 5
Views: 9876

Excuse me Joan,
have you find anything about my problem ?
Thank you.
by mauribon
Thu Sep 20 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Print a PDF to printer: how to choose the paper size
Replies: 5
Views: 9876

Sorry but these commands with my version of PDFCreator (2.01-d) can't work as I want. If I print a pdf file containing two A3 landscape pages, and set the command to print them in A4 landscape, it prints an A3 sheet with only an A4 area shows on it. To print this file as I need using PDFCreator inte...
by mauribon
Mon Sep 17 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Print a PDF to printer: how to choose the paper size
Replies: 5
Views: 9876

Yes, but the page you print in that way is in A3 or in A4 paper size ?
I would like to choose the paper size before to print it.
Can you help me ?
Thank you.
by mauribon
Thu Aug 30 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Print a PDF to printer: how to choose the paper size
Replies: 5
Views: 9876

Print a PDF to printer: how to choose the paper size

Can anyone send me a VB6 code to open, using Amyuni PDF Converter or PDF Creator, a PDF file and print it in the phisical printer and paper size I choose? For example, I would like, using my VB6 application, to open a PDF file containing 2 pages in A3 landscape, choose the printer and the paper size...
by mauribon
Thu Aug 23 2007
Forum: Visual Basic Community
Topic: PDF Creator and printer configuration
Replies: 4
Views: 19960

I have written the following VB6 piece of code. The .PDF file I want to print has 15 pages, all in A3 landscape format. Which are the right commands to print that document in A3 or in A4, giving me the opportunity to choose the size before printing it ? If, in the following code, I try to replace p....
by mauribon
Fri Apr 13 2007
Forum: Visual Basic Community
Topic: PDF Creator and printer configuration
Replies: 4
Views: 19960

Sorry, but this tells the printer to fit the drawing to the current paper dimension, and not to set is dimension. Right ?
Thanks.
Maurizio
by mauribon
Fri Mar 16 2007
Forum: Visual Basic Community
Topic: PDF Creator and printer configuration
Replies: 4
Views: 19960

PDF Creator and printer configuration

I am using the ActiveX version of PDF Creator 2.01d with Visual Basic 6 sp6. I have to print a pdf document having the following paper dimensions: 840x594 (ISO A1); it was generated by Amyuni PDF Converter. The destination is a HP Laserjet 8000 DN printer, and I would like to print it in A3 landscap...
by mauribon
Wed Oct 25 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF resolution problem
Replies: 1
Views: 5355

PDF resolution problem

I am trying to use Amyuni PDF Converter 2.50 to convert some CAD drawings in PDF . If I convert them by using the print command from within the CAD application, and choose Amyuni as printer, the result is OK. I have created an application in VB6 that can export the pdf file from a user interface, an...
by mauribon
Fri Oct 22 2004
Forum: Visual Basic Community
Topic: Create bookmarks in PDF converted files
Replies: 5
Views: 11196

I have tried to set the Level parameter to 1, but the bookmark is missing.
With the parameter = 0 it works.
by mauribon
Wed Oct 20 2004
Forum: Visual Basic Community
Topic: Create bookmarks in PDF converted files
Replies: 5
Views: 11196

I have created the bookmarks using the setBookmark metod of the document object (pdfconverter), but it can't create the sublevels.
Thank you.
by mauribon
Mon Oct 18 2004
Forum: Visual Basic Community
Topic: Create bookmarks in PDF converted files
Replies: 5
Views: 11196

Create bookmarks in PDF converted files

I am trying to write an application in VBA for Excel 97 that prints some sheets from a XLS file to a pdf file. The application is already working, but now I would like to create a bookmark (named as the XLS sheet) for each sheet printed in the pdf. Is it possible to obtain this? Here is the code: Op...