Search found 4 matches

by A.Hammers.
Tue May 03 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Change font size
Replies: 9
Views: 17181

finally

Finally: problem solved, but should be fixed within the control! This does not change font size: pdf.CreateObject ot, s pdf.ObjectAttribute(s, "LEFT") = xPos - pMarkerSize * 100 pdf.ObjectAttribute(s, "TOP") = yPos - pMarkerSize * 100 pdf.ObjectAttribute(s, "RIGHT") = x...
by A.Hammers.
Tue May 03 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Change font size
Replies: 9
Views: 17181

I forgot:

The font face (Courier) IS used correctly.

Maybe there is a problem with , and . on german language systems when converting the font size string to a float value?
by A.Hammers.
Tue May 03 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Change font size
Replies: 9
Views: 17181

Same problem

Hello! I have the same problem here with version 2.0 (downloaded 2005-05-03) I already tried a few different PDFs, fonts, weights and sizes, but I always get 10pt(?) font. Here is my code: pdf.CreateObject ot, s pdf.ObjectAttribute(s, "LEFT") = xPos - pMarkerSize * 100 pdf.ObjectAttribute(...
by A.Hammers.
Mon Jan 03 2005
Forum: Visual Basic Community
Topic: How to query the real text height of a text object
Replies: 1
Views: 5408

How to query the real text height of a text object

Hello! I'm doing a report generator using the PDF creator control and have following problem: The app should add objects like text and lines to a blank document. Text can be single- or multiline. When I add text to the document, I don't know where to start the next object. How can I get the real tex...