Search found 7 matches

by mike1174
Tue Jun 24 2008
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Viewing thumbnail of PDF pages in an ASP.NET webpage
Replies: 1
Views: 6253

Viewing thumbnail of PDF pages in an ASP.NET webpage

Hello, Is it possible to create a thumnail of all pages in a PDF document and display them on an ASP.NET webpage? If so, how? Is there a seperate amyuni control that would automatically do this? Or would I need to implement this on my own by using something like the DrawCurrentPage method? Thanks, M...
by mike1174
Fri Dec 29 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: MergePDF
Replies: 1
Views: 4559

MergePDF

Hello, I am trying to use the MergePDF function to overlay 2 PDF Documents. In testing out if the merge function worked, I created this example, but the resulting merged file did not align. In the first document, TestA.PDF, my document looks like this: TEST A - A - A In the second document, TestB.PD...
by mike1174
Mon Nov 21 2005
Forum: Visual Basic Community
Topic: Microsoft Word Post Macro to PDF
Replies: 5
Views: 21706

I just got off the phone with tech support and they had me open the vb vpb file in notepadand remove the reference to the common driver interface. I then open up vb, and was able to add it through the menu (project->references)...
by mike1174
Mon Nov 21 2005
Forum: Visual Basic Community
Topic: Microsoft Word Post Macro to PDF
Replies: 5
Views: 21706

Also, the references that I have in use now in the project are:

Visual basic for applications
Visual basic runtime objects and procedures
Visual basic objects and procedures
Microsoft ActiveX Data Objects 2.5 library
Microsoft Word 8.0 object library
OLE Automation
Microsoft scripting runtime
by mike1174
Mon Nov 21 2005
Forum: Visual Basic Community
Topic: Microsoft Word Post Macro to PDF
Replies: 5
Views: 21706

Common Driver Interface Control

Everytime I try to add the common driver interface control as a component to a VB project, VB gives me an error that says "Name conflicts with existing module, project, or object library". The project, or modules are not named Common Driver Interface Control. Do you know why this is happen...
by mike1174
Tue Nov 08 2005
Forum: Visual Basic Community
Topic: Microsoft Word Post Macro to PDF
Replies: 5
Views: 21706

I came up with the following code.. just have 2 questions. Is this the fastest possible, and does anyone know how I can reference the open documents name without specifying the "c:\test.pdf" and the "c:\PDF_Test.doc"? Public Sub ConvertToPDF() Dim pdf As New CDIntfEx.CDIntfEx Dim...
by mike1174
Tue Nov 08 2005
Forum: Visual Basic Community
Topic: Microsoft Word Post Macro to PDF
Replies: 5
Views: 21706

Microsoft Word Post Macro to PDF

Hello, can someone post an example on how to convert a doc to a pdf in a word post macro and save it to the same directory and name the word document is in?