Search found 2784 matches

by Joan
Fri Jan 10 2003
Forum: Power Builder Community
Topic: Web ptimization generated broken document
Replies: 7
Views: 16659

Hello, If you want to generate optimized pdf files you can call: // FileNameOptionsEx = NoPrompt + UseFileName + Linearize FileNameOptionsEx = 1 + 2 + 32768 Are you using the latest version of the PDF Converter? The latest release is 2.08a, please try to get the update from our site www.amyuni.com. ...
by Joan
Thu Jan 09 2003
Forum: Visual Basic Community
Topic: [Solved] Paper Size Values
Replies: 4
Views: 11369

Hello, The list of paper sizes is declared in wingdi.h. In case you are not familiar with C / C++ I copied it below. Good luck 8) 48 is "A1 841 x 594 mm" 49 is "A0 1189 x 841 mm" #define DMPAPER_FIRST DMPAPER_LETTER #define DMPAPER_LETTER 1 /* Letter 8 1/2 x 11 in */ #define DMPA...
by Joan
Thu Jan 09 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF converter on Windows XP + VFP
Replies: 4
Views: 8458

Hello, On the machines where PDFDriverInit is returning 0, please check that you are logging in as an Administrator and not as a user. Under Windows NT / 2000 and XP only administrators have the right to install a printer on the sysetm, so PDFDriverInit will fail if called by a non administrator. Ho...
by Joan
Tue Jan 07 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Repeatedly creating/destroying the virtual printer
Replies: 2
Views: 6340

Hello, It is advisable to install the Printer using Install.exe once when launching your application and remove the printer once before closing your application. Repeatedly installing the printer on the system is memory consuming. And no, there is no way to keep the printer outside the printers list...
by Joan
Tue Jan 07 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: registering the dll
Replies: 2
Views: 6139

You can then register CDIntf on each PC.
by Joan
Tue Jan 07 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Installing on client machines
Replies: 2
Views: 5912

Hello, All what you need to do is to run the same application running on your development machine on the client machine after copying the needed files mentioned in 'Distribs.pdf' to the same folder from which you are launching your application (or to the application path). You shouldn't face any pro...
by Joan
Tue Jan 07 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] Get KMODE_EXCEPTION_NOT_HANDLED error message
Replies: 2
Views: 6638

Hello, You must be able to download the release version by entering your serial number and registered e-mail address. Please try this again and if you face any problems please send an e-mail to support@amyuni.com Concerning your question. If you are still facing this error with the release version o...
by Joan
Tue Jan 07 2003
Forum: Power Builder Community
Topic: Change Web Optimization/Linearization property
Replies: 1
Views: 6150

Hello, I guess you mean that you are using the "PDF Converter" and not "PDF Writer". Right? To set linearization please add 8000 Hexadecimal or 32768 Dec to your call of FileNameOptions. You may need to replace FileNameOptions by FileNameOptionsEx if you are using the ActiveX int...
by Joan
Tue Jan 07 2003
Forum: Power Builder Community
Topic: Converting RTF to PDF?
Replies: 2
Views: 9785

Hello,

You can use our PDF Converter. It can be used as any printer driver installed on your system.

You can print the content of the Rich Text Control to the PDF Printer to get a pdf file.
by Joan
Fri Jan 03 2003
Forum: Visual Basic Community
Topic: Programatically controlling cells and columns in a table
Replies: 1
Views: 5443

Hello, If you upgraded to the latest version of the PDF Creator (1.09) and you are still facing these problems, please contact our support support@amyuni.com with more details about the issues you are facing so they can check this for the next version of the PDF Creator that we are currently prepari...
by Joan
Mon Dec 30 2002
Forum: Visual FoxPro Community
Topic: Can not open PDF file with PDF Creator
Replies: 1
Views: 6361

Hello,

Please try to use the new version 1.09 of the PDF Creator. You can download an update for your current vesion of the PDF Creator from the "Updates" section under "Support".

Best Wishes for the New Year 2003 !
by Joan
Mon Dec 30 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Anyone has problems on Windows ME
Replies: 5
Views: 9785

Hello,

What is precisely the problem you are having under Me? Are you getting any errors? Is the PDF Printer installed properly?

From which application you are trying to generate pdf files?

Thanks,
by Joan
Tue Dec 24 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF generated file size
Replies: 1
Views: 5344

Hello, I will try to give you some advises: - Please try to set the jpeg level to low (2 0r 3) you will get lower pdf size. - Is the logo you are using a JPG image? The Jpg Compression works for jpeg images. - You may also try to optimize the pdf file when coverting it by adding the LinearizedPdfFil...
by Joan
Thu Dec 19 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Anyone has problems on Windows ME
Replies: 5
Views: 9785

Hi, Do you have an LPT1: port on your ME machine? Please note that the PDF Converte will install on the LPT1 port, if you don't have a valid LPT1:port you can install it on any of the COM or USB ports by calling: PDFDriverInit( "PrinterName;PORT:" ) Eg: PDFDriverInit ("PDFExport;COM1:...
by Joan
Thu Dec 19 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF creator used in Broderbund PRINTSHOP, page formatting
Replies: 1
Views: 6494

PDF Converter used in Broderbund PRINTSHOP

Hello, I guess you mean the PDF Converter and not the PDF Creator. These are two different products we have. The PDF Converter enables you to convert current documents to pdf by printing them to the PDF Printer while the PDF Creator enables you to generate pdf files from scratch and to open / edit /...