{"id":3861,"date":"2026-07-08T15:48:35","date_gmt":"2026-07-08T19:48:35","guid":{"rendered":"https:\/\/xceed.com\/?p=3861"},"modified":"2026-07-08T15:48:37","modified_gmt":"2026-07-08T19:48:37","slug":"xceed-words-dotnet-6-0","status":"publish","type":"post","link":"https:\/\/xceed.com\/es\/blog\/releases\/xceed-words-dotnet-6-0\/","title":{"rendered":"Xceed Words for .NET 6.0: A Major Release for Document Processing in .NET"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"3861\" class=\"elementor elementor-3861\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2f0a83 e-flex e-con-boxed e-con e-parent\" data-id=\"c2f0a83\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b31359 elementor-widget elementor-widget-html\" data-id=\"8b31359\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"font-family:Arial,Helvetica,sans-serif;color:#1f2937;line-height:1.8;max-width:900px;margin:0 auto;\">\n\n\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;\">\n  <p style=\"margin:0;line-height:1.7;\">Xceed Words for .NET 6.0 introduces native Word-to-HTML export, smarter document splitting, enhanced chart customization, improved document composition, and important PDF conversion fixes for modern .NET document automation.<\/p>\n<\/div>\n\n<p>Xceed Words for .NET 6.0 is one of the most significant updates to the library to date.<\/p>\n\n<p>Rather than releasing a modest incremental update, Xceed moved directly from version 5.2 to 6.0. The decision reflects the scope of the improvements introduced in this release, led by a completely new capability for exporting Word documents to HTML.<\/p>\n\n<p>If your applications generate, process, or publish Microsoft Word documents, Words for .NET 6.0 delivers a more capable toolkit for modern document automation.<\/p>\n\n<h2 style=\"margin-top:40px;color:#f26522;\">Export Word Documents to HTML<\/h2>\n\n<p>The standout feature in Words for .NET 6.0 is native Word-to-HTML export.<\/p>\n\n<p>A new <span style=\"display:inline-block;background:#fff4ec;color:#f26522;border:1px solid #f8d7c7;border-radius:999px;padding:3px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.92em;font-weight:700;\">ConvertToHtml<\/span> method on <span style=\"display:inline-block;background:#fff4ec;color:#f26522;border:1px solid #f8d7c7;border-radius:999px;padding:3px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.92em;font-weight:700;\">DocX<\/span> allows developers to convert Word documents into clean, standards-compliant HTML with a single call. The resulting HTML can be written directly to a file or stream.<\/p>\n\n<div style=\"background:linear-gradient(135deg,#fff4ec 0%,#fffaf7 100%);border-left:6px solid #f26522;padding:18px 20px;margin:18px 0;border-radius:12px;box-shadow:0 8px 24px rgba(242,101,34,0.10);\">\n  <h3 style=\"margin:0 0 10px 0;color:#f26522;font-weight:800;\">HTML Export Highlights<\/h3>\n  <p style=\"margin:0;line-height:1.6;\">Developers can choose inline CSS, embedded stylesheets, or external CSS files. Images can be embedded as Base64 data URIs, exported as files, or omitted entirely. Fonts can be referenced, embedded, or written as external files.<\/p>\n<\/div>\n\n<p>The exporter supports multiple document standards from HTML5 to XHTML 1.1, making it suitable for websites, documentation systems, content management platforms, and publishing workflows.<\/p>\n\n<p>Accessibility is also built into the export process. Developers can generate semantic HTML5, preserve image alternative text, and optionally include ARIA roles.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">Better HTML Fidelity<\/h2>\n\n<p>Converting Word documents to HTML becomes challenging when documents include advanced formatting. Words for .NET 6.0 preserves many elements that often cause problems in custom conversion projects.<\/p>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\"><strong>Multi-level lists<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Embedded fonts<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Picture bullets<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Headers and footers<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Footnotes<\/strong><\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Tracked changes<\/strong><\/li>\n    <li><strong>Tablas<\/strong><\/li>\n  <\/ul>\n<\/div>\n\n<p>The exporter also produces deterministic output, allowing identical documents to generate byte-for-byte identical HTML across multiple runs. This makes generated files easier to compare, version, and store in source control.<\/p>\n\n<p>For white-label applications, HTML class names and IDs can be prefixed so generated markup follows an application's own naming conventions.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">More Flexible Document Splitting<\/h2>\n\n<p>Words for .NET 6.0 expands document splitting with a new overload that accepts a <span style=\"display:inline-block;background:#fff4ec;color:#f26522;border:1px solid #f8d7c7;border-radius:999px;padding:3px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.92em;font-weight:700;\">SplitOptions<\/span> object, giving developers much finer control over how documents are divided.<\/p>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\"><strong>Headings:<\/strong> Split at selected heading levels.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Section breaks:<\/strong> Split documents by section structure.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Marcadores:<\/strong> Match bookmarks using regular expressions.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Content controls:<\/strong> Filter by content control type.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Page breaks:<\/strong> Split after a specified number of breaks.<\/li>\n    <li><strong>Column breaks:<\/strong> Divide content based on column layout markers.<\/li>\n  <\/ul>\n<\/div>\n\n<p>Existing heading-based and section-based document splitting continues to work exactly as before, making the new functionality fully additive.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">Bigger, More Controllable Charts<\/h2>\n\n<p>Chart generation also receives a significant update. Like previous versions, chart creation is based entirely on Office Open XML, requiring no Microsoft Office installation, Office Interop, or server-side licensing dependencies.<\/p>\n\n<div style=\"background:linear-gradient(135deg,#fff4ec 0%,#fffaf7 100%);border-left:6px solid #f26522;padding:18px 20px;margin:18px 0;border-radius:12px;box-shadow:0 8px 24px rgba(242,101,34,0.10);\">\n  <h3 style=\"margin:0 0 10px 0;color:#f26522;font-weight:800;\">Chart Enhancements<\/h3>\n  <p style=\"margin:0;line-height:1.6;\">Developers can configure data labels, leader lines, per-point customization, individual label visibility, major and minor gridlines, direct point colors, mixed chart types, straight-line rendering, and logarithmic value axes.<\/p>\n<\/div>\n\n<p>Behind the scenes, the chart engine now writes OOXML elements in their canonical schema order. The practical result is that generated charts no longer trigger Microsoft Word's document repair prompt when opening complex documents.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">More Productive Document Creation<\/h2>\n\n<p>Beyond the headline features, Words for .NET 6.0 introduces several improvements that simplify everyday document generation.<\/p>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\"><strong>Ready-made list styles:<\/strong> Use up to twenty predefined list styles through the existing list APIs.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Multi-column layouts:<\/strong> Create true multi-column page layouts directly from code.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Automatic image detection:<\/strong> PNG, JPEG, and GIF formats are detected automatically when adding images from streams.<\/li>\n    <li style=\"margin-bottom:12px;\"><strong>Cross-document content reuse:<\/strong> Insert paragraphs from another document while preserving hyperlinks, images, charts, and comments.<\/li>\n    <li><strong>Improved table of contents support:<\/strong> Merge multiple documents while preserving a structured table of contents.<\/li>\n  <\/ul>\n<\/div>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">PDF Conversion Improvements<\/h2>\n\n<p>Words for .NET 6.0 also includes several fixes that improve PDF conversion reliability.<\/p>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 24px;border-radius:12px;margin:24px 0;\">\n  <ul style=\"padding-left:22px;margin:0;\">\n    <li style=\"margin-bottom:12px;\">Improved tab alignment.<\/li>\n    <li style=\"margin-bottom:12px;\">Better handling of vertically merged table cells spanning multiple pages.<\/li>\n    <li style=\"margin-bottom:12px;\">Fixes for missing table content.<\/li>\n    <li>Reduced out-of-memory conditions caused by image-heavy document headers.<\/li>\n  <\/ul>\n<\/div>\n\n<p>Together, these improvements increase reliability when generating PDFs from complex Word documents.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">Why Version 6.0?<\/h2>\n\n<p>Moving directly from version 5.2 to 6.0 was a deliberate decision.<\/p>\n\n<p>Native Word-to-HTML export alone introduces an entirely new capability for developers building publishing systems, documentation platforms, and document-driven applications. Combined with expanded document splitting, richer chart customization, improved document composition, and PDF conversion fixes, this release represents a substantial evolution of the library.<\/p>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">Upgrade to Xceed Words for .NET 6.0<\/h2>\n\n<p>Whether you're publishing Word documents to the web, generating business reports, assembling documents from multiple sources, or building complex document automation workflows, Xceed Words for .NET 6.0 provides new capabilities that simplify development while improving the quality of the final output.<\/p>\n\n<div style=\"text-align:center;padding:36px 24px;margin:36px 0;\">\n  <div style=\"background:#fff4ec;border:1px solid #f3d7c9;border-radius:14px;padding:34px 22px;margin:42px 0;text-align:center;\">\n    <p style=\"font-size:1.15em;line-height:1.6;color:#5b657a;max-width:760px;margin:0 auto 22px auto;\">Start building better document automation workflows with Xceed Words for .NET 6.0.<\/p>\n\n\n<div style=\"display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:18px;\">\n  <a href=\"https:\/\/trial.xceed.com\" style=\"display:inline-block;background:#f26522;color:#ffffff;text-decoration:none;padding:14px 28px;border-radius:10px;font-weight:700;font-size:1em;box-shadow:0 6px 18px rgba(242,101,34,0.18);\">Download Free Trial<\/a>\n  <a href=\"https:\/\/www.nuget.org\/profiles\/xceed\" style=\"display:inline-block;background:#eef1f5;color:#334155;text-decoration:none;padding:14px 28px;border-radius:10px;font-weight:700;font-size:1em;\">View NuGet Packages<\/a>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n<h2 style=\"margin-top:42px;color:#f26522;\">Frequently Asked Questions<\/h2>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;box-shadow:0 6px 18px rgba(242,101,34,0.08);\">\n  <h3 style=\"margin-top:0;color:#222;\">What is the biggest new feature in Xceed Words for .NET 6.0?<\/h3>\n  <p style=\"margin-bottom:0;\">The biggest new feature is native Word-to-HTML export through the new <span style=\"display:inline-block;background:#fff4ec;color:#f26522;border:1px solid #f8d7c7;border-radius:999px;padding:3px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:0.92em;font-weight:700;\">ConvertToHtml<\/span> API.<\/p>\n<\/div>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;\">\n  <h3 style=\"margin-top:0;color:#222;\">Can documents now be split using more than headings?<\/h3>\n  <p style=\"margin-bottom:0;\">Yes. Documents can be split using headings, section breaks, bookmarks, content controls, page breaks, and column breaks.<\/p>\n<\/div>\n\n<div style=\"background:#fff8f4;border:1px solid #f8d7c7;padding:20px 22px;border-radius:12px;margin:24px 0;box-shadow:0 6px 18px rgba(242,101,34,0.08);\">\n  <h3 style=\"margin-top:0;color:#222;\">Does chart generation require Microsoft Office?<\/h3>\n  <p style=\"margin-bottom:0;\">No. Chart generation uses Office Open XML and does not require Microsoft Office or Office Interop.<\/p>\n<\/div>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Discover what&#8217;s new in Xceed Words for .NET 6.0, including Word-to-HTML export, smarter document splitting, enhanced charts, and PDF improvements.<\/p>","protected":false},"author":12,"featured_media":3867,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[141,50,1],"tags":[],"class_list":["post-3861","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-releases","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Xceed Words for .NET 6.0: Word-to-HTML &amp; More<\/title>\n<meta name=\"description\" content=\"Discover what&#039;s new in Xceed Words for .NET 6.0, including Word-to-HTML export, smarter document splitting, enhanced charts, and PDF improvements.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xceed.com\/es\/blog\/libera\/xceed-words-dotnet-6-0\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Xceed Words for .NET 6.0: Word-to-HTML &amp; More\" \/>\n<meta property=\"og:description\" content=\"Discover what&#039;s new in Xceed Words for .NET 6.0, including Word-to-HTML export, smarter document splitting, enhanced charts, and PDF improvements.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xceed.com\/es\/blog\/libera\/xceed-words-dotnet-6-0\/\" \/>\n<meta property=\"og:site_name\" content=\"Xceed Software\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-08T19:48:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-08T19:48:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Xceed-PDF-Library-for-.NET-2.0-17.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christopher Radford\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Radford\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/\"},\"author\":{\"name\":\"Christopher Radford\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\"},\"headline\":\"Xceed Words for .NET 6.0: A Major Release for Document Processing in .NET\",\"datePublished\":\"2026-07-08T19:48:35+00:00\",\"dateModified\":\"2026-07-08T19:48:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/\"},\"wordCount\":864,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Xceed-PDF-Library-for-.NET-2.0-17.png\",\"articleSection\":[\"All\",\"Releases\",\"Uncategorized\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/\",\"name\":\"Xceed Words for .NET 6.0: Word-to-HTML & More\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Xceed-PDF-Library-for-.NET-2.0-17.png\",\"datePublished\":\"2026-07-08T19:48:35+00:00\",\"dateModified\":\"2026-07-08T19:48:37+00:00\",\"description\":\"Discover what's new in Xceed Words for .NET 6.0, including Word-to-HTML export, smarter document splitting, enhanced charts, and PDF improvements.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Xceed-PDF-Library-for-.NET-2.0-17.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Xceed-PDF-Library-for-.NET-2.0-17.png\",\"width\":1024,\"height\":683},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-words-dotnet-6-0\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/xceed.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Xceed Words for .NET 6.0: A Major Release for Document Processing in .NET\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"name\":\"Xceed Software\",\"description\":\"Provides tools for .NET, Windows Forms, WPF, Silverlight, and ASP.NET developers to create better applications.\",\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xceed.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\",\"name\":\"Xceed Software\",\"alternateName\":\"Xceed Software\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"width\":512,\"height\":512,\"caption\":\"Xceed Software\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\",\"name\":\"Christopher Radford\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"caption\":\"Christopher Radford\"},\"sameAs\":[\"http:\\\/\\\/www.localhost:10003\"],\"url\":\"https:\\\/\\\/xceed.com\\\/es\\\/blog\\\/author\\\/radfordc\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Xceed Words for .NET 6.0: Word-to-HTML & More","description":"Discover what's new in Xceed Words for .NET 6.0, including Word-to-HTML export, smarter document splitting, enhanced charts, and PDF improvements.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xceed.com\/es\/blog\/libera\/xceed-words-dotnet-6-0\/","og_locale":"es_MX","og_type":"article","og_title":"Xceed Words for .NET 6.0: Word-to-HTML & More","og_description":"Discover what's new in Xceed Words for .NET 6.0, including Word-to-HTML export, smarter document splitting, enhanced charts, and PDF improvements.","og_url":"https:\/\/xceed.com\/es\/blog\/libera\/xceed-words-dotnet-6-0\/","og_site_name":"Xceed Software","article_published_time":"2026-07-08T19:48:35+00:00","article_modified_time":"2026-07-08T19:48:37+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Xceed-PDF-Library-for-.NET-2.0-17.png","type":"image\/png"}],"author":"Christopher Radford","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christopher Radford","Est. reading time":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#article","isPartOf":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/"},"author":{"name":"Christopher Radford","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351"},"headline":"Xceed Words for .NET 6.0: A Major Release for Document Processing in .NET","datePublished":"2026-07-08T19:48:35+00:00","dateModified":"2026-07-08T19:48:37+00:00","mainEntityOfPage":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/"},"wordCount":864,"commentCount":0,"publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"image":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Xceed-PDF-Library-for-.NET-2.0-17.png","articleSection":["All","Releases","Uncategorized"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/","url":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/","name":"Xceed Words for .NET 6.0: Word-to-HTML & More","isPartOf":{"@id":"https:\/\/xceed.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#primaryimage"},"image":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Xceed-PDF-Library-for-.NET-2.0-17.png","datePublished":"2026-07-08T19:48:35+00:00","dateModified":"2026-07-08T19:48:37+00:00","description":"Discover what's new in Xceed Words for .NET 6.0, including Word-to-HTML export, smarter document splitting, enhanced charts, and PDF improvements.","breadcrumb":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#primaryimage","url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Xceed-PDF-Library-for-.NET-2.0-17.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Xceed-PDF-Library-for-.NET-2.0-17.png","width":1024,"height":683},{"@type":"BreadcrumbList","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-words-dotnet-6-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xceed.com\/"},{"@type":"ListItem","position":2,"name":"Xceed Words for .NET 6.0: A Major Release for Document Processing in .NET"}]},{"@type":"WebSite","@id":"https:\/\/xceed.com\/fr\/#website","url":"https:\/\/xceed.com\/fr\/","name":"Xceed Software","description":"Proporciona herramientas para que los desarrolladores de .NET, Windows Forms, WPF, Silverlight y ASP.NET puedan crear mejores aplicaciones.","publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xceed.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/xceed.com\/fr\/#organization","name":"Xceed Software","alternateName":"Xceed Software","url":"https:\/\/xceed.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","width":512,"height":512,"caption":"Xceed Software"},"image":{"@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351","name":"Christopher Radford","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","caption":"Christopher Radford"},"sameAs":["http:\/\/www.localhost:10003"],"url":"https:\/\/xceed.com\/es\/blog\/author\/radfordc\/"}]}},"_links":{"self":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/3861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/comments?post=3861"}],"version-history":[{"count":5,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/3861\/revisions"}],"predecessor-version":[{"id":3868,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/3861\/revisions\/3868"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/media\/3867"}],"wp:attachment":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/media?parent=3861"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/categories?post=3861"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/tags?post=3861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}