Hey,
I have been amending and updating the 3D part and Assembly template using Acrobat DC, and so far ive been able to name and input my own custom properties, but what is the formula i use so i get the File Name to appear on the document once its saved? I have tried ' FileName' 'File Name' & 'File_Name' but it does not work! any ideas?
I simply want the PDF name once i export it to appear at the top of the PDF
@mdavis22569 Paging Dr. Mike to the emergency room.. Dr. Mike please report to the emergency room..
If I was looking at the iProperties so I know where I'm looking 100%?
@mdavis22569 wrote:
If I was looking at the iProperties so I know where I'm looking 100%?
huh? You writing Fortune Cookies now...
Nope, but my toy is back home, so I'm out playing ..and didn't want to think ..
Car 56 is being paged to go home..
Sorry @GKPByDesign I think the topic got off course a little.
Mark Lancaster
& Autodesk Services MarketPlace Provider
Autodesk Inventor Certified Professional & not an Autodesk Employee
Likes is much appreciated if the information I have shared is helpful to you and/or others
Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
I'm looking into this and another one for a Custom property added
The answer will come... Patience..
(I sure can't figure it out though but I'm rusty on the 3d PDFs again)...
LOL ...
I've actually finding some bugs within this ...related to names and numbers @johnsonshiue and Martin will be probably hating me again ...
so I'm looking at a 2nd option.
not to be blunt if you guys don't know the answer, can you not spam this post with irrelevant posts? I can add custom properties to for form fine, its simply just the file name.
I find custom properties work better with no spaces and matching capitals where required.
Sorry for the hijacking, We have fun sometimes,
But I am looking at it this morning already ....
Try:
{{{ topComponent['Source Import'] || "" }}}
Thank you @johnsonshiue ... I need your decoder book
@mdavis22569 wrote:
Try:
{{{ topComponent['Source Import'] || "" }}}
Thank you @johnsonshiue ... I need your decoder book
I think we might need to get Johnson by the ankles and shake those pockets out though still
I only found "reference" to that in the anark core document but I certainly didn't understand it when I ran across it..
Output Specific Attributes of the Top Level Component
SPECIFIC ATTRIBUTES name | value
{{{ item }}} | {{{ topComponent[item] }}} ITEMS="{{{ ['Name', 'Source Import', 'Use Count'] }}}"
This one gets you some neat information too..
List All Attributes of the Top Level Component
TOP COMPONENT ATTRIBUTE LIST name | value
{{{ item }}} | {{{ topComponent[item] }}} ITEMS="{{{ getComponentAttributeNames().filter(att => topComponent[att] != null) }}}"
nor I ...
and I was reading over all of those pages ....
I was going to throw in the towel and just tell them to make custom iproperties ..I can import those all day.
Few more he gave me:
Estimated Cost: "Cost Center"
Creation Date: "Creation Time" (unfortunately there is a timestamp with it )
File: "Source Import"
@mdavis22569 wrote:
Few more he gave me:
Estimated Cost: "Cost Center"
Creation Date: "Creation Time" (unfortunately there is a timestamp with it )
File: "Source Import"
Mike,
Here are a bunch more that you can get with that kind of code..
Sorry about being screenshots.. I'll put it into "something" nicer here in a bit..
If I start a new thread, containing Code options, solutions etc for the 3d PDFs properties etc, can we maybe pin it to the top for a bit ?
We can keep adding to it ... just coding related ...
I wish I could get rid of the time part of that ....
All,
i am trying to use ' Source Import ' but everytime i input a code with a space i get this error
FinishedWithError: Execution of automation recipe completed with error(s):
Input File : \\ALREC02\Studio\OTHER JOBS\Garmin\GARMIN 2017\NW 87786 - Garmin UK - Cycle Republic - Southampton Tech Display\CAD\Model\NW 87786 - 01-03-00 - GA - TV Unit.iam
Action : ExportCmd Target : \\ALREC02\Studio\OTHER JOBS\Garmin\GARMIN 2017\NW 87786 - Garmin UK - Cycle Republic - Southampton Tech Display\CAD\Model\NW 87786 - 01-03-00 - GA - TV Unit.pdf completed with error(s): Error in PDF template field named 'Header'.
Unrecognized token(s) at 20:
{{{ topComponent.Source HERE --> Import || "" }}}
How do i resolve this
Can I get your 3d PDF template
Can't find what you're looking for? Ask the community or share your knowledge.