Jump to content

Search the Community

Showing results for tags 'rectangular'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 2 results

  1. I have to build by FP Creator a DM for Poste Italiane that requires the following: Error Correction: ECC 200 (Reed-Solomon) Format: Rectangular, 16 x 48 cells X Dimension: 0,508 mm Dimensions (no quiet-zone):2 cells per side (H x L): 8,128 mm x 24,384 mm; Dimensions (with quiet-zone): 2 celle per lato (H x L): 10,160 mm x 26,416 mm; Pixel/Cell: 4 (200 dpi) This has to be built by using 72 alphanumeric chars. I still do not have the input file, so I created a 72 chars txt... I simply created a rule like this (see also zip attached): var FieldOrRuleToEncode = "barcode"; var EncodingMode = "C40"; var PreferredFormat = "29"; var PointSize = StringToNumber("10 pt"); var Font = "IDAutomationDMatrix"; var NoFontTag = false; var ProcessTilde = false; var DataToEncode = FieldOrRule(FieldOrRuleToEncode); return MakeDataMatrixBarcode(DataToEncode, ProcessTilde, EncodingMode, PreferredFormat, PointSize, NoFontTag, Font); And I got a readable SQUARE DM. I guess the PreferredFormat 29 is correct for the rectangular DM, but I got it square: no clue about ECC 200... Any Help? Thank you Maurizio DM.zip
  2. Hello, I'm having trouble getting a data matrix to show as a rectangular barcode (required by Poste Italiane). I've changed the format but it still views as a square barcode. My current rule: var FieldOrRuleToEncode = "IBARCODE"; var EncodingMode = "ASCII"; var PreferredFormat = "29"; var PointSize = StringToNumber("6 pt"); var NoFontTag = false; var Font = "IDAutomationDMatrix"; var ProcessTilde = false; var DataToEncode = FieldOrRule(FieldOrRuleToEncode); return MakeDataMatrixBarcode(DataToEncode, ProcessTilde, EncodingMode, PreferredFormat, PointSize, NoFontTag, Font); Are rectangular data matrix barcodes possible in FusionPro? Thank you
×
×
  • Create New...