Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows
Browser: Firefox 3.x
Language Found: English
Description
We are developing an application, which accepts indesign template (.indd file) as an input. The application will pass all template details like textframe contents, textframe position, height, width etc to Flex in XML format (XML is generated using
indesign script).
Now the Flex application will read the XML file and parses those data and display the similar template.
To achieve these in flex, we have embedded fonts (OTF and TTF) using AFE font manager and anti-aliasing property for font embedding process has been set to 'True'. We are displaying that text using TextArea component of Flex SDK.
Actual Results:
Now the problem is, In Flex, we are not achieving the contents of the textframe same as indesign (WYSIWYG), even though there is same height, width, leading, tracking, font, font size of textframe as in indesign
Expected Results:
The expected result is the contents of textframe of indesign should be display same in Flex component (WYSIWYG).
Our queries :
a) Is there any things which, we need to take care in Flex component or indesign script?
b) Is there any other way to achieve the same things using indesign and flex?.