Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
This works in AE 6.0, but not 6.1. AE can't find the graphic file. From what I've read in the help I don't know what else is required:
putgraph graphname="logo" placemnt="before" hscale="65" vscale="65">
</putgraph>
Declared in the fosi:
<!ENTITY logo PUBLIC "-//WOODWARD//ENTITIES CMM Logo//EN" NDATA cgm>
<!NOTATION cgm PUBLIC "-//ISBN 0-7923-9432-1::Graphic Notation//NOTATION ANSI/ISO Computer Graphics Metafile//EN">
catalog:
PUBLIC "-//WOODWARD//ENTITIES CMM Logo//EN" "entities/xxxxxxx.cgm" (the file is there as well as in the doctype folder. I've also tried a fully qualified URL (C:/Program Files/PTC/Arbortext PE/custom/doctypes/.../xxxxxxx.cgm)
Solved! Go to Solution.
AE was using the catalog file from the cache. We deleted the cache and added the correct catalog path to the file locations under preferences, and that fixed the issue.
AE was using the catalog file from the cache. We deleted the cache and added the correct catalog path to the file locations under preferences, and that fixed the issue.