Jump to content

daanrud

Registered Users - Approved
  • Posts

    20
  • Joined

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    9.3.1.5

Converted

  • OS
    Mac OS 10.9.5

Converted

  • Acrobat Version
    Acrobat XI (11)

daanrud's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

10

Reputation

  1. Hey Dan, I ended up using the string of code in the OnRecordStart that you posted and it worked beautifully! Thank you so much for responding to my post. This will save me a great amount of time!
  2. Here is the attached .zip file. This was my attempt at getting this to work. I'm not exactly sure what to put in between the () after CreateResource, since it will be choosing an image from the resources I have uploaded. The dropdown is working, but it will not return a graphic...obviously. Thanks for your help Corn_Pick_Brochure_TEST.zip
  3. I got the dropdown to work, but I'm still not sure what to put in the CreateResource string. When I select one of the options from the dropdown, it doesn't populate an image. I'll keep trying different things. Any pointers would be greatly appreciated! Thanks
  4. Thanks for your input Scott, and yes, this will be used in DSF. I'm pretty uneducated in JavaScript, that being said, how do I know what to put in the CreateResource string when the .pdf will be selected out of about 70 images in a dropdown?
  5. Is it possible to duplicate a graphic pick list? I am creating 5 graphic frames and all 5 of these will have the same drop list and graphic resources available to choose from for each frame. My issue is that there are about 70 graphic resources to choose from and adding these values one by one is a huge time eater. Any help on this would be great. Thanks!
  6. Dan, The 9.3.15 build fixed the Critical Parser Failure. Thanks
  7. Thanks Dan. I will contact EFI about my template issue. I am currently running FusionPro 9.3.6, Acrobat XI and Enfocus PitStop Pro 12 update 3
  8. That's not how I'm trying to make this template work. The logo will be uploaded within DSF, so it cannot be a Resource within FusionPro. Also, with the multiple graphic frames that I have (most of them are rotated at different angles) the Critical Parser Failure appears once again.
  9. I'm not sure if this is what you are looking for?Brochure Data-Output.pdf
  10. All 3 rules I posted never returned a logo after I had uploaded one. The image I selected in the drop list worked fine, but no logo appeared. All my rules are created as graphics rules. All images are resources (except the logo being uploaded within Digital Storefront). The images show just fine, it's the logo that isn't showing at all. Thanks for the quick response!
  11. I am having an issue in creating rules that involve multiple graphic frames. I am creating multiple graphic frames to populate a logo that will be uploaded within Digital Storefront, so no Resources in FusionPro. The other graphic frame (I called "Front Image") will consist of a drop list of images to choose from. All images for this frame have been uploaded as Resources. The Image that is chosen in the drop list will determine which Logo graphic frame will be used to show the logo. The logo graphic frames are set at different angles, which is why the Image chosen needs to determine a specific frame for the logo. Here are the three rules I have attempted so far without any success: 1. Pic = CreateResource(Field("Logo"), "graphic", true); if (Field("Front Image")=="pcon_take_control_brochure_037.jpg" && (Pic.exists)) return Pic; else return NullResource(); 2. if (Field("Front Image")=="pcon_take_control_brochure_037.jpg") { Pic = CreateResource(Field("Logo"), "graphic", true); if (Pic.exists) return Pic; } return NullResource(); 3. if (Field("Front Image") == "pcon_take_control_brochure_037.jpg") { return Field("Logo") } return NullResource(“") Any help or suggestions with this would be wonderful. I’ve been messing with this for a while now. Thank you!
  12. I'm not seeing a "Preserve 9.1 Collect Format" checkbox when I try to collect my files.
  13. Thanks Dan. I just talked to EFI Support and right now DSF 7.6 is not compatible with FusionPro 9.3 or vice versa.
  14. I just wanted to check to see if there was any progress made on my original issue of the "Critical Parser Failure" message, specifically related to frames which are rotated at non-orthogonal (not multiples of 90-degree) angles? Thanks
×
×
  • Create New...