Search found 6 matches
- Wed Aug 09 2006
- Forum: Visual Basic Community
- Topic: Problems when trying to use large custom sheet sizes
- Replies: 10
- Views: 39188
Hello Jose, and thanks for your reply. Unfortunately, the suggested modification does not help at all. The issues I described still exist. About the paper size value: According to the manual, the value for the custom option is 256, not 255. Also, it is told that the paper size should be automaticall...
- Mon Aug 07 2006
- Forum: Visual Basic Community
- Topic: Problems when trying to use large custom sheet sizes
- Replies: 10
- Views: 39188
(4) Sorry, I forgot to add: I mean a capability to scale the user space units described in the PDF 1.6 specification available for download on the Adobe's web site. A scaling factor of 1-75000 can be given to scale the base unit of the user space coordinate system, which makes it possible to have sh...
- Mon Aug 07 2006
- Forum: Visual Basic Community
- Topic: Problems when trying to use large custom sheet sizes
- Replies: 10
- Views: 39188
Hello! (1) OK, I tested the Single User version, and it worked fine. (2) Thanks for pointing these things out. I did what you suggested, and it works faster now. However, the problems I described still exist. What can I do for them? Const PC_NO_PROMPT As Integer = 1 Const PC_USE_FILE_NAME As Integer...
- Fri Aug 04 2006
- Forum: Visual Basic Community
- Topic: Problems when trying to use large custom sheet sizes
- Replies: 10
- Views: 39188
Thanks for your reply. I am indeed using the PDF Converter version 1.5. I discussed this matter with my superiors in the company I'm working for, and now I'm evaluating the version 2.51-b to decide if the upgrade is justified considering the functionality we need. Well, at least this version is able...
- Wed Aug 02 2006
- Forum: Visual Basic Community
- Topic: Problems when trying to use large custom sheet sizes
- Replies: 10
- Views: 39188
Corection
In the beginning I said, that I was able to print something as big as 5080 mm x 5080 mm. This wasn't true, the maximum length was something like 3100 mm.
Sorry.
Sincerely,
Aleksi
Sorry.
Sincerely,
Aleksi
- Wed Aug 02 2006
- Forum: Visual Basic Community
- Topic: Problems when trying to use large custom sheet sizes
- Replies: 10
- Views: 39188
Problems when trying to use large custom sheet sizes
Hello! My goal is to develop an application that would be able to plot AutoCAD drawings to PDF using large sheets sizes - the maximum size would be about 841 mm x 15000 mm. I'm trying to accomplish this with Amyuni PDF Converter 1.5, but I have a couple of problems. (1) I tried to print these large ...