{"product_id":"cadlink-digital-factory-v10-sublimation","title":"CADlink Digital Factory v10 Sublimation","description":"\u003c!-- CADlink Digital Factory v10 Sublimation Edition — Product description --\u003e\n\n\u003cstyle\u003e\n  .dfs-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  .dfs-wrap *,\n  .dfs-wrap *::before,\n  .dfs-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .dfs-badge,\n  .dfs-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  .dfs-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .dfs-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .dfs-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .dfs-intro,\n  .dfs-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .dfs-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  .dfs-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .dfs-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .dfs-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .dfs-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .dfs-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .dfs-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .dfs-config-item + .dfs-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .dfs-config-label {\n    color: #777;\n  }\n  .dfs-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .dfs-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .dfs-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .dfs-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .dfs-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .dfs-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .dfs-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .dfs-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .dfs-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .dfs-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .dfs-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .dfs-faq {\n    margin-bottom: 28px;\n  }\n  .dfs-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .dfs-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  .dfs-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .dfs-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  .dfs-faq-item[open] .dfs-faq-q::after {\n    content: \"−\";\n  }\n  .dfs-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .dfs-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    .dfs-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .dfs-grid,\n    .dfs-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .dfs-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .dfs-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .dfs-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dfs-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"dfs-badge\"\u003eDigital Factory v10 Sublimation\u003c\/span\u003e\n  \u003cspan class=\"dfs-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"dfs-h2\"\u003eCADlink Digital Factory v10 Sublimation Edition — Dye Sublimation RIP Software\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"dfs-intro\"\u003e\n    \u003cstrong\u003eCADlink Digital Factory v10 Sublimation Edition\u003c\/strong\u003e is the all-inclusive professional \u003cstrong\u003esublimation RIP software\u003c\/strong\u003e for dye sublimation producers — from entry-level shops to high-volume production. Its high-fidelity \u003cstrong\u003ecolor management engine\u003c\/strong\u003e with professionally created color profiles delivers exceptional color accuracy and vibrancy \u003cstrong\u003eright out of the box\u003c\/strong\u003e, across a variety of sublimation ink sets, transfer papers and widely used printers. Your \u003cstrong\u003eDigital Factory activation 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=\"dfs-grid\"\u003e\n    \u003cdiv class=\"dfs-stat\"\u003e\n      \u003cdiv class=\"dfs-stat-value\"\u003eSublimation\u003c\/div\u003e\n      \u003cdiv class=\"dfs-stat-label\"\u003eColor + workflow in one\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-stat\"\u003e\n      \u003cdiv class=\"dfs-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"dfs-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-stat\"\u003e\n      \u003cdiv class=\"dfs-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"dfs-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfs-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"dfs-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"dfs-config\"\u003e\n    \u003cdiv class=\"dfs-config-item\"\u003e\n      \u003cspan class=\"dfs-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"dfs-config-value\"\u003eWindows 10 or Windows 11 (64-bit)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-config-item\"\u003e\n      \u003cspan class=\"dfs-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"dfs-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-config-item\"\u003e\n      \u003cspan class=\"dfs-config-label\"\u003ePrinter support\u003c\/span\u003e\n      \u003cspan class=\"dfs-config-value\"\u003eDesktop sublimation printers (wide format as add-on)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-config-item\"\u003e\n      \u003cspan class=\"dfs-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"dfs-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfs-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"dfs-h2\"\u003eProfessional color and production tools beyond standard drivers\u003c\/h2\u003e\n  \u003cp class=\"dfs-seo-text\"\u003e\n    Unlike the basic Windows printer drivers bundled with many \u003cstrong\u003esublimation printers\u003c\/strong\u003e, Digital Factory Sublimation Edition provides an enhanced level of \u003cstrong\u003ecolor management\u003c\/strong\u003e plus a complete set of pre-production and print-production workflow tools — production features not found in most sublimation software solutions. Simple color adjustment tools let operators tweak output quickly and easily, with vibrant, color-accurate results on both \u003cstrong\u003esoft and hard surfaces\u003c\/strong\u003e: apparel, mugs, plates, panels and more.\n  \u003c\/p\u003e\n  \u003cp class=\"dfs-seo-text\"\u003e\n    Designed for simplicity without limiting functionality: quickly create designs and templates, \u003cstrong\u003eedit images on the fly\u003c\/strong\u003e with built-in editing tools, and optimize output with far more control than your default drivers. The completely visual print management experience starts with a simplified \u003cstrong\u003esingle queue interface\u003c\/strong\u003e for instant out-of-the-box printing in minutes, with custom queues added easily as your production volume grows. \u003cstrong\u003eCustom direct drivers\u003c\/strong\u003e optimize performance on many widely used printers — and any other printer can still run through the workflow via standard Windows driver printing.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"dfs-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"dfs-features\"\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003eHigh-fidelity color engine\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eProfessionally created color profiles maximize print quality out of the box, with exceptional accuracy and vibrancy across ink sets and papers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003eSimple color adjustments\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eA series of easy color adjustment tools lets operators fine-tune output quickly — no color science degree required.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003eTemplates \u0026amp; design tools\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eQuickly create designs and templates for mugs, apparel and hard goods — repeatable layouts for everyday production jobs.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003eOn-the-fly image editing\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eCommonly used image editing tools built in — fix and adjust customer artwork without leaving the print workflow.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003eSingle queue interface\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eInstant out-of-the-box printing in minutes with a simplified visual queue, plus easy custom queue creation as volume increases.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003eCustom direct drivers\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eOptimized printer performance with direct drivers for many widely used printers — other models work via standard Windows driver printing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003ePre-production workflow\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eA complete set of pre-production and print-production management tools streamlines jobs from artwork to transfer paper.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-feature\"\u003e\n      \u003ch3 class=\"dfs-feature-title\"\u003eSoft \u0026amp; hard surfaces\u003c\/h3\u003e\n      \u003cp class=\"dfs-feature-text\"\u003eOutstanding vibrant, color-accurate printing for textile sublimation as well as rigid substrates — one platform for every product.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfs-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"dfs-h2\"\u003eCompatibility — Digital Factory v10 Sublimation Edition\u003c\/h2\u003e\n  \u003cp class=\"dfs-seo-text\"\u003e\n    This edition includes \u003cstrong\u003edesktop-size sublimation printers\u003c\/strong\u003e; wide-format printers (24\" and wider) are available as add-on options. Color is accurate across the most common ink sets and transfer papers.\n  \u003c\/p\u003e\n  \u003cdiv class=\"dfs-compat-grid\"\u003e\n    \u003cdiv class=\"dfs-compat-card\"\u003e\n      \u003ch3 class=\"dfs-compat-card-title\"\u003ePrinters\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDesktop sublimation\u003c\/li\u003e\n        \u003cli\u003eEpson-based models\u003c\/li\u003e\n        \u003cli\u003eA4 \/ A3 \/ 17\" formats\u003c\/li\u003e\n        \u003cli\u003eWide format (add-on)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-compat-card\"\u003e\n      \u003ch3 class=\"dfs-compat-card-title\"\u003eConsumables\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eVarious sublimation inks\u003c\/li\u003e\n        \u003cli\u003eTransfer papers\u003c\/li\u003e\n        \u003cli\u003eProfiled combinations\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-compat-card\"\u003e\n      \u003ch3 class=\"dfs-compat-card-title\"\u003eApplications\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eApparel \u0026amp; textile\u003c\/li\u003e\n        \u003cli\u003eMugs \u0026amp; drinkware\u003c\/li\u003e\n        \u003cli\u003eHard surface panels\u003c\/li\u003e\n        \u003cli\u003eGifts \u0026amp; personalisation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfs-compat-card\"\u003e\n      \u003ch3 class=\"dfs-compat-card-title\"\u003eWorkflows\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eSingle \u0026amp; multi queues\u003c\/li\u003e\n        \u003cli\u003eTemplates \u0026amp; layouts\u003c\/li\u003e\n        \u003cli\u003eImage editing\u003c\/li\u003e\n        \u003cli\u003eBatch production\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfs-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"dfs-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"dfs-faq\"\u003e\n\n    \u003cdetails class=\"dfs-faq-item\"\u003e\n      \u003csummary class=\"dfs-faq-q\"\u003eIs the Digital Factory v10 Sublimation software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"dfs-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=\"dfs-faq-item\"\u003e\n      \u003csummary class=\"dfs-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"dfs-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=\"dfs-faq-item\"\u003e\n      \u003csummary class=\"dfs-faq-q\"\u003eIs Digital Factory v10 Sublimation compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"dfs-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=\"dfs-faq-item\"\u003e\n      \u003csummary class=\"dfs-faq-q\"\u003eWhy use this instead of my printer's standard driver?\u003c\/summary\u003e\n      \u003cp class=\"dfs-faq-a\"\u003eUnlike the basic Windows drivers bundled with sublimation printers, Digital Factory provides a \u003cstrong\u003ehigh-fidelity color management engine\u003c\/strong\u003e with professional profiles, plus complete pre-production and print-production workflow tools — more vibrant, more accurate and more consistent results with far less trial and error.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dfs-faq-item\"\u003e\n      \u003csummary class=\"dfs-faq-q\"\u003eWhich printers does the Sublimation Edition support?\u003c\/summary\u003e\n      \u003cp class=\"dfs-faq-a\"\u003eThe package includes \u003cstrong\u003edesktop-size sublimation printers\u003c\/strong\u003e with custom direct drivers for many widely used models. Wide-format printers (24\" and wider) are available as add-on options, and unsupported models can still print through the workflow via the standard Windows driver.\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 Sublimation 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 Sublimation 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\": \"Why use this instead of my printer's standard driver?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Unlike the basic Windows drivers bundled with sublimation printers, Digital Factory provides a high-fidelity color management engine with professional profiles, plus complete pre-production and print-production workflow tools — more vibrant, more accurate and more consistent results with far less trial and error.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which printers does the Sublimation Edition support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The package includes desktop-size sublimation printers with custom direct drivers for many widely used models. Wide-format printers (24 inches and wider) are available as add-on options, and unsupported models can still print through the workflow via the standard Windows driver.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end CADlink Digital Factory v10 Sublimation Edition description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162165375242,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/cadlink-v10-sublimation-rip-acrorip-caldera-flexi-onyx-wasatch-versaworks-colorgate-ergosoft.webp?v=1776104065","url":"https:\/\/dtfsoftware.com\/products\/cadlink-digital-factory-v10-sublimation","provider":"DTF Software","version":"1.0","type":"link"}