Search found 112 matches

by Dany
Tue Nov 04 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Saving
Replies: 1
Views: 4348

When saving the PDF, you can save it in three modes: Design only, Design+View, View only. You need to save it in view only mode to get back the original file size.
by Dany
Fri Oct 03 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Embedded Fonts
Replies: 6
Views: 10509

right way to set font embedding

Wingdings3 might be one of those fonts that have the Licensed flag set to make them embedded in read-only mode. I don't have it here to check. You will need to add EmbedLicensedFonts to the SetFileNameOptions call to embed any Licensed font. Also Arial and Times New Roman are not embedded unless you...
by Dany
Fri Sep 12 2003
Forum: Visual Basic Community
Topic: Hyperlink graphic
Replies: 2
Views: 6660

Hyperlinks are not created in the right location

This is recognized as a bug in the PDF Converter product. The hyperlinks on graphics and images appear in the wrong place on the page.

This is fixed in version 2.10f, due for release September 19, 2003.

Amyuni Development Team
by Dany
Fri Aug 22 2003
Forum: Technical Newsletters
Topic: Newsletter 4: PDF files corrupted when sent by email.
Replies: 0
Views: 17138

Newsletter 4: PDF files corrupted when sent by email.

Some PDF files get corrupted when sent to Hotmail or Yahoo recipients The problem occurs with small PDF files that consist mostly of text content and some binary data. The receiving application mistakenly treats the file as text and not as binary, hence corrupting the PDF file. The problem can also...
by Dany
Thu May 08 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Paper Width - Height
Replies: 2
Views: 5768

Paper Width - Height (Workaround for Windows 9x)

I am assuming that you are using the event handler to get the JobID. If not you would need to setup an event handler to intercept the printer driver messages. Under Windows 9x, you can use the hDC parameter instead of JobId, and use GetDeviceCaps( hDC, PHYSICALWIDTH ) and GetDeviceCaps( hDC, PHYSICA...
by Dany
Thu May 08 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: EndDocPost JobID problem
Replies: 1
Views: 10794

EndDocPost JobID problem

You usually get this kind of problems if you're printing MS Word documents in the background. The EndDoc event is generated in this case well before the printing is finished.

You will need to remove background printing in MS Word...
by Dany
Fri Sep 27 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Security while printing...
Replies: 14
Views: 26536

Security while printing...

Securing the document while priting is something provided by version 2.1 of the PDF Converter which will also support 128 bits encryption. Check out for the new version somewhere in November...

For the security plugins, we will keep this on our wish-list.

8)