{"product_id":"cadlink-digital-factory-v10-desktop","title":"CADlink Digital Factory v10 Desktop","description":"\u003c!-- CADlink Digital Factory v10 Desktop Edition — Product description --\u003e\n\n\u003cstyle\u003e\n  .dfd-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  .dfd-wrap *,\n  .dfd-wrap *::before,\n  .dfd-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .dfd-badge,\n  .dfd-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  .dfd-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .dfd-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .dfd-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .dfd-intro,\n  .dfd-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .dfd-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  .dfd-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .dfd-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .dfd-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .dfd-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .dfd-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .dfd-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .dfd-config-item + .dfd-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .dfd-config-label {\n    color: #777;\n  }\n  .dfd-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .dfd-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .dfd-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .dfd-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .dfd-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .dfd-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .dfd-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .dfd-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .dfd-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .dfd-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .dfd-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .dfd-faq {\n    margin-bottom: 28px;\n  }\n  .dfd-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .dfd-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  .dfd-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .dfd-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  .dfd-faq-item[open] .dfd-faq-q::after {\n    content: \"−\";\n  }\n  .dfd-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .dfd-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    .dfd-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .dfd-grid,\n    .dfd-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .dfd-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .dfd-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .dfd-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dfd-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"dfd-badge\"\u003eDigital Factory v10 Desktop\u003c\/span\u003e\n  \u003cspan class=\"dfd-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"dfd-h2\"\u003eCADlink Digital Factory v10 Desktop Edition — DTF RIP Software for Desktop Printers\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"dfd-intro\"\u003e\n    \u003cstrong\u003eCADlink Digital Factory v10 Desktop Edition\u003c\/strong\u003e brings the full Digital Factory \u003cstrong\u003eDTF feature set\u003c\/strong\u003e to small-format production: it supports \u003cstrong\u003eDTF machines 17\" or smaller (A2 or smaller)\u003c\/strong\u003e with one printer port included — perfect for starting or growing a transfer business on an A3\/A4 desktop printer. File preparation, professional \u003cstrong\u003ecolor management\u003c\/strong\u003e and production automation come together in one package, with the white underbase generated \u003cstrong\u003eautomatically from your design's transparency\u003c\/strong\u003e. 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=\"dfd-grid\"\u003e\n    \u003cdiv class=\"dfd-stat\"\u003e\n      \u003cdiv class=\"dfd-stat-value\"\u003e≤ 17\" \/ A2\u003c\/div\u003e\n      \u003cdiv class=\"dfd-stat-label\"\u003eDesktop DTF printers\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-stat\"\u003e\n      \u003cdiv class=\"dfd-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"dfd-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-stat\"\u003e\n      \u003cdiv class=\"dfd-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"dfd-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfd-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"dfd-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"dfd-config\"\u003e\n    \u003cdiv class=\"dfd-config-item\"\u003e\n      \u003cspan class=\"dfd-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"dfd-config-value\"\u003eWindows 10 or Windows 11 (64-bit)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-config-item\"\u003e\n      \u003cspan class=\"dfd-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"dfd-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-config-item\"\u003e\n      \u003cspan class=\"dfd-config-label\"\u003ePrinter support\u003c\/span\u003e\n      \u003cspan class=\"dfd-config-value\"\u003eDTF printers ≤ 17\" (A2 or smaller), 1 port\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-config-item\"\u003e\n      \u003cspan class=\"dfd-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"dfd-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfd-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"dfd-h2\"\u003eBig-shop DTF features for desktop printers\u003c\/h2\u003e\n  \u003cp class=\"dfd-seo-text\"\u003e\n    Most desktop DTF setups rely on basic software that handles white poorly and wastes film. The Desktop Edition changes that: \u003cstrong\u003ewhite ink generation is automatic\u003c\/strong\u003e, built from the transparency in your design — no white layer preparation in Illustrator, Photoshop or Corel — and transparency-based \u003cstrong\u003eink gaps\u003c\/strong\u003e can be applied to the whole image or selected areas for softer, stretchier transfers. Custom \u003cstrong\u003ecolor profiles for the most widely used ink, film and powder suppliers\u003c\/strong\u003e are included, with correction tools to adapt when you change consumables.\n  \u003c\/p\u003e\n  \u003cp class=\"dfd-seo-text\"\u003e\n    Daily production tools are the same ones the big shops use: \u003cstrong\u003eknock-out tools\u003c\/strong\u003e for automatic black, white or color removal, \u003cstrong\u003eauto nesting\u003c\/strong\u003e to fill every centimetre of film, barcode support, \u003cstrong\u003eroll-mode without additional hardware\u003c\/strong\u003e, industrial-strength PDF support and \"no raster\" printmodes that simulate a DTG finish on select printers. From the first test print on an \u003cstrong\u003eEpson L1800\u003c\/strong\u003e to daily batches on a purpose-built A3 DTF machine, everything stays in one easy interface.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"dfd-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"dfd-features\"\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003eAutomatic white underbase\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eWhite ink built automatically from design transparency — amazing results with zero manual layer preparation.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003eInk gaps by transparency\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eApply rasterized ink gaps to the full image or selected areas — improved stretch and hand feel on garments.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003eSupplier color profiles\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eCustom profiles for the most widely used DTF inks, films and powders, plus correction tools when you switch suppliers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003eKnock-out tools\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eAutomatic black, white or color removal from customer artwork — film-ready files in seconds.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003eAuto nesting\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eJobs nested automatically on sheet or roll to maximise film usage — less waste, lower cost per transfer.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003eRoll-mode included\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eContinuous roll printing without additional hardware or software — even on desktop-class printers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003e\"No raster\" DTG effect\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eSpecialised printmodes on select printers simulate a DTG look and feel using DTF technology.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-feature\"\u003e\n      \u003ch3 class=\"dfd-feature-title\"\u003eBarcode \u0026amp; PDF workflow\u003c\/h3\u003e\n      \u003cp class=\"dfd-feature-text\"\u003eBarcode support for production tracking and industrial-strength PDF handling for complex customer files.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfd-divider\"\u003e\n\n  \u003c!-- Compatible printers --\u003e\n  \u003ch2 class=\"dfd-h2\"\u003eCompatible printers — Digital Factory v10 Desktop Edition\u003c\/h2\u003e\n  \u003cp class=\"dfd-seo-text\"\u003e\n    The Desktop Edition supports \u003cstrong\u003eDTF machines 17\" or smaller (A2 or smaller)\u003c\/strong\u003e with one printer port included — covering the most popular Epson-based and purpose-built desktop DTF printers.\n  \u003c\/p\u003e\n  \u003cdiv class=\"dfd-compat-grid\"\u003e\n    \u003cdiv class=\"dfd-compat-card\"\u003e\n      \u003ch3 class=\"dfd-compat-card-title\"\u003eEpson desktop\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=\"dfd-compat-card\"\u003e\n      \u003ch3 class=\"dfd-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=\"dfd-compat-card\"\u003e\n      \u003ch3 class=\"dfd-compat-card-title\"\u003ePurpose-built DTF\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eAzon Pronto\u003c\/li\u003e\n        \u003cli\u003eOasis DTF 30\u003c\/li\u003e\n        \u003cli\u003ePIT DTF A3\u003c\/li\u003e\n        \u003cli\u003eOther L1800-based\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dfd-compat-card\"\u003e\n      \u003ch3 class=\"dfd-compat-card-title\"\u003eFormats\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eA4 \/ A3 \/ A3+\u003c\/li\u003e\n        \u003cli\u003e13\" rolls \u0026amp; sheets\u003c\/li\u003e\n        \u003cli\u003eUp to 17\" \/ A2\u003c\/li\u003e\n        \u003cli\u003e1 printer port\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dfd-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"dfd-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"dfd-faq\"\u003e\n\n    \u003cdetails class=\"dfd-faq-item\"\u003e\n      \u003csummary class=\"dfd-faq-q\"\u003eIs the Digital Factory v10 Desktop software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"dfd-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=\"dfd-faq-item\"\u003e\n      \u003csummary class=\"dfd-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"dfd-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=\"dfd-faq-item\"\u003e\n      \u003csummary class=\"dfd-faq-q\"\u003eIs Digital Factory v10 Desktop compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"dfd-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=\"dfd-faq-item\"\u003e\n      \u003csummary class=\"dfd-faq-q\"\u003eWhich printers does the Desktop Edition support?\u003c\/summary\u003e\n      \u003cp class=\"dfd-faq-a\"\u003eThe Desktop Edition supports \u003cstrong\u003eDTF machines 17\" or smaller (A2 or smaller)\u003c\/strong\u003e with one printer port included — such as the Epson L1800 (and R1390\/1400\/1500W), L805, R2000, R3000, ET-8550, SC-P400\/P600\/P800, 38xx\/48xx series and purpose-built printers like the Azon Pronto, Oasis DTF 30 and PIT DTF A3.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dfd-faq-item\"\u003e\n      \u003csummary class=\"dfd-faq-q\"\u003eWhat is the difference with the Direct to Film (wide) Edition?\u003c\/summary\u003e\n      \u003cp class=\"dfd-faq-a\"\u003eThe \u003cstrong\u003eDesktop Edition\u003c\/strong\u003e covers printers up to 17\" \/ A2 — ideal for A3\/A4 desktop DTF — while the \u003cstrong\u003eDirect to Film Edition\u003c\/strong\u003e covers wide-format machines 24\" \/ A1 and larger. The feature set (auto white, nesting, roll-mode, profiles) is the same; choose by your printer's width.\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 Desktop 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 Desktop 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 Desktop Edition support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Desktop Edition supports DTF machines 17 inches or smaller (A2 or smaller) with one printer port included — such as the Epson L1800 (and R1390\/1400\/1500W), L805, R2000, R3000, ET-8550, SC-P400\/P600\/P800, 38xx\/48xx series and purpose-built printers like the Azon Pronto, Oasis DTF 30 and PIT DTF A3.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference with the Direct to Film (wide) Edition?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Desktop Edition covers printers up to 17 inches \/ A2 — ideal for A3\/A4 desktop DTF — while the Direct to Film Edition covers wide-format machines 24 inches \/ A1 and larger. The feature set (auto white, nesting, roll-mode, profiles) is the same; choose by your printer's width.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end CADlink Digital Factory v10 Desktop Edition description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162164916490,"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-desktop-dtf-dtg-rip-acrorip-caldera-flexi-onyx-wasatch-versaworks-colorgate-ergosoft.webp?v=1776247752","url":"https:\/\/dtfsoftware.com\/products\/cadlink-digital-factory-v10-desktop","provider":"DTF Software","version":"1.0","type":"link"}