Jump to content

Cody Williams

Registered Users - Approved
  • Posts

    7
  • Joined

Converted

  • Location
    Cleveland, Ohio

Converted

  • Occupation
    Dir of Development

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    8.2.7

Converted

  • OS
    Windows 7

Converted

  • Acrobat Version
    Acrobat 9.x

Cody Williams's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. Hello Everyone, Need some help. I have script below and not sure how to implement my next step. Based on script below I'm trying to print a box using winding font then print some text after it. The problem is my text aligns to the bottom of the box/line and my client wants the text to print at the middle part of the box similar to a superscript effect. I attached a small pdf file if that would help. Can anyone help? //Notes: psubox is a little square box ..fusionpro does not have a drawbox function/command so I had to use a font character var psubox = '<f name = "Wingdings 2">' + '<z newsize = "18">' + "*" + '<f name = "Courier New">' + '<z newsize = "6">' + '&nbsp;'+ '&nbsp;'; var gd = psubox + Field("FIELD66") + '&nbsp;' + '&nbsp;' +'&nbsp;' + '&nbsp;'+ Field("FIELD67") +'<br>' + psubox + Field("FIELD53") + '&nbsp;' + '&nbsp;' +'&nbsp;' + '&nbsp;' + Field("FIELD52") +'<br>' + psubox + Field("FIELD55") + '&nbsp;' + '&nbsp;' +'&nbsp;' + '&nbsp;'+ Field("FIELD54") + '<br>' + psubox + Field("FIELD57") + '&nbsp;' + '&nbsp;' +'&nbsp;' + '&nbsp;'+ Field("FIELD56") + '<br>' + psubox + Field("FIELD59") + '&nbsp;' + '&nbsp;' +'&nbsp;' + '&nbsp;'+ Field("FIELD58");; return gd; Alignment.pdf
  2. Hope someone can help me. I have data that I need to make into a Code39 barcode and I'm using the FusionPro function "Make39Barcode" on a string like this *U131k14299503*51007 or a string like this W4-A-2C and I get a /J for * and a /M for - in my barcode reader. I know FusionPro uses the IDAutomation fonts for encoding their barcodes and I went to their website to do some research and it appears that they have a special version of the barcode39 font that handles symbols and it is called "IDAutomationSC39S.ttf" which is not provided by FusionPro. I'm curious is there a workaround in FusionPro to encode these symbols correctly so that they read as * or - in various barcode readers instead of reading as /J and /M or can FusionPro provide that Font "IDAutomationSC39S.ttf" for the user base for encoding symbols in a barcode39. Any and all help welcome. Thanks Cody Williams Windows 7 Acrobat 9.5.5 FusionPro Ver. 8.2.7
  3. Does anyone know what was the result of this post as I have a similar project coming up in which I will have 5 tray pulls for a coupon booklet which will be imposed 6 up on a sheet? Or should I create each of the 5 document pages already laid out 6 up so that there will have to be no imposition?
  4. Hi Dan, I tried the Ctrl-C and Ctrl-V method and that works. Thanks!! What doesn't work is the old method of Shift + Insert buttons. Thanks once again Dan for the quick response. Cody Williams FPC 8.1.2:)
  5. Does anyone know why the Javascript/Rule Editor will not copy & paste or accept text that was copied from another windows application (MS word, UltraEdit, Notepad)? Is this a bug with the latest version 8.1.2 FusionPro Creator? If this is not a bug can PTI please enhance the Rule Editor to allow cut, copy, and paste as these are basic Windows PC keyboard/mouse functionality. Sometime trying to view the bulletin board and copy a simple rule from another user or copying just one rule from a previous project because a task of mission impossible. Please note I understand the import capability of rules from previous jobs and that is not the functionality I'm looking for as that does not solve the problem. If there is something I have missed on install please let me know or is there a way to use or substitue an outside editor with FusionPro Creator? I use UltraEdit for other program projects and I love it. Thanks Cody Williams FusionPro Creator ver 8.1.2 Adobe acrobat ver 9.5.2 Windows 7 Pro SP1, 64 bit, 8 gig-mem, i-7_ 2.30gighz
×
×
  • Create New...