{"product_id":"cadlink-digital-factory-v10-brother-edition","title":"CADlink Digital Factory v10 Brother Edition","description":"\u003c!-- CADlink Digital Factory v10 Brother Edition — Product description --\u003e\n\n\u003cstyle\u003e\n  .dfb-wrap {\n    max-width: 820px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n  .dfb-wrap *,\n  .dfb-wrap *::before,\n  .dfb-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .dfb-badge,\n  .dfb-badge-blue {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 5px;\n    margin-bottom: 14px;\n  }\n  .dfb-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .dfb-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .dfb-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .dfb-intro,\n  .dfb-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .dfb-section-title {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #888;\n    margin: 0 0 14px;\n  }\n\n  \/* ---------- Quick stats ---------- *\/\n  .dfb-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .dfb-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .dfb-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .dfb-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .dfb-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .dfb-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .dfb-config-item + .dfb-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .dfb-config-label {\n    color: #777;\n  }\n  .dfb-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .dfb-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .dfb-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .dfb-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .dfb-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .dfb-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .dfb-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .dfb-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .dfb-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .dfb-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .dfb-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .dfb-faq {\n    margin-bottom: 28px;\n  }\n  .dfb-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .dfb-faq-q {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    line-height: 1.4;\n    padding: 18px 24px;\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 48px;\n  }\n  .dfb-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .dfb-faq-q::after {\n    content: \"+\";\n    position: absolute;\n    right: 22px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 20px;\n    font-weight: 400;\n    color: #999;\n  }\n  .dfb-faq-item[open] .dfb-faq-q::after {\n    content: \"−\";\n  }\n  .dfb-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .dfb-faq-a {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0;\n    padding: 0 24px 20px;\n  }\n\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width: 720px) {\n    .dfb-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .dfb-grid,\n    .dfb-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .dfb-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .dfb-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .dfb-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dfb-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"dfb-badge\"\u003eDigital Factory v10 Brother Edition\u003c\/span\u003e\n  \u003cspan class=\"dfb-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"dfb-h2\"\u003eCADlink Digital Factory v10 Brother Edition — DTG RIP Software for Brother GTX\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"dfb-intro\"\u003e\n    \u003cstrong\u003eCADlink Digital Factory v10 Apparel Brother Edition\u003c\/strong\u003e is the industry-leading \u003cstrong\u003edirect-to-garment RIP software\u003c\/strong\u003e for \u003cstrong\u003eBrother GTX and GT3 series printers\u003c\/strong\u003e. You've made the investment in your printer — now maximize it: all-inclusive advanced \u003cstrong\u003ecolor management\u003c\/strong\u003e, white ink control for dark garments and seamless production workflow tools that Windows-based drivers simply can't match. An absolute must-have for every Brother DTG printer owner. Your \u003cstrong\u003eactivation key\u003c\/strong\u003e is delivered directly by email after purchase — no physical shipment, no dongle, instant activation. Compatible with \u003cstrong\u003eWindows 10 and Windows 11 (64-bit)\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003c!-- Quick stats --\u003e\n  \u003cdiv class=\"dfb-grid\"\u003e\n    \u003cdiv class=\"dfb-stat\"\u003e\n      \u003cdiv class=\"dfb-stat-value\"\u003eBrother GTX \/ GT3\u003c\/div\u003e\n      \u003cdiv class=\"dfb-stat-label\"\u003eDedicated DTG edition\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-stat\"\u003e\n      \u003cdiv class=\"dfb-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"dfb-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-stat\"\u003e\n      \u003cdiv class=\"dfb-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"dfb-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfb-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"dfb-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"dfb-config\"\u003e\n    \u003cdiv class=\"dfb-config-item\"\u003e\n      \u003cspan class=\"dfb-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"dfb-config-value\"\u003eWindows 10 or Windows 11 (64-bit)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-config-item\"\u003e\n      \u003cspan class=\"dfb-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"dfb-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-config-item\"\u003e\n      \u003cspan class=\"dfb-config-label\"\u003ePrinter\u003c\/span\u003e\n      \u003cspan class=\"dfb-config-value\"\u003eBrother GTX \/ GT3 series DTG\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-config-item\"\u003e\n      \u003cspan class=\"dfb-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"dfb-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfb-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"dfb-h2\"\u003ePut the X-tra in your Brother GTX\u003c\/h2\u003e\n  \u003cp class=\"dfb-seo-text\"\u003e\n    Although Brother GTX printers come with their own built-in tools, \u003cstrong\u003eDigital Factory Apparel Brother Edition\u003c\/strong\u003e goes much further: its dedicated \u003cstrong\u003eICC profiles\u003c\/strong\u003e deliver more precise and vibrant color than the standard driver, with \u003cstrong\u003epreset color-managed profiles for white, black and colored fabrics\u003c\/strong\u003e. White ink control is handled directly in the RIP — ideal for printing on dark cotton t-shirts and polos that demand careful underbase and ink management.\n  \u003c\/p\u003e\n  \u003cp class=\"dfb-seo-text\"\u003e\n    Production gets faster too: \u003cstrong\u003e\"send to\" technology\u003c\/strong\u003e pushes jobs directly from Adobe Photoshop, Illustrator and CorelDRAW into color-managed queues — no exporting and importing files. Built on a \u003cstrong\u003e64-bit architecture\u003c\/strong\u003e, v10 adds barcode support for production tracking, CADlink distressed effects and frames, easy color adjustments with sharpen filters, one-click \u003cstrong\u003ejob color replacement\u003c\/strong\u003e and merge ICC rendering intents. An optional \u003cstrong\u003eDTF driver add-on\u003c\/strong\u003e even enables Direct to Film output on the GTX and GTXpro.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"dfb-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"dfb-features\"\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003eAdvanced color management\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003eDedicated ICC profiles and high-fidelity color features deliver vibrant, faithful prints that standard Windows drivers can't hit.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003eFabric presets\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003ePreset color-managed profiles for white, black and colored fabrics — the right ink behavior for every garment, instantly.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003eWhite ink control\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003ePrecise white underbase management for dark garments — opacity and ink control optimized for the GTX print engine.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003e\"Send to\" workflow\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003eSend jobs directly to queues from Photoshop, Illustrator and CorelDRAW — no file exporting, no import errors, no wasted time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003eJob color replacement\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003eEasily replace colors per job, with simple color adjustments, sharpen filters and merge ICC rendering intents built in.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003eCADlink effects\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003eDistressed effects and distressed frames applied directly in the RIP — trendy vintage looks without external editing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003eBarcode \u0026amp; job management\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003eBarcode support for production tracking and simplified job management features keep high-volume shops organised.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-feature\"\u003e\n      \u003ch3 class=\"dfb-feature-title\"\u003eDTF ready (add-on)\u003c\/h3\u003e\n      \u003cp class=\"dfb-feature-text\"\u003eOptional Brother Direct To Film printer drivers enable DTF output on the GTX and GTXpro — one platform for DTG and DTF.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfb-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"dfb-h2\"\u003eCompatibility — Digital Factory v10 Brother Edition\u003c\/h2\u003e\n  \u003cp class=\"dfb-seo-text\"\u003e\n    This edition is designed specifically for \u003cstrong\u003eBrother direct-to-garment printers\u003c\/strong\u003e, with seamless integration into the leading design applications.\n  \u003c\/p\u003e\n  \u003cdiv class=\"dfb-compat-grid\"\u003e\n    \u003cdiv class=\"dfb-compat-card\"\u003e\n      \u003ch3 class=\"dfb-compat-card-title\"\u003eBrother printers\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eGTX\u003c\/li\u003e\n        \u003cli\u003eGTXpro\u003c\/li\u003e\n        \u003cli\u003eGT3 series\u003c\/li\u003e\n        \u003cli\u003eDTF via add-on driver\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-compat-card\"\u003e\n      \u003ch3 class=\"dfb-compat-card-title\"\u003eDesign software\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eAdobe Photoshop\u003c\/li\u003e\n        \u003cli\u003eAdobe Illustrator\u003c\/li\u003e\n        \u003cli\u003eCorelDRAW\u003c\/li\u003e\n        \u003cli\u003e\"Send to\" direct\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-compat-card\"\u003e\n      \u003ch3 class=\"dfb-compat-card-title\"\u003eGarments\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eWhite fabrics\u003c\/li\u003e\n        \u003cli\u003eBlack fabrics\u003c\/li\u003e\n        \u003cli\u003eColored fabrics\u003c\/li\u003e\n        \u003cli\u003eCotton t-shirts \u0026amp; polos\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfb-compat-card\"\u003e\n      \u003ch3 class=\"dfb-compat-card-title\"\u003eWorkflows\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDTG printing\u003c\/li\u003e\n        \u003cli\u003eWhite underbase\u003c\/li\u003e\n        \u003cli\u003eColor-managed queues\u003c\/li\u003e\n        \u003cli\u003eBarcode production\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfb-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"dfb-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"dfb-faq\"\u003e\n\n    \u003cdetails class=\"dfb-faq-item\"\u003e\n      \u003csummary class=\"dfb-faq-q\"\u003eIs the Digital Factory v10 Brother software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"dfb-faq-a\"\u003eNo. The \u003cstrong\u003eDigital Factory v10 activation key\u003c\/strong\u003e is sent by email only. You receive your software key directly in your inbox after the order is confirmed — no postal shipment, no dongle, no physical item.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dfb-faq-item\"\u003e\n      \u003csummary class=\"dfb-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"dfb-faq-a\"\u003eUsually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dfb-faq-item\"\u003e\n      \u003csummary class=\"dfb-faq-q\"\u003eIs Digital Factory v10 Brother Edition compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"dfb-faq-a\"\u003eNo. \u003cstrong\u003eCADlink Digital Factory v10\u003c\/strong\u003e runs exclusively on \u003cstrong\u003eWindows 10 and Windows 11 (64-bit)\u003c\/strong\u003e. It is not compatible with macOS or Linux.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dfb-faq-item\"\u003e\n      \u003csummary class=\"dfb-faq-q\"\u003eWhich printers does the Brother Edition support?\u003c\/summary\u003e\n      \u003cp class=\"dfb-faq-a\"\u003eThis edition is built specifically for \u003cstrong\u003eBrother GTX, GTXpro and GT3 series\u003c\/strong\u003e direct-to-garment printers. It is not intended for Epson or other DTG brands — dedicated editions exist for those printers.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dfb-faq-item\"\u003e\n      \u003csummary class=\"dfb-faq-q\"\u003eWhy use this instead of the standard Brother driver?\u003c\/summary\u003e\n      \u003cp class=\"dfb-faq-a\"\u003eWindows-based drivers can't hit the same colors: Digital Factory provides \u003cstrong\u003ededicated ICC profiles\u003c\/strong\u003e, preset fabric queues, white ink control and built-in pre-production tools, plus direct \"send to\" printing from Photoshop, Illustrator and CorelDRAW — more vibrant prints and a much faster workflow.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ structured data for Google rich results --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the Digital Factory v10 Brother software key sent physically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The Digital Factory v10 activation key is sent by email only. You receive your software key directly in your inbox after the order is confirmed — no postal shipment, no dongle, no physical item.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take to receive my activation key?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Usually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Digital Factory v10 Brother Edition compatible with Mac?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. CADlink Digital Factory v10 runs exclusively on Windows 10 and Windows 11 (64-bit). It is not compatible with macOS or Linux.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which printers does the Brother Edition support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This edition is built specifically for Brother GTX, GTXpro and GT3 series direct-to-garment printers. It is not intended for Epson or other DTG brands — dedicated editions exist for those printers.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why use this instead of the standard Brother driver?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Windows-based drivers can't hit the same colors: Digital Factory provides dedicated ICC profiles, preset fabric queues, white ink control and built-in pre-production tools, plus direct send-to printing from Photoshop, Illustrator and CorelDRAW — more vibrant prints and a much faster workflow.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end CADlink Digital Factory v10 Brother Edition description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162165309706,"sku":null,"price":39.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/cadlink-v10-brother-edition-dtg-rip-acrorip-caldera-flexi-onyx-wasatch-versaworks-colorgate-ergosoft.webp?v=1776109732","url":"https:\/\/dtfsoftware.com\/products\/cadlink-digital-factory-v10-brother-edition","provider":"DTF Software","version":"1.0","type":"link"}