Search found 4 matches

by timmed
Mon Nov 12 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Missing fonts?
Replies: 2
Views: 7572

Missing fonts?

I am using PDF Creator .Net to open an existing PDF, add a text object, and then save. It all works fine, except that in 1 section of the modified document the fonts appears as blocks. The section that changes to blocks has nothing to do with my new text object, it's in a completely different sectio...
by timmed
Wed Oct 03 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Adding text to existing PDF
Replies: 1
Views: 7847

Adding text to existing PDF

I have an existing PDF document that I'm trying to open in vb.net and then simply add a block of text and save it back. I found some sample code but it doesn't even compile, let alone work right. Does anyone have a sample of how to do this? With PDF1 .Open "c:\temp\test.pdf", "" ...
by timmed
Mon Nov 13 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Evaluation key doesn't work
Replies: 0
Views: 7288

Evaluation key doesn't work

Is there an issue with the evaluation key in the documentation for PDF Creator Pro 2.0? I just downloaded it and pasted the key directly from the help???This vb.net code throws an exception on the setlicensekey instruction. The error message just says "unspecified error". Dim doc As ACPDFC...
by timmed
Mon Nov 13 2006
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Printing Duplex
Replies: 0
Views: 10030

Printing Duplex

Hello. Using trial version of PDF Creator .Net in visual studio 2003. I'm trying to print an existing 2 page PDF file in duplex mode. I can see the duplex property in the PageFormat object, but this appears to be read-only. I can set it, but it has no effect. Does anyone have a sample of this code? ...