Search found 9 matches

by thomas_huber
Thu Dec 13 2018
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SetJPeg2000Compression and SetColor256Compression combine
Replies: 0
Views: 13397

SetJPeg2000Compression and SetColor256Compression combine

Is it useful to combine this features (they are introduced in Amyuni 6.0)? Or are they exclusive to each other? My current plan is to use SetJPeg2000Compression(handle, true); SetQualityLevel(handle, QualityLevelHigh); // higher quality but bigger size of the resulting PDF-file But is it useful to t...
by thomas_huber
Wed Apr 13 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Thank you for this awesome pdf-lib!
Replies: 1
Views: 7158

Thank you for this awesome pdf-lib!

Hello Jose and team, we are using your pdf-lib since 2005. In the last two years we were forced to integrate more and more pdf-functionalities into our software (due to customer-demand). Autumn 2015 was a little tough because of the requirements of Win 10. We are completely overwhelmed. It is rock s...
by thomas_huber
Wed Dec 16 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to set "Fit to Page" printer settings
Replies: 8
Views: 19167

Re: How to set "Fit to Page" printer settings

Hello Jose, is this option available in the amyuni-dll-version as well? https://www.amyuni.com/WebHelp/Amyuni_PDF_Creator_for_NET/Amyuni_PDFCreator_IacDocument/Properties/IacDocument.htm ScaleToPrinter I have the following problem and it seems to fit in this thread. I know some scanner creating a pd...
by thomas_huber
Tue Dec 08 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Lines are not printed directly to the printer
Replies: 4
Views: 9893

Re: Lines are not printed directly to the printer

Hello Virginia, this issue you describe is listed in the amyuni-internal bugtracker under Issue #3175. Printing lines with 'PrintPDFDocument' is working with Amyuni printer 4.5.x.x Printing lines with 'PrintPDFDocument' is broken with Amyuni printer 5.0.1.9 And it is fixed with the Amyuni printer ve...
by thomas_huber
Thu Oct 29 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Progress with Amyuni v5.5
Replies: 3
Views: 9148

Re: Progress with Amyuni v5.5

Thank you for the message.

We received the Amyuni v5.5 yesterday evening from Mr. Pimentel.

We are currently testing and preparing the next version of our software.

So far everything looks fine.

Best regards,
Thomas
by thomas_huber
Wed Oct 14 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Progress with Amyuni v5.5
Replies: 3
Views: 9148

Re: Progress with Amyuni v5.5

Win 10 Threshold2 (the first Service Pack for Win10 coming in November) is going to change default printer behaviour. https://blogs.windows.com/windowsexperience/2015/10/12/announcing-windows-10-insider-preview-build-10565/ Managing your default printer: We are introducing a new mode that makes your...
by thomas_huber
Thu Oct 08 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Progress with Amyuni v5.5
Replies: 3
Views: 9148

Progress with Amyuni v5.5

We are desperatly waiting for the Amyuni v5.5 driver.

Any news to share on this topic.

The current driver has a bug so we need the next version.

Can you tell us a release date?

Best regards,
Thomas Huber
by thomas_huber
Wed Mar 18 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Amyuni PDF Converter and Win 10?
Replies: 3
Views: 12568

Amyuni PDF Converter and Win 10?

We are using Amyuni PDF converter 4.5.3.1 It runs perfect on Win 7 / Win 8 / Win 8.1 But currently we are testing it in Win 10 Built 9926 and there are two problems. Problem one: If I set another printer as default printer amyuni is not able to switch the printer programatically to the amyuni printe...
by thomas_huber
Wed Apr 17 2013
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Faster way to concatenate file?
Replies: 0
Views: 11197

Faster way to concatenate file?

I'm using PDF Converter within a MFC application. Calling " BOOL ConcatenateFiles( LPCSTR file1, LPCSTR file2, LPCSTR file3 ) " to 500 Documents is quite timeconsuming. I call it like this: First file plus second file = firstresultfile firstresultfile plus third file = secondresultfile sec...