Search found 112 matches

by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: When frequently using one of the Converter products...
Replies: 0
Views: 11897

When frequently using one of the Converter products...

the DriverInit function fails or succeeds but printing fails. This happens randomly with no apparent reason. This problem usually occurs when xxxDriverInit / DriverEnd are called each time a document is converted. It is very important that these functions be called once at application initializatio...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: We are unable to print using the PDF converter ...
Replies: 0
Views: 13238

We are unable to print using the PDF converter ...

From Internet Explorer 5.5 on Windows 98 computers. We do call SetDefaultPrinter() and the Amyuni PDF Converter printer is set as default. However, when printing using the web browser control the network printer is used instead. The printer is unspecified and should use the default printer. Interne...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: When I print a PDF file to a normal printer...
Replies: 0
Views: 11777

When I print a PDF file to a normal printer...

the text in the PDF file doesn’t have the same size as the text in the original file. If you are using Acrobat Reader 4 to view and print the file, please uncheck the ‘Fit to Page’ option. If you are using Acrobat Reader 5 please verify that "Shrink oversize pages to paper size” and &q...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: While setting the paper length using SetPaperLength...
Replies: 0
Views: 11353

While setting the paper length using SetPaperLength...

and calling GetPaperLength, the new length of the paper seems to be set correctly, but when printing the pdf file the paper size is still the same. Two issues should be checked: 1. When calling SetPaperLength, and SetPaperWidth, one need to call SetDefaultConfig so the new settings apply to the new...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: - When printing a PDF document to the PDF printer...
Replies: 0
Views: 12228

- When printing a PDF document to the PDF printer...

the generated document looks fine on the screen but when printed on a hardware printer all the characters appear as dots. One cannot print directly from the reader. The reason is that it generates temporary fonts in memory and prints using those fonts. Therefore, font data cannot be gathered as it ...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: The conversion printer prints ...
Replies: 0
Views: 11824

The conversion printer prints ...

a blank page at the end of the file, and none of the other printers do. How do I eliminate this? Check the margin settings of the PDF printer. The default value is 6 mm, which may be larger than the margins of your documents. Try reducing these margins in the Printer properties or from your applica...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How can I execute an application...
Replies: 0
Views: 11783

How can I execute an application...

after or before printing to the PDF Printer? There are a couple of different methods that can be used to execute an application either after of before the printing process has started. However I believe the easiest solution is to trap the events fired by the PDF Converter and depending on the event...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How does the "Multiple Copies" option work?
Replies: 0
Views: 11688

How does the "Multiple Copies" option work?

When you choose multiple copies while generating the pdf file we add specific information to the pdf file to store the number of page copies. When this file is later printed to a physical printer using our PDF Creator, the number of copies is the same as the once specified when generating the pdf fi...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How do I use the DEVMODE structure of PDF Converter?
Replies: 0
Views: 11867

How do I use the DEVMODE structure of PDF Converter?

Please refer to Technical note 2 – TN02, available from our website http://www.amyuni.com/en/support/technotes.html
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How do I change the resolution ...
Replies: 0
Views: 11636

How do I change the resolution ...

of a document when printing it to PDF programmatically? There are three ways you can change the resolution depending on your application: 1 - If you are using the DEVMODE structure and a Device Context to handle the printing, you can directly use the Resolution field of the DEVMODE structure. 2 - I...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How do I set the font embedding options programmatically?
Replies: 0
Views: 11848

How do I set the font embedding options programmatically?

1 - You can call SetFileNameOptions( EmbedStandardFonts + EmbedLicensedFonts + ... ) and not reset the value back to 0 2 - You can use the DEVMODE structure as documented in Technical note 2 – TN02, http://www.amyuni.com/en/support/technotes.html . If you can work with DEVMODE structures from with...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How can I convert Tiff files to PDF?
Replies: 0
Views: 6289

How can I convert Tiff files to PDF?

To convert TIFF to PDF using our products, you can open the TIFF using Windows Imaging for example and print the TIFF to the PDF Converter printer. Using PDF Creator 4.5, you can directly open the TIFF file in the PDF Creator control or desktop application and resave the document to a PDF file. Vers...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How do I set Jpeg Compression programmatically?
Replies: 0
Views: 6453

How do I set Jpeg Compression programmatically?

There are two ways to set the compression option and level, depending on your application and your needs. If you call: pdf.DriverInit( PrinterName ) pdf.JPegCompression = True pdf.JPegLevel = 7 pdf.SetDefaultConfig This method will set the Jpeg compression default values for all applications. If you...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: After generating the PDF file...
Replies: 0
Views: 6189

After generating the PDF file...

how can I open it in a certain PDF viewer programmatically from inside my application? We have added an option since version 2.04 to run an application once the printing is completed. So if you add the value PostProcessing to FileNameOptions, the application that is defined in the registry under HK...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How do I convert non-western characters ...
Replies: 0
Views: 6480

How do I convert non-western characters ...

using the PDF Converter? I am not able to convert international character sets, such as Eastern-European, Russian and Japanese for example, using the PDF Converter. End-user: To be able to print out non-western characters you will need to enable "Multi-language support". This can be done ...