{"product_id":"cadlink-digital-factory-v10-epson-edition","title":"CADlink Digital Factory v10 Epson Edition","description":"\u003c!-- CADlink Digital Factory v10 Epson Edition — Product description --\u003e\n\n\u003cstyle\u003e\n  .cdf10-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  .cdf10-wrap *,\n  .cdf10-wrap *::before,\n  .cdf10-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .cdf10-badge,\n  .cdf10-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  .cdf10-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .cdf10-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .cdf10-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .cdf10-intro,\n  .cdf10-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .cdf10-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  .cdf10-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .cdf10-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .cdf10-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .cdf10-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .cdf10-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .cdf10-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .cdf10-config-item + .cdf10-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .cdf10-config-label {\n    color: #777;\n  }\n  .cdf10-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .cdf10-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .cdf10-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .cdf10-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .cdf10-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .cdf10-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .cdf10-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .cdf10-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .cdf10-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .cdf10-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .cdf10-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .cdf10-faq {\n    margin-bottom: 28px;\n  }\n  .cdf10-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .cdf10-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  .cdf10-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .cdf10-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  .cdf10-faq-item[open] .cdf10-faq-q::after {\n    content: \"−\";\n  }\n  .cdf10-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .cdf10-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    .cdf10-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .cdf10-grid,\n    .cdf10-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .cdf10-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .cdf10-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .cdf10-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cdf10-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"cdf10-badge\"\u003eDigital Factory v10 Epson Edition\u003c\/span\u003e\n  \u003cspan class=\"cdf10-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"cdf10-h2\"\u003eCADlink Digital Factory v10 Epson Edition — DTF RIP Software\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"cdf10-intro\"\u003e\n    \u003cstrong\u003eCADlink Digital Factory v10 Epson Edition\u003c\/strong\u003e is the all-in-one \u003cstrong\u003eDTF RIP software\u003c\/strong\u003e combining file preparation, high-fidelity \u003cstrong\u003ecolor management\u003c\/strong\u003e and production automation in a single package — no other DTF print software offers a comparable feature set. Precision printing, perfect density, superior film output on the most widely used \u003cstrong\u003eEpson DTF printers\u003c\/strong\u003e (L1800, P600, ET-8550 and more) as well as purpose-built DTF machines. 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=\"cdf10-grid\"\u003e\n    \u003cdiv class=\"cdf10-stat\"\u003e\n      \u003cdiv class=\"cdf10-stat-value\"\u003eAll-in-one DTF\u003c\/div\u003e\n      \u003cdiv class=\"cdf10-stat-label\"\u003eRIP + prep + automation\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-stat\"\u003e\n      \u003cdiv class=\"cdf10-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"cdf10-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-stat\"\u003e\n      \u003cdiv class=\"cdf10-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"cdf10-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"cdf10-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"cdf10-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"cdf10-config\"\u003e\n    \u003cdiv class=\"cdf10-config-item\"\u003e\n      \u003cspan class=\"cdf10-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"cdf10-config-value\"\u003eWindows 10 or Windows 11 (64-bit)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-config-item\"\u003e\n      \u003cspan class=\"cdf10-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"cdf10-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-config-item\"\u003e\n      \u003cspan class=\"cdf10-config-label\"\u003ePrinter support\u003c\/span\u003e\n      \u003cspan class=\"cdf10-config-value\"\u003eEpson-based DTF — Desktop (17\" \/ A2 or smaller)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-config-item\"\u003e\n      \u003cspan class=\"cdf10-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"cdf10-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"cdf10-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"cdf10-h2\"\u003eEverything you need in a single DTF software package\u003c\/h2\u003e\n  \u003cp class=\"cdf10-seo-text\"\u003e\n    More than just RIP software, \u003cstrong\u003eDigital Factory by CADlink\u003c\/strong\u003e offers high-fidelity color printing and professional job preparation and management tools that streamline your \u003cstrong\u003eDTF production workflow\u003c\/strong\u003e from start to finish. The Epson Edition supports the largest number of printers in its class — including the most widely used Epson models and many high-performance purpose-built DTF printers offered by Direct to Film resellers.\n  \u003c\/p\u003e\n  \u003cp class=\"cdf10-seo-text\"\u003e\n    Dozens of valuable, time-saving features come standard: \u003cstrong\u003eknock-out tools\u003c\/strong\u003e for automatic black, white or color removal from designs, \u003cstrong\u003eauto nesting\u003c\/strong\u003e of jobs to save film, \u003cstrong\u003ebarcode support\u003c\/strong\u003e for production tracking, \u003cstrong\u003eroll-mode support\u003c\/strong\u003e without any additional hardware, and industrial-strength \u003cstrong\u003ePDF support\u003c\/strong\u003e. Combined with precise white underbase control and professional ICC color management, v10 delivers perfect density and superior film output on every transfer.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"cdf10-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"cdf10-features\"\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eHigh-fidelity color management\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003eProfessional ICC color tools deliver accurate, vibrant and repeatable color on every film — precision printing with perfect density.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eWhite underbase control\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003eFull management of the white ink layer for dark garments — opacity and layering handled directly in the RIP for superior film output.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eKnock-out tools\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003eAutomatic black, white or color removal from designs — prepare customer artwork for film in seconds, without external editing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eAuto nesting\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003eJobs are nested automatically on the sheet or roll to maximise film usage and reduce material waste on every production run.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eRoll-mode support\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003ePrint continuously on roll film without the need for any additional hardware — ideal for high-volume DTF transfer production.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eBarcode support\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003eTrack jobs through production with built-in barcode support — fewer errors and faster order management in busy shops.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eIndustrial PDF workflow\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003eIndustrial-strength PDF support handles complex customer files reliably, from import to final ripped output.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-feature\"\u003e\n      \u003ch3 class=\"cdf10-feature-title\"\u003eLargest printer support\u003c\/h3\u003e\n      \u003cp class=\"cdf10-feature-text\"\u003eThe widest range of supported devices in its class — popular Epson models plus many purpose-built DTF printers from leading resellers.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"cdf10-divider\"\u003e\n\n  \u003c!-- Compatible printers --\u003e\n  \u003ch2 class=\"cdf10-h2\"\u003eCompatible printers — Digital Factory v10 Epson Edition\u003c\/h2\u003e\n  \u003cp class=\"cdf10-seo-text\"\u003e\n    The Desktop Edition supports \u003cstrong\u003eDTF printers 17\" or smaller (A2 or smaller)\u003c\/strong\u003e with one printer port, covering the most popular Epson-based DTF machines on the market.\n  \u003c\/p\u003e\n  \u003cdiv class=\"cdf10-compat-grid\"\u003e\n    \u003cdiv class=\"cdf10-compat-card\"\u003e\n      \u003ch3 class=\"cdf10-compat-card-title\"\u003eEpson desktop DTF\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eL1800 (R1390 \/ 1400 \/ 1500W)\u003c\/li\u003e\n        \u003cli\u003eL805\u003c\/li\u003e\n        \u003cli\u003eR2000 (R1900)\u003c\/li\u003e\n        \u003cli\u003eR3000\u003c\/li\u003e\n        \u003cli\u003eET-8550\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-compat-card\"\u003e\n      \u003ch3 class=\"cdf10-compat-card-title\"\u003eEpson SureColor \u0026amp; Pro\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eSC-P400\u003c\/li\u003e\n        \u003cli\u003eSC-P600\u003c\/li\u003e\n        \u003cli\u003eSC-P800\u003c\/li\u003e\n        \u003cli\u003e38xx \/ 48xx series\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-compat-card\"\u003e\n      \u003ch3 class=\"cdf10-compat-card-title\"\u003ePurpose-built DTF\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eAzon Pronto (L1800)\u003c\/li\u003e\n        \u003cli\u003eOasis DTF 30 (L1800)\u003c\/li\u003e\n        \u003cli\u003ePIT DTF A3 (L1800)\u003c\/li\u003e\n        \u003cli\u003eMany reseller models\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdf10-compat-card\"\u003e\n      \u003ch3 class=\"cdf10-compat-card-title\"\u003eWorkflows\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eSheet film (A2 max)\u003c\/li\u003e\n        \u003cli\u003eRoll film (up to 17\")\u003c\/li\u003e\n        \u003cli\u003eWhite underbase\u003c\/li\u003e\n        \u003cli\u003eGang sheets\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"cdf10-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"cdf10-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"cdf10-faq\"\u003e\n\n    \u003cdetails class=\"cdf10-faq-item\"\u003e\n      \u003csummary class=\"cdf10-faq-q\"\u003eIs the Digital Factory v10 software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"cdf10-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=\"cdf10-faq-item\"\u003e\n      \u003csummary class=\"cdf10-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"cdf10-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=\"cdf10-faq-item\"\u003e\n      \u003csummary class=\"cdf10-faq-q\"\u003eIs Digital Factory v10 compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"cdf10-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=\"cdf10-faq-item\"\u003e\n      \u003csummary class=\"cdf10-faq-q\"\u003eWhich printers does the Epson Edition support?\u003c\/summary\u003e\n      \u003cp class=\"cdf10-faq-a\"\u003eThe Desktop Edition supports \u003cstrong\u003eDTF printers 17\" or smaller (A2 or smaller)\u003c\/strong\u003e, including the Epson L1800 (and R1390\/1400\/1500W), L805, R2000, R3000, ET-8550, SC-P400\/P600\/P800, 38xx\/48xx series and many purpose-built DTF printers such as the Azon Pronto. One printer port is included.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cdf10-faq-item\"\u003e\n      \u003csummary class=\"cdf10-faq-q\"\u003eCan I print on roll film with Digital Factory v10?\u003c\/summary\u003e\n      \u003cp class=\"cdf10-faq-a\"\u003eYes. v10 includes \u003cstrong\u003eroll-mode support without any additional hardware\u003c\/strong\u003e — print continuous DTF transfers on roll film up to 17\" wide, with auto nesting to maximise film usage.\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 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 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 Epson Edition support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Desktop Edition supports DTF printers 17 inches or smaller (A2 or smaller), including the Epson L1800 (and R1390\/1400\/1500W), L805, R2000, R3000, ET-8550, SC-P400\/P600\/P800, 38xx\/48xx series and many purpose-built DTF printers such as the Azon Pronto. One printer port is included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I print on roll film with Digital Factory v10?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. v10 includes roll-mode support without any additional hardware — print continuous DTF transfers on roll film up to 17 inches wide, with auto nesting to maximise film usage.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end CADlink Digital Factory v10 Epson Edition description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162165408010,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/cadlink-digital-factory-v10-epson-dtg-rip-acrorip-caldera-flexi-onyx-wasatch-versaworks-colorgate-ergosoft.jpg?v=1776245148","url":"https:\/\/dtfsoftware.com\/products\/cadlink-digital-factory-v10-epson-edition","provider":"DTF Software","version":"1.0","type":"link"}