{"product_id":"digital-factory-v10-all-editions","title":"Cadlink Digital Factory V10 – All Editions Collection","description":"\u003c!-- CADlink Digital Factory v10 — All Editions Collection — Product description --\u003e\n\n\u003cstyle\u003e\n  .dfa-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  .dfa-wrap *,\n  .dfa-wrap *::before,\n  .dfa-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .dfa-badge,\n  .dfa-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  .dfa-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .dfa-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .dfa-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .dfa-intro,\n  .dfa-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .dfa-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  .dfa-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .dfa-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .dfa-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .dfa-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .dfa-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .dfa-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .dfa-config-item + .dfa-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .dfa-config-label {\n    color: #777;\n  }\n  .dfa-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Editions (features grid) ---------- *\/\n  .dfa-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .dfa-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .dfa-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .dfa-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .dfa-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .dfa-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .dfa-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .dfa-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .dfa-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .dfa-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .dfa-faq {\n    margin-bottom: 28px;\n  }\n  .dfa-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .dfa-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  .dfa-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .dfa-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  .dfa-faq-item[open] .dfa-faq-q::after {\n    content: \"−\";\n  }\n  .dfa-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .dfa-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    .dfa-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .dfa-grid,\n    .dfa-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .dfa-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .dfa-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .dfa-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dfa-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"dfa-badge\"\u003eDigital Factory v10 — All Editions\u003c\/span\u003e\n  \u003cspan class=\"dfa-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"dfa-h2\"\u003eCADlink Digital Factory v10 — All Editions Collection\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"dfa-intro\"\u003e\n    The complete \u003cstrong\u003eCADlink Digital Factory v10\u003c\/strong\u003e family in one place. Digital Factory is the all-in-one \u003cstrong\u003eRIP software\u003c\/strong\u003e combining file preparation, high-fidelity \u003cstrong\u003ecolor management\u003c\/strong\u003e and production automation — and it comes in dedicated editions tailored to each printing technology: \u003cstrong\u003eDTF, DTG, sublimation, UV, OKI white toner, screen film and wide-format print \u0026amp; cut\u003c\/strong\u003e. Whatever your machine and your market, there's a Digital Factory v10 edition built for it. Each license is \u003cstrong\u003edelivered by email\u003c\/strong\u003e after purchase — no physical shipment, 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=\"dfa-grid\"\u003e\n    \u003cdiv class=\"dfa-stat\"\u003e\n      \u003cdiv class=\"dfa-stat-value\"\u003eAll editions\u003c\/div\u003e\n      \u003cdiv class=\"dfa-stat-label\"\u003eDTF · DTG · UV · sublimation \u0026amp; more\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-stat\"\u003e\n      \u003cdiv class=\"dfa-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"dfa-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-stat\"\u003e\n      \u003cdiv class=\"dfa-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"dfa-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfa-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"dfa-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"dfa-config\"\u003e\n    \u003cdiv class=\"dfa-config-item\"\u003e\n      \u003cspan class=\"dfa-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"dfa-config-value\"\u003eWindows 10 or Windows 11 (64-bit)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-config-item\"\u003e\n      \u003cspan class=\"dfa-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"dfa-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-config-item\"\u003e\n      \u003cspan class=\"dfa-config-label\"\u003eEditions\u003c\/span\u003e\n      \u003cspan class=\"dfa-config-value\"\u003eChoose the edition matching your printer\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-config-item\"\u003e\n      \u003cspan class=\"dfa-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"dfa-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfa-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"dfa-h2\"\u003eOne software family, an edition for every technology\u003c\/h2\u003e\n  \u003cp class=\"dfa-seo-text\"\u003e\n    More than just a RIP, every Digital Factory v10 edition delivers high-fidelity color printing plus professional job preparation and production management tools that streamline your workflow from start to finish. The shared toolset includes \u003cstrong\u003eknock-out tools\u003c\/strong\u003e for automatic background removal, \u003cstrong\u003eauto nesting\u003c\/strong\u003e to save media, barcode production tracking, \u003cstrong\u003eroll-mode support\u003c\/strong\u003e without additional hardware and industrial-strength PDF handling — while each edition adds dedicated profiles, drivers and features for its specific printing technology.\n  \u003c\/p\u003e\n\n  \u003c!-- Editions list --\u003e\n  \u003cp class=\"dfa-section-title\"\u003eThe editions\u003c\/p\u003e\n  \u003cdiv class=\"dfa-features\"\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eEpson Edition (DTF)\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eDTF RIP for Epson-based printers with automatic white ink, ink gaps and the widest printer support in its class.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eDesktop Edition (DTF)\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eDTF for desktop printers 17\" \/ A2 or smaller (one port) — big-shop features on an A3\/A4 transfer setup.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eDirect to Film Edition\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eWide-format DTF for machines 24\" \/ A1 and larger — auto white, ink gaps and \"no raster\" DTG-look printmodes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eSublimation Edition\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eDye sublimation RIP with pro color profiles, templates and single-queue printing for soft and hard surfaces.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eBrother Edition (DTG)\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eDedicated DTG RIP for Brother GTX \u0026amp; GT3 with ICC profiles, fabric presets, white ink control and \"send to\" plugins.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eApparel Production (DTG)\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eMulti-printer DTG: run 2 machines at once across brands, automated white ink and KnockMeOut backgrounds.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eOKI Pro Edition\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eRIP for OKI white toner printers (C-series to Pro-Series) with automated white toner handling for transfers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eUV Edition\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eUV printing with white \u0026amp; varnish ink control, textured printing, VPP camera placement and custom UV drivers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003eFilmMaker\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eScreen printing film RIP with precision halftones, Jitter™ moiré removal, Ink Volume control and In-RIP separations.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-feature\"\u003e\n      \u003ch3 class=\"dfa-feature-title\"\u003ePrint + Cut Production\u003c\/h3\u003e\n      \u003cp class=\"dfa-feature-text\"\u003eWide-format hub with in-RIP cutting, multiple printers and cutters at once and virtually unlimited queues.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfa-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"dfa-h2\"\u003eCompatibility — Digital Factory v10\u003c\/h2\u003e\n  \u003cp class=\"dfa-seo-text\"\u003e\n    Across the range, Digital Factory supports the \u003cstrong\u003emost widely used printers and cutters\u003c\/strong\u003e by technology — choose the edition that matches your machine.\n  \u003c\/p\u003e\n  \u003cdiv class=\"dfa-compat-grid\"\u003e\n    \u003cdiv class=\"dfa-compat-card\"\u003e\n      \u003ch3 class=\"dfa-compat-card-title\"\u003eTechnologies\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDTF (desktop \u0026amp; wide)\u003c\/li\u003e\n        \u003cli\u003eDTG (Brother, multi-brand)\u003c\/li\u003e\n        \u003cli\u003eSublimation\u003c\/li\u003e\n        \u003cli\u003eUV \u0026amp; OKI toner\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-compat-card\"\u003e\n      \u003ch3 class=\"dfa-compat-card-title\"\u003ePrinters\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eEpson-based\u003c\/li\u003e\n        \u003cli\u003eBrother GTX \/ GT3\u003c\/li\u003e\n        \u003cli\u003eOKI white toner\u003c\/li\u003e\n        \u003cli\u003eUV flatbed \u0026amp; hybrid\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-compat-card\"\u003e\n      \u003ch3 class=\"dfa-compat-card-title\"\u003eDesign apps\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\" plugins\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfa-compat-card\"\u003e\n      \u003ch3 class=\"dfa-compat-card-title\"\u003eApplications\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eApparel \u0026amp; transfers\u003c\/li\u003e\n        \u003cli\u003eHard surfaces\u003c\/li\u003e\n        \u003cli\u003eScreen film\u003c\/li\u003e\n        \u003cli\u003eSignage \u0026amp; print\/cut\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfa-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"dfa-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"dfa-faq\"\u003e\n\n    \u003cdetails class=\"dfa-faq-item\"\u003e\n      \u003csummary class=\"dfa-faq-q\"\u003eIs the software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"dfa-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=\"dfa-faq-item\"\u003e\n      \u003csummary class=\"dfa-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"dfa-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=\"dfa-faq-item\"\u003e\n      \u003csummary class=\"dfa-faq-q\"\u003eIs Digital Factory v10 compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"dfa-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=\"dfa-faq-item\"\u003e\n      \u003csummary class=\"dfa-faq-q\"\u003eWhich edition should I choose?\u003c\/summary\u003e\n      \u003cp class=\"dfa-faq-a\"\u003eChoose by your \u003cstrong\u003eprinter and printing technology\u003c\/strong\u003e: Epson\/Desktop\/Direct to Film for DTF, Brother or Apparel Production for DTG, Sublimation for dye-sub, UV for flatbed\/UV printers, OKI Pro for OKI white toner, FilmMaker for screen printing films, and Print + Cut Production for wide-format print-and-cut. If you're unsure, tell us your printer model and we'll point you to the right edition.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dfa-faq-item\"\u003e\n      \u003csummary class=\"dfa-faq-q\"\u003eDo all editions share the same core features?\u003c\/summary\u003e\n      \u003cp class=\"dfa-faq-a\"\u003eYes. Every edition is built on the same Digital Factory engine with high-fidelity color management, knock-out tools, auto nesting, barcode tracking, roll-mode support and industrial PDF handling — then adds the dedicated profiles, drivers and features for its specific printing technology.\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 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 edition should I choose?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Choose by your printer and printing technology: Epson\/Desktop\/Direct to Film for DTF, Brother or Apparel Production for DTG, Sublimation for dye-sub, UV for flatbed\/UV printers, OKI Pro for OKI white toner, FilmMaker for screen printing films, and Print + Cut Production for wide-format print-and-cut. If you're unsure, tell us your printer model and we'll point you to the right edition.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do all editions share the same core features?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Every edition is built on the same Digital Factory engine with high-fidelity color management, knock-out tools, auto nesting, barcode tracking, roll-mode support and industrial PDF handling — then adds the dedicated profiles, drivers and features for its specific printing technology.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end CADlink Digital Factory v10 — All Editions Collection description --\u003e","brand":"shopisoftware","offers":[{"title":"Default Title","offer_id":52162165113098,"sku":null,"price":79.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/Cadlink_Digital_Factory_V10_software.webp?v=1763903617","url":"https:\/\/dtfsoftware.com\/products\/digital-factory-v10-all-editions","provider":"DTF Software","version":"1.0","type":"link"}