Search found 13 matches
- Mon Nov 24 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: FileSize Difference between PDFCreator and PDFConvertor
- Replies: 2
- Views: 7290
Hi, Thanks for you response. I must be doing somthing wrong though, as if I change the save mode to 1, I get a tiny file (1K !) but when I try to open it, it is a blank page. If I save as ,2 I get a file which is about the size that PDF Convertor creates which is an improvement, but any idea as to w...
- Wed Nov 19 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: FileSize Difference between PDFCreator and PDFConvertor
- Replies: 2
- Views: 7290
FileSize Difference between PDFCreator and PDFConvertor
Hi, I have a JPG file (approx 490K - a page image from a scanner) that I want to convert to a PDF file. I am using PDFCreator to build up a PDF file. The code looks somthing like: PDF1.ObjectAttribute("pic1", "FileName") = "MyFile.jpg" PDF1.ObjectAttribute("pic1&qu...
- Wed Oct 29 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Adding a table to my PDF document
- Replies: 3
- Views: 7331
- Tue Oct 28 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Adding a table to my PDF document
- Replies: 3
- Views: 7331
Adding a table to my PDF document
Just a simple question, but I don't seem to be able to work it out...
How would I add a table to my document? Say I wanted a 2x2 cell table with a,b,c,d in the cells and each cell a different colour.
Regards,
chrisM
How would I add a table to my document? Say I wanted a 2x2 cell table with a,b,c,d in the cells and each cell a different colour.
Regards,
chrisM
- Tue Oct 28 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: PDF Creator ActiveX
- Replies: 5
- Views: 11216
This might help, I'll have to wait and give it a go when you release it. However, what I'm really looking for is the ability to pick up right and left mouse clicks and ideally mouse drags on the document view. The following events would make my life complete...(sad huh?) :wink: PDF_MouseDown(MouseBu...
- Tue Oct 21 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: PDF Creator ActiveX
- Replies: 5
- Views: 11216
PDF Creator ActiveX
Hi,
I would like to create a mouse-drag document pan facility into my application. However the ActiveX viewer does not seem to have any MouseDown type events. Anyone know of a way of getting hold of the mouse events occuring inside the activeX viewer control?
Regards,
ChrisM
I would like to create a mouse-drag document pan facility into my application. However the ActiveX viewer does not seem to have any MouseDown type events. Anyone know of a way of getting hold of the mouse events occuring inside the activeX viewer control?
Regards,
ChrisM
- Mon Oct 13 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: PDF Creator ActiveX viewer question.
- Replies: 0
- Views: 5419
PDF Creator ActiveX viewer question.
Does the viewer activeX component support Thumbnail views and zooming/panning (like the Acrobat viewer) 'out of the box' or do I need to do it all though code. (If this is the case, any sample code that would offer these features would be greatly appreciated!)
Regards,
ChrisM
Regards,
ChrisM
- Mon Oct 13 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Problem with PDFCreator ActiveX
- Replies: 3
- Views: 9017
Sorry, my mistake!
Fixed it!, It would seem that line causing the problem is : .ObjectAttribute("pic" & cp.ToString(), "Page") = currentPage I'm not sure why this causes the problem that it does, but in this case, it is not needed as (according to the manual) the object is automatically added t...
- Fri Oct 10 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Problem with PDFCreator ActiveX
- Replies: 3
- Views: 9017
Problem with PDFCreator ActiveX - additional Info
The PDF that I have this problem with was created by me using PDF Creator. If I use another PDF file (eg the PDF Creator Developer Manual) then the pages are OK. I assume this means I have done somthing wrong when creating my PDF file. My code for creating the PDF is somthing like: PDF1 = New ACPDFC...
- Fri Oct 10 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Problem with PDFCreator ActiveX
- Replies: 3
- Views: 9017
Problem with PDFCreator ActiveX
Hi, I am trying to use the PDF Creator activeX control. For the purposes of my test, I have created a form and dropped the control onto it. I have then put the following code into the formLoad event of the form: AxPDFCreactiveX1.Open("c:\archive\200333965919468.PDF", "") However,...
- Tue Oct 07 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Example of Image
- Replies: 1
- Views: 5335
Example of Image
Hi, Could someone please give me an example (in VB/VB.NET/C#) of how to create pdf file containing a single image(a scan of an a4 page) which fills the entire page. I am trying to use the following code, but when I try and open the file in Acrobat, I get the message: "Wrong Operand Type". ...
- Thu Oct 02 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Creating PDF from Bitmap in dotNET
- Replies: 3
- Views: 9272
Does the PDF Convertor support PDF encryption(ie I need the PDF that I create to be encrypted?) If it does then this could be the answer! Just to clarify my situation, consider the following VB.NET code: dim myBitmap as Bitmap myBitmap = GetBitmapFromScanner() So I now have a bitmap object in memory...
- Wed Oct 01 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Creating PDF from Bitmap in dotNET
- Replies: 3
- Views: 9272
Creating PDF from Bitmap in dotNET
Hi, I'm writing an app in VB.NET which receives an image (of a document page) from a scanner. I want to save this image as a PDF file. Can anyone tell me if it is possible to do this without first saving the image to the disk. Is is currently living inside the app as a .NET 'Bitmap' object. If this ...