Search found 9 matches

by BillMunro
Tue Jan 27 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Different results printing from VB6 and C#
Replies: 1
Views: 4229

Different results printing from VB6 and C#

We are converting our VB6 App to C#. In both cases we print PDFs using Amyuni Converter 3.0.2 and results are pretty close. But we notice these differences, in order of importance: 1. C# file sizes are larger, often twice as big. 2. Kerning is slightly different...a bit more spaced out when printing...
by BillMunro
Mon Jun 30 2008
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Cannot load acPDFCreatorLIb.Net.dll on 64-bit Windows
Replies: 3
Views: 17419

Re: Cannot load acPDFCreatorLIb.Net.dll on 64-bit Windows

Joan, No version of acPDFCreatorLib.Net.dll has worked for us on a 64-bit macine. In my earlier post I was just explaining which particular version we were using since it was not the one on the Update site. By the way, I have since tried version 3.0.3.0 and that didn't work either. How do I go about...
by BillMunro
Fri Jun 27 2008
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Cannot load acPDFCreatorLIb.Net.dll on 64-bit Windows
Replies: 3
Views: 17419

Cannot load acPDFCreatorLIb.Net.dll on 64-bit Windows

We have a .NET 2.0 application that uses acPDFCreatorLib.Net.dll. It works fine on 32-bit Windows, but on 64-bit Windows 2003 Server we get the following error: Could not load file or assembly 'acPDFCreatorLib.Net' or one of its dependencies. An attempt was made to load a program with an incorrect f...
by BillMunro
Mon Apr 28 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Way to remove Document Restrictions on PDF?
Replies: 3
Views: 6725

Joan, The PDF files we produce with Amyuni Converter are not encrypted. Also, we produce PDF files by merging 2 (Amyuni Converter generated) files using Amyuni Creator. In neither case can we add comments to the resulting PDFs with Adobe Reader 8. Here's some information from the Adobe Forum: Aandi ...
by BillMunro
Fri Apr 25 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Way to remove Document Restrictions on PDF?
Replies: 3
Views: 6725

Way to remove Document Restrictions on PDF?

Adobe 8 Reader is able to add / edit comments on a PDF but only if a document restriction to disallow this is removed. This can be done with Adobe Acrobat and, I think, a number of other tools. Is there a way to produce PDFs with Amyuni Converter (or modify them with Amyuni Creator) so that when the...
by BillMunro
Fri Dec 21 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: [Solved]Exception - R6016 – not enough space for thread data
Replies: 1
Views: 7125

RE: Exception - R6016 – not enough space for thread data

Never mind. I solved the problem by having my wrapper class implement IDisposable.

-Bill
by BillMunro
Fri Dec 21 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: [Solved]Exception - R6016 – not enough space for thread data
Replies: 1
Views: 7125

[Solved]Exception - R6016 – not enough space for thread data

I am having a problem with the trial version of PDF Creator 3.0. In my test application I create a small class that wraps acPDFCreatorLib . The class doesn’t do much; it just calls the Merge method to merge a watermark (pdf) into another PDF document. It works fine. In the button click handler of ...
by BillMunro
Tue Nov 27 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Can I improve performance on inserting a watermark?
Replies: 2
Views: 4766

Watermark...

I look forward to the new version with quicker MergeFiles function. Unfortunately, I don't think we can use the SetWatermark function because we don't know which watermark to add until some time after we generate the PDF (we're using watermarks as part of a workflow process). Our parent company uses...
by BillMunro
Mon Nov 26 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Can I improve performance on inserting a watermark?
Replies: 2
Views: 4766

Can I improve performance on inserting a watermark?

We use PDF Converter to generate large PDF reports numbering hundreds of pages. We now need to be able to "turn on" one of several watermarks in a report that we've already produced. My current thinking is to call MergeFiles() and merge in the appropriate watermark to all the pages of the ...