Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Tanmay #1
Font size of annotation's contents("Text box tool" formely known as "FreeText")
hi all
I need to add annotation of "FreeText" type (Text Box Tool)
having some text.I am able to add annotation, set the content text and
set color.But for some pdf files whose text font size are smaller,
annotation's contents are visible only on double clicking on it.
The code I wrote, is as follows--->
PDAnnot pdMyAnnot = PDPageAddNewAnnot(m_PDPage, -2,
ASAtomFromString("FreeText"), &asAnnotBox);
// Sets the Annotation title
PDAnnotSetTitle(pdMyAnnot, "Title", _tcslen("Title"));
// Set the contents of the Annotation
PDTextAnnotSetContents(pdMyAnnot, "Content", _tcslen("Content"));
// set the color of the annotation to yellow
PDAnnotSetColor(pdMyAnnot, pdColor);
Now , I want to set the font size of content text , so that it can be
visible without double clicking.
Can anyone help me pls?
thanks in advance
Tanmay
Tanmay Guest
-
Zoom tool is "-" instead of "+" as default how can I change
When I select the zoom tool, instead of a + zoom, I get a - zoom. I have to hold down the alt key to get magnification. I don't understand how it got... -
Proj cannot run on LCDS 2.6 ES due to "Unable to resolveresource bundle "datamanagement" for locale "en_US"
hi, all, We have developped an application on Flex Build 3 (run successfully), but failed when we try to deploy it on Tomcat with LCDS 2.5 ES... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
How to make the "search text" feature work with non "txt" file
On Fri, 27 Jun 2003 07:19:23 -0700, "Juergen" <anhorn@bktel.com> wrote: See MVP Doug Knox' comments and fix here:...



Reply With Quote

