<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Inside Nutrient</title>
        <link>https://www.nutrient.io/blog</link>
        <description>The latest news, updates, and insights from Nutrient</description>
        <lastBuildDate>Fri, 11 Sep 2026 20:22:53 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en-US</language>
        <copyright>© 2026 Nutrient. All rights reserved.</copyright>
        <atom:link href="https://www.nutrient.io/blog/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[react-pdf performance: Memoization, virtualization, DPI]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-performance-optimization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-performance-optimization/</guid>
            <pubDate>Fri, 11 Sep 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BXFxtR9G.png" alt="react-pdf performance: Memoization, virtualization, DPI" /></p>This guide covers optimizing <code>react-pdf</code> performance — the most common pitfalls like unmemoized props and high-DPI rendering, plus techniques like page virtualization and server-side range requests.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BXFxtR9G.png"/>
        </item>
        <item>
            <title><![CDATA[PDF/UA validation in Java, Python, .NET SDKs, and a PDF server]]></title>
            <link>https://www.nutrient.io/blog/pdf-ua-validation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-ua-validation/</guid>
            <pubDate>Thu, 10 Sep 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CG8wK-Yv.jpg" alt="PDF/UA validation in Java, Python, .NET SDKs, and a PDF server" /></p>Nutrient’s Java, Python, and .NET SDKs, plus Document Engine, can now validate whether a PDF actually meets the PDF/UA accessibility standard, and prove it.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CG8wK-Yv.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is OCR invoice processing?]]></title>
            <link>https://www.nutrient.io/blog/what-is-ocr-invoice-processing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-ocr-invoice-processing/</guid>
            <pubDate>Wed, 09 Sep 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CPWy0ybf.png" alt="What is OCR invoice processing?" /></p>OCR invoice processing turns a scanned or PDF invoice into structured data — the capture-to-export pipeline, where accuracy breaks down, and where an API fits.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CPWy0ybf.png"/>
        </item>
        <item>
            <title><![CDATA[Render a PDF table of contents with react-pdf outline]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-outline-table-of-contents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-outline-table-of-contents/</guid>
            <pubDate>Tue, 08 Sep 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CBIrEjmm.png" alt="Render a PDF table of contents with react-pdf outline" /></p>This guide covers building a table of contents sidebar with <code>react-pdf</code> — using the <code>Outline</code> component to render a PDF’s bookmark tree, handle item clicks for page navigation, and style the outline with CSS.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CBIrEjmm.png"/>
        </item>
        <item>
            <title><![CDATA[LlamaIndex vs. LangChain: Which should you use in 2026?]]></title>
            <link>https://www.nutrient.io/blog/llamaindex-vs-langchain-rag/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/llamaindex-vs-langchain-rag/</guid>
            <pubDate>Mon, 07 Sep 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C9nE8Yku.png" alt="LlamaIndex vs. LangChain: Which should you use in 2026?" /></p>Compare LlamaIndex vs. LangChain for RAG in 2026: retrieval, agents, integrations, and why PDF parsing can determine answer quality before either runs.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C9nE8Yku.png"/>
        </item>
        <item>
            <title><![CDATA[Custom rendering modes and context hooks in react-pdf]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-custom-rendering-hooks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-custom-rendering-hooks/</guid>
            <pubDate>Fri, 04 Sep 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bd163WCh.png" alt="Custom rendering modes and context hooks in react-pdf" /></p>This guide covers advanced <code>react-pdf</code> features: using render modes for custom page output, accessing PDF state with <code>useDocumentContext</code> and <code>usePageContext</code> hooks, and working with structure tree accessibility data and ref forwarding.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bd163WCh.png"/>
        </item>
        <item>
            <title><![CDATA[FuseWorks powers document signing with Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/fuseworks-nutrient-web-sdk-document-signing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fuseworks-nutrient-web-sdk-document-signing/</guid>
            <pubDate>Thu, 03 Sep 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C--CfgOe.jpg" alt="FuseWorks powers document signing with Nutrient Web SDK" /></p>How a deprecated PDF viewer was replaced with Nutrient Web SDK for reliable document signing.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C--CfgOe.jpg"/>
        </item>
        <item>
            <title><![CDATA[AI contract redlining against a compliance playbook]]></title>
            <link>https://www.nutrient.io/blog/ai-contract-redlining-compliance-playbook/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-contract-redlining-compliance-playbook/</guid>
            <pubDate>Thu, 03 Sep 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.7AIbWBjQ.png" alt="AI contract redlining against a compliance playbook" /></p>Build an AI agent for automated contract review that checks contracts against a compliance playbook and drafts redlines as DOCX tracked changes.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.7AIbWBjQ.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert PDF to Markdown in Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-pdf-to-markdown-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-pdf-to-markdown-using-python/</guid>
            <pubDate>Wed, 02 Sep 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DPfAq3AP.png" alt="How to convert PDF to Markdown in Python" /></p>Convert PDF to Markdown in Python with Nutrient Python SDK or the DWS Processor API. Compare local and cloud approaches with complete code examples for both.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DPfAq3AP.png"/>
        </item>
        <item>
            <title><![CDATA[react-pdf thumbnails and page navigation]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-thumbnails-page-navigation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-thumbnails-page-navigation/</guid>
            <pubDate>Tue, 01 Sep 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.FTUkGAQM.png" alt="react-pdf thumbnails and page navigation" /></p>This guide shows how to build a thumbnail sidebar and page navigation with <code>react-pdf</code> — using the <code>Thumbnail</code> component for page previews, adding click-to-navigate behavior, and optimizing rendering performance for large documents.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.FTUkGAQM.png"/>
        </item>
        <item>
            <title><![CDATA[Best document parser for RAG (2026)]]></title>
            <link>https://www.nutrient.io/blog/best-document-parser-llamaparse-unstructured-reducto/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-document-parser-llamaparse-unstructured-reducto/</guid>
            <pubDate>Mon, 31 Aug 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DxRBDy15.png" alt="Best document parser for RAG (2026)" /></p>LlamaParse vs. Unstructured vs. Reducto vs. Nutrient: How the top RAG document parsers compare on OCR, tables, deployment, and output — and how to choose one.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DxRBDy15.png"/>
        </item>
        <item>
            <title><![CDATA[react-pdf annotation layer: Links, forms, and filtering]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-annotation-layer-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-annotation-layer-forms/</guid>
            <pubDate>Fri, 28 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D5_zRGZe.png" alt="react-pdf annotation layer: Links, forms, and filtering" /></p>A guide to the <code>react-pdf</code> annotation layer — rendering clickable links, interactive form fields, and popup notes from PDFs, plus how to filter annotations by type and style them with CSS.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D5_zRGZe.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to PPTX programmatically]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-pptx/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-pptx/</guid>
            <pubDate>Thu, 27 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CCyMYlEJ.png" alt="How to convert HTML to PPTX programmatically" /></p>This guide shows how to convert HTML to PPTX programmatically with the Nutrient DWS Processor API — automating editable PowerPoint generation from an HTML file, with working code in curl, Node.js, and Python.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CCyMYlEJ.png"/>
        </item>
        <item>
            <title><![CDATA[Three generations of Flutter interop: How we rebuilt our SDK on native bindings]]></title>
            <link>https://www.nutrient.io/blog/nutrient-flutter-bindings-architecture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-flutter-bindings-architecture/</guid>
            <pubDate>Wed, 26 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.9-KzV6hc.png" alt="Three generations of Flutter interop: How we rebuilt our SDK on native bindings" /></p>The engineering story behind Nutrient Flutter SDK’s bindings architecture: from hand-written platform channels to Pigeon to generated JNI/FFI bindings, the decisions we locked down first, and the bugs that surfaced once the method channel was gone.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.9-KzV6hc.png"/>
        </item>
        <item>
            <title><![CDATA[react-pdf text layer: Selection, search, and redaction]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-text-layer-custom-renderer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-text-layer-custom-renderer/</guid>
            <pubDate>Tue, 25 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.08UmZjS6.png" alt="react-pdf text layer: Selection, search, and redaction" /></p>A guide to the <code>react-pdf</code> text layer — enabling text selection and copy-paste, building custom text renderers for search highlighting and visual masking, and extracting raw text content from PDF pages.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.08UmZjS6.png"/>
        </item>
        <item>
            <title><![CDATA[How to route documents automatically with the Nutrient DWS Classify API]]></title>
            <link>https://www.nutrient.io/blog/route-documents-automatically-classify-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/route-documents-automatically-classify-api/</guid>
            <pubDate>Mon, 24 Aug 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cm6EwM8l.png" alt="How to route documents automatically with the Nutrient DWS Classify API" /></p>Build a document router with the Nutrient Data Extraction Classify endpoint, with examples for insurance, legal intake, and HR onboarding.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cm6EwM8l.png"/>
        </item>
        <item>
            <title><![CDATA[LangExtract vs. LlamaIndex: Structured data extraction compared]]></title>
            <link>https://www.nutrient.io/blog/langextract-vs-llamaindex-extraction-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/langextract-vs-llamaindex-extraction-comparison/</guid>
            <pubDate>Mon, 24 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CB1esE3N.png" alt="LangExtract vs. LlamaIndex: Structured data extraction compared" /></p>How Google’s LangExtract and LlamaIndex’s LlamaExtract differ for structured data extraction — pipeline position, source grounding, deployment, and pricing.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CB1esE3N.png"/>
        </item>
        <item>
            <title><![CDATA[Best Amazon Textract alternatives for document data extraction (2026)]]></title>
            <link>https://www.nutrient.io/blog/amazon-textract-alternatives/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/amazon-textract-alternatives/</guid>
            <pubDate>Fri, 21 Aug 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CYgwoJXw.png" alt="Best Amazon Textract alternatives for document data extraction (2026)" /></p>Compare the top Amazon Textract alternatives for document data extraction in 2026 — verified pricing, deployment, and free tiers, and where each one fits.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CYgwoJXw.png"/>
        </item>
        <item>
            <title><![CDATA[Best AI document workflow platforms compared (2026)]]></title>
            <link>https://www.nutrient.io/blog/best-ai-document-workflow-platforms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-ai-document-workflow-platforms/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Br5FA2pK.png" alt="Best AI document workflow platforms compared (2026)" /></p>Compare workflow automation platforms, document processing operations platforms, extraction APIs, and ECM suites against the controls that determine production fit.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Br5FA2pK.png"/>
        </item>
        <item>
            <title><![CDATA[Best document classification platforms compared (2026)]]></title>
            <link>https://www.nutrient.io/blog/best-document-classification-platforms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-document-classification-platforms/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DwLFVSpB.png" alt="Best document classification platforms compared (2026)" /></p>No classifier wins every document set. Compare platforms by taxonomy control, consistency, page or document granularity, cost per page, and fit with downstream extraction.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DwLFVSpB.png"/>
        </item>
        <item>
            <title><![CDATA[Best document parsing APIs for production use (2026)]]></title>
            <link>https://www.nutrient.io/blog/best-document-parsing-apis/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-document-parsing-apis/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.hFFeZEj1.png" alt="Best document parsing APIs for production use (2026)" /></p>No document parsing API wins every workload. This guide compares output contracts, confidence and grounding semantics, deployment, document coverage, exception handling, and cost shape.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.hFFeZEj1.png"/>
        </item>
        <item>
            <title><![CDATA[Best multilingual OCR software, APIs, and SDKs (2026)]]></title>
            <link>https://www.nutrient.io/blog/best-multilingual-ocr-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-multilingual-ocr-software/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.enIfWREt.png" alt="Best multilingual OCR software, APIs, and SDKs (2026)" /></p>Compare open source OCR, cloud APIs, commercial platforms, embedded SDKs, and extraction APIs by script coverage, deployment, output, and cost.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.enIfWREt.png"/>
        </item>
        <item>
            <title><![CDATA[Best secure document collaboration platforms (2026)]]></title>
            <link>https://www.nutrient.io/blog/best-secure-document-collaboration-platforms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-secure-document-collaboration-platforms/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CiiTx7rQ.png" alt="Best secure document collaboration platforms (2026)" /></p>Compare secure document collaboration and eSignature platforms by data location, signature type, access controls, audit evidence, and the workflow you need to own.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CiiTx7rQ.png"/>
        </item>
        <item>
            <title><![CDATA[Best Extend alternatives for document extraction (2026)]]></title>
            <link>https://www.nutrient.io/blog/extend-alternatives/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/extend-alternatives/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DkgknbQJ.png" alt="Best Extend alternatives for document extraction (2026)" /></p>Extend combines document APIs with workflow, evaluation, and human review tooling. Compare five alternative classes against the operating model your team actually needs.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DkgknbQJ.png"/>
        </item>
        <item>
            <title><![CDATA[Best LlamaParse alternatives for document parsing (2026)]]></title>
            <link>https://www.nutrient.io/blog/llamaparse-alternatives/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/llamaparse-alternatives/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CHgkAoL2.png" alt="Best LlamaParse alternatives for document parsing (2026)" /></p>LlamaParse is a natural choice inside the LlamaIndex ecosystem, but production requirements can point elsewhere. Compare seven alternatives by output, grounding, deployment, workflow fit, and operating model.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CHgkAoL2.png"/>
        </item>
        <item>
            <title><![CDATA[Best low-code and no-code document integrations (2026)]]></title>
            <link>https://www.nutrient.io/blog/low-code-no-code-document-integrations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/low-code-no-code-document-integrations/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DwLSvLjs.png" alt="Best low-code and no-code document integrations (2026)" /></p>Compare Power Automate, SharePoint, Teams, OneDrive, Nintex, and specialist document connectors by capability, operating fit, and cost shape.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DwLSvLjs.png"/>
        </item>
        <item>
            <title><![CDATA[Loading states, errors, and password prompts in react-pdf]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-loading-states-errors-passwords/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-loading-states-errors-passwords/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ComKHeAn.png" alt="Loading states, errors, and password prompts in react-pdf" /></p>A guide to handling every loading state in <code>react-pdf</code> — from document and page spinners to download progress bars, error callbacks, and password-protected PDF prompts.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ComKHeAn.png"/>
        </item>
        <item>
            <title><![CDATA[Best Reducto alternatives for document extraction (2026)]]></title>
            <link>https://www.nutrient.io/blog/reducto-alternatives/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reducto-alternatives/</guid>
            <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3E7hn2je.png" alt="Best Reducto alternatives for document extraction (2026)" /></p>Reducto is a strong agentic extraction platform, but it isn’t the only fit. Compare six alternatives by output consistency, grounding, deployment, platform breadth, and price shape.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.3E7hn2je.png"/>
        </item>
        <item>
            <title><![CDATA[The bindings SDK is here: Nutrient Flutter 6]]></title>
            <link>https://www.nutrient.io/blog/nutrient-flutter-6-bindings-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-flutter-6-bindings-api/</guid>
            <pubDate>Thu, 20 Aug 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B9ciRI9M.png" alt="The bindings SDK is here: Nutrient Flutter 6" /></p>Nutrient Flutter SDK 6.0 promotes the bindings API to the recommended surface for new apps, driving each platform’s native SDK directly through JNI, FFI, and JS interop instead of a method channel.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B9ciRI9M.png"/>
        </item>
        <item>
            <title><![CDATA[One lock, many claimants: Faster Android PDF rendering]]></title>
            <link>https://www.nutrient.io/blog/android-faster-pdf-rendering/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-faster-pdf-rendering/</guid>
            <pubDate>Wed, 19 Aug 2026 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xpv9xWm6.png" alt="One lock, many claimants: Faster Android PDF rendering" /></p>How we made heavy PDF pages render faster on Android: progressive rendering that shows a page as it parses, gating that lets the visible page win the render lock, and a Perfetto trace setup to prove it.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.xpv9xWm6.png"/>
        </item>
        <item>
            <title><![CDATA[Rendering huge PDFs without running out of memory on Android]]></title>
            <link>https://www.nutrient.io/blog/android-pdf-out-of-memory-handling/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-pdf-out-of-memory-handling/</guid>
            <pubDate>Tue, 18 Aug 2026 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.gLMda7kW.png" alt="Rendering huge PDFs without running out of memory on Android" /></p>A single heavy PDF page can need a gigabyte to parse — enough to get an app killed on a phone. Here’s the memory monitor we built after Android stopped telling us when memory ran low, and how it lets the renderer back off instead of crashing.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.gLMda7kW.png"/>
        </item>
        <item>
            <title><![CDATA[react-pdf setup: Document and page rendering]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-setup-basic-rendering/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-setup-basic-rendering/</guid>
            <pubDate>Mon, 17 Aug 2026 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CQ2TmipJ.png" alt="react-pdf setup: Document and page rendering" /></p>This guide outlines how to set up <code>react-pdf</code> in a React project. It covers installing the package, configuring the PDF.js web worker, and rendering pages with custom sizing, rotation, and dark mode colors.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CQ2TmipJ.png"/>
        </item>
        <item>
            <title><![CDATA[Before you build document extraction in-house: Build vs. buy]]></title>
            <link>https://www.nutrient.io/blog/build-vs-buy-document-extraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/build-vs-buy-document-extraction/</guid>
            <pubDate>Thu, 13 Aug 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D9Ox391c.png" alt="Before you build document extraction in-house: Build vs. buy" /></p>A build vs. buy guide for LLM document extraction: when building in-house is the right call, what a DIY pipeline costs after month one, and when an API wins.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D9Ox391c.png"/>
        </item>
        <item>
            <title><![CDATA[How to extract data from patient documents on-premises with local AI]]></title>
            <link>https://www.nutrient.io/blog/extract-patient-data-on-premises/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/extract-patient-data-on-premises/</guid>
            <pubDate>Wed, 12 Aug 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C6puA3e8.png" alt="How to extract data from patient documents on-premises with local AI" /></p>A step-by-step tutorial for extracting structured data from patient documents on-premises — self-hosted Document Engine plus local ICR, no PHI leaving the network.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C6puA3e8.png"/>
        </item>
        <item>
            <title><![CDATA[Convert DOCX, EPUB, Markdown, and HTML to PDF in Node.js]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-file-format-conversion-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-file-format-conversion-to-pdf/</guid>
            <pubDate>Tue, 11 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.2bjBxGJ4.png" alt="Convert DOCX, EPUB, Markdown, and HTML to PDF in Node.js" /></p>Convert DOCX, EPUB, Markdown, HTML, and other file formats to PDF on the server using LibreOffice, Calibre, <code>md-to-pdf</code>, and Puppeteer. This tutorial also covers OCR processing with <code>ocrmypdf</code> and a complete upload processing pipeline.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.2bjBxGJ4.png"/>
        </item>
        <item>
            <title><![CDATA[How Current built an AI-native tax platform on Nutrient’s document infrastructure]]></title>
            <link>https://www.nutrient.io/blog/current-ai-tax-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/current-ai-tax-platform/</guid>
            <pubDate>Mon, 10 Aug 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DUI4Xau_.jpg" alt="How Current built an AI-native tax platform on Nutrient’s document infrastructure" /></p>Current built a production-ready AI tax platform on Nutrient’s document SDK in just six weeks.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DUI4Xau_.jpg"/>
        </item>
        <item>
            <title><![CDATA[Best document AI platforms (2026): An evidence-based evaluation guide]]></title>
            <link>https://www.nutrient.io/blog/best-document-ai-platforms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-document-ai-platforms/</guid>
            <pubDate>Mon, 10 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BmXuIcU3.png" alt="Best document AI platforms (2026): An evidence-based evaluation guide" /></p>No single document AI platform fits every document set, output contract, and deployment constraint. Use six measurable criteria, compare the relevant platform classes, and prove the choice on your own documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BmXuIcU3.png"/>
        </item>
        <item>
            <title><![CDATA[Generate PDF thumbnail previews with pdf2pic in Node.js]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-generating-pdf-thumbnails-pdf2pic/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-generating-pdf-thumbnails-pdf2pic/</guid>
            <pubDate>Fri, 07 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.c1aBKisJ.jpg" alt="Generate PDF thumbnail previews with pdf2pic in Node.js" /></p>Generate thumbnail images from PDF pages using <code>pdf2pic</code> in Node.js. This tutorial covers single-page previews, batch thumbnail generation, cloud storage integration, and a browser-side alternative using PDF.js canvas rendering.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.c1aBKisJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK product updates for Q2 2026]]></title>
            <link>https://www.nutrient.io/blog/sdk-product-updates-q2-2026/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sdk-product-updates-q2-2026/</guid>
            <pubDate>Thu, 06 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CCaDYeQ3.png" alt="Nutrient SDK product updates for Q2 2026" /></p>Explore Nutrient’s Q2 2026 releases: the Data Extraction API, a headless Web SDK, Document Authoring AI, governance in Workflow Automation, and more.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CCaDYeQ3.png"/>
        </item>
        <item>
            <title><![CDATA[PDF.js accessibility, StructTree, presentation mode, and printing]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-accessibility-structtree-printing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-accessibility-structtree-printing/</guid>
            <pubDate>Tue, 04 Aug 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BAjc9Yh8.png" alt="PDF.js accessibility, StructTree, presentation mode, and printing" /></p>PDF.js ships with features for accessibility, presentation, and print that production-grade PDF viewers depend on but most tutorials skip. This guide covers the StructTree layer for screen readers, presentation mode for slide decks, and high-resolution printing.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BAjc9Yh8.png"/>
        </item>
        <item>
            <title><![CDATA[What should a document extraction confidence score actually tell you?]]></title>
            <link>https://www.nutrient.io/blog/document-extraction-confidence-scores/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-extraction-confidence-scores/</guid>
            <pubDate>Mon, 03 Aug 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B_Q8wNo9.png" alt="What should a document extraction confidence score actually tell you?" /></p>Traditional document extraction confidence scores can be misleading. Source-grounded confidence makes automated review more reliable by tying scores to document evidence rather than model decisiveness.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B_Q8wNo9.png"/>
        </item>
        <item>
            <title><![CDATA[Advanced PDF.js loading: Streaming, range requests, and web worker patterns]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-advanced-loading-streaming-workers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-advanced-loading-streaming-workers/</guid>
            <pubDate>Fri, 31 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CGwOECCQ.png" alt="Advanced PDF.js loading: Streaming, range requests, and web worker patterns" /></p>PDF.js supports several advanced loading strategies beyond simple URL or buffer loading. This tutorial covers streaming, range requests, custom data transports, worker configuration, render cancellation, and <code>OffscreenCanvas</code> for high-performance PDF applications.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CGwOECCQ.png"/>
        </item>
        <item>
            <title><![CDATA[Where PDF parsers fail: Docling vs. Nutrient on three real documents]]></title>
            <link>https://www.nutrient.io/blog/pdf-extraction-document-case-studies/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-extraction-document-case-studies/</guid>
            <pubDate>Thu, 30 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.HxDPZ4q2.png" alt="Where PDF parsers fail: Docling vs. Nutrient on three real documents" /></p>Side-by-side Docling and Nutrient output on three real-world PDFs from opendataloader-bench — heading demotion, TOC misclassification, and table header absorption, with the downstream cost of each failure.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.HxDPZ4q2.png"/>
        </item>
        <item>
            <title><![CDATA[PDF.js: Access outline, bookmarks, and metadata]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-document-outline-bookmarks-metadata/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-document-outline-bookmarks-metadata/</guid>
            <pubDate>Tue, 28 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.x2vVZo4v.png" alt="PDF.js: Access outline, bookmarks, and metadata" /></p>PDF documents contain structural metadata beyond the visible content — table of contents, bookmarks, file attachments, and document properties. This tutorial shows how PDF.js exposes all of these through the <code>PDFDocumentProxy</code> API.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.x2vVZo4v.png"/>
        </item>
        <item>
            <title><![CDATA[AuditFile builds a compliance-ready audit platform with self-hosted PDF editing]]></title>
            <link>https://www.nutrient.io/blog/auditfile-self-hosted-pdf-editing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/auditfile-self-hosted-pdf-editing/</guid>
            <pubDate>Mon, 27 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BUBt6mZC.jpg" alt="AuditFile builds a compliance-ready audit platform with self-hosted PDF editing" /></p>AuditFile added self-hosted, collaborative PDF editing with Nutrient Document Engine in just one week.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BUBt6mZC.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a thumbnail sidebar with PDF.js PDFThumbnailViewer]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-thumbnail-sidebar/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-thumbnail-sidebar/</guid>
            <pubDate>Fri, 24 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DpFaEIHl.png" alt="How to build a thumbnail sidebar with PDF.js PDFThumbnailViewer" /></p>PDF.js includes a built-in <code>PDFThumbnailViewer</code> for rendering page thumbnails in a sidebar. This tutorial covers both the built-in approach and building custom thumbnails with lazy loading using the lower-level `page.render()` API.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DpFaEIHl.png"/>
        </item>
        <item>
            <title><![CDATA[How we test PDF extraction: The opendataloader-bench benchmark]]></title>
            <link>https://www.nutrient.io/blog/pdf-extraction-benchmark-opendataloader-bench/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-extraction-benchmark-opendataloader-bench/</guid>
            <pubDate>Thu, 23 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.lT9nnUAi.png" alt="How we test PDF extraction: The opendataloader-bench benchmark" /></p>The corpus, three scoring metrics, and full accuracy and speed results — including where Nutrient doesn’t lead — produced from a public, reproducible benchmark.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.lT9nnUAi.png"/>
        </item>
        <item>
            <title><![CDATA[How to chat with your PDF using RAG]]></title>
            <link>https://www.nutrient.io/blog/chat-with-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/chat-with-pdf/</guid>
            <pubDate>Wed, 22 Jul 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header._3EDz8-Y.png" alt="How to chat with your PDF using RAG" /></p>Chat with PDF turns a document into a Q&A interface. How the retrieval pipeline works, how to build one, and why extraction decides if the answers are right.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header._3EDz8-Y.png"/>
        </item>
        <item>
            <title><![CDATA[Render PDF annotations and forms with PDF.js AnnotationLayer]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-native-annotation-layer-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-native-annotation-layer-forms/</guid>
            <pubDate>Tue, 21 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BgTdx_0C.png" alt="Render PDF annotations and forms with PDF.js AnnotationLayer" /></p>PDF.js has a built-in <code>AnnotationLayer</code> that renders annotations already embedded in a PDF — links, form fields, popups, text notes, and more. This tutorial covers enabling interactive forms, reading form values, and customizing annotation appearance.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BgTdx_0C.png"/>
        </item>
        <item>
            <title><![CDATA[Export PDFs with embedded annotations via PDF.js and annotpdf]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-exporting-pdfs-embedded-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-exporting-pdfs-embedded-annotations/</guid>
            <pubDate>Fri, 17 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BUlswuHG.png" alt="Export PDFs with embedded annotations via PDF.js and annotpdf" /></p>Export annotations created in your PDF.js viewer as embedded PDF annotations using the <code>annotpdf</code> library. This tutorial covers mapping app annotation types to the PDF specification, color conversion, and triggering browser downloads.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BUlswuHG.png"/>
        </item>
        <item>
            <title><![CDATA[Agentic RAG, explained: Why retrieval is only as good as your documents]]></title>
            <link>https://www.nutrient.io/blog/agentic-rag/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/agentic-rag/</guid>
            <pubDate>Wed, 15 Jul 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CUtdHN8x.png" alt="Agentic RAG, explained: Why retrieval is only as good as your documents" /></p>Agentic RAG lets an AI agent decide what to retrieve and when, not one fixed lookup. This guide covers how it differs from traditional RAG and why parsing decides if it works.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CUtdHN8x.png"/>
        </item>
        <item>
            <title><![CDATA[How to manipulate PDF pages with pdf-lib: Extract, merge, and remove pages]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-pdf-page-manipulation-pdf-lib/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-pdf-page-manipulation-pdf-lib/</guid>
            <pubDate>Tue, 14 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BzI0Vgni.jpg" alt="How to manipulate PDF pages with pdf-lib: Extract, merge, and remove pages" /></p>Use <code>pdf-lib</code> to manipulate PDF pages in Node.js — extract specific pages, merge multiple documents, remove pages, and trim PDFs for processing. This tutorial covers the key operations that PDF.js can’t handle.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BzI0Vgni.jpg"/>
        </item>
        <item>
            <title><![CDATA[Give AI agents the full PDF compliance loop]]></title>
            <link>https://www.nutrient.io/blog/agent-pdf-compliance-skills/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/agent-pdf-compliance-skills/</guid>
            <pubDate>Mon, 13 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKmVEyxd.png" alt="Give AI agents the full PDF compliance loop" /></p>The make-pdf and remediate-pdf skills help AI agents generate verified PDFs and auto-tag existing documents from one Nutrient plugin install.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CKmVEyxd.png"/>
        </item>
        <item>
            <title><![CDATA[How to extract text from PDFs server-side with PDF.js in Node.js]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-server-side-text-extraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-server-side-text-extraction/</guid>
            <pubDate>Fri, 10 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.fRWIe_M-.png" alt="How to extract text from PDFs server-side with PDF.js in Node.js" /></p>Use <code>pdfjs-dist</code> in Node.js to extract text from PDFs without a browser. This tutorial covers basic text extraction, the <code>TextContent</code> item structure, parallel page processing, and CMap/font configuration.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.fRWIe_M-.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an AI legal assistant in an hour with Nutrient Document Authoring]]></title>
            <link>https://www.nutrient.io/blog/ai-legal-assistant-document-authoring/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-legal-assistant-document-authoring/</guid>
            <pubDate>Thu, 09 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BVdVD0L-.jpg" alt="How to build an AI legal assistant in an hour with Nutrient Document Authoring" /></p>Build a minimal AI legal assistant that reviews a real NDA in the browser. Every AI edit lands as a tracked change with a comment explaining it, so counsel reviews suggestions instead of trusting a black box.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BVdVD0L-.jpg"/>
        </item>
        <item>
            <title><![CDATA[Multimodal RAG: How to retrieve over text, tables, and images in documents]]></title>
            <link>https://www.nutrient.io/blog/multimodal-rag/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/multimodal-rag/</guid>
            <pubDate>Wed, 08 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.wX1uaPeH.png" alt="Multimodal RAG: How to retrieve over text, tables, and images in documents" /></p>Multimodal RAG retrieves over text, tables, and images, not plain text alone. How it works, why parsing makes or breaks it, and how to extract each from PDFs.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.wX1uaPeH.png"/>
        </item>
        <item>
            <title><![CDATA[How to use the PDF.js AnnotationEditorLayer for native annotation editing]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-annotation-editor-layer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-annotation-editor-layer/</guid>
            <pubDate>Tue, 07 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.nMMhS0q2.png" alt="How to use the PDF.js AnnotationEditorLayer for native annotation editing" /></p>Since PDF.js 3.x, the built-in <code>AnnotationEditorLayer</code> provides native support for creating and editing annotations — free text, ink (drawing), stamps (images), and highlights — without any third-party libraries. This tutorial walks through enabling, customizing, and saving annotations.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.nMMhS0q2.png"/>
        </item>
        <item>
            <title><![CDATA[Construction document data extraction: From drawings, RFIs, and submittals to structured data]]></title>
            <link>https://www.nutrient.io/blog/construction-document-data-extraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/construction-document-data-extraction/</guid>
            <pubDate>Fri, 03 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CsJNqj42.jpg" alt="Construction document data extraction: From drawings, RFIs, and submittals to structured data" /></p>Learn how construction document data extraction turns PDFs, drawings, RFIs, and submittals into structured project data — and why OCR alone isn’t enough for construction workflows.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CsJNqj42.jpg"/>
        </item>
        <item>
            <title><![CDATA[Capmo builds native mobile PDF workflows with Nutrient’s mobile PDF SDK]]></title>
            <link>https://www.nutrient.io/blog/capmo-native-mobile-pdf-sdk-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capmo-native-mobile-pdf-sdk-nutrient/</guid>
            <pubDate>Thu, 02 Jul 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1QGu17n.png" alt="Capmo builds native mobile PDF workflows with Nutrient’s mobile PDF SDK" /></p>See how Capmo uses Nutrient’s mobile PDF SDK to enable mobile document signing, annotations, and inspections for construction teams.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1QGu17n.png"/>
        </item>
        <item>
            <title><![CDATA[Add PDFs to any mobile app: A framework-by-framework guide]]></title>
            <link>https://www.nutrient.io/blog/mobile-pdf-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/mobile-pdf-sdk/</guid>
            <pubDate>Tue, 30 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D_dzF6ih.png" alt="Add PDFs to any mobile app: A framework-by-framework guide" /></p>A developer’s guide to adding PDF viewing, annotations, forms, and signing — and picking the right Nutrient SDK: iOS, Android, RN, Flutter, or MAUI.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D_dzF6ih.png"/>
        </item>
        <item>
            <title><![CDATA[How to build sticky note annotations with PDF.js and React]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-sticky-note-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-sticky-note-annotations/</guid>
            <pubDate>Mon, 29 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CWRsFJo1.png" alt="How to build sticky note annotations with PDF.js and React" /></p>Build interactive sticky note annotations on top of PDF.js. This tutorial walks through click-to-place creation, PDF coordinate conversion with <code>viewport.convertToViewportPoint</code>, drag-and-drop repositioning with <code>react-rnd</code>, and distinguishing clicks from drags.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CWRsFJo1.png"/>
        </item>
        <item>
            <title><![CDATA[PDF SDK pricing and licensing explained (2026)]]></title>
            <link>https://www.nutrient.io/blog/pdf-sdk-pricing-and-licensing-explained/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-sdk-pricing-and-licensing-explained/</guid>
            <pubDate>Fri, 26 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DzYgYwfi.png" alt="PDF SDK pricing and licensing explained (2026)" /></p>PDF SDK pricing is rarely a single number. This guide breaks down the pricing models (per developer, per app, per platform, usage-based, perpetual vs. subscription), the licensing models (commercial vs. open source and the AGPL copyleft trap), the costs vendors don’t list upfront, and a simple framework for comparing total cost of ownership.]]></description>
            <author>Daria Mazur</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DzYgYwfi.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Data Extraction API: Turn documents into structured data]]></title>
            <link>https://www.nutrient.io/blog/introducing-nutrient-data-extraction-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-nutrient-data-extraction-api/</guid>
            <pubDate>Thu, 25 Jun 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CLuoGnQA.png" alt="Nutrient Data Extraction API: Turn documents into structured data" /></p>Announcing Nutrient Data Extraction API: Parse complex documents into Markdown or spatial JSON with confidence scores and source grounding for automation and review.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CLuoGnQA.png"/>
        </item>
        <item>
            <title><![CDATA[How to build area annotations with canvas capture in PDF.js]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-area-annotations-canvas-capture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-area-annotations-canvas-capture/</guid>
            <pubDate>Wed, 24 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.wcKKewVL.png" alt="How to build area annotations with canvas capture in PDF.js" /></p>Area annotations let users draw a rectangle on a PDF page and capture that region as an image. This guide covers pointer tracking, PDF.js coordinate conversion, HTML Canvas screenshot capture, and rendering draggable overlays with React.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.wcKKewVL.png"/>
        </item>
        <item>
            <title><![CDATA[How to build text highlight annotations with PDF.js and React]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-text-highlight-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-text-highlight-annotations/</guid>
            <pubDate>Tue, 23 Jun 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BvraWRlh.png" alt="How to build text highlight annotations with PDF.js and React" /></p>Text highlighting is the most common PDF annotation. This guide covers how to track text selection on PDF.js pages, convert browser selection rectangles to PDF coordinates, and render persistent highlight overlays using React.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BvraWRlh.png"/>
        </item>
        <item>
            <title><![CDATA[Rendering custom overlays on PDF.js pages with React portals]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-rendering-overlays-react-portals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-rendering-overlays-react-portals/</guid>
            <pubDate>Fri, 19 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B8mrzNh_.jpg" alt="Rendering custom overlays on PDF.js pages with React portals" /></p>PDF.js renders each page inside its own DOM element. This guide shows how to use React portals to inject custom overlay layers — like highlights and annotations — into PDF.js page elements so they scroll, zoom, and rotate with each page.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B8mrzNh_.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF.js coordinates: Convert PDF space to screen space]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-coordinate-systems-pdf-to-screen/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-coordinate-systems-pdf-to-screen/</guid>
            <pubDate>Wed, 17 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.YgXFZkfh.png" alt="PDF.js coordinates: Convert PDF space to screen space" /></p>One of the trickiest parts of building PDF annotations is coordinate conversion. This guide explains how PDF coordinates and screen (CSS) coordinates differ and how to convert between them using PDF.js’s <code>PageViewport</code>.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.YgXFZkfh.png"/>
        </item>
        <item>
            <title><![CDATA[How to add PDF page navigation, zoom, and rotation controls with PDF.js]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-navigation-zoom-rotation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-navigation-zoom-rotation/</guid>
            <pubDate>Tue, 16 Jun 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C2Au2Px0.png" alt="How to add PDF page navigation, zoom, and rotation controls with PDF.js" /></p>Build a complete PDF viewer toolbar with page navigation, zoom controls, and rotation using the PDF.js <code>PDFViewer</code> API and <code>EventBus</code>. This tutorial includes a ready-to-use React toolbar component.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C2Au2Px0.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient launches Documents for Salesforce, consolidating the enterprise document lifecycle inside the CRM]]></title>
            <link>https://www.nutrient.io/blog/nutrient-launches-documents-for-salesforce/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-launches-documents-for-salesforce/</guid>
            <pubDate>Tue, 16 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.uigNq342.jpg" alt="Nutrient launches Documents for Salesforce, consolidating the enterprise document lifecycle inside the CRM" /></p>Nutrient announces Documents for Salesforce, a natively built solution that consolidates document generation, editing, redaction, and signing inside Salesforce. The platform eliminates fragmented document workflows by keeping templates, editing, and signing on the Salesforce record — governed by existing CRM permissions and controls.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.uigNq342.jpg"/>
        </item>
        <item>
            <title><![CDATA[AI document automation workflows: From extraction to action]]></title>
            <link>https://www.nutrient.io/blog/ai-document-automation-extraction-to-action/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-document-automation-extraction-to-action/</guid>
            <pubDate>Mon, 15 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.dOyOa0ii.png" alt="AI document automation workflows: From extraction to action" /></p>AI document automation is more than extraction. See a grounded architecture for validation, routing, approvals, and downstream actions, with a decision framework for 2026.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.dOyOa0ii.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Document Authoring AI: Structured LLM editing for embedded document editors]]></title>
            <link>https://www.nutrient.io/blog/introducing-document-authoring-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-document-authoring-ai/</guid>
            <pubDate>Fri, 12 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CVXMAYHJ.png" alt="Introducing Document Authoring AI: Structured LLM editing for embedded document editors" /></p>Document Authoring AI is the LLM-to-editor integration layer most teams build themselves. Structured document tools, schema-validated edits, and tracked-changes review — bundled with Nutrient Document Authoring SDK.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CVXMAYHJ.png"/>
        </item>
        <item>
            <title><![CDATA[How to implement text search in PDF.js with PDFFindController]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-text-search-pdffindcontroller/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-text-search-pdffindcontroller/</guid>
            <pubDate>Thu, 11 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BfPZI_Jr.png" alt="How to implement text search in PDF.js with PDFFindController" /></p>Learn how to wire up PDF.js’s built-in PDFFindController for full-text search, including a complete React search toolbar component with match navigation and search options.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BfPZI_Jr.png"/>
        </item>
        <item>
            <title><![CDATA[Handwriting OCR vs. VLMs: What’s the difference?]]></title>
            <link>https://www.nutrient.io/blog/handwriting-recognition-ocr-vlm/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/handwriting-recognition-ocr-vlm/</guid>
            <pubDate>Wed, 10 Jun 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CUBO7oPV.png" alt="Handwriting OCR vs. VLMs: What’s the difference?" /></p>Handwriting recognition is fundamentally harder than printed-text OCR. Learn why current approaches fail, how OCR and VLMs compare, and why word-level bounding boxes matter for real-world extraction.]]></description>
            <author>Denis Moldovan</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CUBO7oPV.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing agentic-usability: Measuring how well AI agents can use your SDK]]></title>
            <link>https://www.nutrient.io/blog/agentic-usability-open-source-ai-sdk-testing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/agentic-usability-open-source-ai-sdk-testing/</guid>
            <pubDate>Tue, 09 Jun 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.2C-vceG7.png" alt="Introducing agentic-usability: Measuring how well AI agents can use your SDK" /></p>We open sourced a CLI tool that benchmarks how effectively AI coding agents use SDKs, helping developers prepare for a world where AI writes most software.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.2C-vceG7.png"/>
        </item>
        <item>
            <title><![CDATA[PDF.js EventBus guide: Events, hooks, and custom pub/sub patterns]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-eventbus-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-eventbus-guide/</guid>
            <pubDate>Mon, 08 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Aqg-EOjR.png" alt="PDF.js EventBus guide: Events, hooks, and custom pub/sub patterns" /></p>The <code>EventBus</code> is PDF.js’s internal pub/sub system that powers every viewer interaction. This guide covers built-in events, React hook patterns, and how to extend it for custom annotation features.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Aqg-EOjR.png"/>
        </item>
        <item>
            <title><![CDATA[The Web SDK is now headless — For your design system and for AI agents]]></title>
            <link>https://www.nutrient.io/blog/web-sdk-is-now-headless/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/web-sdk-is-now-headless/</guid>
            <pubDate>Fri, 05 Jun 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.MQCOm8Cj.png" alt="The Web SDK is now headless — For your design system and for AI agents" /></p>For decades, software’s value lived in its interface. Agents change that: Take the UI away, and you’d better have an engine and an API that can do everything the UI could. Here’s how we made Nutrient Web SDK truly headless, in both senses of the word, and why it’s the foundation of an AI-first product.]]></description>
            <author>Mahmoud Elsayad</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.MQCOm8Cj.png"/>
        </item>
        <item>
            <title><![CDATA[The Document Accessibility Deadline Most Agencies Are Going to Miss ]]></title>
            <link>https://www.nutrient.io/blog/governmenttechnologyinsider-2026-document-accessibility-deadline/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/governmenttechnologyinsider-2026-document-accessibility-deadline/</guid>
            <pubDate>Fri, 05 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="The Document Accessibility Deadline Most Agencies Are Going to Miss " /></p>Government agencies face significant compliance challenges with document accessibility requirements under ADA Title II, which became enforceable 24 April 2026. Automated website audit tools fail to evaluate PDFs and internal document structures, leaving agencies believing they’re compliant when their digital document libraries remain inaccessible. The article argues that solving this systemic problem requires shifting from remediation to prevention by building accessibility requirements directly into document creation workflows.]]></description>
            <author>Government Technology Insider</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Emerging threats: Your logging system may be an agentic threat vector | Nutrient]]></title>
            <link>https://www.nutrient.io/blog/emerging-threats-your-logging-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/emerging-threats-your-logging-system/</guid>
            <pubDate>Wed, 03 Jun 2026 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BXdWdPcy.png" alt="Emerging threats: Your logging system may be an agentic threat vector | Nutrient" /></p>A malicious npm package was delivered through forged Sentry events. Here’s what it teaches us about observability, prompt injection, and agentic incident response.]]></description>
            <author>Serana Warren</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BXdWdPcy.png"/>
        </item>
        <item>
            <title><![CDATA[How to set up a custom PDF.js viewer in React]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-react-viewer-setup/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-react-viewer-setup/</guid>
            <pubDate>Wed, 03 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DHWrpAxG.png" alt="How to set up a custom PDF.js viewer in React" /></p>This guide walks through setting up a complete PDF viewer from scratch using React and <code>pdfjs-dist</code>, giving you full control over rendering, events, and layering for annotations, highlights, and custom toolbars.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DHWrpAxG.png"/>
        </item>
        <item>
            <title><![CDATA[Working with PDF page labels: Pitfalls, FAQs, and when you actually need them]]></title>
            <link>https://www.nutrient.io/blog/pdf-page-labels/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-page-labels/</guid>
            <pubDate>Tue, 02 Jun 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D2vEi-dQ.png" alt="Working with PDF page labels: Pitfalls, FAQs, and when you actually need them" /></p>If you’ve ever opened a PDF and seen page labels like ‘i, ii, iii’ before the first numbered page, or a section using ‘A-1, A-2’ for an appendix, you’ve already seen page labels in action.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D2vEi-dQ.png"/>
        </item>
        <item>
            <title><![CDATA[PDF SDK benchmark (2026): Rendering, PDF/A, PDF/UA, OCR, and React Native compared]]></title>
            <link>https://www.nutrient.io/blog/pdf-sdk-performance-benchmark/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-sdk-performance-benchmark/</guid>
            <pubDate>Mon, 01 Jun 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKbkFPD4.png" alt="PDF SDK benchmark (2026): Rendering, PDF/A, PDF/UA, OCR, and React Native compared" /></p>2026 PDF SDK benchmark results across rendering speed, PDF/A conformance, PDF/UA accessibility, and OCR — covering Nutrient, Apryse, IronPDF, Foxit, PDF-Tools AG, Aspose, Syncfusion, and PDFix. 3,157 documents tested.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CKbkFPD4.png"/>
        </item>
        <item>
            <title><![CDATA[A guide to the invisible work behind documents]]></title>
            <link>https://www.nutrient.io/blog/guide-to-invisible-work-behind-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/guide-to-invisible-work-behind-documents/</guid>
            <pubDate>Fri, 29 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BRCKz8qV.png" alt="A guide to the invisible work behind documents" /></p>Learn how Nutrient Document Engine handles heavy document processing like PDF rendering, real-time collaboration, and format conversion so you can focus on building your application.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BRCKz8qV.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Nutrient Documents for Salesforce: Native document generation and signing]]></title>
            <link>https://www.nutrient.io/blog/introducing-nutrient-documents-for-salesforce/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-nutrient-documents-for-salesforce/</guid>
            <pubDate>Thu, 28 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/nutrient-documents-for-salesforce.CtSyqLps.png" alt="Introducing Nutrient Documents for Salesforce: Native document generation and signing" /></p>Native document generation, editing, and eSignature for Salesforce. Build templates, generate from records, and finalize agreements inside Salesforce.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/nutrient-documents-for-salesforce.CtSyqLps.png"/>
        </item>
        <item>
            <title><![CDATA[Document AI vs. traditional OCR: Choosing between OCR, AI, and hybrid pipelines]]></title>
            <link>https://www.nutrient.io/blog/document-ai-vs-ocr/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-ai-vs-ocr/</guid>
            <pubDate>Wed, 27 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CF-uJGxw.png" alt="Document AI vs. traditional OCR: Choosing between OCR, AI, and hybrid pipelines" /></p>Intelligent document processing vs. OCR, and when to use traditional OCR, document AI, or a hybrid pipeline. A decision framework for developers and architects.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CF-uJGxw.png"/>
        </item>
        <item>
            <title><![CDATA[PDF SDK compliance and security evaluation checklist for enterprise teams (2026)]]></title>
            <link>https://www.nutrient.io/blog/pdf-sdk-compliance-security-checklist/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-sdk-compliance-security-checklist/</guid>
            <pubDate>Tue, 26 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DBMZamPb.png" alt="PDF SDK compliance and security evaluation checklist for enterprise teams (2026)" /></p>For enterprise teams, a non-compliant PDF SDK can mean a failed security review, a blocked deal, or unexpected regulatory exposure. This checklist helps compliance officers, security architects, and engineering leads evaluate PDF SDKs against enterprise requirements — from SOC 2 and HIPAA to eIDAS and PDF/A archiving.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DBMZamPb.png"/>
        </item>
        <item>
            <title><![CDATA[Invariant Corp replaces paper processes with Nutrient Workflow and scales without limits]]></title>
            <link>https://www.nutrient.io/blog/invariant-corp-paperless-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/invariant-corp-paperless-workflow-automation/</guid>
            <pubDate>Fri, 22 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BiBDllu4.jpg" alt="Invariant Corp replaces paper processes with Nutrient Workflow and scales without limits" /></p>Replacing paper forms and email approvals with scalable workflow automation.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BiBDllu4.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is process mapping? A complete guide]]></title>
            <link>https://www.nutrient.io/blog/what-is-process-mapping/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-process-mapping/</guid>
            <pubDate>Thu, 21 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.GJg5QhqH.png" alt="What is process mapping? A complete guide" /></p>Process mapping is the practice of visually documenting every step in a business workflow. Learn types, steps, tools, and how to connect maps to automation with Nutrient Workflow.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.GJg5QhqH.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient vs. Conga Composer for Salesforce document generation (2026)]]></title>
            <link>https://www.nutrient.io/blog/nutrient-vs-conga-composer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-vs-conga-composer/</guid>
            <pubDate>Wed, 20 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Tk7UX6gv.jpg" alt="Nutrient vs. Conga Composer for Salesforce document generation (2026)" /></p>Compare Nutrient and Conga Composer for Salesforce document generation, editing, and eSignatures. See feature differences and when to pick each.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Tk7UX6gv.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document routing: How to automate document distribution]]></title>
            <link>https://www.nutrient.io/blog/document-routing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-routing/</guid>
            <pubDate>Tue, 19 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B-lkrOq1.png" alt="Document routing: How to automate document distribution" /></p>Document routing directs documents to the right people based on defined rules. Learn routing patterns, use cases, and how Nutrient Workflow automates distribution.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B-lkrOq1.png"/>
        </item>
        <item>
            <title><![CDATA[The CTO’s AI playbook: Why accountability architecture beats orchestration | Nutrient]]></title>
            <link>https://www.nutrient.io/blog/cto-ai-playbook-accountability-architecture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cto-ai-playbook-accountability-architecture/</guid>
            <pubDate>Mon, 18 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BNqYr8Wb.jpg" alt="The CTO’s AI playbook: Why accountability architecture beats orchestration | Nutrient" /></p>Orchestration demos well. Accountability is where enterprise AI actually fails, or holds up under audit. The five-layer architecture, the auditor’s four questions, and the metrics that should replace average accuracy.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BNqYr8Wb.jpg"/>
        </item>
        <item>
            <title><![CDATA[Compliance workflow automation: Why built-in compliance is table stakes]]></title>
            <link>https://www.nutrient.io/blog/compliance-workflow-automation-table-stakes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/compliance-workflow-automation-table-stakes/</guid>
            <pubDate>Fri, 15 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Buc432Fl.png" alt="Compliance workflow automation: Why built-in compliance is table stakes" /></p>Bolt-on compliance creates risk. Built-in compliance automation delivers audit trails, defensible records, and policy enforcement from day one. Learn why regulated industries need compliance-first workflows.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Buc432Fl.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow diagrams: Examples, symbols, and how to build one that actually runs]]></title>
            <link>https://www.nutrient.io/blog/workflow-diagram/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-diagram/</guid>
            <pubDate>Thu, 14 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.gKzJADfy.png" alt="Workflow diagrams: Examples, symbols, and how to build one that actually runs" /></p>A workflow diagram makes a business process visible. But the real value comes when the diagram isn’t just documentation — it’s the workflow itself. This guide covers symbols, examples, and how to build diagrams that execute.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.gKzJADfy.png"/>
        </item>
        <item>
            <title><![CDATA[Digital forms: Replace paper forms with automated workflows]]></title>
            <link>https://www.nutrient.io/blog/digital-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digital-forms/</guid>
            <pubDate>Wed, 13 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.1gNLVsui.png" alt="Digital forms: Replace paper forms with automated workflows" /></p>Digital forms capture structured data and trigger automated workflows. Learn how they compare to paper forms and how Nutrient Workflow connects forms to approvals.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.1gNLVsui.png"/>
        </item>
        <item>
            <title><![CDATA[Approval workflow software: How to automate approvals]]></title>
            <link>https://www.nutrient.io/blog/approval-workflow-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approval-workflow-software/</guid>
            <pubDate>Tue, 12 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DIqR47GW.png" alt="Approval workflow software: How to automate approvals" /></p>Approval workflow software automates routing, notifications, escalations, and audit trails for every type of business approval. Here’s how it works and what to look for.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DIqR47GW.png"/>
        </item>
        <item>
            <title><![CDATA[Why document-centric automation is different]]></title>
            <link>https://www.nutrient.io/blog/why-document-centric-automation-is-different/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-document-centric-automation-is-different/</guid>
            <pubDate>Mon, 11 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C4wxO6oQ.png" alt="Why document-centric automation is different" /></p>Most workflow tools route tasks and call it automation. Document-centric automation completes the work — inside the document lifecycle — without the handoffs.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C4wxO6oQ.png"/>
        </item>
        <item>
            <title><![CDATA[The CEO’s AI playbook: Why decision architecture beats model selection | Nutrient]]></title>
            <link>https://www.nutrient.io/blog/ceo-ai-playbook-decision-architecture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ceo-ai-playbook-decision-architecture/</guid>
            <pubDate>Fri, 08 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DIncm3FH.png" alt="The CEO’s AI playbook: Why decision architecture beats model selection | Nutrient" /></p>AI strategy is a decision problem, not a model problem. A practical CEO-level framework for separating one-way-door AI decisions from two-way-door ones, plus the automate/assist/avoid operating model.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DIncm3FH.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK product updates for Q1 2026]]></title>
            <link>https://www.nutrient.io/blog/sdk-product-updates-q1-2026/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sdk-product-updates-q1-2026/</guid>
            <pubDate>Thu, 07 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ez47e8tc.png" alt="Nutrient SDK product updates for Q1 2026" /></p>Explore Nutrient SDK’s Q1 2026 releases: an AI document editing agent, a new Python SDK, an enhanced Java SDK, Vision API for structured extraction, and more.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ez47e8tc.png"/>
        </item>
        <item>
            <title><![CDATA[PDF redaction verification: How to prove sensitive data is permanently removed]]></title>
            <link>https://www.nutrient.io/blog/pdf-redaction-verification/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-redaction-verification/</guid>
            <pubDate>Wed, 06 May 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dx-OPPSN.png" alt="PDF redaction verification: How to prove sensitive data is permanently removed" /></p>Redacting a PDF and proving a PDF was properly redacted are two different compliance problems. This guide covers both, including how permanent removal actually works under the hood, how to verify it at three levels of confidence, and how to generate the audit trail your compliance team will need.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dx-OPPSN.png"/>
        </item>
        <item>
            <title><![CDATA[What is a VPAT? The complete guide to accessibility conformance reports]]></title>
            <link>https://www.nutrient.io/blog/what-is-a-vpat/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-a-vpat/</guid>
            <pubDate>Tue, 05 May 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.g_kbUclo.png" alt="What is a VPAT? The complete guide to accessibility conformance reports" /></p>This guide explains what a VPAT is, how it relates to WCAG and Section 508, how to read and evaluate one, and why it matters with the European Accessibility Act.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.g_kbUclo.png"/>
        </item>
        <item>
            <title><![CDATA[What is PDF/UA? The accessible PDF standard explained]]></title>
            <link>https://www.nutrient.io/blog/what-is-pdf-ua/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-pdf-ua/</guid>
            <pubDate>Mon, 04 May 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.McLzpeEL.png" alt="What is PDF/UA? The accessible PDF standard explained" /></p>PDF/UA is the ISO 14289 standard for accessible PDF documents. It defines what a file must contain so screen readers, magnifiers, and other assistive technology can interpret it reliably. This post explains what the standard requires, how it differs from WCAG, how to validate a file for conformance, and how its two current parts differ.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.McLzpeEL.png"/>
        </item>
        <item>
            <title><![CDATA[Salesforce eSignatures: Generate, sign, and track documents in one flow]]></title>
            <link>https://www.nutrient.io/blog/salesforce-esignature/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/salesforce-esignature/</guid>
            <pubDate>Fri, 01 May 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BXu6cUom.png" alt="Salesforce eSignatures: Generate, sign, and track documents in one flow" /></p>See how Salesforce teams can generate documents from Opportunity data, route them for eSignature, and track status back on the record with Nutrient Documents for Salesforce.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BXu6cUom.png"/>
        </item>
        <item>
            <title><![CDATA[Online document viewer: Options, tradeoffs, and how to embed one]]></title>
            <link>https://www.nutrient.io/blog/online-document-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/online-document-viewer/</guid>
            <pubDate>Thu, 30 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BjP624B1.png" alt="Online document viewer: Options, tradeoffs, and how to embed one" /></p>Compare approaches to browser-based document viewing — JavaScript SDK, hosted iframe viewer, and server-side rendering. Includes a Nutrient quick start.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BjP624B1.png"/>
        </item>
        <item>
            <title><![CDATA[Document viewer for web apps: React, Vue, Angular (2026)]]></title>
            <link>https://www.nutrient.io/blog/document-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-viewer/</guid>
            <pubDate>Tue, 28 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.eMP1XfXQ.png" alt="Document viewer for web apps: React, Vue, Angular (2026)" /></p>Compare React, Vue, and Angular document viewer options. Covers PDF viewer setup, SDK evaluation criteria, and a feature comparison table.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.eMP1XfXQ.png"/>
        </item>
        <item>
            <title><![CDATA[Best document viewers in 2026: A buyer’s guide]]></title>
            <link>https://www.nutrient.io/blog/best-document-viewers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-document-viewers/</guid>
            <pubDate>Thu, 23 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BoZplKAS.png" alt="Best document viewers in 2026: A buyer’s guide" /></p>Compare document viewer SDKs for product teams. Covers total cost, vendor risk, compliance, pricing, and when to use each commercial option.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BoZplKAS.png"/>
        </item>
        <item>
            <title><![CDATA[How to edit a PDF in Python: Add text, images, and annotations]]></title>
            <link>https://www.nutrient.io/blog/edit-pdf-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/edit-pdf-python/</guid>
            <pubDate>Wed, 22 Apr 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.foKDbZz8.jpg" alt="How to edit a PDF in Python: Add text, images, and annotations" /></p>Editing PDFs in Python is more difficult than reading them. Most open source libraries let you overlay new content and fill basic AcroForm fields, but truly rewriting text or handling advanced form workflows like XFA, validation, and signatures typically requires a dedicated SDK. This guide covers what each approach can do — with code you can copy.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.foKDbZz8.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient advances Workflow platform with agentic AI for enterprise-grade speed and consistency in document-heavy operations]]></title>
            <link>https://www.nutrient.io/blog/nutrient-advances-workflow-platform-agentic-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-advances-workflow-platform-agentic-ai/</guid>
            <pubDate>Wed, 22 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient advances Workflow platform with agentic AI for enterprise-grade speed and consistency in document-heavy operations" /></p>Nutrient announces significant advancements to its Workflow automation platform, combining document infrastructure, process orchestration, and agentic AI to help enterprises design, execute, and govern document-heavy processes at scale.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[How to create a Salesforce quote template from opportunity data]]></title>
            <link>https://www.nutrient.io/blog/how-to-create-salesforce-quote-template/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-create-salesforce-quote-template/</guid>
            <pubDate>Tue, 21 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DJk-tTPT.jpg" alt="How to create a Salesforce quote template from opportunity data" /></p>Learn how to build a reusable Salesforce quote template using Nutrient documents. Pull in Opportunity data, add merge fields and line items, and use Salesforce PDF generation to export quotes directly from Salesforce.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DJk-tTPT.jpg"/>
        </item>
        <item>
            <title><![CDATA[The business case for accessibility: Five ways it drives enterprise value]]></title>
            <link>https://www.nutrient.io/blog/5-ways-accessibility-drives-enterprise-value/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/5-ways-accessibility-drives-enterprise-value/</guid>
            <pubDate>Fri, 17 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D9m79bEv.png" alt="The business case for accessibility: Five ways it drives enterprise value" /></p>Most conversations about document accessibility start with fear: fear of lawsuits, fear of fines, fear of failing an audit. And look, those fears are valid. We’ll get to them. But if the only reason your organization invests in accessibility is to avoid getting sued, you’re still leaving money, talent, and competitive advantage on the table.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D9m79bEv.png"/>
        </item>
        <item>
            <title><![CDATA[Python PDF library comparison (2026): 7 libraries for developers]]></title>
            <link>https://www.nutrient.io/blog/best-python-pdf-libraries/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-python-pdf-libraries/</guid>
            <pubDate>Thu, 16 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C1kKnDko.png" alt="Python PDF library comparison (2026): 7 libraries for developers" /></p>Looking for the right Python PDF library? This post compares seven libraries across the full PDF lifecycle — from text extraction and merging to OCR, forms, and digital signatures. Each library includes a practical code example, feature summary, and tradeoff assessment.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C1kKnDko.png"/>
        </item>
        <item>
            <title><![CDATA[Why your AI agent hallucinates PDF table data]]></title>
            <link>https://www.nutrient.io/blog/why-your-ai-agent-hallucinates-pdf-table-data/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-your-ai-agent-hallucinates-pdf-table-data/</guid>
            <pubDate>Wed, 15 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.r50xIm5v.png" alt="Why your AI agent hallucinates PDF table data" /></p>Your agent answered confidently. It was also wrong. The problem isn’t the model — it’s the extraction layer.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.r50xIm5v.png"/>
        </item>
        <item>
            <title><![CDATA[PDF.js limitations: When to upgrade to a commercial PDF SDK]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-limitations-commercial-upgrade/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-limitations-commercial-upgrade/</guid>
            <pubDate>Tue, 14 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dk6oP5eu.png" alt="PDF.js limitations: When to upgrade to a commercial PDF SDK" /></p>PDF.js works for basic viewing, but production apps need more. Learn the signs you’ve outgrown PDF.js and what to look for in a commercial PDF SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dk6oP5eu.png"/>
        </item>
        <item>
            <title><![CDATA[How Subject scaled 5× with Nutrient’s PDF SDK without rebuilding its document layer]]></title>
            <link>https://www.nutrient.io/blog/subject-interactive-learning-nutrient-pdf-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/subject-interactive-learning-nutrient-pdf-sdk/</guid>
            <pubDate>Fri, 10 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BQ_GvXZD.png" alt="How Subject scaled 5× with Nutrient’s PDF SDK without rebuilding its document layer" /></p>See how Subject scaled to 50K students in a day using Nutrient’s PDF SDKs — without rebuilding their document layer.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BQ_GvXZD.png"/>
        </item>
        <item>
            <title><![CDATA[I replaced our sales training with an AI coach that runs in Slack — here’s what broke]]></title>
            <link>https://www.nutrient.io/blog/replaced-sales-training-ai-coach-slack/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/replaced-sales-training-ai-coach-slack/</guid>
            <pubDate>Thu, 09 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DXv-7ubz.jpg" alt="I replaced our sales training with an AI coach that runs in Slack — here’s what broke" /></p>How one person built a daily AI coaching agent for sales enablement in nine days using Claude, Slack, and shell scripts — and the failures that made it work.]]></description>
            <author>Miloš Đekić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DXv-7ubz.jpg"/>
        </item>
        <item>
            <title><![CDATA[Why Enterprise Permissions Are AI’s Most Dangerous Inheritance]]></title>
            <link>https://www.nutrient.io/blog/securitybuzz-2026-enterprise-permissions-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/securitybuzz-2026-enterprise-permissions-ai/</guid>
            <pubDate>Wed, 08 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Why Enterprise Permissions Are AI’s Most Dangerous Inheritance" /></p>SecurityBuzz argues that AI agents inherit the same bloated enterprise permissions humans have accumulated over years — but unlike humans, they act at machine speed without judgment, making overpermissioning far more dangerous.]]></description>
            <author>SecurityBuzz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient .NET SDK vs. iText Core: Complete comparison for .NET developers]]></title>
            <link>https://www.nutrient.io/blog/nutrient-vs-itextcore-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-vs-itextcore-comparison/</guid>
            <pubDate>Tue, 07 Apr 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B4ihlz5V.png" alt="Nutrient .NET SDK vs. iText Core: Complete comparison for .NET developers" /></p>Compare iText Core vs. Nutrient .NET SDK: Features, pricing, code examples, and migration guide to choose the right PDF library for your project.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B4ihlz5V.png"/>
        </item>
        <item>
            <title><![CDATA[DocuVieware: Support’s most frequently asked setup questions]]></title>
            <link>https://www.nutrient.io/blog/docuvieware-setup/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/docuvieware-setup/</guid>
            <pubDate>Mon, 06 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dt-rgXBN.png" alt="DocuVieware: Support’s most frequently asked setup questions" /></p>As a support team, we often get asked the same questions when customers start working with DocuVieware. So we put together a quick post answering the most common ones around setup and licensing.]]></description>
            <author>Alex Donhou</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dt-rgXBN.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/introducing-nutrient-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-nutrient-workflow/</guid>
            <pubDate>Thu, 02 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/introducing-nutrient-workflow.BNFsBqa6.png" alt="Introducing Nutrient Workflow" /></p>Nutrient Workflow is a document-centric process automation platform with built-in AI, digital signing, compliance controls, and flexible enterprise deployment.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/introducing-nutrient-workflow.BNFsBqa6.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert PDF to Word in C# (.NET)]]></title>
            <link>https://www.nutrient.io/blog/convert-pdf-to-word-in-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-pdf-to-word-in-csharp/</guid>
            <pubDate>Wed, 01 Apr 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DXVsVbw9.png" alt="How to convert PDF to Word in C# (.NET)" /></p>Learn how to convert PDF documents to editable Word files in C# using Nutrient .NET SDK, with complete code examples for file and stream conversion, OCR for scanned PDFs, and batch processing.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DXVsVbw9.png"/>
        </item>
        <item>
            <title><![CDATA[When email and spreadsheets stop working: Work order approval workflows for field teams on the move]]></title>
            <link>https://www.nutrient.io/blog/work-order-approval-workflows-field-teams/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/work-order-approval-workflows-field-teams/</guid>
            <pubDate>Mon, 30 Mar 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DMkIB-wn.png" alt="When email and spreadsheets stop working: Work order approval workflows for field teams on the move" /></p>Learn how field teams can improve work order approvals without ripping out email or spreadsheets. A plain-English guide to workflow automation basics.]]></description>
            <author>Matthew Manderson</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DMkIB-wn.png"/>
        </item>
        <item>
            <title><![CDATA[Compliance with confidence: Why document-centric automation is the foundation of your mission]]></title>
            <link>https://www.nutrient.io/blog/document-centric-compliance-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-centric-compliance-automation/</guid>
            <pubDate>Wed, 25 Mar 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DT5f7HN6.png" alt="Compliance with confidence: Why document-centric automation is the foundation of your mission" /></p>How Village for Vets, BP, and Cardinal Logistics made compliance a competitive edge with Nutrient Workflow.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DT5f7HN6.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient expands AI Assistant, automating multistep document workflows inside any application]]></title>
            <link>https://www.nutrient.io/blog/nutrient-expands-ai-assistant/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-expands-ai-assistant/</guid>
            <pubDate>Wed, 25 Mar 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient expands AI Assistant, automating multistep document workflows inside any application" /></p>Nutrient expands its AI Assistant with an agentic document editing engine that autonomously plans and executes multistep workflows — extraction, redaction, form filling — directly inside your application.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[What is document generation? A developer’s guide to PDF generation]]></title>
            <link>https://www.nutrient.io/blog/what-is-document-generation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-document-generation/</guid>
            <pubDate>Wed, 18 Mar 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DJnVV0xr.jpg" alt="What is document generation? A developer’s guide to PDF generation" /></p>This guide covers document generation from a developer’s perspective: what it is, how it works, and how to implement it with Nutrient’s multi-platform SDK. It also includes working code examples for JavaScript and C#.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DJnVV0xr.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document Converter data flow and how real-time watermarks skip the queue]]></title>
            <link>https://www.nutrient.io/blog/document-converter-data-flow-and-rtwm/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-converter-data-flow-and-rtwm/</guid>
            <pubDate>Mon, 16 Mar 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CGATwn9o.png" alt="Document Converter data flow and how real-time watermarks skip the queue" /></p>How Document Converter processes files across regional data centers, manages subscription-based priorities, and fast-tracks real-time watermarking requests.]]></description>
            <author>Balázs Molnár</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CGATwn9o.png"/>
        </item>
        <item>
            <title><![CDATA[PDF/UA compliance guide: Requirements, standards, and best practices]]></title>
            <link>https://www.nutrient.io/blog/pdf-ua-compliance-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-ua-compliance-guide/</guid>
            <pubDate>Fri, 13 Mar 2026 19:07:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D_5K81rO.png" alt="PDF/UA compliance guide: Requirements, standards, and best practices" /></p>PDF/UA is the technical standard most teams mean when they say they need an accessible PDF.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D_5K81rO.png"/>
        </item>
        <item>
            <title><![CDATA[Computers still can’t understand you]]></title>
            <link>https://www.nutrient.io/blog/computers-still-cant-understand-you/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/computers-still-cant-understand-you/</guid>
            <pubDate>Fri, 13 Mar 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DkaEXa_9.jpg" alt="Computers still can’t understand you" /></p>The DOJ’s garbled PDF release exposed a longstanding truth: Extracting structured data from documents remains an unsolved problem. Here’s why — and how Nutrient Vision API tackles it with on-premises intelligence.]]></description>
            <author>Chris Van Wesep</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DkaEXa_9.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Athena Intelligence built AI agents for regulated enterprises with Nutrient’s document infrastructure]]></title>
            <link>https://www.nutrient.io/blog/athena-nutrient-enterprise-ai-compliance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/athena-nutrient-enterprise-ai-compliance/</guid>
            <pubDate>Tue, 10 Mar 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CnXwy1xL.jpg" alt="How Athena Intelligence built AI agents for regulated enterprises with Nutrient’s document infrastructure" /></p>How Athena Intelligence and Nutrient enable compliant AI workflows for regulated enterprise environments.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CnXwy1xL.jpg"/>
        </item>
        <item>
            <title><![CDATA[HTML in PDF format: How to convert HTML to PDF (5 methods)]]></title>
            <link>https://www.nutrient.io/blog/html-in-pdf-format/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/html-in-pdf-format/</guid>
            <pubDate>Thu, 05 Mar 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CXivBouq.png" alt="HTML in PDF format: How to convert HTML to PDF (5 methods)" /></p>Five ways to convert HTML to PDF — browser print, online converters, JavaScript libraries, Python libraries, and production SDKs. Includes code examples.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CXivBouq.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a document extraction pipeline with Nutrient Vision API]]></title>
            <link>https://www.nutrient.io/blog/build-document-extraction-pipeline-nutrient-vision-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/build-document-extraction-pipeline-nutrient-vision-api/</guid>
            <pubDate>Wed, 04 Mar 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BbGQatDi.png" alt="How to build a document extraction pipeline with Nutrient Vision API" /></p>Use Nutrient Vision API in Python and Java to extract structured data from scanned documents. Execute table extraction, equation recognition, and layout analysis with local AI models.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BbGQatDi.png"/>
        </item>
        <item>
            <title><![CDATA[Beyond OCR: How document intelligence eliminates manual processing in regulated industries]]></title>
            <link>https://www.nutrient.io/blog/when-ocr-isnt-enough-document-structure-understanding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/when-ocr-isnt-enough-document-structure-understanding/</guid>
            <pubDate>Wed, 04 Mar 2026 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWoCHScD.png" alt="Beyond OCR: How document intelligence eliminates manual processing in regulated industries" /></p>Traditional OCR extracts text without context. Nutrient Vision API’s intelligent content recognition analyzes document structure — including tables, equations, handwriting, and reading order — using local AI models with optional cloud enhancement for complex layouts.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DWoCHScD.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient vs. IronPDF: Complete comparison for .NET developers]]></title>
            <link>https://www.nutrient.io/blog/nutrient-vs-ironpdf-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-vs-ironpdf-comparison/</guid>
            <pubDate>Thu, 26 Feb 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BMHs_ZEl.png" alt="Nutrient vs. IronPDF: Complete comparison for .NET developers" /></p>Compare IronPDF and Nutrient .NET SDK: HTML-to-PDF, PDF manipulation, OCR, data extraction, 100+ formats, and compliance benchmarks.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BMHs_ZEl.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient vs. Aspose.PDF: Complete comparison for .NET developers]]></title>
            <link>https://www.nutrient.io/blog/nutrient-vs-aspose-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-vs-aspose-comparison/</guid>
            <pubDate>Tue, 24 Feb 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B2p2I8kc.png" alt="Nutrient vs. Aspose.PDF: Complete comparison for .NET developers" /></p>Compare Nutrient .NET SDK and Aspose.PDF for PDF processing in C#. Features, code examples, performance, pricing, and migration guide for .NET developers.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B2p2I8kc.png"/>
        </item>
        <item>
            <title><![CDATA[Who is OpenClaw creator Peter Steinberger? The millennial developer caught the attention of Sam Altman and Mark Zuckerberg]]></title>
            <link>https://www.nutrient.io/blog/fortune-openclaw-creator-peter-steinberger-pspdfkit-02-19-2026/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fortune-openclaw-creator-peter-steinberger-pspdfkit-02-19-2026/</guid>
            <pubDate>Thu, 19 Feb 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Who is OpenClaw creator Peter Steinberger? The millennial developer caught the attention of Sam Altman and Mark Zuckerberg" /></p>Fortune profiles Peter Steinberger — founder of PSPDFKit (now Nutrient), the PDF SDK trusted by Apple and Dropbox — whose post-exit AI project OpenClaw earned 145,000 GitHub stars and a partnership with OpenAI.]]></description>
            <author>Fortune</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Lufthansa Systems uses Nutrient to deliver reliable, scalable PDF rendering for pilots worldwide]]></title>
            <link>https://www.nutrient.io/blog/lufthansa-nutrient-pdf-rendering/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/lufthansa-nutrient-pdf-rendering/</guid>
            <pubDate>Thu, 12 Feb 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DJjELtTa.jpg" alt="Lufthansa Systems uses Nutrient to deliver reliable, scalable PDF rendering for pilots worldwide" /></p>How Lufthansa scales reliable, feature-rich PDF rendering for pilots using Nutrient iOS SDK.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DJjELtTa.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient vs. Syncfusion: Complete comparison for .NET developers]]></title>
            <link>https://www.nutrient.io/blog/nutrient-vs-syncfusion-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-vs-syncfusion-comparison/</guid>
            <pubDate>Wed, 11 Feb 2026 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DPEXJ-I4.jpg" alt="Nutrient vs. Syncfusion: Complete comparison for .NET developers" /></p>Compare Nutrient .NET SDK (formerly GdPicture.NET) and Syncfusion .NET PDF for document processing. Features, code examples, performance, pricing, and migration guide for C# developers.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DPEXJ-I4.jpg"/>
        </item>
        <item>
            <title><![CDATA[React’s useTransition: The hook you’re probably using wrong]]></title>
            <link>https://www.nutrient.io/blog/react-usetransition-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-usetransition-guide/</guid>
            <pubDate>Tue, 10 Feb 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DHL2JJwM.png" alt="React’s useTransition: The hook you’re probably using wrong" /></p>How useTransition works under the hood, when to use it vs. useDeferredValue, and practical patterns for keeping your UI responsive during expensive state updates.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DHL2JJwM.png"/>
        </item>
        <item>
            <title><![CDATA[First City Monument Bank streamlines banking processes with Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/nutrient-workflow-banking-success-fcmb/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-workflow-banking-success-fcmb/</guid>
            <pubDate>Wed, 04 Feb 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bbtn-6DQ.jpg" alt="First City Monument Bank streamlines banking processes with Nutrient Workflow" /></p>Discover how FCMB cut errors and sped up banking approvals with Nutrient Workflow]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bbtn-6DQ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Workflow Automation: The missing link in supply chain efficiency]]></title>
            <link>https://www.nutrient.io/blog/supply-demand-chain-workflow-missing-link/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/supply-demand-chain-workflow-missing-link/</guid>
            <pubDate>Wed, 04 Feb 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Workflow Automation: The missing link in supply chain efficiency" /></p>Workflow automation isn’t just a technical upgrade; it’s a strategic move toward smarter, more resilient operations.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[The complete guide to digital signatures: PAdES, CAdES, and XAdES explained]]></title>
            <link>https://www.nutrient.io/blog/complete-guide-digital-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/complete-guide-digital-signatures/</guid>
            <pubDate>Tue, 03 Feb 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.R8WyjT9p.png" alt="The complete guide to digital signatures: PAdES, CAdES, and XAdES explained" /></p>Master digital signatures with this complete guide to PAdES, CAdES, and XAdES standards. Learn implementation with Nutrient SDK, API, Document Engine, and Workflow Automation.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.R8WyjT9p.png"/>
        </item>
        <item>
            <title><![CDATA[2025: Year in review]]></title>
            <link>https://www.nutrient.io/blog/2025-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2025-in-review/</guid>
            <pubDate>Mon, 02 Feb 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DHLutvXl.png" alt="2025: Year in review" /></p>From document tools to intelligent platform — how 2025 transformed the way we work with documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DHLutvXl.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Python SDK: Production-grade document processing for Python]]></title>
            <link>https://www.nutrient.io/blog/introducing-nutrient-python-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-nutrient-python-sdk/</guid>
            <pubDate>Fri, 30 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BZKX0v3m.png" alt="Nutrient Python SDK: Production-grade document processing for Python" /></p>Server-side document processing for Python. Convert documents, generate from templates, add signatures, extract data with OCR, and redact sensitive content — all with a clean, Pythonic API.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BZKX0v3m.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing agentic document editing for web applications with AI Assistant]]></title>
            <link>https://www.nutrient.io/blog/introducing-agentic-document-editing-for-web-applications-with-ai-assistant/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-agentic-document-editing-for-web-applications-with-ai-assistant/</guid>
            <pubDate>Thu, 29 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DpmTUPMA.png" alt="Introducing agentic document editing for web applications with AI Assistant" /></p>The latest AI Assistant update brings document editing agents that extract data, fill forms, redact content, and automate workflows through natural language commands.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DpmTUPMA.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient vs. QuestPDF: Complete comparison for .NET developers]]></title>
            <link>https://www.nutrient.io/blog/nutrient-vs-questpdf-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-vs-questpdf-comparison/</guid>
            <pubDate>Mon, 26 Jan 2026 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDPQFsmS.png" alt="Nutrient vs. QuestPDF: Complete comparison for .NET developers" /></p>Compare Nutrient .NET SDK and QuestPDF for PDF generation in C#. Features, code examples, performance, pricing, and migration guide for .NET developers.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BDPQFsmS.png"/>
        </item>
        <item>
            <title><![CDATA[How we fixed the GdPicture license expiration (and what to do if you’re affected)]]></title>
            <link>https://www.nutrient.io/blog/gdpicture-license-issue-in-das-and-dcs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/gdpicture-license-issue-in-das-and-dcs/</guid>
            <pubDate>Fri, 23 Jan 2026 18:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BPd6_Rva.png" alt="How we fixed the GdPicture license expiration (and what to do if you’re affected)" /></p>If your document conversion jobs stopped working on 10 January 2026 with a ‘production key expired’ error, this post explains the issue and provides fixes. An internal GdPicture license in Document Automation Server and Document Converter expired unexpectedly. We’ve released fixes to restore full functionality.]]></description>
            <author>Alex Donhou</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BPd6_Rva.png"/>
        </item>
        <item>
            <title><![CDATA[Red team security testing with agentic AI]]></title>
            <link>https://www.nutrient.io/blog/red-team-security-testing-with-agentic-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/red-team-security-testing-with-agentic-ai/</guid>
            <pubDate>Thu, 22 Jan 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDN7G5CP.jpg" alt="Red team security testing with agentic AI" /></p>In the hands of an experienced pentester, agentic AI can accelerate what’s possible and spot flaws easily overlooked by the human eye.]]></description>
            <author>Serana Warren</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BDN7G5CP.jpg"/>
        </item>
        <item>
            <title><![CDATA[The future of healthcare document automation]]></title>
            <link>https://www.nutrient.io/blog/future-healthcare-document-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/future-healthcare-document-automation/</guid>
            <pubDate>Tue, 20 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DkHwULPL.png" alt="The future of healthcare document automation" /></p>Manual patient intake and records management slow down healthcare operations. Learn how document automation improves speed, accuracy, and HIPAA compliance.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DkHwULPL.png"/>
        </item>
        <item>
            <title><![CDATA[Best healthcare workflow software compared]]></title>
            <link>https://www.nutrient.io/blog/best-healthcare-workflow-software-compared/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-healthcare-workflow-software-compared/</guid>
            <pubDate>Tue, 13 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0sTfAT4.png" alt="Best healthcare workflow software compared" /></p>Healthcare organizations need workflow software that balances efficiency with compliance. We compared four major solutions: Epic, Cerner (Oracle Health), DocuSign Healthcare, and <a href='/workflow-automation/'>Nutrient Workflow Automation</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B0sTfAT4.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK product updates for Q4 2025]]></title>
            <link>https://www.nutrient.io/blog/sdk-product-updates-q4-2025/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sdk-product-updates-q4-2025/</guid>
            <pubDate>Mon, 12 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/hero.DBGST0mg.png" alt="Nutrient SDK product updates for Q4 2025" /></p>Nutrient’s Q4 2025 SDK release delivers on-device AI for iOS, React Native New Architecture support, 3x faster document conversions, and 120+ OCR languages — closing out the year with intelligence, speed, and reach.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/hero.DBGST0mg.png"/>
        </item>
        <item>
            <title><![CDATA[How Harvey scaled legal document workflows 50 percent MoM without rebuilding infrastructure]]></title>
            <link>https://www.nutrient.io/blog/scaling-legal-document-workflows-harvey/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/scaling-legal-document-workflows-harvey/</guid>
            <pubDate>Thu, 08 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DdwXmmhD.jpg" alt="How Harvey scaled legal document workflows 50 percent MoM without rebuilding infrastructure" /></p>Learn how Harvey scaled legal document workflows 50 percent month over month using Nutrient without rebuilding infrastructure.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DdwXmmhD.jpg"/>
        </item>
        <item>
            <title><![CDATA[HIPAA-compliant document management in hospitals]]></title>
            <link>https://www.nutrient.io/blog/hipaa-compliant-document-management-hospitals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/hipaa-compliant-document-management-hospitals/</guid>
            <pubDate>Wed, 07 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ml5843y8.png" alt="HIPAA-compliant document management in hospitals" /></p>Traditional document storage systems leave hospitals vulnerable to HIPAA violations. <a href='/workflow-automation/solutions/healthcare/'>Nutrient Workflow Automation</a> provides purpose-built document management that is SOC 2 Type 2 audited, with comprehensive audit trails and automated compliance tracking.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ml5843y8.png"/>
        </item>
        <item>
            <title><![CDATA[How we optimized rendering performance while handling thousands of annotations in React — Part 2]]></title>
            <link>https://www.nutrient.io/blog/optimizing-rendering-performance-handling-thousands-annotations-part-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-rendering-performance-handling-thousands-annotations-part-2/</guid>
            <pubDate>Tue, 06 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C3TDHWlb.png" alt="How we optimized rendering performance while handling thousands of annotations in React — Part 2" /></p>Strategies to identify and improve rendering performance in React applications from our experience in building Nutrient Web Viewer SDK.]]></description>
            <author>Igor Perzic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C3TDHWlb.png"/>
        </item>
        <item>
            <title><![CDATA[Automated PII redaction with Nutrient API: Detect and remove PII]]></title>
            <link>https://www.nutrient.io/blog/automated-pii-removal/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automated-pii-removal/</guid>
            <pubDate>Mon, 05 Jan 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.6ZZ2-uCN.png" alt="Automated PII redaction with Nutrient API: Detect and remove PII" /></p>This guide shows how to implement automated PII removal with Nutrient’s API: from understanding PII categories and compliance guardrails to copy-paste code for <a href='/sdk/solutions/redaction/'>redaction jobs</a>. You’ll leave with a working baseline you can adapt to your corpus.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.6ZZ2-uCN.png"/>
        </item>
        <item>
            <title><![CDATA[2026 Low-Code/No-Code Predictions by DevOps]]></title>
            <link>https://www.nutrient.io/blog/devops-2026-low-code-no-code-predictions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/devops-2026-low-code-no-code-predictions/</guid>
            <pubDate>Mon, 05 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="2026 Low-Code/No-Code Predictions by DevOps" /></p>DevOps Digest rounds up expert predictions for low-code/no-code in 2026, including a prediction from Nutrient Solutions Engineer Pavitter Josan, who posits that AI and low-code will fuse into intelligent systems where documents evolve from static files into active enterprise collaborators.]]></description>
            <author>DevOps Digest</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Leaders predict AI to continue permeating all aspects of KM in 2026]]></title>
            <link>https://www.nutrient.io/blog/kmworld-leaders-predict-ai-permeating-2026/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kmworld-leaders-predict-ai-permeating-2026/</guid>
            <pubDate>Mon, 05 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Leaders predict AI to continue permeating all aspects of KM in 2026" /></p>KMWorld gathers 2026 predictions from knowledge management leaders, including Nutrient CTO Matej Bukovinski, who identifies cost, performance, and privacy as key barriers to broader AI adoption in high-volume enterprise document processing workflows.]]></description>
            <author>KMWorld</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[What are deep agents and how do they solve complex problems?]]></title>
            <link>https://www.nutrient.io/blog/langchain-deep-agents-comprehensive-developers-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/langchain-deep-agents-comprehensive-developers-guide/</guid>
            <pubDate>Mon, 29 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DrRhzHMO.png" alt="What are deep agents and how do they solve complex problems?" /></p>Discover how deep agents transform AI development with cognitive persistence, specialized subagents, and persistent memory for complex problem solving.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DrRhzHMO.png"/>
        </item>
        <item>
            <title><![CDATA[Whipping up document magic: Your easy-bake recipe for Vue and Nutrient Web SDK 🧁]]></title>
            <link>https://www.nutrient.io/blog/whipping-up-document-magic/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/whipping-up-document-magic/</guid>
            <pubDate>Tue, 23 Dec 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CvN1yWeN.png" alt="Whipping up document magic: Your easy-bake recipe for Vue and Nutrient Web SDK 🧁" /></p>Build a complete document upload and viewing application using Vue 3, Nutrient Web SDK, and Document Engine. Learn to create a mini backend with JWT authentication and Docker.]]></description>
            <author>Eli Payano</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CvN1yWeN.png"/>
        </item>
        <item>
            <title><![CDATA[What I’ve learned about product iteration planning while building SDKs]]></title>
            <link>https://www.nutrient.io/blog/what-ive-learned-about-product-iteration-planning-while-building-sdks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-ive-learned-about-product-iteration-planning-while-building-sdks/</guid>
            <pubDate>Thu, 18 Dec 2025 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYALp0uW.png" alt="What I’ve learned about product iteration planning while building SDKs" /></p>Insights from years of SDK development at Nutrient: Why structured iteration planning is crucial for developer tools, and how to balance innovation with reliability.]]></description>
            <author>Joanna Ciesielska-Cysek</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BYALp0uW.png"/>
        </item>
        <item>
            <title><![CDATA[Passwordless document signing: Three-layer security guide]]></title>
            <link>https://www.nutrient.io/blog/securing-digital-workflows-passwordless-external-signer-authentication/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/securing-digital-workflows-passwordless-external-signer-authentication/</guid>
            <pubDate>Wed, 17 Dec 2025 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BE3kKFUe.png" alt="Passwordless document signing: Three-layer security guide" /></p>Learn how we built secure passwordless authentication for external document signers using encrypted tokens, email distribution, and MFA — no accounts required.]]></description>
            <author>Omar Padilla</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BE3kKFUe.png"/>
        </item>
        <item>
            <title><![CDATA[New zip folder functionality streamlines file management in Document Automation Server]]></title>
            <link>https://www.nutrient.io/blog/zip-folder-functionality-in-das/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/zip-folder-functionality-in-das/</guid>
            <pubDate>Tue, 16 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B4C5ImPL.png" alt="New zip folder functionality streamlines file management in Document Automation Server" /></p>The new Zip Folders step in Document Automation Server enables you to compress processed files automatically, save valuable storage space, and generate detailed compression reports — all within a single job.]]></description>
            <author>Alex Donhou</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B4C5ImPL.png"/>
        </item>
        <item>
            <title><![CDATA[The keyboard shortcuts playbook: Taking control of keyboard events in Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/keyboard-playbook-shortcuts/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/keyboard-playbook-shortcuts/</guid>
            <pubDate>Fri, 12 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Br5msRD5.png" alt="The keyboard shortcuts playbook: Taking control of keyboard events in Nutrient Web SDK" /></p>Six battle-tested patterns for predictable, conflict-free keyboard shortcuts in Nutrient Web SDK, covering capture vs. bubble, Shadow DOM vs. iframe, retargeting, escape priority, print overrides, tool switching, and full input pause.]]></description>
            <author>Omar Talaat</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Br5msRD5.png"/>
        </item>
        <item>
            <title><![CDATA[From experienced engineer to AI beginner: My unexpected journey]]></title>
            <link>https://www.nutrient.io/blog/experienced-engineer-ai-beginner-journey/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/experienced-engineer-ai-beginner-journey/</guid>
            <pubDate>Thu, 11 Dec 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ChJMRIxk.png" alt="From experienced engineer to AI beginner: My unexpected journey" /></p>A senior engineer shares lessons learned from embracing AI tools despite years of traditional development experience — and how it transformed daily workflows.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ChJMRIxk.png"/>
        </item>
        <item>
            <title><![CDATA[AI-assisted manual testing: Handling Safari’s PDF rendering and UI quirks]]></title>
            <link>https://www.nutrient.io/blog/leveraging-ai-to-enhance-manual-human-acceptance-testing-nutrient-web-sdk-safari/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/leveraging-ai-to-enhance-manual-human-acceptance-testing-nutrient-web-sdk-safari/</guid>
            <pubDate>Tue, 09 Dec 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C5v7rbZt.png" alt="AI-assisted manual testing: Handling Safari’s PDF rendering and UI quirks" /></p>Safari introduces some of the hardest PDF rendering and UI bugs to test. Here’s how AI can assist manual and exploratory testers by automating documentation, performance tracking, and duplicate detection.]]></description>
            <author>Steven Izzo</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C5v7rbZt.png"/>
        </item>
        <item>
            <title><![CDATA[How to keep a 20-year-old SDK up to date]]></title>
            <link>https://www.nutrient.io/blog/modernizing-legacy-sdk-cross-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/modernizing-legacy-sdk-cross-platform/</guid>
            <pubDate>Mon, 08 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BGZbaplV.png" alt="How to keep a 20-year-old SDK up to date" /></p>The evolution of a .NET Framework GDI+ wrapper into a cross-platform document SDK: untangling legacy, abstracting platforms, and embracing modern frontends.]]></description>
            <author>Olivier Houssin</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BGZbaplV.png"/>
        </item>
        <item>
            <title><![CDATA[How we optimized rendering performance while handling thousands of annotations in React — Part 1]]></title>
            <link>https://www.nutrient.io/blog/optimizing-rendering-performance-handling-thousands-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-rendering-performance-handling-thousands-annotations/</guid>
            <pubDate>Fri, 05 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kPer7O1S.png" alt="How we optimized rendering performance while handling thousands of annotations in React — Part 1" /></p>Strategies to identify and improve rendering performance in React applications from our experience building Nutrient Web Viewer SDK.]]></description>
            <author>Divyanshu Maithani</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kPer7O1S.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient announces new executive hires to accelerate next phase of growth]]></title>
            <link>https://www.nutrient.io/blog/nutrient-appoints-new-executives-accelerate-growth/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-appoints-new-executives-accelerate-growth/</guid>
            <pubDate>Thu, 04 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DzIMQT0g.jpg" alt="Nutrient announces new executive hires to accelerate next phase of growth" /></p>Nutrient, the intelligent document company, appoints Kari Elassal as CFO and Chris Van Wesep as CMO, and promotes Richard Malloy to CRO as it accelerates its AI-native document platform one year after unifying five industry-leading companies under a single brand.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DzIMQT0g.jpg"/>
        </item>
        <item>
            <title><![CDATA[High performance UI using web workers]]></title>
            <link>https://www.nutrient.io/blog/high-performance-ui-using-workers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/high-performance-ui-using-workers/</guid>
            <pubDate>Wed, 03 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CNhK1G6g.png" alt="High performance UI using web workers" /></p>How a simple point picker component revealed the true power of web workers for UI performance]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CNhK1G6g.png"/>
        </item>
        <item>
            <title><![CDATA[Automate document conversion at scale with Python and Nutrient DCS]]></title>
            <link>https://www.nutrient.io/blog/document-converter-services-and-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-converter-services-and-python/</guid>
            <pubDate>Tue, 02 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-TeTzck.png" alt="Automate document conversion at scale with Python and Nutrient DCS" /></p>Nutrient Document Converter Services (DCS) is a highly optimized solution to programmatically convert, compress, merge, watermark, secure, extract, and OCR documents created in a large range of formats. Python is a very popular development language, both on its own and as part of Jupyter Notebook.]]></description>
            <author>Stephen Carter</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-TeTzck.png"/>
        </item>
        <item>
            <title><![CDATA[From curiosity to PLG (and AI): My journey to understanding product-led growth]]></title>
            <link>https://www.nutrient.io/blog/plg-and-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/plg-and-ai/</guid>
            <pubDate>Mon, 01 Dec 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.6FIRT0wZ.gif" alt="From curiosity to PLG (and AI): My journey to understanding product-led growth" /></p>Discover how AI is transforming product-led growth (PLG) strategies — reducing time-to-value, automating onboarding, and helping companies like Nutrient deliver instant user success.]]></description>
            <author>Shantanu Methikar</author>
            <category>undefined</category>
            <enclosure length="0" type="image/gif" url="https://www.nutrient.io/_astro/article-header.6FIRT0wZ.gif"/>
        </item>
        <item>
            <title><![CDATA[Prost to progress: One year as Nutrient]]></title>
            <link>https://www.nutrient.io/blog/munich-retreat-2025/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/munich-retreat-2025/</guid>
            <pubDate>Fri, 28 Nov 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCW2MQGW.png" alt="Prost to progress: One year as Nutrient" /></p>One year into our rebrand, we gathered in Munich to focus on AI, team bonding, and celebrating how far we’ve come together.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DCW2MQGW.png"/>
        </item>
        <item>
            <title><![CDATA[Pigeon usage at Nutrient: Bridging native SDKs to Flutter]]></title>
            <link>https://www.nutrient.io/blog/pigeon-usage-at-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pigeon-usage-at-nutrient/</guid>
            <pubDate>Thu, 27 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bbsgwpvf.png" alt="Pigeon usage at Nutrient: Bridging native SDKs to Flutter" /></p>How Nutrient uses Pigeon to connect our native PDF SDKs to Flutter, the benefits we’ve gained, limitations we’ve encountered, and our pragmatic approach to Flutter’s evolving interop landscape.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bbsgwpvf.png"/>
        </item>
        <item>
            <title><![CDATA[Modernizing CI build servers: How to migrate from Chef to Ansible]]></title>
            <link>https://www.nutrient.io/blog/migrating-from-chef-to-ansible/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/migrating-from-chef-to-ansible/</guid>
            <pubDate>Wed, 26 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DdyZ2DDx.png" alt="Modernizing CI build servers: How to migrate from Chef to Ansible" /></p>Learn how we transitioned from Chef to Ansible for configuration management, improving maintainability and reducing configuration complexity by more than 99 percent.]]></description>
            <author>Hugh Woodfall</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DdyZ2DDx.png"/>
        </item>
        <item>
            <title><![CDATA[Unix man pages: AI-friendly documentation since 1971]]></title>
            <link>https://www.nutrient.io/blog/unix-man-pages-ai-friendly-documentation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/unix-man-pages-ai-friendly-documentation/</guid>
            <pubDate>Tue, 25 Nov 2025 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.uep6p8he.jpg" alt="Unix man pages: AI-friendly documentation since 1971" /></p>A little story about how computer documentation was made in old times, how users and developers worked with it, and why man pages from the 1970s are still relevant today.]]></description>
            <author>Ingvarr Zhmakin</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.uep6p8he.jpg"/>
        </item>
        <item>
            <title><![CDATA[Consistent hashing for even load distribution]]></title>
            <link>https://www.nutrient.io/blog/consistent-hashing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/consistent-hashing/</guid>
            <pubDate>Mon, 24 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.cqbM1ChP.png" alt="Consistent hashing for even load distribution" /></p>How to ensure data locality in a distributed document management system.]]></description>
            <author>Bartosz Szafran</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.cqbM1ChP.png"/>
        </item>
        <item>
            <title><![CDATA[Best AI redaction APIs: Complete comparison guide for 2026]]></title>
            <link>https://www.nutrient.io/blog/best-ai-redaction-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-ai-redaction-api/</guid>
            <pubDate>Thu, 20 Nov 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BF0sDluA.png" alt="Best AI redaction APIs: Complete comparison guide for 2026" /></p>Data privacy laws like GDPR, HIPAA, and CCPA carry massive penalties for unredacted personal data, and manual redaction can’t keep pace. We tested leading AI redaction APIs on real PDFs, and <a href='/api/ai-redaction-api/'>Nutrient AI redaction API</a> stood out for permanent PDF redaction, OCR/layout preservation, and audit-ready outputs.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BF0sDluA.png"/>
        </item>
        <item>
            <title><![CDATA[Why AI document redaction matters for modern security]]></title>
            <link>https://www.nutrient.io/blog/ai-document-redaction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-document-redaction/</guid>
            <pubDate>Mon, 17 Nov 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.gkmiL4XJ.png" alt="Why AI document redaction matters for modern security" /></p>Discover how AI document redaction transforms sensitive data protection across finance, legal, and healthcare while addressing critical manual redaction risks.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.gkmiL4XJ.png"/>
        </item>
        <item>
            <title><![CDATA[From coding to coordinating: How AI transformed my workflow]]></title>
            <link>https://www.nutrient.io/blog/from-coding-to-coordinating-ai-transformed-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/from-coding-to-coordinating-ai-transformed-workflow/</guid>
            <pubDate>Fri, 14 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BUaAS2Za.jpg" alt="From coding to coordinating: How AI transformed my workflow" /></p>A senior engineer shares how AI developer tools revolutionized their decade-old workflow, shifting from manual coding to AI-augmented development.]]></description>
            <author>Alexandros Apostolakis</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BUaAS2Za.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is intelligent document processing (IDP)? A complete guide]]></title>
            <link>https://www.nutrient.io/blog/what-is-intelligent-document-processing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-intelligent-document-processing/</guid>
            <pubDate>Wed, 12 Nov 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DrprBqyA.png" alt="What is intelligent document processing (IDP)? A complete guide" /></p>This guide covers intelligent document processing: what it is, how it works, and how <a href='/guides/ai-document-processing/'>Nutrient AI Document Processing</a> helps organizations process documents faster with higher accuracy.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DrprBqyA.png"/>
        </item>
        <item>
            <title><![CDATA[Enterprise PDF SDKs: Best PSPDFKit (now Nutrient) alternatives]]></title>
            <link>https://www.nutrient.io/blog/enterprise-pdf-sdks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/enterprise-pdf-sdks/</guid>
            <pubDate>Tue, 11 Nov 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dc8A3aVQ.png" alt="Enterprise PDF SDKs: Best PSPDFKit (now Nutrient) alternatives" /></p>If you’re evaluating developer SDKs and toolkits for embedding document capabilities in your B2B application — or researching the market after PSPDFKit rebranded to Nutrient — the market splits cleanly: developer-first platforms that ship the full document lifecycle (<a href='/sdk/'>Nutrient</a>), and traditional toolkits like Apryse that expect you to build critical pieces (e.g. collaboration) yourself. Everything else serves narrow, specialized use cases like HTML-to-PDF conversion or basic viewing.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dc8A3aVQ.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK product updates for Q3 2025]]></title>
            <link>https://www.nutrient.io/blog/sdk-product-updates-q3-2025/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sdk-product-updates-q3-2025/</guid>
            <pubDate>Wed, 05 Nov 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BBd0Lgip.jpg" alt="Nutrient SDK product updates for Q3 2025" /></p>Nutrient’s Q3 2025 SDK release delivers multidocument AI intelligence, iOS 26 support, RTL languages, and WCAG 2.2 accessibility across all platforms.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BBd0Lgip.jpg"/>
        </item>
        <item>
            <title><![CDATA[GdPicture support best practices]]></title>
            <link>https://www.nutrient.io/blog/gdpicture-support-best-practices/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/gdpicture-support-best-practices/</guid>
            <pubDate>Tue, 04 Nov 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DFHeiCW0.png" alt="GdPicture support best practices" /></p>Learn how to prepare and submit detailed, efficient GdPicture support requests to help our team assist you faster.]]></description>
            <author>Hugo Cudd</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DFHeiCW0.png"/>
        </item>
        <item>
            <title><![CDATA[Redacting sensitive data with Nutrient AI redaction API]]></title>
            <link>https://www.nutrient.io/blog/redacting-sensitive-data/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/redacting-sensitive-data/</guid>
            <pubDate>Fri, 31 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BHvcroyz.png" alt="Redacting sensitive data with Nutrient AI redaction API" /></p>This tutorial shows you how to build a Python workflow using the <a href='/api/ai-redaction-api/'>Nutrient AI redaction API</a>. You'll upload documents, apply permanent redactions, and verify the results.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BHvcroyz.png"/>
        </item>
        <item>
            <title><![CDATA[How AI is transforming the customer experience at Nutrient: From instant answers to intelligent support]]></title>
            <link>https://www.nutrient.io/blog/how-ai-is-transforming-the-customer-experience-at-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-ai-is-transforming-the-customer-experience-at-nutrient/</guid>
            <pubDate>Thu, 30 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.773PMrIN.png" alt="How AI is transforming the customer experience at Nutrient: From instant answers to intelligent support" /></p>Discover how Nutrient uses Kapa AI to transform customer support with intelligent documentation navigation, proactive ticket resolution, and AI-powered assistance that resolves 15 percent of support requests instantly.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.773PMrIN.png"/>
        </item>
        <item>
            <title><![CDATA[How manual QA uses PR testing between releases]]></title>
            <link>https://www.nutrient.io/blog/qa-pr-testing-vs-release-validation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/qa-pr-testing-vs-release-validation/</guid>
            <pubDate>Wed, 29 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C7_n5AD9.png" alt="How manual QA uses PR testing between releases" /></p>Learn how Nutrient’s QA team balances pull request testing with release validation to catch bugs early, reduce risk, and ensure features work in real-world scenarios before production deployment.]]></description>
            <author>Dusan Maksimovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C7_n5AD9.png"/>
        </item>
        <item>
            <title><![CDATA[From static to smart: How AI and APIs are powering the next generation of workflow automation]]></title>
            <link>https://www.nutrient.io/blog/how-ai-and-apis-are-powering-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-ai-and-apis-are-powering-workflow-automation/</guid>
            <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D3m3lyeY.png" alt="From static to smart: How AI and APIs are powering the next generation of workflow automation" /></p>Discover how Nutrient Workflow’s RESTful data elements and intelligent document processing capabilities transform static processes into dynamic, AI-powered automation that connects to live data and processes documents intelligently.]]></description>
            <author>Shrevin Sookun</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D3m3lyeY.png"/>
        </item>
        <item>
            <title><![CDATA[Behind the code with Dan Jankowski]]></title>
            <link>https://www.nutrient.io/blog/engineer-stories-dan/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/engineer-stories-dan/</guid>
            <pubDate>Mon, 27 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DzHztEID.png" alt="Behind the code with Dan Jankowski" /></p>From support engineer to VP of Technology, Dan Jankowski has spent 15 years building and scaling Nutrient Workflow Automation Platform.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DzHztEID.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient expands Workflow platform to power secure, document-centric efficiencies for the enterprise]]></title>
            <link>https://www.nutrient.io/blog/nutrient-expands-workflow-platform-for-enterprise-q4-2025/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-expands-workflow-platform-for-enterprise-q4-2025/</guid>
            <pubDate>Mon, 27 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient expands Workflow platform to power secure, document-centric efficiencies for the enterprise" /></p>Nutrient Workflow’s H2 2025 release introduces AI-powered data extraction, built-in electronic signing, and enterprise security features — including SSO, mobile approvals, and granular access controls — purpose-built for document-centric workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Best C# PDF library in 2026]]></title>
            <link>https://www.nutrient.io/blog/best-csharp-pdf-library/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-csharp-pdf-library/</guid>
            <pubDate>Fri, 24 Oct 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BmcmXpDb.png" alt="Best C# PDF library in 2026" /></p>This post compares seven C# PDF libraries on features, pricing and licensing, and .NET integration, and it outlines which scenarios each library fits best.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BmcmXpDb.png"/>
        </item>
        <item>
            <title><![CDATA[My first experience with Claude Code: From idea to implementation in 20 minutes]]></title>
            <link>https://www.nutrient.io/blog/my-first-experience-with-claude-code/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/my-first-experience-with-claude-code/</guid>
            <pubDate>Thu, 23 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.PJ9qZ2Q7.png" alt="My first experience with Claude Code: From idea to implementation in 20 minutes" /></p>A developer’s firsthand account of using Claude Code to add a KPI donut chart feature, achieving 90 percent completion with AI assistance.]]></description>
            <author>Keith Stanislaw</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.PJ9qZ2Q7.png"/>
        </item>
        <item>
            <title><![CDATA[Edge-to-edge support on Android 15+]]></title>
            <link>https://www.nutrient.io/blog/edge-to-edge-support-on-android-15/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/edge-to-edge-support-on-android-15/</guid>
            <pubDate>Wed, 22 Oct 2025 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DadZJ1Ls.png" alt="Edge-to-edge support on Android 15+" /></p>This article shows how to make sure your app content isn’t overlapped by system components when edge-to-edge is enforced.]]></description>
            <author>Rafał Wesołowski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DadZJ1Ls.png"/>
        </item>
        <item>
            <title><![CDATA[Practical micro frontends: How we orchestrated multiple frameworks with single-spa]]></title>
            <link>https://www.nutrient.io/blog/micro-frontends-that-actually-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/micro-frontends-that-actually-work/</guid>
            <pubDate>Tue, 21 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CPN8qSon.png" alt="Practical micro frontends: How we orchestrated multiple frameworks with single-spa" /></p>Practical patterns for micro frontend architecture using single-spa. Real-world lessons from managing multiple independent applications in production.]]></description>
            <author>Michael Del Regno</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CPN8qSon.png"/>
        </item>
        <item>
            <title><![CDATA[Challenges in SharePoint automation and how to overcome them]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-automation-challenges-blog/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-automation-challenges-blog/</guid>
            <pubDate>Thu, 16 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.2-enQ2Ja.png" alt="Challenges in SharePoint automation and how to overcome them" /></p>Discover common SharePoint automation challenges and practical solutions using Playwright. Learn authentication strategies, dynamic content handling, and performance optimization techniques.]]></description>
            <author>Krati Goyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.2-enQ2Ja.png"/>
        </item>
        <item>
            <title><![CDATA[The ECDSA challenge: Why your digital signatures might be failing with ECDSA (and how to fix it)]]></title>
            <link>https://www.nutrient.io/blog/ecdsa-digital-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ecdsa-digital-signatures/</guid>
            <pubDate>Mon, 13 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DzYu3P6-.png" alt="The ECDSA challenge: Why your digital signatures might be failing with ECDSA (and how to fix it)" /></p>Discover why ECDSA digital signatures often fail PDF validation; what differentiates them from RSA; and step-by-step solutions for proper encoding, PKCS#7 containers, and certificate setup.]]></description>
            <author>Omar Talaat</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DzYu3P6-.png"/>
        </item>
        <item>
            <title><![CDATA[Python PDF text extraction with PyMuPDF: Scanned PDFs, tables, and OCR]]></title>
            <link>https://www.nutrient.io/blog/extract-text-from-pdf-pymupdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/extract-text-from-pdf-pymupdf/</guid>
            <pubDate>Thu, 09 Oct 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DvKcY6GR.jpg" alt="Python PDF text extraction with PyMuPDF: Scanned PDFs, tables, and OCR" /></p>PyMuPDF is fast for native PDF text extraction. For scanned PDFs, it needs a Tesseract OCR fallback, and its AGPL license has real implications for commercial use. Here’s the working code for both paths, plus when Nutrient DWS Processor API is a better fit.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DvKcY6GR.jpg"/>
        </item>
        <item>
            <title><![CDATA[UI testing your React Native apps using Maestro]]></title>
            <link>https://www.nutrient.io/blog/ui-testing-react-native-apps-with-maestro/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ui-testing-react-native-apps-with-maestro/</guid>
            <pubDate>Wed, 08 Oct 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DMBoIsI4.jpg" alt="UI testing your React Native apps using Maestro" /></p>Learn how to implement comprehensive user interface (UI) testing for React Native applications using Maestro]]></description>
            <author>Erhard Brand</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DMBoIsI4.jpg"/>
        </item>
        <item>
            <title><![CDATA[Rich text PDF annotations: Managing XHTML and annotation property synchronization]]></title>
            <link>https://www.nutrient.io/blog/rich-text-pdf-annotations-managing-xhtml-and-annotation-property-synchronization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rich-text-pdf-annotations-managing-xhtml-and-annotation-property-synchronization/</guid>
            <pubDate>Tue, 07 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bw2UeiYK.png" alt="Rich text PDF annotations: Managing XHTML and annotation property synchronization" /></p>Explore the complexities of rich text PDF annotations, from PDF specification requirements to intelligent synchronization strategies that ensure consistent formatting across all platforms.]]></description>
            <author>Mahmoud Elsayad</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bw2UeiYK.png"/>
        </item>
        <item>
            <title><![CDATA[Real-time updates using WebSockets]]></title>
            <link>https://www.nutrient.io/blog/real-time-updates-websockets-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/real-time-updates-websockets-workflow/</guid>
            <pubDate>Mon, 06 Oct 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BAsp-uo1.jpg" alt="Real-time updates using WebSockets" /></p>Learn how WebSockets enable real-time communication in data-intensive applications like Nutrient Workflow, replacing HTTP polling with persistent connections.]]></description>
            <author>Gerson Leiva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BAsp-uo1.jpg"/>
        </item>
        <item>
            <title><![CDATA[Stop drowning in email chaos: How smart automation transforms workplace communication]]></title>
            <link>https://www.nutrient.io/blog/drowning-in-email-chaos/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/drowning-in-email-chaos/</guid>
            <pubDate>Fri, 03 Oct 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CswBsrVu.png" alt="Stop drowning in email chaos: How smart automation transforms workplace communication" /></p>Manual communication wastes hours and causes costly errors. Learn how Nutrient Workflow automates workplace communication with intelligent, code-free workflows that ensure accuracy, compliance, and personalization — saving time and boosting employee engagement.]]></description>
            <author>Sailaja Ayyalasomayajula</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CswBsrVu.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Workflow product updates for H2 2025]]></title>
            <link>https://www.nutrient.io/blog/nutrient-workflow-product-updates-h2-2025/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-workflow-product-updates-h2-2025/</guid>
            <pubDate>Thu, 02 Oct 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.aPCFIt62.png" alt="Nutrient Workflow product updates for H2 2025" /></p>Nutrient Workflow H2 2025 update: built-in signing, AI document processing, real-time forms, mobile approvals, SSO, and modern dashboards.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.aPCFIt62.png"/>
        </item>
        <item>
            <title><![CDATA[AI tools that actually work: An honest assessment]]></title>
            <link>https://www.nutrient.io/blog/ai-tools-that-actually-work-honest-assessment/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-tools-that-actually-work-honest-assessment/</guid>
            <pubDate>Wed, 01 Oct 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.57P6mTwO.png" alt="AI tools that actually work: An honest assessment" /></p>A practical look at the AI tools we use at Nutrient — from Claude Code for development to Kapa.ai for documentation — and what makes them worth adopting.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.57P6mTwO.png"/>
        </item>
        <item>
            <title><![CDATA[ADAL and MSAL authentication product notification]]></title>
            <link>https://www.nutrient.io/blog/adal-and-msal-microsoft-authentication-product-notification/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adal-and-msal-microsoft-authentication-product-notification/</guid>
            <pubDate>Wed, 01 Oct 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.awJ8Tezi.jpg" alt="ADAL and MSAL authentication product notification" /></p>ADAL is deprecated — migrate to MSAL now. See which Nutrient products are affected and how to update to keep your software running.]]></description>
            <author>Ben Goble</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.awJ8Tezi.jpg"/>
        </item>
        <item>
            <title><![CDATA[Announcing the Python SDK for Nutrient DWS Processor API]]></title>
            <link>https://www.nutrient.io/blog/announcing-python-sdk-nutrient-dws-processor-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/announcing-python-sdk-nutrient-dws-processor-api/</guid>
            <pubDate>Tue, 30 Sep 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CkTYAUN_.png" alt="Announcing the Python SDK for Nutrient DWS Processor API" /></p>Introducing the new Python SDK for Nutrient DWS Processor API, with type hints, async/await support, workflow builder, and AI coding assistance.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CkTYAUN_.png"/>
        </item>
        <item>
            <title><![CDATA[Announcing the TypeScript SDK for Nutrient DWS Processor API]]></title>
            <link>https://www.nutrient.io/blog/announcing-typescript-sdk-nutrient-dws-processor-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/announcing-typescript-sdk-nutrient-dws-processor-api/</guid>
            <pubDate>Tue, 30 Sep 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xnWr8p_0.png" alt="Announcing the TypeScript SDK for Nutrient DWS Processor API" /></p>Introducing the new TypeScript SDK for Nutrient DWS Processor API, with type safety, convenience APIs, workflow builder, and AI coding assistance.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.xnWr8p_0.png"/>
        </item>
        <item>
            <title><![CDATA[Building trust in enterprise AI: A deep dive into security and privacy for document intelligence on Azure Government and AWS Bedrock]]></title>
            <link>https://www.nutrient.io/blog/security-privacy-document-intelligence-azure-government-aws-bedrock/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/security-privacy-document-intelligence-azure-government-aws-bedrock/</guid>
            <pubDate>Mon, 29 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.XsSmIrwW.jpg" alt="Building trust in enterprise AI: A deep dive into security and privacy for document intelligence on Azure Government and AWS Bedrock" /></p>Secure enterprise AI on sovereign clouds. Compare Azure Government and AWS Bedrock Guardrails to protect sensitive data and ensure compliance.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.XsSmIrwW.jpg"/>
        </item>
        <item>
            <title><![CDATA[My journey with Claude Code: Discovering the future of AI-powered development]]></title>
            <link>https://www.nutrient.io/blog/my-journey-with-claude-code-ai-development/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/my-journey-with-claude-code-ai-development/</guid>
            <pubDate>Thu, 25 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.8aD5Mj6F.jpg" alt="My journey with Claude Code: Discovering the future of AI-powered development" /></p>Discover how AI-powered development with Claude Code transformed my workflow at Nutrient. Learn the systematic methodology that delivers genuine productivity gains and comprehensive testing.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.8aD5Mj6F.jpg"/>
        </item>
        <item>
            <title><![CDATA[Best JavaScript PDF libraries 2026: A complete guide to viewers, generators, and enterprise solutions]]></title>
            <link>https://www.nutrient.io/blog/javascript-pdf-libraries/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/javascript-pdf-libraries/</guid>
            <pubDate>Tue, 23 Sep 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CjwjMauW.png" alt="Best JavaScript PDF libraries 2026: A complete guide to viewers, generators, and enterprise solutions" /></p>JavaScript PDF libraries either generate new PDFs or display existing ones. This guide categorizes the top libraries by function to help you choose the right tool.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CjwjMauW.png"/>
        </item>
        <item>
            <title><![CDATA[Metaprogramming: Unlocking code automation]]></title>
            <link>https://www.nutrient.io/blog/metaprogramming-unlocking-code-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/metaprogramming-unlocking-code-automation/</guid>
            <pubDate>Thu, 18 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.aQ5PvhFA.png" alt="Metaprogramming: Unlocking code automation" /></p>Unlocking the potential of metaprogramming to reduce repetition, automate code, and complement AI in modern development.]]></description>
            <author>Etienne Alby</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.aQ5PvhFA.png"/>
        </item>
        <item>
            <title><![CDATA[HTTP multipart requests: The developer’s guide to conquering mixed content APIs]]></title>
            <link>https://www.nutrient.io/blog/http-multipart-demystified/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/http-multipart-demystified/</guid>
            <pubDate>Wed, 17 Sep 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.F_68qjOq.png" alt="HTTP multipart requests: The developer’s guide to conquering mixed content APIs" /></p>Learn how HTTP multipart requests work, from email origins to modern APIs. Discover practical patterns for mixing JSON with binary files and build confidence with this plaintext protocol.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.F_68qjOq.png"/>
        </item>
        <item>
            <title><![CDATA[Employee Education – A Missed Opportunity or Leadership Priority?]]></title>
            <link>https://www.nutrient.io/blog/trainingmag-2026-employee-education-missed-opportunity-leadership/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/trainingmag-2026-employee-education-missed-opportunity-leadership/</guid>
            <pubDate>Wed, 17 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Employee Education – A Missed Opportunity or Leadership Priority?" /></p>Nutrient CEO Jonathan Rhyne argues that closing the AI skills gap starts with rethinking employee education — taking cues from early childhood learning to build adaptable, future-ready workforces.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[From support tickets to pull requests: A support engineer’s journey into code contributions]]></title>
            <link>https://www.nutrient.io/blog/from-bug-reports-to-pull-requests-ai-in-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/from-bug-reports-to-pull-requests-ai-in-support/</guid>
            <pubDate>Tue, 16 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BslKj3ts.png" alt="From support tickets to pull requests: A support engineer’s journey into code contributions" /></p>How a support engineer evolved from bug reporter to bug fixer using AI-assisted development workflows to directly contribute code solutions.]]></description>
            <author>Rahul Soni</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BslKj3ts.png"/>
        </item>
        <item>
            <title><![CDATA[Survival of the fittest: A CTO’s guide to thriving in an AI-driven world]]></title>
            <link>https://www.nutrient.io/blog/podcast-cto-guide-ai-driven-world/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/podcast-cto-guide-ai-driven-world/</guid>
            <pubDate>Mon, 15 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CiRiqo_P.png" alt="Survival of the fittest: A CTO’s guide to thriving in an AI-driven world" /></p>A survival‑of‑the‑fittest guide for engineers in an AI era: Leverage AI responsibly, master agentic coding, embrace product thinking, and avoid hiring pitfalls.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CiRiqo_P.png"/>
        </item>
        <item>
            <title><![CDATA[JavaScript PDF generation: Methods, libraries, and best practices]]></title>
            <link>https://www.nutrient.io/blog/generate-pdfs-from-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generate-pdfs-from-javascript/</guid>
            <pubDate>Fri, 12 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bo07WeJj.png" alt="JavaScript PDF generation: Methods, libraries, and best practices" /></p>This guide surveys the most effective JavaScript PDF generation options in 2025. If you need a fast, reliable path to production, start with <a href='/sdk/web/'>Nutrient</a> (Web SDK for client-side; <a href='/api/'>DWS Processor API</a> and <a href='/sdk/document-engine/'>Document Engine</a> for server-side and enterprise). This guide also compares popular open source libraries and browser-driven renderers so you can pick the right tool for your constraints.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bo07WeJj.png"/>
        </item>
        <item>
            <title><![CDATA[KMWorld Trend-Setting Products of 2025]]></title>
            <link>https://www.nutrient.io/blog/kmworld-2026-trend-setting-products/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kmworld-2026-trend-setting-products/</guid>
            <pubDate>Mon, 08 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="KMWorld Trend-Setting Products of 2025" /></p>Nutrient Workflow Automation Platform earns a spot on KMWorld’s Trend-Setting Products of 2025 list, recognized for enabling no-code business process automation across the enterprise.]]></description>
            <author>KMWorld</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Supercharge Warp with Nutrient DWS MCP Server: From datasheet PDFs to production code]]></title>
            <link>https://www.nutrient.io/blog/supercharge-warp-with-nutrient-dws-mcp-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/supercharge-warp-with-nutrient-dws-mcp-server/</guid>
            <pubDate>Fri, 05 Sep 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B6l-3pBD.png" alt="Supercharge Warp with Nutrient DWS MCP Server: From datasheet PDFs to production code" /></p>Discover how Warp’s MCP integration with Nutrient DWS Processor API transforms PDF datasheets into structured data for AI-powered development, eliminating manual datasheet parsing.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B6l-3pBD.png"/>
        </item>
        <item>
            <title><![CDATA[Extract data from PDF: A developer guide to structured JSON]]></title>
            <link>https://www.nutrient.io/blog/pdf-data-extraction-developer-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-data-extraction-developer-guide/</guid>
            <pubDate>Thu, 04 Sep 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CC_pGvyW.png" alt="Extract data from PDF: A developer guide to structured JSON" /></p>To extract data from a PDF, turn document content into text, layout elements, or schema-shaped JSON that software and agents can use. The right PDF data extraction pipeline applies only the processing depth each document needs — parsing for born-digital files, and OCR for scans. Then it grounds important values in the source.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CC_pGvyW.png"/>
        </item>
        <item>
            <title><![CDATA[Document Automation Server (DAS) OCR file handling]]></title>
            <link>https://www.nutrient.io/blog/document-automation-server-das-ocr-file-handling/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-automation-server-das-ocr-file-handling/</guid>
            <pubDate>Wed, 03 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C9qjvSzK.png" alt="Document Automation Server (DAS) OCR file handling" /></p>Compare standard, extended, and GdPicture OCR in Nutrient Document Automation Server. Learn file handling strengths, limits, and best use cases.]]></description>
            <author>Ben Goble</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C9qjvSzK.png"/>
        </item>
        <item>
            <title><![CDATA[Organized chaos]]></title>
            <link>https://www.nutrient.io/blog/organized-chaos/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/organized-chaos/</guid>
            <pubDate>Tue, 02 Sep 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BqZzBo0i.jpg" alt="Organized chaos" /></p>Simplify chaos: Discover how Emacs Org mode helps you capture tasks from email, browser, and the terminal into one organized workflow.]]></description>
            <author>Robert Vojta</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BqZzBo0i.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF-to-Word conversion: Complete guide]]></title>
            <link>https://www.nutrient.io/blog/convert-pdf-to-word/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-pdf-to-word/</guid>
            <pubDate>Mon, 01 Sep 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DNUlZrQo.png" alt="PDF-to-Word conversion: Complete guide" /></p>Converting PDF to Word is more complex than it appears. This guide compares open source tools with Nutrient’s SDKs and API for high-fidelity PDF-to-DOCX conversion.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DNUlZrQo.png"/>
        </item>
        <item>
            <title><![CDATA[University of Texas Health Science Center San Antonio redefines academic operations with Nutrient workflows]]></title>
            <link>https://www.nutrient.io/blog/university-of-texas-academic-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/university-of-texas-academic-workflow-automation/</guid>
            <pubDate>Fri, 29 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.-c5xChQm.jpg" alt="University of Texas Health Science Center San Antonio redefines academic operations with Nutrient workflows" /></p>University of Texas improved academic operations by automating and connecting complex workflows.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.-c5xChQm.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Workflow Automation mobile app: Your business, on the go!]]></title>
            <link>https://www.nutrient.io/blog/nutrient-workflow-automation-mobile-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-workflow-automation-mobile-app/</guid>
            <pubDate>Thu, 28 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BKyKNES5.png" alt="Nutrient Workflow Automation mobile app: Your business, on the go!" /></p>The Nutrient Workflow Automation mobile app brings powerful workflow management to your mobile devices, enabling you to manage tasks, approve requests, and monitor critical processes from anywhere.]]></description>
            <author>Shantanu Methikar</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BKyKNES5.png"/>
        </item>
        <item>
            <title><![CDATA[From PDF to spreadsheet: The impossible conversion]]></title>
            <link>https://www.nutrient.io/blog/from-pdf-to-spreadsheet-the-impossible-conversion/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/from-pdf-to-spreadsheet-the-impossible-conversion/</guid>
            <pubDate>Wed, 27 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CEYufD-K.png" alt="From PDF to spreadsheet: The impossible conversion" /></p>Exploring why converting spreadsheets to PDFs works perfectly but the reverse remains impossible. Learn the fundamental differences between structured data formats and fixed-layout documents, plus how Nutrient’s modern tools provide valuable starting points despite inherent limitations.]]></description>
            <author>Fabien Viollet</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CEYufD-K.png"/>
        </item>
        <item>
            <title><![CDATA[From DOS to developer: How “Thor’s Hammer” forged a career]]></title>
            <link>https://www.nutrient.io/blog/podcast-pdf-architect-thors-hammer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/podcast-pdf-architect-thors-hammer/</guid>
            <pubDate>Tue, 26 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C3PsWhYL.png" alt="From DOS to developer: How “Thor’s Hammer” forged a career" /></p>Discover how Nutrient’s Patrik Weiskircher evolved from tinkering with DOS to mastering PDF engineering, balancing speed and quality while embracing AI tools.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C3PsWhYL.png"/>
        </item>
        <item>
            <title><![CDATA[How enterprises can adopt Model Context Protocol safely]]></title>
            <link>https://www.nutrient.io/blog/how-enterprises-can-adopt-mcps-safely/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-enterprises-can-adopt-mcps-safely/</guid>
            <pubDate>Mon, 25 Aug 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.VmIHcmOD.jpg" alt="How enterprises can adopt Model Context Protocol safely" /></p>Model Context Protocol (MCP) is an emerging technology aimed at giving LLMs the ability to fetch information or take actions on behalf of a user. While the technology is promising, special consideration must be taken to ensure MCP servers are safe for enterprise use cases]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.VmIHcmOD.jpg"/>
        </item>
        <item>
            <title><![CDATA[From manual to automated: Building AI agents for procurement document processing]]></title>
            <link>https://www.nutrient.io/blog/building-ai-agents-for-procurement-document-processing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/building-ai-agents-for-procurement-document-processing/</guid>
            <pubDate>Fri, 22 Aug 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CvhxipH1.png" alt="From manual to automated: Building AI agents for procurement document processing" /></p>Learn how to build AI agents that automatically process procurement documents, perform three-way matching, and identify exceptions that need human review — saving hours of manual work.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CvhxipH1.png"/>
        </item>
        <item>
            <title><![CDATA[Random image generation API with Elixir and Phoenix]]></title>
            <link>https://www.nutrient.io/blog/image-generation-api-with-elixir-phoenix/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/image-generation-api-with-elixir-phoenix/</guid>
            <pubDate>Thu, 21 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.pI2RhFTT.png" alt="Random image generation API with Elixir and Phoenix" /></p>Learn how to generate images in Elixir with Phoenix by building a simple API that creates random PNGs using Erlang’s EGD library. This step-by-step tutorial covers setup with asdf, adding dependencies, writing the image service, and serving images through a controller and API endpoint. Perfect for developers exploring Elixir image generation, API development, or PDF workflows.]]></description>
            <author>Oghenerukevwe Henrietta Kofi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.pI2RhFTT.png"/>
        </item>
        <item>
            <title><![CDATA[A deep dive into notifications and messages on iOS 26]]></title>
            <link>https://www.nutrient.io/blog/notification-center/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/notification-center/</guid>
            <pubDate>Wed, 20 Aug 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CMPXU-lD.png" alt="A deep dive into notifications and messages on iOS 26" /></p>Exploring iOS 26’s new Messages API for type-safe notifications and how it addresses concurrency challenges in modern Swift development.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CMPXU-lD.png"/>
        </item>
        <item>
            <title><![CDATA[Exploring interactive snippet intents]]></title>
            <link>https://www.nutrient.io/blog/wwdc25-snippet-intents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/wwdc25-snippet-intents/</guid>
            <pubDate>Mon, 18 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DUnk34va.jpg" alt="Exploring interactive snippet intents" /></p>A hands-on exploration of iOS 26’s interactive snippet intents, detailing the learnings and patterns required to create seamless, multistep user experiences outside of an app.]]></description>
            <author>Shadrach Mensah</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DUnk34va.jpg"/>
        </item>
        <item>
            <title><![CDATA[Teaching LLMs to read PDFs: Convert PDF to HTML and Markdown with Claude Code and Nutrient DWS MCP Server]]></title>
            <link>https://www.nutrient.io/blog/teaching-llms-to-read-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/teaching-llms-to-read-pdfs/</guid>
            <pubDate>Thu, 14 Aug 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BmCUs_4J.png" alt="Teaching LLMs to read PDFs: Convert PDF to HTML and Markdown with Claude Code and Nutrient DWS MCP Server" /></p>Convert PDF to Markdown and HTML for LLMs and AI workflows using Claude Code and the Nutrient DWS MCP Server — restoring the structure that the PDF format strips away.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BmCUs_4J.png"/>
        </item>
        <item>
            <title><![CDATA[How AI-powered redaction can transform legal discovery]]></title>
            <link>https://www.nutrient.io/blog/how-ai-powered-redaction-can-transform-legal-discovery/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-ai-powered-redaction-can-transform-legal-discovery/</guid>
            <pubDate>Wed, 13 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D3pVLpIq.jpg" alt="How AI-powered redaction can transform legal discovery" /></p>Discover how AI-powered redaction can revolutionize legal discovery processes, reducing costs and improving accuracy while freeing attorneys to focus on strategic work.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D3pVLpIq.jpg"/>
        </item>
        <item>
            <title><![CDATA[How natural language interfaces will change document workflows]]></title>
            <link>https://www.nutrient.io/blog/how-natural-language-interfaces-will-change-document-workflows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-natural-language-interfaces-will-change-document-workflows/</guid>
            <pubDate>Tue, 12 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DGlehclk.png" alt="How natural language interfaces will change document workflows" /></p>Natural language interfaces are transforming how we create, edit, and interact with documents, moving beyond traditional GUIs to intuitive voice and text commands.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DGlehclk.png"/>
        </item>
        <item>
            <title><![CDATA[ReWOO vs. ReAct: Choosing the right agent architecture for the job]]></title>
            <link>https://www.nutrient.io/blog/rewoo-vs-react-choosing-right-agent-architecture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rewoo-vs-react-choosing-right-agent-architecture/</guid>
            <pubDate>Thu, 07 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DRitc8N4.png" alt="ReWOO vs. ReAct: Choosing the right agent architecture for the job" /></p>Learn when to use ReAct’s adaptive think-act-observe loops versus ReWOO’s structured plan-then-execute approach for building efficient AI agents.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DRitc8N4.png"/>
        </item>
        <item>
            <title><![CDATA[One year in: Lessons from launching our public trust center]]></title>
            <link>https://www.nutrient.io/blog/lessons-from-launching-our-public-trust-center/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/lessons-from-launching-our-public-trust-center/</guid>
            <pubDate>Wed, 06 Aug 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D01mkIVN.png" alt="One year in: Lessons from launching our public trust center" /></p>Discover how Nutrient’s public trust center reduced security questionnaire volume by 56 percent while improving transparency and helping customers get the security and compliance assurances they need.]]></description>
            <author>Serana Warren</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D01mkIVN.png"/>
        </item>
        <item>
            <title><![CDATA[The Top 25 Business Process Software Companies of 2025]]></title>
            <link>https://www.nutrient.io/blog/ai-software-report-2025-top-25-business-process-software-companies/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-software-report-2025-top-25-business-process-software-companies/</guid>
            <pubDate>Tue, 05 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="The Top 25 Business Process Software Companies of 2025" /></p>Nutrient ranks among The Software Report’s Top 25 Business Process Software Companies of 2025, recognized for its document processing, low-code integration, and workflow automation platform.]]></description>
            <author>The AI Software Report</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Jetpack Compose: The ultimate guide]]></title>
            <link>https://www.nutrient.io/blog/jetpack-compose-ultimate-guide-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/jetpack-compose-ultimate-guide-android/</guid>
            <pubDate>Tue, 05 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dmc4Gnwc.png" alt="Jetpack Compose: The ultimate guide" /></p>A comprehensive guide to integrating Nutrient’s `DocumentView` with Jetpack Compose for modern Android UIs.]]></description>
            <author>Omar Talaat</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dmc4Gnwc.png"/>
        </item>
        <item>
            <title><![CDATA[Vibe Coding: When Everyone’s a Developer, Who Secures the Code?]]></title>
            <link>https://www.nutrient.io/blog/securityweek-2025-vibe-coding-who-secures-code/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/securityweek-2025-vibe-coding-who-secures-code/</guid>
            <pubDate>Tue, 05 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Vibe Coding: When Everyone’s a Developer, Who Secures the Code?" /></p>Vibe coding is accelerating software development — but who’s securing the code? Nutrient CEO Jonathan Rhyne and security experts weigh the risks of AI-generated code entering production.]]></description>
            <author>SecurityWeek</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[The developer’s complete guide to converting Word documents to PDF]]></title>
            <link>https://www.nutrient.io/blog/convert-word-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-word-to-pdf/</guid>
            <pubDate>Mon, 04 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0Dqo76I.png" alt="The developer’s complete guide to converting Word documents to PDF" /></p>This guide explains how to turn Word documents into reliable, pixel‑perfect PDFs using Nutrient’s unified conversion engine. You’ll find focused code examples, deployment recommendations, and a decision matrix for choosing the right SDK, API, or low‑code option for your project.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B0Dqo76I.png"/>
        </item>
        <item>
            <title><![CDATA[Mapping your workflow: A practical guide to getting started]]></title>
            <link>https://www.nutrient.io/blog/mapping-workflow-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/mapping-workflow-guide/</guid>
            <pubDate>Fri, 01 Aug 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-4FuD6b.jpg" alt="Mapping your workflow: A practical guide to getting started" /></p>Learn practical steps to map your workflow efficiently, from setting goals to implementation in Nutrient Workflow. A guide for beginners and experts alike.]]></description>
            <author>Tom Martin</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C-4FuD6b.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automating tax filing with AI: Claude Desktop meets Nutrient DWS Processor]]></title>
            <link>https://www.nutrient.io/blog/automating-tax-filing-with-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automating-tax-filing-with-ai/</guid>
            <pubDate>Thu, 31 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BgRG-P4H.png" alt="Automating tax filing with AI: Claude Desktop meets Nutrient DWS Processor" /></p>Automate your tax filing with AI — no code required. Learn how Claude Desktop and the Nutrient DWS Processor streamline receipt conversion, data extraction, and CSV generation in a few simple prompts.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BgRG-P4H.png"/>
        </item>
        <item>
            <title><![CDATA[From Zero to AI: Building custom chat interfaces with Nutrient on Android]]></title>
            <link>https://www.nutrient.io/blog/from-zero-to-ai-building-custom-chat-interfaces-with-nutrient-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/from-zero-to-ai-building-custom-chat-interfaces-with-nutrient-on-android/</guid>
            <pubDate>Wed, 30 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C1STtf0S.png" alt="From Zero to AI: Building custom chat interfaces with Nutrient on Android" /></p>Learn how to integrate Nutrient AI Assistant into your Android apps with a custom UI.]]></description>
            <author>Akshay Sharma</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C1STtf0S.png"/>
        </item>
        <item>
            <title><![CDATA[Evolution of web development: Nostalgia, growth, and AI innovation]]></title>
            <link>https://www.nutrient.io/blog/podcast-web-development-flash-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/podcast-web-development-flash-ai/</guid>
            <pubDate>Tue, 29 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.5byKGlmh.png" alt="Evolution of web development: Nostalgia, growth, and AI innovation" /></p>Join Cosmin and Jonathan as they explore web development evolution, from Flash-era challenges to AI-powered solutions.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.5byKGlmh.png"/>
        </item>
        <item>
            <title><![CDATA[WWDC at Nutrient]]></title>
            <link>https://www.nutrient.io/blog/wwdc-at-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/wwdc-at-nutrient/</guid>
            <pubDate>Mon, 28 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.dKOLXa3-.png" alt="WWDC at Nutrient" /></p>A look at how Nutrient’s iOS team approaches Apple’s Worldwide Developers Conference.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.dKOLXa3-.png"/>
        </item>
        <item>
            <title><![CDATA[The Future of Legal Tech: Jonathan Rhyne on AI’s Role in Document Workflow and Accountability]]></title>
            <link>https://www.nutrient.io/blog/mspradio-future-of-legal-tech-jonathan-rhyne-ai-role-document-workflow-accountability/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/mspradio-future-of-legal-tech-jonathan-rhyne-ai-role-document-workflow-accountability/</guid>
            <pubDate>Sun, 27 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="The Future of Legal Tech: Jonathan Rhyne on AI’s Role in Document Workflow and Accountability" /></p>The Business of Tech podcast features Nutrient CEO Jonathan Rhyne discussing the future of legal tech, the role of AI in document workflows, and how intelligent document processing can enhance accountability and efficiency in legal operations.]]></description>
            <author>Business of Tech</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Use your favorite automation apps to integrate Nutrient DWS API]]></title>
            <link>https://www.nutrient.io/blog/how-to-integrate-dws-api-capabilities-in-automation-apps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-integrate-dws-api-capabilities-in-automation-apps/</guid>
            <pubDate>Fri, 25 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.x39mYcvO.png" alt="Use your favorite automation apps to integrate Nutrient DWS API" /></p>Discover how to connect Nutrient DWS API with platforms like Power Automate, Zapier, and Make. This guide walks through setting up automated document processing workflows using OCR and PDF tools.]]></description>
            <author>Matthew Manderson</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.x39mYcvO.png"/>
        </item>
        <item>
            <title><![CDATA[React Native PDF: Nutrient SDK vs. open source libraries]]></title>
            <link>https://www.nutrient.io/blog/react-native-pdf-libraries/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-native-pdf-libraries/</guid>
            <pubDate>Thu, 24 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.qau5TQ77.png" alt="React Native PDF: Nutrient SDK vs. open source libraries" /></p>Compare open source React Native PDF tools vs. enterprise‑grade annotation, form, and signature workflows using the Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.qau5TQ77.png"/>
        </item>
        <item>
            <title><![CDATA[Handling fatal errors in Android]]></title>
            <link>https://www.nutrient.io/blog/dealing-with-fatal-errors-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/dealing-with-fatal-errors-on-android/</guid>
            <pubDate>Wed, 23 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ci8ne-bL.png" alt="Handling fatal errors in Android" /></p>A guide on how to deal with fatal errors in Android in general, and with our SDK in particular.]]></description>
            <author>Michael Kellner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ci8ne-bL.png"/>
        </item>
        <item>
            <title><![CDATA[Engineers Are Finally Ditching the Accessibility Checkbox]]></title>
            <link>https://www.nutrient.io/blog/thenewstack-2025-engineers-finally-ditching-accessibility-checkbox-milos-dekic/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/thenewstack-2025-engineers-finally-ditching-accessibility-checkbox-milos-dekic/</guid>
            <pubDate>Wed, 23 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Engineers Are Finally Ditching the Accessibility Checkbox" /></p>Accessibility is no longer a compliance checkbox — it’s core engineering. Learn why 2025 regulations and AI-driven UIs make building accessible software a foundational practice.]]></description>
            <author>Miloš Đekić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Headless vs. WYSIWYG editors in JavaScript: The 2026 landscape]]></title>
            <link>https://www.nutrient.io/blog/headless-vs-wysiwyg/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/headless-vs-wysiwyg/</guid>
            <pubDate>Fri, 18 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CHPHUtn-.png" alt="Headless vs. WYSIWYG editors in JavaScript: The 2026 landscape" /></p>This article compares 10 leading JavaScript editors — from headless engines like <a  href='https://github.com/ueberdosis/tiptap/'>Tiptap</a> and <a href='https://github.com/facebook/lexical/'>Lexical</a>, to traditional WYSIWYG editors such as CKEditor and TinyMCE, to document-centric SDKs like <a href='/sdk/document-authoring/'>Nutrient Document Authoring</a>. It explains their high-level tradeoffs so you can quickly identify which archetype fits your 2026 project: full control, quick setup, or print-accurate layout.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CHPHUtn-.png"/>
        </item>
        <item>
            <title><![CDATA[Herbert Insights & Innovations leverages Nutrient to transform client workflows and drive better business outcomes]]></title>
            <link>https://www.nutrient.io/blog/herbert-insights-innovations-workflows-client-systems/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/herbert-insights-innovations-workflows-client-systems/</guid>
            <pubDate>Thu, 17 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D9YxAwOX.jpg" alt="Herbert Insights & Innovations leverages Nutrient to transform client workflows and drive better business outcomes" /></p>Discover how HI&I built hundreds of workflows for clients using Nutrient to improve speed, auditability, and operational clarity.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D9YxAwOX.jpg"/>
        </item>
        <item>
            <title><![CDATA[Introducing Nutrient Document Engine MCP Server: AI-powered PDF processing through natural language]]></title>
            <link>https://www.nutrient.io/blog/nutrient-document-engine-mcp-server-release/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-document-engine-mcp-server-release/</guid>
            <pubDate>Wed, 16 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.GB8KPy84.png" alt="Introducing Nutrient Document Engine MCP Server: AI-powered PDF processing through natural language" /></p>Nutrient Document Engine MCP Server connects clients and AI agents like Claude, LangGraph or OpenAI Agents to robust document processing capabilities — all via natural language.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.GB8KPy84.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient announces Document AI SDK update, reinforcing its position as the intelligent document platform for developers]]></title>
            <link>https://www.nutrient.io/blog/nutrient-announces-document-ai-sdk-update-intelligent-document-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-announces-document-ai-sdk-update-intelligent-document-platform/</guid>
            <pubDate>Tue, 15 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient announces Document AI SDK update, reinforcing its position as the intelligent document platform for developers" /></p>Nutrient's Q2 2025 release introduces multi-document AI assistance, AI driven text comparison, and MCP tooling to enable agentic orchestration in building document workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK product updates for Q2 2025]]></title>
            <link>https://www.nutrient.io/blog/sdk-product-updates-q2-2025/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sdk-product-updates-q2-2025/</guid>
            <pubDate>Tue, 15 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CDZRzy7W.jpg" alt="Nutrient SDK product updates for Q2 2025" /></p>Nutrient’s SDK product updates for Q2 2025 introduce built-in WCAG 2.2 accessibility, AI-powered redaction and comparison, and multi-document AI Assistant support for iOS — laying the foundation for scalable, inclusive, intelligent apps.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CDZRzy7W.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrate a DOCX editor in your React app using Nutrient]]></title>
            <link>https://www.nutrient.io/blog/react-docx-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-docx-editor/</guid>
            <pubDate>Fri, 11 Jul 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bw1rjkfk.jpg" alt="Integrate a DOCX editor in your React app using Nutrient" /></p>This tutorial shows you how to build a DOCX editor in a React app using Vite and <a href='/sdk/document-authoring/'>Nutrient’s Document Authoring SDK</a>. You’ll start with a basic container and progressively add support for file upload, document editing, and export, entirely in the browser.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bw1rjkfk.jpg"/>
        </item>
        <item>
            <title><![CDATA[Low-code governance: A comprehensive guide for enterprises]]></title>
            <link>https://www.nutrient.io/blog/enterprise-governance-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/enterprise-governance-guide/</guid>
            <pubDate>Thu, 10 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DxjziplY.png" alt="Low-code governance: A comprehensive guide for enterprises" /></p>Master low-code governance for secure, scalable apps. This guide by Nutrient covers compliance, quality, and access management for enterprises.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DxjziplY.png"/>
        </item>
        <item>
            <title><![CDATA[Manufacturing: Improve your supply chain and production processes with workflow automation]]></title>
            <link>https://www.nutrient.io/blog/manufacturing-supply-chain-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/manufacturing-supply-chain-processes/</guid>
            <pubDate>Wed, 09 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BzM8GRrL.jpg" alt="Manufacturing: Improve your supply chain and production processes with workflow automation" /></p>Discover how workflow automation transforms manufacturing operations by optimizing supply chains, enhancing production efficiency, and streamlining quality control processes.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BzM8GRrL.jpg"/>
        </item>
        <item>
            <title><![CDATA[How we made fast, reliable document RAG]]></title>
            <link>https://www.nutrient.io/blog/better-document-understanding-with-layout-analysis/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/better-document-understanding-with-layout-analysis/</guid>
            <pubDate>Mon, 07 Jul 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DQqRBtGD.png" alt="How we made fast, reliable document RAG" /></p>Extract tables from PDFs at 100 pages per second. Learn how our new layout analysis algorithm helps AI agents understand complex documents without heavy ML models, improving accuracy by 20 percent and context retrieval by 76 percent.]]></description>
            <author>Austin Nguyen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DQqRBtGD.png"/>
        </item>
        <item>
            <title><![CDATA[Your AI playbook: Kicking off The Source Branch with insights for engineers]]></title>
            <link>https://www.nutrient.io/blog/podcast-engineering-ai-vibe-coding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/podcast-engineering-ai-vibe-coding/</guid>
            <pubDate>Thu, 03 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.vTw2GLfD.png" alt="Your AI playbook: Kicking off The Source Branch with insights for engineers" /></p>Episode one of The Source Branch features Jonathan Rhyne and Nick Winder sharing essential insights for engineers exploring AI — from philosophical shifts, to practical LLM applications and fostering innovation.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.vTw2GLfD.png"/>
        </item>
        <item>
            <title><![CDATA[Improve legal case management and document control through workflow automation]]></title>
            <link>https://www.nutrient.io/blog/legal-case-management-documents-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/legal-case-management-documents-workflow-automation/</guid>
            <pubDate>Wed, 02 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DzMjbMES.png" alt="Improve legal case management and document control through workflow automation" /></p>Discover how legal workflow automation improves case management, document control, and efficiency while reducing risks and errors.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DzMjbMES.png"/>
        </item>
        <item>
            <title><![CDATA[Add AI Assistant to Nutrient PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/ai-pdf-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-pdf-editor/</guid>
            <pubDate>Tue, 01 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bq3E-Hzj.png" alt="Add AI Assistant to Nutrient PDF viewer" /></p>Want to build a PDF editor that responds to natural language commands? This guide shows you how to add <a href='/sdk/ai-assistant/'>Nutrient AI Assistant</a> to a <a href='/guides/web/'>Nutrient Web SDK</a> PDF viewer. You’ll learn how to set up the AI backend, configure secure JWT authentication, and create a local development environment where users can summarize, translate, redact, or ask questions about any PDF just by typing a prompt.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bq3E-Hzj.png"/>
        </item>
        <item>
            <title><![CDATA[The Document Bottleneck: Why Modern Workflows Still Fail at the Fundamentals]]></title>
            <link>https://www.nutrient.io/blog/workflow-2025-document-bottleneck-why-modern-workflows-fail-greg-ives/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-2025-document-bottleneck-why-modern-workflows-fail-greg-ives/</guid>
            <pubDate>Tue, 01 Jul 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="The Document Bottleneck: Why Modern Workflows Still Fail at the Fundamentals" /></p>Discover why document workflows remain the hidden bottleneck in modern businesses — and how intelligent document processing turns static files into strategic assets.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[How AI powers document comparison]]></title>
            <link>https://www.nutrient.io/blog/ai-powered-text-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-powered-text-comparison/</guid>
            <pubDate>Mon, 30 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKiFS5Vw.png" alt="How AI powers document comparison" /></p>Learn how Nutrient combines deterministic diff algorithms with AI analysis to deliver document comparisons that are both precise and easy to interpret.]]></description>
            <author>Luis Kalckstein</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CKiFS5Vw.png"/>
        </item>
        <item>
            <title><![CDATA[Village for Vets boosts compliance with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/customers-village-for-vets/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-village-for-vets/</guid>
            <pubDate>Fri, 27 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKkMhn6n.jpg" alt="Village for Vets boosts compliance with Nutrient" /></p>See how Village for Vets cut delays, eliminated audit risks, and reclaimed 10+ hours per week using Nutrient’s low-code automation.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CKkMhn6n.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streamlining financial workflows: How automation solves your biggest challenges]]></title>
            <link>https://www.nutrient.io/blog/finance-workflow-automation-approvals-audits/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/finance-workflow-automation-approvals-audits/</guid>
            <pubDate>Wed, 25 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BqL9vd5k.png" alt="Streamlining financial workflows: How automation solves your biggest challenges" /></p>Discover how finance workflow automation eliminates bottlenecks, enhances fraud protection, and creates audit-ready financial processes.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BqL9vd5k.png"/>
        </item>
        <item>
            <title><![CDATA[Sandbox adventures: Learning PDF features and frontend tricks in a live playground]]></title>
            <link>https://www.nutrient.io/blog/sandbox-adventures-learning-pdf-features-and-frontend-tricks-in-a-live-playground/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sandbox-adventures-learning-pdf-features-and-frontend-tricks-in-a-live-playground/</guid>
            <pubDate>Thu, 19 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DAfBb2ev.png" alt="Sandbox adventures: Learning PDF features and frontend tricks in a live playground" /></p>How I used Nutrient Web Playground to learn PDF SDK features, JavaScript, and frontend development. See my real-world examples and practical lessons!]]></description>
            <author>Aishwarya Singh</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DAfBb2ev.png"/>
        </item>
        <item>
            <title><![CDATA[Automating pharmaceutical protocol management for speed and safety]]></title>
            <link>https://www.nutrient.io/blog/pharmaceutical-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pharmaceutical-workflow-automation/</guid>
            <pubDate>Wed, 18 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C9Z6ATBH.png" alt="Automating pharmaceutical protocol management for speed and safety" /></p>Discover how Nutrient Workflow Automation transforms pharmaceutical protocol management, enhancing compliance and accelerating document approvals.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C9Z6ATBH.png"/>
        </item>
        <item>
            <title><![CDATA[Accessibility, untangled: What it actually means, and why it matters]]></title>
            <link>https://www.nutrient.io/blog/accessibility-untangled-why-it-matters-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/accessibility-untangled-why-it-matters-guide/</guid>
            <pubDate>Tue, 17 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D1UEJEhS.jpg" alt="Accessibility, untangled: What it actually means, and why it matters" /></p>Discover what digital accessibility really means, why it matters morally and legally, and how to create inclusive products that everyone can use. Learn about standards, laws, testing, and practical tips from Nutrient’s perspective.]]></description>
            <author>Staša Bugarski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D1UEJEhS.jpg"/>
        </item>
        <item>
            <title><![CDATA[Building a CAD-to-PDF converter: What developers need to know]]></title>
            <link>https://www.nutrient.io/blog/cad-to-pdf-converter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cad-to-pdf-converter/</guid>
            <pubDate>Mon, 16 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-z2xwqJ.png" alt="Building a CAD-to-PDF converter: What developers need to know" /></p>Nutrient provides robust, platform-agnostic tools to convert <a href='https://en.wikipedia.org/wiki/Computer-aided_design'>CAD files</a> into PDFs with high fidelity. This article outlines how to implement this conversion in <a href='/guides/dotnet/'>.NET (C#)</a>, via <a href='/guides/document-engine/'>Document Engine REST API</a>, and in <a href='/guides/document-converter/'>Power Automate</a>, along with example code and configuration details.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D-z2xwqJ.png"/>
        </item>
        <item>
            <title><![CDATA[Barcode OCR vs. traditional barcode scanners: What’s the difference?]]></title>
            <link>https://www.nutrient.io/blog/barcode-ocr/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/barcode-ocr/</guid>
            <pubDate>Fri, 13 Jun 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CiLw9ZGS.png" alt="Barcode OCR vs. traditional barcode scanners: What’s the difference?" /></p>This post will explore the difference between barcode OCR and traditional barcode scanners, covering how each works, what sets them apart, and how platforms like <a href='/guides/dotnet/'>Nutrient .NET SDK</a> are revolutionizing how businesses extract and process barcode data.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CiLw9ZGS.png"/>
        </item>
        <item>
            <title><![CDATA[Working with APIs at Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/api-integrations-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/api-integrations-workflow/</guid>
            <pubDate>Thu, 12 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DpgAfhXe.png" alt="Working with APIs at Nutrient Workflow" /></p>Learn how APIs connect Nutrient Workflow Automation to your existing business applications and systems.]]></description>
            <author>Penny Liu</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DpgAfhXe.png"/>
        </item>
        <item>
            <title><![CDATA[How automating workflows in healthcare research ensures compliance instead of critical errors]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-healthcare-research/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-healthcare-research/</guid>
            <pubDate>Wed, 11 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.uNi4WKW8.jpg" alt="How automating workflows in healthcare research ensures compliance instead of critical errors" /></p>Healthcare research is the perfect use case for workflow automation to ensure compliance, reduce costly errors, and advance innovation.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.uNi4WKW8.jpg"/>
        </item>
        <item>
            <title><![CDATA[From college to code: My journey as a junior developer]]></title>
            <link>https://www.nutrient.io/blog/from-college-to-code-junior-developer-journey/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/from-college-to-code-junior-developer-journey/</guid>
            <pubDate>Tue, 10 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.m9oPQV8P.jpg" alt="From college to code: My journey as a junior developer" /></p>Discover the real-world challenges and growth of a junior developer transitioning from college to a professional career. Insights on learning React, teamwork, and overcoming obstacles in software development.]]></description>
            <author>Michael Del Regno</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.m9oPQV8P.jpg"/>
        </item>
        <item>
            <title><![CDATA[Accessible documents in 2026: WCAG 2.2, EAA enforcement, and ADA Title II compliance]]></title>
            <link>https://www.nutrient.io/blog/wcag2-accessibility-requirements-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/wcag2-accessibility-requirements-documents/</guid>
            <pubDate>Mon, 09 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0t4Eawn.jpg" alt="Accessible documents in 2026: WCAG 2.2, EAA enforcement, and ADA Title II compliance" /></p>WCAG 2.2, EAA, and ADA Title II explained: which standards apply to documents, which deadlines are active, and how to build a compliant accessible document workflow with Nutrient.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B0t4Eawn.jpg"/>
        </item>
        <item>
            <title><![CDATA[Beyond iPhone: Developing across Apple platforms]]></title>
            <link>https://www.nutrient.io/blog/developing-across-apple-platforms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/developing-across-apple-platforms/</guid>
            <pubDate>Fri, 06 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.SjgEwMbU.png" alt="Beyond iPhone: Developing across Apple platforms" /></p>A quick overview of the available options for codebases that work across Apple platforms and how a pragmatism-over-polish mindset is the way forward. Based on a lightning talk at Swift Craft 2025.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.SjgEwMbU.png"/>
        </item>
        <item>
            <title><![CDATA[Streamlining onsite construction processes and reducing paper usage with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/construction-firm-digitizes-blueprints/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/construction-firm-digitizes-blueprints/</guid>
            <pubDate>Thu, 05 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BeaYsab5.jpg" alt="Streamlining onsite construction processes and reducing paper usage with Nutrient" /></p>See how a construction company cut paper use and improved efficiency with Nutrient’s offline blueprint access and digital workflows.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BeaYsab5.jpg"/>
        </item>
        <item>
            <title><![CDATA[Learning Astro in my first dev job: Building real-world websites from scratch]]></title>
            <link>https://www.nutrient.io/blog/learning-astro-junior-dev-experience/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/learning-astro-junior-dev-experience/</guid>
            <pubDate>Wed, 04 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DhWWjFWC.png" alt="Learning Astro in my first dev job: Building real-world websites from scratch" /></p>Discover what it’s like to start your first software development job and learn Astro from scratch. Steven shares lessons from his journey working on a real-world Astro project as a junior developer.]]></description>
            <author>Steven Bui</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DhWWjFWC.png"/>
        </item>
        <item>
            <title><![CDATA[PDF permissions vs. encryption: What every developer needs to know]]></title>
            <link>https://www.nutrient.io/blog/pdf-permissions-vs-encryption/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-permissions-vs-encryption/</guid>
            <pubDate>Tue, 03 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.SKdZrFmV.jpg" alt="PDF permissions vs. encryption: What every developer needs to know" /></p>In this blog post, you’ll learn how PDF permissions and encryption work, why each matters for protecting documents, and how to implement strong PDF security practices using Nutrient SDKs across different platforms.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.SKdZrFmV.jpg"/>
        </item>
        <item>
            <title><![CDATA[Behind the code with Irina Alexandru]]></title>
            <link>https://www.nutrient.io/blog/engineer-stories-irina/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/engineer-stories-irina/</guid>
            <pubDate>Mon, 02 Jun 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D3SPHC0Z.png" alt="Behind the code with Irina Alexandru" /></p>Discover the engineering journey of Irina Alexandru, a backend .NET developer at Nutrient. From early coding challenges to mastering DevOps and React, learn how she embraces innovation, teamwork, and problem-solving in a dynamic tech environment.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D3SPHC0Z.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing smarter document automation — built directly into the tools your teams already use]]></title>
            <link>https://www.nutrient.io/blog/smarter-document-automation-integration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/smarter-document-automation-integration/</guid>
            <pubDate>Thu, 29 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D42bsZmX.png" alt="Introducing smarter document automation — built directly into the tools your teams already use" /></p>Discover smarter document automation integrated directly into Salesforce, SharePoint, and core platforms. Streamline workflows with native editing, smart redaction, PDF-to-Office previews, and secure, scalable solutions that meet teams where they work.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D42bsZmX.png"/>
        </item>
        <item>
            <title><![CDATA[CapEx formula: Reducing errors in capital expenditure through automation]]></title>
            <link>https://www.nutrient.io/blog/capex-formula/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capex-formula/</guid>
            <pubDate>Wed, 28 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.rtSvALR3.png" alt="CapEx formula: Reducing errors in capital expenditure through automation" /></p>Capital expenditure (CapEx) is an investment in a company’s long-term assets — such as buildings, machinery, and technology infrastructure — that drive future growth. While calculating CapEx accurately is fundamental to financial strategy, managing the associated workflows can be error-prone when handled manually.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.rtSvALR3.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient introduces a new era of document automation]]></title>
            <link>https://www.nutrient.io/blog/nutrient-introduces-document-automation-era/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-introduces-document-automation-era/</guid>
            <pubDate>Tue, 27 May 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient introduces a new era of document automation" /></p>Nutrient announces major updates to its Workflow Automation Platform and low-code integrations, including document editing, automated DOCX generation, AI Data Extraction, and a mobile companion app. Designed for compliance-heavy industries, the new capabilities help organizations transform document-heavy workflows into secure, scalable, and intelligent operations.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing a new era of document automation at Nutrient]]></title>
            <link>https://www.nutrient.io/blog/document-automation-updates-nutrient-workflow-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-automation-updates-nutrient-workflow-platform/</guid>
            <pubDate>Tue, 27 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CXwkBzIu.png" alt="Introducing a new era of document automation at Nutrient" /></p>Discover Nutrient's latest Workflow Automation updates: advanced document editing, AI-powered data extraction, automated document generation, and a new mobile app — designed to streamline, secure, and scale your document-driven workflows.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CXwkBzIu.png"/>
        </item>
        <item>
            <title><![CDATA[Peter Naur's legacy: Mental models in the age of AI coding]]></title>
            <link>https://www.nutrient.io/blog/peter-naur-legacy-mental-models-age-ai-coding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/peter-naur-legacy-mental-models-age-ai-coding/</guid>
            <pubDate>Mon, 26 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DZ04qvif.png" alt="Peter Naur's legacy: Mental models in the age of AI coding" /></p>Peter Naur's concept of programming as theory building becomes even more crucial in the age of AI coding assistants, and this blog post argues that maintaining robust mental models is essential when working with tools that generate code for us. It offers practical strategies for developers to integrate AI assistance while preserving the deep understanding that Naur recognized as the true essence of programming.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DZ04qvif.png"/>
        </item>
        <item>
            <title><![CDATA[Brava! is gone — Here's why Nutrient SDK is the alternative you've been searching for]]></title>
            <link>https://www.nutrient.io/blog/opentext-brava-replacement/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/opentext-brava-replacement/</guid>
            <pubDate>Fri, 23 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CdmXCmBi.png" alt="Brava! is gone — Here's why Nutrient SDK is the alternative you've been searching for" /></p>OpenText Brava! was discontinued in 2022. Learn how Nutrient SDK serves as a modern replacement with support for CAD, Office, PDF, annotations, redaction, and more.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CdmXCmBi.png"/>
        </item>
        <item>
            <title><![CDATA[Free ways to view, create, and edit PDFs in PHP]]></title>
            <link>https://www.nutrient.io/blog/free-ways-to-create-php-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/free-ways-to-create-php-pdf-viewer/</guid>
            <pubDate>Thu, 22 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CAXSbsOw.png" alt="Free ways to view, create, and edit PDFs in PHP" /></p>Explore free PHP tools to display, generate, and manipulate PDF files in your web applications. Discover advanced features offered by commercial libraries for building features such as comprehensive file type support, annotation handling, content editing, form filling, and signing.]]></description>
            <author>Aishwarya Singh</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CAXSbsOw.png"/>
        </item>
        <item>
            <title><![CDATA[How to measure PDFs: A step-by-step guide]]></title>
            <link>https://www.nutrient.io/blog/pdf-measurement/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-measurement/</guid>
            <pubDate>Wed, 21 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BHTMLy44.png" alt="How to measure PDFs: A step-by-step guide" /></p>Discover how to accurately measure distance, perimeter, and area in PDF documents using Nutrient SDK. This step-by-step guide covers essential tools and features for professionals in architecture, engineering, and design.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BHTMLy44.png"/>
        </item>
        <item>
            <title><![CDATA[From concept to market: Automating healthcare product development]]></title>
            <link>https://www.nutrient.io/blog/healthcare-product-development-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/healthcare-product-development-workflow-automation/</guid>
            <pubDate>Tue, 20 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DtbpqMTY.png" alt="From concept to market: Automating healthcare product development" /></p>Learn how workflow automation transforms healthcare product development by improving compliance, collaboration, and time to market.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DtbpqMTY.png"/>
        </item>
        <item>
            <title><![CDATA[How to scale document workflows in compliance with regulations]]></title>
            <link>https://www.nutrient.io/blog/document-workflows-compliance-conundrum/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-workflows-compliance-conundrum/</guid>
            <pubDate>Mon, 19 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cr0tb0jI.png" alt="How to scale document workflows in compliance with regulations" /></p>Learn how to modernize document management while adhering to regulations like HIPAA, GDPR, and SOX.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cr0tb0jI.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient DWS MCP Server — Create and edit documents with natural language]]></title>
            <link>https://www.nutrient.io/blog/nutrient-dws-mcp-release/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-dws-mcp-release/</guid>
            <pubDate>Fri, 16 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DmLuClKS.png" alt="Nutrient DWS MCP Server — Create and edit documents with natural language" /></p>Nutrient DWS MCP Server is an open source solution that allows you to process documents using natural language. With features like document creation, editing, format conversion, and digital signing, it simplifies your document workflow.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DmLuClKS.png"/>
        </item>
        <item>
            <title><![CDATA[Is a PDF a vector file? How to check, create, and work with vector PDFs]]></title>
            <link>https://www.nutrient.io/blog/vector-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vector-pdf/</guid>
            <pubDate>Thu, 15 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bl6yRsqu.png" alt="Is a PDF a vector file? How to check, create, and work with vector PDFs" /></p>PDFs are everywhere — contracts, designs, manuals, maps, reports, and more. But what lies beneath the surface of a PDF isn’t always obvious. Some PDFs are made of crisp, scalable drawings and selectable text. Others are flat scans with no searchable content. If you’ve zoomed in on a logo and seen it pixelate, you’ve encountered the difference between raster and vector firsthand.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bl6yRsqu.png"/>
        </item>
        <item>
            <title><![CDATA[2025 Nutrient Workflow User Conference wrapup]]></title>
            <link>https://www.nutrient.io/blog/user-con-2025-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/user-con-2025-workflow-automation/</guid>
            <pubDate>Wed, 14 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B04zHWUi.png" alt="2025 Nutrient Workflow User Conference wrapup" /></p>Nutrient hosted a customer conference for training and innovation around use of our Workflow Automation platform.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B04zHWUi.png"/>
        </item>
        <item>
            <title><![CDATA[Why healthcare organizations switch to automated CapEx approvals]]></title>
            <link>https://www.nutrient.io/blog/healthcare-capex-workflow-automation-benefits/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/healthcare-capex-workflow-automation-benefits/</guid>
            <pubDate>Tue, 13 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DTU3mCLM.png" alt="Why healthcare organizations switch to automated CapEx approvals" /></p>Learn how automated CapEx approvals can transform healthcare operations, cut approval times, and improve compliance.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DTU3mCLM.png"/>
        </item>
        <item>
            <title><![CDATA[From black boxes to smart blurs: AI redaction sets a new document security baseline in DWS Processor API]]></title>
            <link>https://www.nutrient.io/blog/ai-pdf-redaction-dws-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-pdf-redaction-dws-api/</guid>
            <pubDate>Mon, 12 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BmDc_o40.png" alt="From black boxes to smart blurs: AI redaction sets a new document security baseline in DWS Processor API" /></p>Discover how Nutrient’s DWS Processor API uses AI-powered redaction to eliminate sensitive data from PDFs — fast, secure, and fully automated, with zero infrastructure overhead.]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BmDc_o40.png"/>
        </item>
        <item>
            <title><![CDATA[Digital transformation is failing without intelligent document automation]]></title>
            <link>https://www.nutrient.io/blog/intelligent-document-automation-digital-transformation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/intelligent-document-automation-digital-transformation/</guid>
            <pubDate>Fri, 09 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.z4Fk0mX1.jpg" alt="Digital transformation is failing without intelligent document automation" /></p>Digital transformation efforts fall short when outdated document workflows persist. Learn how intelligent document automation — using AI, OCR, and metadata extraction — can unlock efficiency, compliance, and scalability with Nutrient’s solutions.]]></description>
            <author>Steffen Kretzschmar</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.z4Fk0mX1.jpg"/>
        </item>
        <item>
            <title><![CDATA[HGL transforms workflows with Nutrient to boost efficiency and empower teams]]></title>
            <link>https://www.nutrient.io/blog/hgl-workflow-time-reduction-case-study/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/hgl-workflow-time-reduction-case-study/</guid>
            <pubDate>Thu, 08 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.QgB06QmW.jpg" alt="HGL transforms workflows with Nutrient to boost efficiency and empower teams" /></p>Discover how HGL streamlined processes and reduced task times from hours to minutes using Nutrient.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.QgB06QmW.jpg"/>
        </item>
        <item>
            <title><![CDATA[The Nutrient audio brand]]></title>
            <link>https://www.nutrient.io/blog/nutrient-audio-brand/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-audio-brand/</guid>
            <pubDate>Wed, 07 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DtVhCMkH.jpg" alt="The Nutrient audio brand" /></p>Discover how Nutrient crafted a unique audio brand that brings our identity to life through sound. Learn how music, sound design, and emotional storytelling create a cohesive, immersive brand experience across every touchpoint.]]></description>
            <author>Babi Brasileiro</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DtVhCMkH.jpg"/>
        </item>
        <item>
            <title><![CDATA[Solving font fidelity issues in Word documents]]></title>
            <link>https://www.nutrient.io/blog/fix-font-rendering-word-docs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fix-font-rendering-word-docs/</guid>
            <pubDate>Tue, 06 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.dScrIZGn.jpg" alt="Solving font fidelity issues in Word documents" /></p>Discover why Word documents often look different across systems, and how to prevent font substitutions by embedding fonts directly. Includes tips and code using Nutrient .NET SDK.]]></description>
            <author>Costinel Mitrea</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.dScrIZGn.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document generation via Office templating: Streamline your workflow with ease]]></title>
            <link>https://www.nutrient.io/blog/office-templating/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/office-templating/</guid>
            <pubDate>Mon, 05 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.y0snIOzU.jpg" alt="Document generation via Office templating: Streamline your workflow with ease" /></p>Office templating allows you to generate documents automatically by merging DOCX templates with dynamic data. Nutrient offers multiple ways to implement this — whether you're a backend developer using the Document Engine API, a JavaScript developer using our Web SDK, or a business user leveraging Workflow Automation. You can create contracts, invoices, reports, and more, and then output them to PDF or DOCX. For the most powerful implementation, combine the Web SDK with Document Engine for client-side editing and server-side generation.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.y0snIOzU.jpg"/>
        </item>
        <item>
            <title><![CDATA[The ultimate guide to PDF rendering vs. PDF viewing (and when each is applicable)]]></title>
            <link>https://www.nutrient.io/blog/pdf-rendering-vs-viewing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-rendering-vs-viewing/</guid>
            <pubDate>Thu, 01 May 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJXx8-yd.png" alt="The ultimate guide to PDF rendering vs. PDF viewing (and when each is applicable)" /></p>Learn the key differences between PDF rendering and PDF viewing, when to use each, and how tools like Nutrient, Apryse, and PDF.js stack up for modern document workflows.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CJXx8-yd.png"/>
        </item>
        <item>
            <title><![CDATA[The difference between digital and electronic signatures]]></title>
            <link>https://www.nutrient.io/blog/digital-vs-electronic-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digital-vs-electronic-signatures/</guid>
            <pubDate>Wed, 30 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.9WX-EBLT.png" alt="The difference between digital and electronic signatures" /></p>Digital signatures and electronic signatures have unique definitions and uses for signing digital documents.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.9WX-EBLT.png"/>
        </item>
        <item>
            <title><![CDATA[Patient data and healthcare compliance improve with workflow automation]]></title>
            <link>https://www.nutrient.io/blog/healthcare-workflow-automation-patient-data-compliance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/healthcare-workflow-automation-patient-data-compliance/</guid>
            <pubDate>Fri, 25 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CEc_Nfb4.jpg" alt="Patient data and healthcare compliance improve with workflow automation" /></p>Healthcare compliance and data risks are a perfect use case for the reliability and consistency of workflow automation.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CEc_Nfb4.jpg"/>
        </item>
        <item>
            <title><![CDATA[How AP automation is transforming financial services: Speed, security, and scalability]]></title>
            <link>https://www.nutrient.io/blog/ap-automation-finance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ap-automation-finance/</guid>
            <pubDate>Wed, 23 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWc3Yoa3.png" alt="How AP automation is transforming financial services: Speed, security, and scalability" /></p>In the fast-paced world of financial services, organizations are constantly looking for ways to enhance efficiency, reduce risks, and scale operations effectively. One of the most impactful innovations in recent years has been accounts payable (AP) automation — a game-changer that’s revolutionizing the way businesses manage financial transactions. By eliminating manual processes, improving security, and enabling seamless scalability, AP automation is quickly becoming a must-have for forward-thinking financial institutions.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DWc3Yoa3.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Workflow Automation for capital expenditure approvals]]></title>
            <link>https://www.nutrient.io/blog/streamline-capex-workflows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/streamline-capex-workflows/</guid>
            <pubDate>Wed, 16 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BW4MmUyK.png" alt="Nutrient Workflow Automation for capital expenditure approvals" /></p>If you’re looking for a tool that improves the cycle of your capital expenditure workflow, look no further. Roman Pendzich, an experienced industry professional, created a demo video that breaks down Nutrient Workflow Automation Platform and highlights different steps involved in working through a capital expenditure workflow. This article showcases key moments from the demo, and the complete video is also available at the end.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BW4MmUyK.png"/>
        </item>
        <item>
            <title><![CDATA[SuiteFiles integrates Nutrient Web SDK, enhancing user experience and eliminating subscription fatigue]]></title>
            <link>https://www.nutrient.io/blog/suitefiles-eliminates-subscription-fatigue-with-web-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/suitefiles-eliminates-subscription-fatigue-with-web-sdk/</guid>
            <pubDate>Tue, 15 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.KvL-9Rrl.jpg" alt="SuiteFiles integrates Nutrient Web SDK, enhancing user experience and eliminating subscription fatigue" /></p>Learn how SuiteFiles integrated Nutrient Web SDK to enhance workflows and reduce reliance on third-party tools.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.KvL-9Rrl.jpg"/>
        </item>
        <item>
            <title><![CDATA[Introducing the Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/announcing-zapier-integration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/announcing-zapier-integration/</guid>
            <pubDate>Mon, 14 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier.D-t6k1WI.png" alt="Introducing the Nutrient Document Web Services API on Zapier" /></p>We’ve launched the official Nutrient DWS API integration on <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Zapier</a>! Build no-code document workflows that connect Google Drive, Forms, Sheets, and more — powered by Nutrient’s 30+ tools for document automation.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier.D-t6k1WI.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient doubles down on improving developer experience and releases new deployment options, upgraded features]]></title>
            <link>https://www.nutrient.io/blog/nutrient-launches-cloud-deployment-developer-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-launches-cloud-deployment-developer-tools/</guid>
            <pubDate>Mon, 14 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient doubles down on improving developer experience and releases new deployment options, upgraded features" /></p>Nutrient announces an expansion of its cloud-based services and SDK product updates aimed at enhancing the developer experience. New offerings include Document Web Services Viewer API, Web SDK cloud integration, a revamped Web Playground, Nutrient Copilot for VS Code, and next-generation AI and accessibility updates across mobile and web platforms.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Nutrient AI Data Extraction: Let the work flow]]></title>
            <link>https://www.nutrient.io/blog/ai-data-extraction-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-data-extraction-workflow/</guid>
            <pubDate>Fri, 11 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dj9ETHk8.png" alt="Introducing Nutrient AI Data Extraction: Let the work flow" /></p>Nutrient Workflow Automation now features AI Data Extraction, a new addition that transfers PDF data into automated workflows.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dj9ETHk8.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK product updates for Q1 2025: Developer-centric innovation and performance]]></title>
            <link>https://www.nutrient.io/blog/sdk-product-updates-q1-2025/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sdk-product-updates-q1-2025/</guid>
            <pubDate>Thu, 10 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DrMK-6BP.png" alt="Nutrient SDK product updates for Q1 2025: Developer-centric innovation and performance" /></p>Nutrient’s SDK product updates include AI Assistant for iOS and Android and our Web SDK + DWS API integration.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DrMK-6BP.png"/>
        </item>
        <item>
            <title><![CDATA[The rise of no-code and low-code: Are enterprises ready for the next document revolution?]]></title>
            <link>https://www.nutrient.io/blog/low-code-revolution-enterprise-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/low-code-revolution-enterprise-documents/</guid>
            <pubDate>Wed, 09 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CCRfgnJY.png" alt="The rise of no-code and low-code: Are enterprises ready for the next document revolution?" /></p>Nutrient Low-Code workflows for enterprise documents are poised to revolutionize the way companies and teams do business.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CCRfgnJY.png"/>
        </item>
        <item>
            <title><![CDATA[From data overload to actionable insights: Hackathon innovations in wealth management, sponsored by Nutrient]]></title>
            <link>https://www.nutrient.io/blog/hackathon-recap/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/hackathon-recap/</guid>
            <pubDate>Tue, 08 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.XoKwv3ZN.jpg" alt="From data overload to actionable insights: Hackathon innovations in wealth management, sponsored by Nutrient" /></p>Reflections from START Hack 2025: Bridging AI and wealth management.]]></description>
            <author>Luis Kalckstein</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.XoKwv3ZN.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert DOC/DOCX to image with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-doc-to-image/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-doc-to-image/</guid>
            <pubDate>Mon, 07 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert DOC/DOCX to image with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to convert Word documents into images using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is especially useful for generating image previews, thumbnails, or print-ready content from Word files uploaded to Google Drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[Apply security to PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-apply-security-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-apply-security-to-pdf/</guid>
            <pubDate>Fri, 04 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Security.D03D3ogY.png" alt="Apply security to PDFs with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically secure PDF files using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a new PDF is uploaded to a Google Drive folder, apply security settings such as passwords and access restrictions, and upload the protected PDF back to Google Drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Security.D03D3ogY.png"/>
        </item>
        <item>
            <title><![CDATA[PDF.js vs. Nutrient: The best PDF.js alternative for enterprise web apps]]></title>
            <link>https://www.nutrient.io/blog/pdfjs-vs-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdfjs-vs-nutrient/</guid>
            <pubDate>Thu, 03 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D6zlyTiZ.jpg" alt="PDF.js vs. Nutrient: The best PDF.js alternative for enterprise web apps" /></p>Need PDF functionality in your web application? This comparison of <a href='/sdk/web/'>Nutrient Web SDK</a> and <a href='https://mozilla.github.io/pdf.js/'>PDF.js</a> covers features, developer experience, and enterprise readiness. Learn why Nutrient is the go-to PDF.js alternative for production applications.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D6zlyTiZ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Embracing automation: Nutrient at the Future of Workflow Automation Summit]]></title>
            <link>https://www.nutrient.io/blog/future-workflow-automation-summit-2025-takeaways/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/future-workflow-automation-summit-2025-takeaways/</guid>
            <pubDate>Wed, 02 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DYTNb_EK.png" alt="Embracing automation: Nutrient at the Future of Workflow Automation Summit" /></p>The Future of Workflow Automation Summit was sponsored by Nutrient to support automation technology for documents and workflows.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DYTNb_EK.png"/>
        </item>
        <item>
            <title><![CDATA[Fill PDF forms with SharePoint data and merge attachments using Power Automate]]></title>
            <link>https://www.nutrient.io/blog/power-automate-extracts-sharepoint-form-responses-generate-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/power-automate-extracts-sharepoint-form-responses-generate-pdf/</guid>
            <pubDate>Tue, 01 Apr 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CR6-VXp1.png" alt="Fill PDF forms with SharePoint data and merge attachments using Power Automate" /></p>In an era where agility and efficiency define success, teams need dynamic ways to collaborate on documents without friction. Traditional workflows that require downloading, editing, and reuploading files not only slow productivity, but they also introduce versioning conflicts. By embedding real-time PDF editing into your app, you can transform document collaboration into a seamless, interactive experience that keeps teams aligned and enhances productivity.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CR6-VXp1.png"/>
        </item>
        <item>
            <title><![CDATA[Apply redactions to PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-apply-redactions-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-apply-redactions-to-pdf/</guid>
            <pubDate>Mon, 31 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Redactions.C4-m89jQ.png" alt="Apply redactions to PDFs with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically apply redactions to PDF files using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a new PDF is uploaded to a Google Drive folder, and Nutrient DWS Processor API will remove sensitive text before saving the file back to your drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Redactions.C4-m89jQ.png"/>
        </item>
        <item>
            <title><![CDATA[Apply image watermarks to PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-add-image-watermark/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-add-image-watermark/</guid>
            <pubDate>Fri, 28 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Watermark.CMawMiyw.png" alt="Apply image watermarks to PDFs with Nutrient Document Web Services API on Zapier" /></p>This tutorial walks you through adding an image watermark to your PDFs using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a new PDF is uploaded to Google Drive, apply an image-based watermark, and save the final PDF to a different folder.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Watermark.CMawMiyw.png"/>
        </item>
        <item>
            <title><![CDATA[Convert PDF to PDF/A with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-pdf-to-pdfa/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-pdf-to-pdfa/</guid>
            <pubDate>Fri, 28 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert PDF to PDF/A with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to convert PDFs to PDF/A format using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. PDF/A is the ISO-standardized version of PDF designed for long-term digital archiving.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[Add annotations to PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-add-annotations-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-add-annotations-to-pdf/</guid>
            <pubDate>Thu, 27 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png" alt="Add annotations to PDFs with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically annotate PDF files using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a new PDF is uploaded to a Google Drive folder, find a matching JSON file containing annotation data, and apply the annotations using Nutrient.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png"/>
        </item>
        <item>
            <title><![CDATA[Understanding fonts in PDFs: A comprehensive guide]]></title>
            <link>https://www.nutrient.io/blog/fonts-in-a-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fonts-in-a-pdf/</guid>
            <pubDate>Wed, 26 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BeFbn7WH.jpg" alt="Understanding fonts in PDFs: A comprehensive guide" /></p>Fonts play a crucial role in PDFs, significantly impacting a document’s presentation and readability. This comprehensive guide explores the importance of font management in PDFs and the benefits of embedding fonts.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BeFbn7WH.jpg"/>
        </item>
        <item>
            <title><![CDATA[Reducing fraud and manual errors in healthcare payments with AP automation]]></title>
            <link>https://www.nutrient.io/blog/healthcare-accounts-payable-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/healthcare-accounts-payable-automation/</guid>
            <pubDate>Tue, 25 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BhvLEDpf.png" alt="Reducing fraud and manual errors in healthcare payments with AP automation" /></p>In the healthcare industry, managing accounts payable (AP) processes efficiently is critical for ensuring compliance, reducing costs, and improving operational efficiency. However, traditional healthcare AP processes often suffer from fraud risks, manual errors, and inefficiencies. Implementing healthcare accounts payable automation can help healthcare organizations overcome these challenges while improving financial accuracy and security.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BhvLEDpf.png"/>
        </item>
        <item>
            <title><![CDATA[Add pages to PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-add-page-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-add-page-to-pdf/</guid>
            <pubDate>Mon, 24 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_AddPages.r9R0AfW-.png" alt="Add pages to PDFs with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically add a blank page to PDF files using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a PDF is uploaded to a Google Drive folder, insert a blank page at a specific position, and save the new PDF back to your drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_AddPages.r9R0AfW-.png"/>
        </item>
        <item>
            <title><![CDATA[Convert HTML files to images with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-html-to-image/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-html-to-image/</guid>
            <pubDate>Fri, 21 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert HTML files to images with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to convert HTML files into high-resolution images using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. The workflow monitors a Google Drive folder for uploaded HTML files and converts them into your selected image format.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[KwikSign cuts dev time six months with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/kwiksign-case-study-cut-dev-time-six-months/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kwiksign-case-study-cut-dev-time-six-months/</guid>
            <pubDate>Thu, 20 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.nhfu4bgT.jpg" alt="KwikSign cuts dev time six months with Nutrient" /></p>Discover how KwikSign used Nutrient Web SDK to integrate seamless signing and speed up its go-to-market plan.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.nhfu4bgT.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert Excel files to images with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-excel-to-image/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-excel-to-image/</guid>
            <pubDate>Wed, 19 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert Excel files to images with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically convert XLS and XLSX files to images using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is useful for generating visual snapshots of spreadsheets, charts, and dashboards.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[First things first: How to define your process before automating workflows]]></title>
            <link>https://www.nutrient.io/blog/define-process-before-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/define-process-before-workflow-automation/</guid>
            <pubDate>Tue, 18 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BZJSUA8A.jpg" alt="First things first: How to define your process before automating workflows" /></p>Before using workflow automation, your work process and step-by-step actions must be well documented and defined.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BZJSUA8A.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert images to PDF with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-image-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-image-to-pdf/</guid>
            <pubDate>Mon, 17 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert images to PDF with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically convert image files (JPG, PNG, TIFF, HEIC, WebP, SVG, GIF, TGA, EPS) to PDF using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> and Zapier. You’ll pull images from a Google Drive folder and convert them to PDFs.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[How MSC automated workflows with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/msc-cruise-line-automated-workflows-case-study/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/msc-cruise-line-automated-workflows-case-study/</guid>
            <pubDate>Fri, 14 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3hefIr5K.jpg" alt="How MSC automated workflows with Nutrient" /></p>Discover how MSC Cruise Management eliminated manual processes and optimized approvals with Nutrient.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.3hefIr5K.jpg"/>
        </item>
        <item>
            <title><![CDATA[AI Assistant for iOS and Android: Intelligent document interaction, now in your users’ pockets]]></title>
            <link>https://www.nutrient.io/blog/ai-assistant-ios-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-assistant-ios-android/</guid>
            <pubDate>Thu, 13 Mar 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CMqxzyuK.png" alt="AI Assistant for iOS and Android: Intelligent document interaction, now in your users’ pockets" /></p>AI Assistant is now available in Nutrient iOS SDK and Nutrient Android SDK for intelligent document interaction.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CMqxzyuK.png"/>
        </item>
        <item>
            <title><![CDATA[Convert HTML to PDF with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-html-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-html-to-pdf/</guid>
            <pubDate>Wed, 12 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert HTML to PDF with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to convert HTML files into PDF documents using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is ideal for generating print-ready reports, styled content, or document previews from HTML files uploaded to Google Drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[How to manage large document libraries: Indexing, searching, and archiving]]></title>
            <link>https://www.nutrient.io/blog/managing-large-document-libraries/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/managing-large-document-libraries/</guid>
            <pubDate>Tue, 11 Mar 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DNNr8Paa.jpg" alt="How to manage large document libraries: Indexing, searching, and archiving" /></p>Managing large document libraries can be a daunting task, especially when dealing with thousands or even millions of files. Whether it’s an archive of historical records, a collection of legal documents, or business-critical files, efficient indexing, searching, and archiving are essential.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DNNr8Paa.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert images to Office files with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-image-to-office/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-image-to-office/</guid>
            <pubDate>Mon, 10 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert images to Office files with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to convert images into editable Office formats (DOCX, XLSX, PPTX) using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This workflow is useful for digitizing visual data or inserting image content into Office documents.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient: Interview With CEO Jonathan Rhyne About The Digital Transformation Company]]></title>
            <link>https://www.nutrient.io/blog/pulse2-2025-ceo-jonathan-rhyne-digital-transformation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pulse2-2025-ceo-jonathan-rhyne-digital-transformation/</guid>
            <pubDate>Mon, 10 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient: Interview With CEO Jonathan Rhyne About The Digital Transformation Company" /></p>Pulse 2.0 profiles Nutrient CEO Jonathan Rhyne, tracing the company’s evolution from a bootstrapped iOS PDF viewer to a comprehensive document platform serving more than 15 percent of Global 500 companies. Rhyne discusses the company’s strategic acquisitions, its 2024 rebrand from PSPDFKit, and its mission to modernize documents that have remained stuck handling use cases from the 1990s.]]></description>
            <author>Pulse 2.0</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[“Accelerate Action” in Security: Top Women Tech Leaders Share Their CyberTech Insights]]></title>
            <link>https://www.nutrient.io/blog/cybertechnologyinsights-2025-danielle-west-women-security/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cybertechnologyinsights-2025-danielle-west-women-security/</guid>
            <pubDate>Sat, 08 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="“Accelerate Action” in Security: Top Women Tech Leaders Share Their CyberTech Insights" /></p>Cyber Technology Insights’ International Women’s Day feature gathers perspectives from 12 female tech leaders on advancing gender equality in cybersecurity — including Nutrient’s Head of Corporate Marketing, Danielle West. The piece highlights that organizations with diverse leadership are significantly better at identifying and mitigating risk, and contributors share what it takes to accelerate meaningful progress for women in the field.]]></description>
            <author>Cyber Technology Insights</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Accelerate Action this International Women’s Day 2025 with LeadHER in Security]]></title>
            <link>https://www.nutrient.io/blog/technadu-2025-danielle-west-international-womens-day-leadher/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/technadu-2025-danielle-west-international-womens-day-leadher/</guid>
            <pubDate>Sat, 08 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Accelerate Action this International Women’s Day 2025 with LeadHER in Security" /></p>TechNadu’s LeadHER in Security campaign for International Women’s Day 2025 brings together perspectives from women leaders across the cybersecurity industry — including Nutrient’s Head of Corporate Marketing, Danielle West — on advancing gender equity in tech. Contributors share advice on building skills, finding mentorship, and creating more inclusive workplaces, framed around the IWD 2025 theme of accelerating action toward gender parity.]]></description>
            <author>TechNadu</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Secure board management: Athena Board + Nutrient]]></title>
            <link>https://www.nutrient.io/blog/secure-board-management-athena/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/secure-board-management-athena/</guid>
            <pubDate>Fri, 07 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D36u3Qfb.jpg" alt="Secure board management: Athena Board + Nutrient" /></p>Learn how Athena Board used Nutrient SDK to launch faster, scale globally, and ensure seamless document access.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D36u3Qfb.jpg"/>
        </item>
        <item>
            <title><![CDATA[Celebrating International Women’s Day 2025 with Tech Leaders Across the Industry]]></title>
            <link>https://www.nutrient.io/blog/vmblog-2025-danielle-west-international-womens-day/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vmblog-2025-danielle-west-international-womens-day/</guid>
            <pubDate>Fri, 07 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Celebrating International Women’s Day 2025 with Tech Leaders Across the Industry" /></p>VMblog’s International Women’s Day 2025 roundup gathers perspectives from dozens of women tech leaders — including Nutrient’s Head of Corporate Marketing, Danielle West — on the progress and challenges facing women in technology. Contributors reflect on the strides made toward gender equity and the collective actions needed to accelerate meaningful change across the industry.]]></description>
            <author>VMblog</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[SOC 2: New lines of business, new workflows]]></title>
            <link>https://www.nutrient.io/blog/soc2-new-lines-of-business-new-workflows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/soc2-new-lines-of-business-new-workflows/</guid>
            <pubDate>Thu, 06 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C_dYWw-H.png" alt="SOC 2: New lines of business, new workflows" /></p>Integrating new lines of business into an existing compliance program brings a web of new challenges to overcome.]]></description>
            <author>Serana Warren</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C_dYWw-H.png"/>
        </item>
        <item>
            <title><![CDATA[Convert HTML to DOCX/XLSX/PPTX with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-html-to-office/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-html-to-office/</guid>
            <pubDate>Wed, 05 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert HTML to DOCX/XLSX/PPTX with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically convert HTML files into editable Office formats like DOCX, XLSX, or PPTX using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> in Zapier. This is great for transforming structured HTML data into styled reports, spreadsheets, or presentations.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a real-time collaborative React PDF editor]]></title>
            <link>https://www.nutrient.io/blog/document-collaboration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-collaboration/</guid>
            <pubDate>Tue, 04 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CtsD3YdZ.jpg" alt="How to build a real-time collaborative React PDF editor" /></p>A collaborative PDF editor needs more than a React viewer and a WebSocket. It needs durable document storage, authenticated users, conflict handling, and a shared state that stays consistent across browser sessions. This tutorial shows how to assemble those pieces with Nutrient Web SDK, Document Engine, and Instant synchronization.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CtsD3YdZ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert Microsoft Office files to PDF with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-office-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-office-to-pdf/</guid>
            <pubDate>Mon, 03 Mar 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert Microsoft Office files to PDF with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to convert DOCX, PPTX, XLSX, and other Office formats into PDFs using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is ideal for archiving, sharing, or standardizing document output from files uploaded to Google Drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[Unlocking efficiency at Nutrient SKO: Workflow automation possibilities and pitfalls]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-2025-sko-lessons/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-2025-sko-lessons/</guid>
            <pubDate>Fri, 28 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.26Nqtcxr.png" alt="Unlocking efficiency at Nutrient SKO: Workflow automation possibilities and pitfalls" /></p>Workflow automation possibilities and pitfalls for organizations was a popular session at Nutrient SKO 2025.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.26Nqtcxr.png"/>
        </item>
        <item>
            <title><![CDATA[Convert PDFs to editable Office formats with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-pdf-to-office/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-pdf-to-office/</guid>
            <pubDate>Thu, 27 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert PDFs to editable Office formats with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to convert PDF files into Microsoft Office formats like DOCX, XLSX, or PPTX using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a new PDF is uploaded to a Google Drive folder and convert it into an editable document automatically.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[Convert PDF to images with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-pdf-to-image/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-pdf-to-image/</guid>
            <pubDate>Wed, 26 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert PDF to images with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to convert PDF files to images using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is perfect for generating thumbnails, previews, or publishing-ready assets from PDFs uploaded to a Google Drive folder.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[Tesseract PSM and OEM modes: Configuration and tuning in Python]]></title>
            <link>https://www.nutrient.io/blog/tesseract-python-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tesseract-python-guide/</guid>
            <pubDate>Tue, 25 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C6rP7Gtp.jpg" alt="Tesseract PSM and OEM modes: Configuration and tuning in Python" /></p>This guide covers Tesseract OCR configuration in Python: page segmentation modes (PSM), OCR engine modes (OEM), character allowlists, image preprocessing, and performance tuning. It includes working code for each setting.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C6rP7Gtp.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert PowerPoint to image with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-convert-ppt-to-image/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-convert-ppt-to-image/</guid>
            <pubDate>Fri, 21 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png" alt="Convert PowerPoint to image with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to convert PowerPoint presentations into images using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a PPT or PPTX file is uploaded to Google Drive and automatically convert it into high-resolution images.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Conversion.DPGXLYaL.png"/>
        </item>
        <item>
            <title><![CDATA[Life on the iOS team at Nutrient: Building for the long term]]></title>
            <link>https://www.nutrient.io/blog/life-on-the-ios-team/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/life-on-the-ios-team/</guid>
            <pubDate>Thu, 20 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C0rPVst-.jpg" alt="Life on the iOS team at Nutrient: Building for the long term" /></p>Working on the iOS team at Nutrient is different from many other iOS development roles. Our iOS team lead shares insights into how we work, the challenges we face, and what’s important to us.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C0rPVst-.jpg"/>
        </item>
        <item>
            <title><![CDATA[Announcing Nutrient DWS API on Postman: Explore, test, and build with ease]]></title>
            <link>https://www.nutrient.io/blog/nutrient-on-postman/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-on-postman/</guid>
            <pubDate>Wed, 19 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYubptde.png" alt="Announcing Nutrient DWS API on Postman: Explore, test, and build with ease" /></p>Postman is a powerful API platform that simplifies API development, testing, and collaboration. It allows developers to seamlessly send API requests, inspect responses, automate testing, and share API collections. With Postman, you can explore APIs interactively without writing code, making it an essential tool for efficient API integration and testing.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BYubptde.png"/>
        </item>
        <item>
            <title><![CDATA[Create PDF forms with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-create-pdf-form/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-create-pdf-form/</guid>
            <pubDate>Tue, 18 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Forms.BY-nNNz7.png" alt="Create PDF forms with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to programmatically create fillable PDF forms using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll upload a PDF file and a JSON file with field structure to Google Drive and generate a fully interactive PDF form.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Forms.BY-nNNz7.png"/>
        </item>
        <item>
            <title><![CDATA[Extract tables from PDF to Excel with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-extract-table-to-excel/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-extract-table-to-excel/</guid>
            <pubDate>Mon, 17 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png" alt="Extract tables from PDF to Excel with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to extract structured tables from PDF files and convert them into Excel (XLSX) format using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is perfect for automating spreadsheet creation from invoices, forms, or reports stored in Google Drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png"/>
        </item>
        <item>
            <title><![CDATA[Extract tables from PDF with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-extract-table/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-extract-table/</guid>
            <pubDate>Fri, 14 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png" alt="Extract tables from PDF with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to extract structured table data from PDF files using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow when a PDF is uploaded to Google Drive and extract its tables into a structured JSON format for reporting, analytics, or automation.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png"/>
        </item>
        <item>
            <title><![CDATA[Extract text from images with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-extract-text-from-image/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-extract-text-from-image/</guid>
            <pubDate>Wed, 12 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png" alt="Extract text from images with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to automatically extract text from images using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This flow is ideal for pulling text from scans, photos, screenshots, or receipts into a machine-readable format like JSON.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png"/>
        </item>
        <item>
            <title><![CDATA[Behind the code with Amit Nayar]]></title>
            <link>https://www.nutrient.io/blog/engineer-stories-amit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/engineer-stories-amit/</guid>
            <pubDate>Tue, 11 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CqwORP9C.png" alt="Behind the code with Amit Nayar" /></p>Learn about Android team lead Amit Nayar and the journey that led him to where he is today.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CqwORP9C.png"/>
        </item>
        <item>
            <title><![CDATA[Making the Case for Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/newyorklawjournal-2025-legal-burnout-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/newyorklawjournal-2025-legal-burnout-workflow-automation/</guid>
            <pubDate>Mon, 10 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Making the Case for Workflow Automation" /></p>Written by Rob Meredith, CEO of Bolt Data — a Nutrient client — this New York Law Journal piece presents survey data showing that more than half of U.S. legal professionals experience frequent stress, with manual tasks and fragmented workflows at the root. The article argues that workflow automation and centralized document management, including Salesforce-integrated document generation, are key to reducing burnout and reclaiming time for high-value legal work.]]></description>
            <author>New York Law Journal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Extract text from PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-extract-text-from-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-extract-text-from-pdf/</guid>
            <pubDate>Mon, 10 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png" alt="Extract text from PDFs with Nutrient Document Web Services API on Zapier" /></p>This tutorial walks you through creating a Zap that automatically extracts plain and structured text from PDFs using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a>. It’s perfect for digitizing paperwork, archiving content, or transforming scanned documents into searchable formats.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png"/>
        </item>
        <item>
            <title><![CDATA[Fill PDF forms automatically with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-fill-pdf-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-fill-pdf-forms/</guid>
            <pubDate>Fri, 07 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Forms.BY-nNNz7.png" alt="Fill PDF forms automatically with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to import and fill PDF forms using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is especially useful for populating prebuilt PDFs (like contracts, invoices, or applications) with data stored in JSON format.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Forms.BY-nNNz7.png"/>
        </item>
        <item>
            <title><![CDATA[Streamline your development: Get Nutrient product help right inside your editor]]></title>
            <link>https://www.nutrient.io/blog/get-nutrient-product-help-inside-code-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/get-nutrient-product-help-inside-code-editor/</guid>
            <pubDate>Thu, 06 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bexa-Kl4.png" alt="Streamline your development: Get Nutrient product help right inside your editor" /></p>Boost your coding efficiency with Nutrient Copilot, a GitHub Copilot extension that brings official documentation, code examples, and API references directly to your fingertips.]]></description>
            <author>Alexandros Apostolakis</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bexa-Kl4.png"/>
        </item>
        <item>
            <title><![CDATA[PDF accessibility SDK: WCAG 2.2, Section 508, PDF/UA (2026)]]></title>
            <link>https://www.nutrient.io/blog/pdf-accessibility/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-accessibility/</guid>
            <pubDate>Wed, 05 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D_5K81rO.png" alt="PDF accessibility SDK: WCAG 2.2, Section 508, PDF/UA (2026)" /></p>What makes a PDF accessible, which standard applies (WCAG 2.2, Section 508, or PDF/UA), and how to ship compliant PDF apps on web, iOS, and Android with an SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D_5K81rO.png"/>
        </item>
        <item>
            <title><![CDATA[Auto-tagging and conversion to AI-friendly formats — The latest document accessibility enhancements in .NET SDK]]></title>
            <link>https://www.nutrient.io/blog/auto-tagging-and-document-accessibility-in-dotnet-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/auto-tagging-and-document-accessibility-in-dotnet-sdk/</guid>
            <pubDate>Tue, 04 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.cVFKM9Ze.jpg" alt="Auto-tagging and conversion to AI-friendly formats — The latest document accessibility enhancements in .NET SDK" /></p>Learn about the latest .NET SDK release: Convert PDF to PDF/UA to make your files fully accessible. Convert PDF to HTML and Markdown, AI-friendly file format.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.cVFKM9Ze.jpg"/>
        </item>
        <item>
            <title><![CDATA[Flatten PDF annotations with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-flatten-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-flatten-annotations/</guid>
            <pubDate>Mon, 03 Feb 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png" alt="Flatten PDF annotations with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to flatten annotations in PDF documents using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. Flattening annotations is useful when you want to make highlights, comments, or form data permanent and prevent unauthorized changes.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png"/>
        </item>
        <item>
            <title><![CDATA[Import annotations and form fields into PDFs with Instant JSON using Zapier and Nutrient DWS Processor API]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-import-json/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-import-json/</guid>
            <pubDate>Fri, 31 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png" alt="Import annotations and form fields into PDFs with Instant JSON using Zapier and Nutrient DWS Processor API" /></p>In this tutorial, you’ll learn how to use Zapier and the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> to import annotation and form structure data (in Instant JSON format) into PDF documents — perfect for prefilling contracts and forms, or batch stamping annotated data.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png"/>
        </item>
        <item>
            <title><![CDATA[Comparing the best React PDF viewers for developers]]></title>
            <link>https://www.nutrient.io/blog/top-react-pdf-viewers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-react-pdf-viewers/</guid>
            <pubDate>Thu, 30 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bb64SdrK.png" alt="Comparing the best React PDF viewers for developers" /></p>This post will compare the leading React PDF viewers — their features, ideal use cases, and how to get started — so you can pick the right one for your app.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bb64SdrK.png"/>
        </item>
        <item>
            <title><![CDATA[Import XFDF annotations into PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-import-xfdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-import-xfdf/</guid>
            <pubDate>Wed, 29 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png" alt="Import XFDF annotations into PDFs with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically apply XFDF annotations to PDF files using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is ideal for importing existing annotations, form fields, or values from an XFDF file into PDFs.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Annotations.B7r4BTwJ.png"/>
        </item>
        <item>
            <title><![CDATA[Choosing the best way to send emails in an iOS app]]></title>
            <link>https://www.nutrient.io/blog/choosing-the-best-way-to-send-emails-in-an-ios-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/choosing-the-best-way-to-send-emails-in-an-ios-app/</guid>
            <pubDate>Tue, 28 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DS8jbXtL.png" alt="Choosing the best way to send emails in an iOS app" /></p>Comparing ShareLink, mailto links, and MFMailComposeViewController for integrating sending emails into an iOS app.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DS8jbXtL.png"/>
        </item>
        <item>
            <title><![CDATA[Data Privacy Week Company Insights]]></title>
            <link>https://www.nutrient.io/blog/digitalitnews-2025-greg-ives-data-privacy-week/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digitalitnews-2025-greg-ives-data-privacy-week/</guid>
            <pubDate>Tue, 28 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Data Privacy Week Company Insights" /></p>Digital IT News’ Data Privacy Week roundup gathers insights from industry experts — including Nutrient’s Director of Product Marketing, Greg Ives — on the importance of robust data protection in an increasingly complex digital landscape. Contributors emphasize that privacy requires year-round commitment beyond regulatory compliance, as cloud adoption, remote work, and AI-driven systems continue to reshape how organizations manage sensitive information.]]></description>
            <author>Digital IT News</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Navigating a Sea of Challenges in a Hyper-Connected World]]></title>
            <link>https://www.nutrient.io/blog/enterprisesecuritytech-2025-greg-ives-data-privacy/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/enterprisesecuritytech-2025-greg-ives-data-privacy/</guid>
            <pubDate>Tue, 28 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Navigating a Sea of Challenges in a Hyper-Connected World" /></p>Enterprise Security Tech’s Data Privacy Day roundup gathers perspectives from security leaders — including Nutrient’s Director of Product Marketing, Greg Ives — on the escalating challenges organizations face in protecting data across increasingly complex digital environments. Contributors argue that companies must adopt multilayered defenses — including zero-trust architecture, encryption, and strong security cultures — to turn cybersecurity from a liability into a competitive advantage.]]></description>
            <author>Enterprise Security Tech</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Data Privacy Day 2025: Insights from Over 60 Industry Experts]]></title>
            <link>https://www.nutrient.io/blog/solutionsreview-2025-greg-ives-data-privacy-day/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/solutionsreview-2025-greg-ives-data-privacy-day/</guid>
            <pubDate>Tue, 28 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Data Privacy Day 2025: Insights from Over 60 Industry Experts" /></p>Solutions Review’s Data Privacy Day 2025 guide curates commentary from more than 60 industry experts — including Nutrient’s Director of Product Marketing, Greg Ives — on the evolving landscape of data privacy. Contributors address AI’s growing role in both enabling and threatening data security, regulatory compliance, and best practices organizations can implement to protect sensitive information in an increasingly complex digital environment.]]></description>
            <author>Solutions Review</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Tech Experts Reflect on Data Privacy Day 2025]]></title>
            <link>https://www.nutrient.io/blog/vmblog-2025-greg-ives-data-privacy-day/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vmblog-2025-greg-ives-data-privacy-day/</guid>
            <pubDate>Tue, 28 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Tech Experts Reflect on Data Privacy Day 2025" /></p>VMblog’s Data Privacy Day 2025 roundup gathers perspectives from dozens of security and technology leaders — including Nutrient’s Director of Product Marketing, Greg Ives — on the evolving landscape of data privacy. Contributors discuss AI’s dual role as both a threat enabler and a defense tool, zero trust architectures, and how organizations can protect sensitive data amid increasingly complex regulatory environments.]]></description>
            <author>VMblog</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Extract key-value pairs from documents with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-kvp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-kvp/</guid>
            <pubDate>Mon, 27 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_KVP.C7oQsXIp.png" alt="Extract key-value pairs from documents with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to extract key-value pairs from PDF or image-based documents using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is useful for automating data capture from receipts, invoices, forms, or contracts.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_KVP.C7oQsXIp.png"/>
        </item>
        <item>
            <title><![CDATA[Extract text from scanned PDFs using OCR with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-ocr/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-ocr/</guid>
            <pubDate>Fri, 24 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png" alt="Extract text from scanned PDFs using OCR with Nutrient Document Web Services API on Zapier" /></p>This tutorial walks you through how to automatically apply optical character recognition (OCR) to scanned PDF files using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. The result is a searchable PDF with selectable text, perfect for digitization and archiving workflows.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Extract.moYBQwDg.png"/>
        </item>
        <item>
            <title><![CDATA[How to add watermarks to PDFs: A complete guide for developers]]></title>
            <link>https://www.nutrient.io/blog/document-watermarking/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-watermarking/</guid>
            <pubDate>Thu, 23 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bs4FmsNb.png" alt="How to add watermarks to PDFs: A complete guide for developers" /></p>Add text or image watermarks to PDFs for security, branding, or compliance. This guide covers implementation across Web, iOS, Android, and server-side platforms using Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bs4FmsNb.png"/>
        </item>
        <item>
            <title><![CDATA[Merge multiple PDF files with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-merge-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-merge-pdfs/</guid>
            <pubDate>Wed, 22 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_AddPages.r9R0AfW-.png" alt="Merge multiple PDF files with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to merge two PDF files into a single document using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. This is ideal for combining reports, contracts, scanned documents, or any multi-part PDFs into one file.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_AddPages.r9R0AfW-.png"/>
        </item>
        <item>
            <title><![CDATA[Rotate PDF pages with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-rotate-pages/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-rotate-pages/</guid>
            <pubDate>Tue, 21 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_AddPages.r9R0AfW-.png" alt="Rotate PDF pages with Nutrient Document Web Services API on Zapier" /></p>This tutorial shows you how to automatically rotate one or more pages in a PDF using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll trigger the workflow from a PDF uploaded to Google Drive and apply a rotation to prepare the file for presentation, printing, or readability.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_AddPages.r9R0AfW-.png"/>
        </item>
        <item>
            <title><![CDATA[Behind the code with Keith Stanislaw]]></title>
            <link>https://www.nutrient.io/blog/engineer-stories-keith/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/engineer-stories-keith/</guid>
            <pubDate>Mon, 20 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BxRy71WC.png" alt="Behind the code with Keith Stanislaw" /></p>Learn about Keith Stanislaw, whose career reflects a blend of early enthusiasm, continuous learning, and practical problem-solving.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BxRy71WC.png"/>
        </item>
        <item>
            <title><![CDATA[Cryptographically sign PDFs with Nutrient Document Web Services API on Zapier]]></title>
            <link>https://www.nutrient.io/blog/nutrient-api-zapier-sign-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-api-zapier-sign-pdf/</guid>
            <pubDate>Fri, 17 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/Nutrient_Zapier_Sign.Ve8O---6.png" alt="Cryptographically sign PDFs with Nutrient Document Web Services API on Zapier" /></p>In this tutorial, you’ll learn how to cryptographically sign PDF documents using the <a href='https://zapier.com/apps/nutrient-dws-api/integrations'>Nutrient Document Web Services API</a> on Zapier. You’ll set up an automated workflow that watches a Google Drive folder for new PDFs, signs them with an invisible CAdES signature, and saves them back to the drive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/Nutrient_Zapier_Sign.Ve8O---6.png"/>
        </item>
        <item>
            <title><![CDATA[Top 5 React PDF Viewers for Smooth Document Handling]]></title>
            <link>https://www.nutrient.io/blog/devto-2025-top-react-pdf-viewers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/devto-2025-top-react-pdf-viewers/</guid>
            <pubDate>Thu, 16 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Top 5 React PDF Viewers for Smooth Document Handling" /></p>This DEV Community article surveys five leading React PDF viewer libraries — including Nutrient, featured as a premium PDF SDK with a full suite of document features — to help developers choose the right tool based on project requirements and feature complexity. The piece evaluates options ranging from free, open source solutions to commercial offerings, weighing factors like rendering quality, annotation support, and ease of integration.]]></description>
            <author>DEV Community</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Document Editor v1.6: Enhanced collaboration and security]]></title>
            <link>https://www.nutrient.io/blog/document-editor-1-6-release/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-editor-1-6-release/</guid>
            <pubDate>Thu, 16 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Din7gf9o.jpg" alt="Introducing Document Editor v1.6: Enhanced collaboration and security" /></p>Learn about the latest release of Document Editor and how we enhanced document collaboration features. Add comments to PDFs containing your SharePoint metadata. Edit your comments and collaborate with colleagues in real time.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Din7gf9o.jpg"/>
        </item>
        <item>
            <title><![CDATA[Haptic feedback across iPad and iPhone]]></title>
            <link>https://www.nutrient.io/blog/haptic-feedback-across-ipad-and-iphone/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/haptic-feedback-across-ipad-and-iphone/</guid>
            <pubDate>Wed, 15 Jan 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CZ2zTAeD.jpg" alt="Haptic feedback across iPad and iPhone" /></p>Implementing haptic feedback on iOS by bridging the gap between iPhone and iPad with device checks, because sometimes, 'trust the system' isn’t enough.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CZ2zTAeD.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to prepare API products for low-code and no-code integrations]]></title>
            <link>https://www.nutrient.io/blog/thenewstack-2025-milos-dekic-prepare-api-low-code-integrations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/thenewstack-2025-milos-dekic-prepare-api-low-code-integrations/</guid>
            <pubDate>Wed, 15 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="How to prepare API products for low-code and no-code integrations" /></p>Written by Miloš Đekić, VP of Product at Nutrient, as a guest author on The New Stack, this article shares firsthand lessons from integrating Nutrient's Document Web Services API with Zapier, revealing key gaps in how most file-handling APIs approach low-code and no-code readiness. The piece identifies design improvements — including authentication self-identification, flexible file handling, and discrete endpoint design — that API developers must address to reach the growing audience of citizen developers.]]></description>
            <author>The New Stack</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[2024: Year in review]]></title>
            <link>https://www.nutrient.io/blog/2024-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2024-in-review/</guid>
            <pubDate>Tue, 14 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BOuTvqQP.png" alt="2024: Year in review" /></p>Looking back on a year of growth and gratitude.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BOuTvqQP.png"/>
        </item>
        <item>
            <title><![CDATA[PDF redaction library: How to build automated document redaction in your app]]></title>
            <link>https://www.nutrient.io/blog/document-redaction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-redaction/</guid>
            <pubDate>Mon, 13 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B-UU9FsE.png" alt="PDF redaction library: How to build automated document redaction in your app" /></p>Legal documents, medical records, and financial reports need redaction to comply with GDPR and HIPAA. Manual redaction — whether in-house or outsourced — causes errors and delays. [Nutrient SDK][nutrient] provides APIs to build redaction directly into your applications.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B-UU9FsE.png"/>
        </item>
        <item>
            <title><![CDATA[How to choose the best PDF viewer for your business]]></title>
            <link>https://www.nutrient.io/blog/choosing-pdf-viewer-business/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/choosing-pdf-viewer-business/</guid>
            <pubDate>Thu, 09 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BqC8J9_m.png" alt="How to choose the best PDF viewer for your business" /></p>Learn why choosing the right PDF viewer boosts user experience, saves resources, and supports your development team. Discover key features for making the right choice.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BqC8J9_m.png"/>
        </item>
        <item>
            <title><![CDATA[AiThority interview with Jonathan Rhyne, cofounder & CEO of Nutrient]]></title>
            <link>https://www.nutrient.io/blog/aithority-2025-ceo-jonathan-rhyne-interview-document-ai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/aithority-2025-ceo-jonathan-rhyne-interview-document-ai/</guid>
            <pubDate>Tue, 07 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="AiThority interview with Jonathan Rhyne, cofounder & CEO of Nutrient" /></p>AiThority interviews Jonathan Rhyne, co-founder and CEO of Nutrient, on the company’s AI-powered document processing innovations, including an AI document assistant that enables conversational interaction with documents. Rhyne discusses how modern workplaces demand real-time collaboration, AI-driven insights, and automated workflows, and makes the case for context-aware tools that understand document semantics rather than relying on keyword search.]]></description>
            <author>AiThority</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[How PDFs enhance collaboration and efficiency in construction]]></title>
            <link>https://www.nutrient.io/blog/how-pdfs-enhance-collaboration-and-efficiency-in-construction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-pdfs-enhance-collaboration-and-efficiency-in-construction/</guid>
            <pubDate>Mon, 06 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CtOfMWpR.jpg" alt="How PDFs enhance collaboration and efficiency in construction" /></p>In construction, efficient documentation and seamless collaboration are crucial for a project's success. Nutrient's features like annotations, digital signatures, and measurement tools make construction workflows more efficient and collaborative.]]></description>
            <author>Matthew Manderson</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CtOfMWpR.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient 2025 Predictions: Generative AI in 2025 – Transforming Every Industry]]></title>
            <link>https://www.nutrient.io/blog/vmblog-2025-cto-matej-bukovinski-ai-industry-predictions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vmblog-2025-cto-matej-bukovinski-ai-industry-predictions/</guid>
            <pubDate>Mon, 06 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient 2025 Predictions: Generative AI in 2025 – Transforming Every Industry" /></p>Written by Matej Bukovinski, CTO of Nutrient, as part of VMblog’s 17th annual predictions series, this piece examines how large language models and large action models will reshape industries in 2025. Bukovinski predicts that LLMs and LAMs will transform software development, legal research, customer support, finance, healthcare, and more — automating routine tasks and enabling more intelligent, personalized interactions across every sector.]]></description>
            <author>VMblog</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Creating functional mockup sites with Workflow Automation Platform]]></title>
            <link>https://www.nutrient.io/blog/creating-functional-mockup-sites/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-functional-mockup-sites/</guid>
            <pubDate>Thu, 02 Jan 2025 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DeeTt7c_.png" alt="Creating functional mockup sites with Workflow Automation Platform" /></p>How we use Workflow Automation to rapidly create functional workflows for potential customers.]]></description>
            <author>Roman Pendzich</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DeeTt7c_.png"/>
        </item>
        <item>
            <title><![CDATA[Retreat, rebrand, reimagine: Building a bold new future in Prague]]></title>
            <link>https://www.nutrient.io/blog/retreat-rebrand-reimagine/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/retreat-rebrand-reimagine/</guid>
            <pubDate>Tue, 31 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C88YVNcY.png" alt="Retreat, rebrand, reimagine: Building a bold new future in Prague" /></p>Our annual company retreat took place in Prague, where we worked on rebranding our company and reimagining our future. Discover the next chapter of our story.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C88YVNcY.png"/>
        </item>
        <item>
            <title><![CDATA[How secure is your PDF handling? Exploring encryption features in PDF SDKs]]></title>
            <link>https://www.nutrient.io/blog/pdf-sdk-encryption-techniques/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-sdk-encryption-techniques/</guid>
            <pubDate>Fri, 27 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.aaEVeuAh.png" alt="How secure is your PDF handling? Exploring encryption features in PDF SDKs" /></p>Secure your PDFs with encryption, redaction, and more using Nutrient. Learn essential features and best practices for protecting sensitive documents.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.aaEVeuAh.png"/>
        </item>
        <item>
            <title><![CDATA[Convert from InfoPath to PDF using Nintex automation]]></title>
            <link>https://www.nutrient.io/blog/infopath-pdf-conversion-nintex/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/infopath-pdf-conversion-nintex/</guid>
            <pubDate>Thu, 26 Dec 2024 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BNbfjCvN.png" alt="Convert from InfoPath to PDF using Nintex automation" /></p>Use Nintex Automation Cloud to convert from InfoPath to PDF as a way to archive your InfoPath forms.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BNbfjCvN.png"/>
        </item>
        <item>
            <title><![CDATA[Automate your document creation with a PDF generator]]></title>
            <link>https://www.nutrient.io/blog/pdf-generation-automated/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-generation-automated/</guid>
            <pubDate>Tue, 24 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DEa72PjW.jpg" alt="Automate your document creation with a PDF generator" /></p>PDF generation in your web and server apps can increase your document efficiency.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DEa72PjW.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document Converter 12: Smarter redaction, advanced highlighting, and seamless document management]]></title>
            <link>https://www.nutrient.io/blog/document-converter-v12/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-converter-v12/</guid>
            <pubDate>Mon, 23 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BegneiS0.png" alt="Document Converter 12: Smarter redaction, advanced highlighting, and seamless document management" /></p>Discover the powerful new features in Document Converter for SharePoint v12, including smart redaction, pattern highlighting, and improved browser configuration for seamless document processing.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BegneiS0.png"/>
        </item>
        <item>
            <title><![CDATA[Common challenges in PDF development and how to overcome them]]></title>
            <link>https://www.nutrient.io/blog/pdf-development-challenges/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-development-challenges/</guid>
            <pubDate>Fri, 20 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B85Oq6mO.png" alt="Common challenges in PDF development and how to overcome them" /></p>Explore 10 common PDF development challenges and practical solutions to streamline your workflow with the right tools.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B85Oq6mO.png"/>
        </item>
        <item>
            <title><![CDATA[Culture and connection: Remote work at Nutrient]]></title>
            <link>https://www.nutrient.io/blog/culture-connection-remote-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/culture-connection-remote-work/</guid>
            <pubDate>Thu, 19 Dec 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C0074Uoi.png" alt="Culture and connection: Remote work at Nutrient" /></p>Discover the vibrant culture and strong connections at Nutrient, a thriving remote company. Learn how we foster engagement and collaboration across 30 countries, creating a supportive and dynamic work environment.]]></description>
            <author>David Radford</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C0074Uoi.png"/>
        </item>
        <item>
            <title><![CDATA[The art of prioritization: A blueprint for tackling your to-do list]]></title>
            <link>https://www.nutrient.io/blog/art-prioritization-blueprint-to-do-list/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/art-prioritization-blueprint-to-do-list/</guid>
            <pubDate>Wed, 18 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgQrqO2t.jpg" alt="The art of prioritization: A blueprint for tackling your to-do list" /></p>Learn task prioritization with the Eisenhower Matrix and MoSCoW Method. Master your to-do list, boost productivity, and focus on what matters most.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DgQrqO2t.jpg"/>
        </item>
        <item>
            <title><![CDATA[Leveraging AI to conquer unfamiliar programming languages]]></title>
            <link>https://www.nutrient.io/blog/leveraging-ai-to-conquer-unfamiliar-programming-languages/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/leveraging-ai-to-conquer-unfamiliar-programming-languages/</guid>
            <pubDate>Tue, 17 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CD6NVy_4.png" alt="Leveraging AI to conquer unfamiliar programming languages" /></p>Learning a new programming language is hard. Shortcut the process with AI.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CD6NVy_4.png"/>
        </item>
        <item>
            <title><![CDATA[Choosing the best PDF SDK for developers: Open source vs. proprietary solutions]]></title>
            <link>https://www.nutrient.io/blog/proprietary-vs-open-source-pdf-sdks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/proprietary-vs-open-source-pdf-sdks/</guid>
            <pubDate>Fri, 13 Dec 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DFzy3hxA.jpg" alt="Choosing the best PDF SDK for developers: Open source vs. proprietary solutions" /></p>Learn how to choose the best PDF SDK for developers by comparing proprietary SDKs like Nutrient with open source libraries such as PDF.js and PDFium, and see which option fits your app’s features, budget, and security requirements.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DFzy3hxA.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creating interactive tutorials using DocC]]></title>
            <link>https://www.nutrient.io/blog/creating-interactive-tutorials-using-docc/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-interactive-tutorials-using-docc/</guid>
            <pubDate>Thu, 12 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BqJgwTYV.png" alt="Creating interactive tutorials using DocC" /></p>Create high-quality tutorials using DocC.]]></description>
            <author>Erhard Brand</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BqJgwTYV.png"/>
        </item>
        <item>
            <title><![CDATA[Germany's 2025 e-invoicing mandate: What you need to know and how Nutrient .NET SDK can help]]></title>
            <link>https://www.nutrient.io/blog/e-invoicing-germany-pdf-xml/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/e-invoicing-germany-pdf-xml/</guid>
            <pubDate>Wed, 11 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DBaj8dOI.png" alt="Germany's 2025 e-invoicing mandate: What you need to know and how Nutrient .NET SDK can help" /></p>Germany's e-invoicing law starts January 2025. Learn how Nutrient simplifies compliance with easy-to-use PDF-XML tools for invoice software developers.]]></description>
            <author>Rachel Moore</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DBaj8dOI.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient launches AI Assistant to transform document interaction]]></title>
            <link>https://www.nutrient.io/blog/nutrient-launches-ai-assistant-document-interaction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-launches-ai-assistant-document-interaction/</guid>
            <pubDate>Wed, 11 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png" alt="Nutrient launches AI Assistant to transform document interaction" /></p>Nutrient announces the launch of AI Assistant, a new tool that brings AI chat capabilities to documents including summarization, translation, assisted redaction, and natural language question answering. Built directly into Nutrient’s document viewer, Document Engine, and Web SDK, AI Assistant enables users to interact with documents intelligently without additional API calls.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/news-placeholder.BWNgkSPl.png"/>
        </item>
        <item>
            <title><![CDATA[Unlocking success: Essential steps for legally binding document signatures at your company]]></title>
            <link>https://www.nutrient.io/blog/essential-steps-for-legally-binding-document-signatures-at-your-company/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/essential-steps-for-legally-binding-document-signatures-at-your-company/</guid>
            <pubDate>Tue, 10 Dec 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B8zAGrEH.jpg" alt="Unlocking success: Essential steps for legally binding document signatures at your company" /></p>Learn how a company can implement legally binding signed documents.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B8zAGrEH.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimizing HTML conversion: Navigating Chrome's evolving headless modes]]></title>
            <link>https://www.nutrient.io/blog/optimizing-html-conversion-navigating-chrome-evolving-headless-modes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-html-conversion-navigating-chrome-evolving-headless-modes/</guid>
            <pubDate>Mon, 09 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.z0sbVIlF.png" alt="Optimizing HTML conversion: Navigating Chrome's evolving headless modes" /></p>Learn the key differences between old and new headless modes in Google Chrome, their impact on performance, and how GdPicture 14.2.96 adapts to ensure seamless HTML conversion.]]></description>
            <author>Aishwarya Singh</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.z0sbVIlF.png"/>
        </item>
        <item>
            <title><![CDATA[What is a linearized PDF? How it works and how to create one (2026)]]></title>
            <link>https://www.nutrient.io/blog/linearized-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/linearized-pdf/</guid>
            <pubDate>Fri, 06 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.c_TFIVjH.jpg" alt="What is a linearized PDF? How it works and how to create one (2026)" /></p>Linearized PDFs — also referred to as Fast Web View or web-optimized PDFs — are specially structured to display the first page in a compatible viewer before the full file downloads. In this article, you’ll first learn what PDF linearization is and why it matters for web and mobile performance. Then you’ll dive into how to create these optimized files using open source tools like <a href='https://www.ghostscript.com/'>Ghostscript</a>, as well as commercial solutions like the <a href='/api/'>Nutrient Document Web Services API</a> and <a href='/sdk/document-engine/'>Document Engine</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.c_TFIVjH.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient: A bold new look, one atom at a time]]></title>
            <link>https://www.nutrient.io/blog/nutrient-a-bold-new-look-one-atom-at-a-time/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-a-bold-new-look-one-atom-at-a-time/</guid>
            <pubDate>Thu, 05 Dec 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.FB02MxMk.jpg" alt="Nutrient: A bold new look, one atom at a time" /></p>The visual story behind our brand transformation.]]></description>
            <author>Ajda Bevc</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.FB02MxMk.jpg"/>
        </item>
        <item>
            <title><![CDATA[Our journey to a tailored Engineering Career Framework]]></title>
            <link>https://www.nutrient.io/blog/career-framework/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/career-framework/</guid>
            <pubDate>Wed, 04 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C3LJZBd5.jpg" alt="Our journey to a tailored Engineering Career Framework" /></p>Discover how Nutrient developed a unique Engineering Career Framework to foster individual growth and organizational success, offering insights and practical tips for building your own career development system.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C3LJZBd5.jpg"/>
        </item>
        <item>
            <title><![CDATA[Enhancing document workflows with PDF-to-Office Conversion]]></title>
            <link>https://www.nutrient.io/blog/enhancing-document-workflows-pdf-office-conversion/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/enhancing-document-workflows-pdf-office-conversion/</guid>
            <pubDate>Tue, 03 Dec 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xd_Jktqr.jpg" alt="Enhancing document workflows with PDF-to-Office Conversion" /></p>Enhance your document workflows with Nutrient’s PDF-to-Office Conversion. Seamlessly convert PDFs to editable Office formats, improving productivity and integration with existing tools.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.xd_Jktqr.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient AI Assistant 1.1: Expanded model-provider support]]></title>
            <link>https://www.nutrient.io/blog/nutrient-ai-assistant-1-1-model-provider-configuration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-ai-assistant-1-1-model-provider-configuration/</guid>
            <pubDate>Mon, 02 Dec 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DREcxsen.jpg" alt="Nutrient AI Assistant 1.1: Expanded model-provider support" /></p>Nutrient AI Assistant 1.1 introduces configurable model-providers such as AWS Bedrock and local hosting. Enhance privacy and flexibility with our latest update.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DREcxsen.jpg"/>
        </item>
        <item>
            <title><![CDATA[Designing our company's impact]]></title>
            <link>https://www.nutrient.io/blog/designing-company-impact/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/designing-company-impact/</guid>
            <pubDate>Fri, 29 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1Ac4Jlt.png" alt="Designing our company's impact" /></p>From icons to full campaigns, Nutrient's Design team creates unified, impactful visuals that define brand identity and elevate user experience.]]></description>
            <author>Babi Brasileiro</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1Ac4Jlt.png"/>
        </item>
        <item>
            <title><![CDATA[Automate Dynamics 365 customer management]]></title>
            <link>https://www.nutrient.io/blog/workflow-platform-automating-customer-registration-service-microsoft-dynamics-business-central/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-platform-automating-customer-registration-service-microsoft-dynamics-business-central/</guid>
            <pubDate>Thu, 28 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.n1AddUfP.jpg" alt="Automate Dynamics 365 customer management" /></p>Discover how to automate customer registration and service requests in Dynamics 365 using Workflow Automation for improved efficiency.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.n1AddUfP.jpg"/>
        </item>
        <item>
            <title><![CDATA[Cryptography standards for PDF digital signatures]]></title>
            <link>https://www.nutrient.io/blog/understanding-cryptography-standards/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/understanding-cryptography-standards/</guid>
            <pubDate>Wed, 27 Nov 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DUEKhqR_.png" alt="Cryptography standards for PDF digital signatures" /></p>This guide explains the cryptography standards behind PDF digital signatures — including PKCS, RSA, and X.509 certificates — to help you implement secure document signing workflows.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DUEKhqR_.png"/>
        </item>
        <item>
            <title><![CDATA[Programming in the AI era]]></title>
            <link>https://www.nutrient.io/blog/programming-ai-era/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/programming-ai-era/</guid>
            <pubDate>Tue, 26 Nov 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header._kFvmJoR.jpg" alt="Programming in the AI era" /></p>Discover how AI tools like ChatGPT are transforming the programming workflow, from automated debugging and documentation to faster code generation.]]></description>
            <author>Alexandros Apostolakis</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header._kFvmJoR.jpg"/>
        </item>
        <item>
            <title><![CDATA[Effortless text comparison capabilities unveiled]]></title>
            <link>https://www.nutrient.io/blog/text-comparison-new-sdk-capabilities-effortless-document-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/text-comparison-new-sdk-capabilities-effortless-document-review/</guid>
            <pubDate>Mon, 25 Nov 2024 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DU_MbjjP.jpg" alt="Effortless text comparison capabilities unveiled" /></p>Discover seamless text comparison with our latest Web SDK. Spot changes, navigate differences, and customize your UI for efficient document reviews.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DU_MbjjP.jpg"/>
        </item>
        <item>
            <title><![CDATA[Boost your PDF experience with innovative integrations]]></title>
            <link>https://www.nutrient.io/blog/box-document-integrations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/box-document-integrations/</guid>
            <pubDate>Mon, 25 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D2B3QzaQ.jpg" alt="Boost your PDF experience with innovative integrations" /></p>Discover how advanced document processing enhances PDF collaboration and user experience for secure content management.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D2B3QzaQ.jpg"/>
        </item>
        <item>
            <title><![CDATA[8 common PDF annotation types]]></title>
            <link>https://www.nutrient.io/blog/annotation-types/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/annotation-types/</guid>
            <pubDate>Fri, 22 Nov 2024 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CVE8EvaB.jpg" alt="8 common PDF annotation types" /></p>Explore 8 common PDF annotation types — highlights, notes, stamps, drawings, and more — and learn how to implement them with a PDF annotation library.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CVE8EvaB.jpg"/>
        </item>
        <item>
            <title><![CDATA[Our evolution to Nutrient from an engineering perspective]]></title>
            <link>https://www.nutrient.io/blog/product-rebrand-pspdfkit-evolution-nutrient-engineering-perspective/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/product-rebrand-pspdfkit-evolution-nutrient-engineering-perspective/</guid>
            <pubDate>Thu, 21 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.0kb_uzmz.jpg" alt="Our evolution to Nutrient from an engineering perspective" /></p>Explore the engineering journey behind PSPDFKit’s transformation to Nutrient — a rebrand focused on cohesive solutions for developers and product leaders alike.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.0kb_uzmz.jpg"/>
        </item>
        <item>
            <title><![CDATA[How will Generative AI replace SDK engineers?]]></title>
            <link>https://www.nutrient.io/blog/generative-ai-replace-sdk-engineers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generative-ai-replace-sdk-engineers/</guid>
            <pubDate>Wed, 20 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DOFvJW8j.jpg" alt="How will Generative AI replace SDK engineers?" /></p>Explore how generative AI is transforming SDK development, from code generation to API design. Learn about its current capabilities, its future potential, and the ethical considerations involved.]]></description>
            <author>Miloš Đekić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DOFvJW8j.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimize PDF generation for workflow automation]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-platform-doc-engine-pdf-generation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-platform-doc-engine-pdf-generation/</guid>
            <pubDate>Tue, 19 Nov 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dx9qTd6l.png" alt="Optimize PDF generation for workflow automation" /></p>Discover how we improved PDF generation in our automation platform using Document Engine for dynamic data formats and enhanced user experience.]]></description>
            <author>Keith Stanislaw</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dx9qTd6l.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK 14.2: iOS 18.1 features]]></title>
            <link>https://www.nutrient.io/blog/nutrient-sdk-updates-ios-18-1-writing-tools-translate-native-system-text-selection/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-sdk-updates-ios-18-1-writing-tools-translate-native-system-text-selection/</guid>
            <pubDate>Mon, 18 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.JvHXquvQ.jpg" alt="Nutrient SDK 14.2: iOS 18.1 features" /></p>Explore the new features of iOS 18.1, including Writing Tools and Translate in Nutrient SDK 14.2, to elevate your app's productivity and accessibility.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.JvHXquvQ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Voice-driven document interactions with OpenAI]]></title>
            <link>https://www.nutrient.io/blog/the-future-of-document-interaction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-future-of-document-interaction/</guid>
            <pubDate>Fri, 15 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BgxBDoE-.png" alt="Voice-driven document interactions with OpenAI" /></p>Explore how OpenAI’s Realtime API enhances document interactions through voice commands, simplifying access and boosting productivity in workflows.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BgxBDoE-.png"/>
        </item>
        <item>
            <title><![CDATA[How to merge PDFs using an SDK: A developer’s guide]]></title>
            <link>https://www.nutrient.io/blog/merge-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/merge-pdfs/</guid>
            <pubDate>Thu, 14 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C5xHjS-V.png" alt="How to merge PDFs using an SDK: A developer’s guide" /></p>Learn to merge PDFs with Nutrient SDK, DWS API, and pdf-lib, comparing features and ideal use cases for any project.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C5xHjS-V.png"/>
        </item>
        <item>
            <title><![CDATA[Mobile Helix leverages annotation and security for its legal mobile app with Nutrient SDKs]]></title>
            <link>https://www.nutrient.io/blog/mobile-helix-nutrient-sdk-ios-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/mobile-helix-nutrient-sdk-ios-android/</guid>
            <pubDate>Wed, 13 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.EB_zEDz6.jpg" alt="Mobile Helix leverages annotation and security for its legal mobile app with Nutrient SDKs" /></p>Discover how Mobile Helix's legal app enhances security and efficiency for lawyers, leveraging mobile SDKs for seamless document management and annotation.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.EB_zEDz6.jpg"/>
        </item>
        <item>
            <title><![CDATA[AI-powered document process improvements]]></title>
            <link>https://www.nutrient.io/blog/nutrient-ai-sdk-document-workflows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-ai-sdk-document-workflows/</guid>
            <pubDate>Wed, 13 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BP-KbDP6.png" alt="AI-powered document process improvements" /></p>Unlock productivity and profitability with our AI-driven document workflows, designed for modern businesses seeking digital transformation.]]></description>
            <author>Nutrient</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BP-KbDP6.png"/>
        </item>
        <item>
            <title><![CDATA[Low-code and workflow automation updates Q4 2024]]></title>
            <link>https://www.nutrient.io/blog/low-code-workflow-automation-product-updates-q4-2024/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/low-code-workflow-automation-product-updates-q4-2024/</guid>
            <pubDate>Tue, 12 Nov 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BNybUnVW.jpg" alt="Low-code and workflow automation updates Q4 2024" /></p>Discover the latest low-code and workflow automation updates to enhance productivity and streamline your business operations.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BNybUnVW.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient SDK product updates for Q4 2024]]></title>
            <link>https://www.nutrient.io/blog/sdk-product-updates-q4-2024/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sdk-product-updates-q4-2024/</guid>
            <pubDate>Tue, 12 Nov 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BIZBUrFe.jpg" alt="Nutrient SDK product updates for Q4 2024" /></p>Nutrient presents SDK product and feature updates available in Q4 2024 as building blocks to transform your modern business.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BIZBUrFe.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to make PDFs fillable]]></title>
            <link>https://www.nutrient.io/blog/fillable-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fillable-pdf/</guid>
            <pubDate>Fri, 08 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D7ouOQ93.jpg" alt="How to make PDFs fillable" /></p>This tutorial compares different approaches to creating fillable PDFs — from open source libraries to enterprise solutions like Nutrient. It’ll cover the technical implementation and evaluate which tools deliver production-ready results quickly versus those requiring extensive custom development.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D7ouOQ93.jpg"/>
        </item>
        <item>
            <title><![CDATA[The Nutrient rebrand: Transforming our low-code solutions]]></title>
            <link>https://www.nutrient.io/blog/nutrient-low-code-rebrand/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-low-code-rebrand/</guid>
            <pubDate>Thu, 07 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bd-4xPCd.jpg" alt="The Nutrient rebrand: Transforming our low-code solutions" /></p>Nutrient low-code rebrand refines product offerings, enhances Power Platform integration, and improves marketplace access with clear, focused solutions.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bd-4xPCd.jpg"/>
        </item>
        <item>
            <title><![CDATA[Customizable SwiftUI toolbar API for developers]]></title>
            <link>https://www.nutrient.io/blog/swiftui-main-toolbar/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swiftui-main-toolbar/</guid>
            <pubDate>Tue, 05 Nov 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/expanding_swiftui_capabilities_in_nutrient_customizable_main_toolbar.DNudaLco.jpg" alt="Customizable SwiftUI toolbar API for developers" /></p>At Nutrient, our mission is to continually enhance the capabilities of our SDKs, making them more powerful and flexible for our customers to use. One of our recent focus areas has been enhancing the SwiftUI capabilities of <a href='/sdk/ios/'>Nutrient iOS SDK</a>. In particular, we improved our API for customizing the main toolbar.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/expanding_swiftui_capabilities_in_nutrient_customizable_main_toolbar.DNudaLco.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a .NET WinUI3 PDF viewer with Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-dotnet-winui3-pdf-viewer-with-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-dotnet-winui3-pdf-viewer-with-nutrient/</guid>
            <pubDate>Mon, 04 Nov 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYSryaeP.jpg" alt="How to build a .NET WinUI3 PDF viewer with Nutrient Web SDK" /></p>Learn how to build a WinUI3 PDF viewer using Nutrient Web SDK.]]></description>
            <author>Shantanu Methikar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BYSryaeP.jpg"/>
        </item>
        <item>
            <title><![CDATA[Taking Nutrient to market together]]></title>
            <link>https://www.nutrient.io/blog/nutrient-goes-to-market/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nutrient-goes-to-market/</guid>
            <pubDate>Thu, 31 Oct 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDP9k845.png" alt="Taking Nutrient to market together" /></p>Explore the Nutrient rebrand journey, which combined five brands into a single suite of unified product offerings, including document SDKs and low-code.]]></description>
            <author>Greg Ives</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BDP9k845.png"/>
        </item>
        <item>
            <title><![CDATA[Top five JavaScript document viewers for DOCX and PDF]]></title>
            <link>https://www.nutrient.io/blog/top-doc-viewers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-doc-viewers/</guid>
            <pubDate>Wed, 30 Oct 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CMINUxSS.jpg" alt="Top five JavaScript document viewers for DOCX and PDF" /></p>This post will explore various document viewers that support DOCX and PDF files. It’ll provide an overview of each library, how to get started with it, and its technical features, advantages, and disadvantages.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CMINUxSS.jpg"/>
        </item>
        <item>
            <title><![CDATA[Top JavaScript PDF generator libraries for 2026]]></title>
            <link>https://www.nutrient.io/blog/top-js-pdf-libraries/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-js-pdf-libraries/</guid>
            <pubDate>Fri, 25 Oct 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DV1BBmsN.png" alt="Top JavaScript PDF generator libraries for 2026" /></p>Generating PDFs in JavaScript can be challenging without the right tools. This post compares the top JavaScript PDF generator libraries for 2026, covering both client-side and server-side options to help you pick the best tool for your needs.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DV1BBmsN.png"/>
        </item>
        <item>
            <title><![CDATA[Welcome to Nutrient]]></title>
            <link>https://www.nutrient.io/blog/welcome-to-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/welcome-to-nutrient/</guid>
            <pubDate>Thu, 24 Oct 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B-2iWCkn.jpg" alt="Welcome to Nutrient" /></p>Nutrient unites PSPDFKit, Aquaforest, Integrify, Muhimbi, and ORPALIS to deliver seamless document tools, SDKs, low-code integrations, and workflow automation.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B-2iWCkn.jpg"/>
        </item>
        <item>
            <title><![CDATA[Transform your document experience today]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-rebrands-to-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-rebrands-to-nutrient/</guid>
            <pubDate>Mon, 21 Oct 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.0yXK_OLA.jpg" alt="Transform your document experience today" /></p>Discover cutting-edge document solutions to accelerate digital transformation, enhance workflows, and streamline processes for modern businesses.]]></description>
            <author>Nutrient</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.0yXK_OLA.jpg"/>
        </item>
        <item>
            <title><![CDATA[Elevate your document experience with AI]]></title>
            <link>https://www.nutrient.io/blog/ai-assistant-release/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ai-assistant-release/</guid>
            <pubDate>Mon, 23 Sep 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B17LcDwS.png" alt="Elevate your document experience with AI" /></p>Discover how AI Assistant enhances document interaction, summary, translation, and more for efficient productivity.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B17LcDwS.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient iOS SDK 14 brings full support for Apple's iOS 18]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-14-for-ios-18/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-14-for-ios-18/</guid>
            <pubDate>Fri, 20 Sep 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BwtazTV_.jpg" alt="Nutrient iOS SDK 14 brings full support for Apple's iOS 18" /></p>We're proud to announce the release of Nutrient iOS SDK 14, offering full support for Apple's iOS 18.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BwtazTV_.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to choose a PDF editing library for JavaScript apps]]></title>
            <link>https://www.nutrient.io/blog/javascript-pdf-editors/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/javascript-pdf-editors/</guid>
            <pubDate>Thu, 19 Sep 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.SciGalcA.png" alt="How to choose a PDF editing library for JavaScript apps" /></p>Evaluate open source and commercial PDF editing options for JavaScript — feature coverage, limitations, licensing, and when to build versus buy.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.SciGalcA.png"/>
        </item>
        <item>
            <title><![CDATA[Behind the code with Nishant Desai]]></title>
            <link>https://www.nutrient.io/blog/engineer-stories-nishant/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/engineer-stories-nishant/</guid>
            <pubDate>Thu, 12 Sep 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.V5-GyKWC.png" alt="Behind the code with Nishant Desai" /></p>Learn more about iOS engineer Nishant Desai and how he has grown both professionally and personally in his time at Nutrient.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.V5-GyKWC.png"/>
        </item>
        <item>
            <title><![CDATA[Automating agile stand-up ceremonies with Python scripts]]></title>
            <link>https://www.nutrient.io/blog/automating-agile-stand-up-ceremonies-python-scripts/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automating-agile-stand-up-ceremonies-python-scripts/</guid>
            <pubDate>Tue, 10 Sep 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CtHkcvqD.png" alt="Automating agile stand-up ceremonies with Python scripts" /></p>A blog post detailing how to automate Agile stand-up ceremonies with Python scripts.]]></description>
            <author>Georg-Nikola Pavlov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CtHkcvqD.png"/>
        </item>
        <item>
            <title><![CDATA[Build a powerful JavaScript document viewer and editor]]></title>
            <link>https://www.nutrient.io/blog/javascript-document-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/javascript-document-editor/</guid>
            <pubDate>Tue, 10 Sep 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCzHf9ML.jpg" alt="Build a powerful JavaScript document viewer and editor" /></p>Learn how to set up a JavaScript-based document viewer and editor using Nutrient Document Authoring SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DCzHf9ML.jpg"/>
        </item>
        <item>
            <title><![CDATA[Dark and Tinted Alternative App Icons]]></title>
            <link>https://www.nutrient.io/blog/dark-tinted-alternative-app-icons/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/dark-tinted-alternative-app-icons/</guid>
            <pubDate>Thu, 05 Sep 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xMujmsPq.png" alt="Dark and Tinted Alternative App Icons" /></p>Updating how we implemented alternative app icons to support iOS 18’s new dark and tinted app icons.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.xMujmsPq.png"/>
        </item>
        <item>
            <title><![CDATA[Structure Padding in C++]]></title>
            <link>https://www.nutrient.io/blog/padding-in-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/padding-in-cpp/</guid>
            <pubDate>Tue, 03 Sep 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DVPtX1u1.png" alt="Structure Padding in C++" /></p>A look at padding in C++ structs and classes and how data is laid out in memory can help you write more efficient code and optimize the performance of your programs.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DVPtX1u1.png"/>
        </item>
        <item>
            <title><![CDATA[Top 10 Python PDF generator libraries: Complete guide for developers (2026)]]></title>
            <link>https://www.nutrient.io/blog/top-10-ways-to-generate-pdfs-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-10-ways-to-generate-pdfs-in-python/</guid>
            <pubDate>Thu, 29 Aug 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BWMpo5md.jpg" alt="Top 10 Python PDF generator libraries: Complete guide for developers (2026)" /></p>Choose a Python PDF generator based on your input: document data, an HTML template, or images. Compare 10 libraries and APIs by use case, rendering limits, and deployment requirements, with examples for each.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BWMpo5md.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document Authoring SDK is now available from Nutrient]]></title>
            <link>https://www.nutrient.io/blog/document-authoring-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-authoring-sdk/</guid>
            <pubDate>Wed, 28 Aug 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/document-authoring-public-release.BsOSLrBJ.jpg" alt="Document Authoring SDK is now available from Nutrient" /></p>Document Authoring SDK by Nutrient is now fully available to the public — for a complete document editing experience.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/document-authoring-public-release.BsOSLrBJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Technological advancements and software sustainability]]></title>
            <link>https://www.nutrient.io/blog/rapid-technological-advancements-sustainable-software-product-development/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rapid-technological-advancements-sustainable-software-product-development/</guid>
            <pubDate>Tue, 27 Aug 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B01BJfhL.png" alt="Technological advancements and software sustainability" /></p>Explore the impact of rapid tech changes on software development, highlighting key challenges and strategies for maintaining quality and sustainability.]]></description>
            <author>Staša Bugarski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B01BJfhL.png"/>
        </item>
        <item>
            <title><![CDATA[Behind the code with Patrik Weiskircher]]></title>
            <link>https://www.nutrient.io/blog/engineer-stories-patrik/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/engineer-stories-patrik/</guid>
            <pubDate>Thu, 22 Aug 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.d35pGSXu.png" alt="Behind the code with Patrik Weiskircher" /></p>Explore the human side of engineering at Nutrient with insights from Patrik Weiskircher, Core team lead, on leadership, coding, and creating impactful software.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.d35pGSXu.png"/>
        </item>
        <item>
            <title><![CDATA[WebAssembly for high-performance document tasks]]></title>
            <link>https://www.nutrient.io/blog/webassembly-javascript-document-processing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/webassembly-javascript-document-processing/</guid>
            <pubDate>Wed, 21 Aug 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.FGRN5l07.png" alt="WebAssembly for high-performance document tasks" /></p>Discover how WebAssembly enhances document processing speed and efficiency directly in JavaScript applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.FGRN5l07.png"/>
        </item>
        <item>
            <title><![CDATA[Drag-to-reorder with Jetpack Compose]]></title>
            <link>https://www.nutrient.io/blog/drag-to-reorder-with-compose/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/drag-to-reorder-with-compose/</guid>
            <pubDate>Tue, 20 Aug 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.tncx987p.png" alt="Drag-to-reorder with Jetpack Compose" /></p>Learn to implement drag-to-reorder functionality in Jetpack Compose with a custom modifier for smooth user interactions.]]></description>
            <author>Ferdinand Bada</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.tncx987p.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to PDF: 10 best tools compared]]></title>
            <link>https://www.nutrient.io/blog/top-ten-ways-to-convert-html-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-ten-ways-to-convert-html-to-pdf/</guid>
            <pubDate>Thu, 15 Aug 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BxADsgFj.jpg" alt="How to convert HTML to PDF: 10 best tools compared" /></p>Compare 10 tools to convert HTML to PDF — from open source libraries like wkhtmltopdf and Puppeteer, to Nutrient Document Engine for enterprise workflows.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BxADsgFj.jpg"/>
        </item>
        <item>
            <title><![CDATA[The rise of generative AI on mobile devices]]></title>
            <link>https://www.nutrient.io/blog/future-of-generative-ai-on-mobile/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/future-of-generative-ai-on-mobile/</guid>
            <pubDate>Tue, 06 Aug 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CC2gkbqT.jpg" alt="The rise of generative AI on mobile devices" /></p>The emergence of generative AI on mobile devices and what AI could bring.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CC2gkbqT.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimizing icon design: Our journey to the Baseline UI icon set]]></title>
            <link>https://www.nutrient.io/blog/optimizing-icon-design-our-journey-to-baseline-ui-icon-set/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-icon-design-our-journey-to-baseline-ui-icon-set/</guid>
            <pubDate>Wed, 31 Jul 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.OQsVzd-F.png" alt="Optimizing icon design: Our journey to the Baseline UI icon set" /></p>Insights on preparing an icon set for optimal use in design software, specifically in Figma.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.OQsVzd-F.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 13.8 for iOS Brings SwiftUI API to the Main Toolbar]]></title>
            <link>https://www.nutrient.io/blog/13-8-ios-swift-ui-api-main-toolbar/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/13-8-ios-swift-ui-api-main-toolbar/</guid>
            <pubDate>Fri, 26 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B8jIfpWt.png" alt="PSPDFKit 13.8 for iOS Brings SwiftUI API to the Main Toolbar" /></p>SwiftUI API is unleashed to the main toolbar in the PSPDFKit 13.8 for iOS update.]]></description>
            <author>Bradley Hearn</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B8jIfpWt.png"/>
        </item>
        <item>
            <title><![CDATA[A glimpse into our Baseline UI customization approach]]></title>
            <link>https://www.nutrient.io/blog/part-6-a-glimpse-into-baseline-ui-customization-approach/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/part-6-a-glimpse-into-baseline-ui-customization-approach/</guid>
            <pubDate>Thu, 25 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYKrgWrU.png" alt="A glimpse into our Baseline UI customization approach" /></p>A glimpse into our Baseline UI customization approach.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BYKrgWrU.png"/>
        </item>
        <item>
            <title><![CDATA[Bring your Integrify instance up to speed]]></title>
            <link>https://www.nutrient.io/blog/bring-integrify-instance-up-to-speed/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bring-integrify-instance-up-to-speed/</guid>
            <pubDate>Fri, 19 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Bring your Integrify instance up to speed" /></p>Unlock the full potential of your organization with Integrify, a dynamic platform designed to streamline workflow applications and enhance operational efficiency.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Investigating a dynamic linking crash with Xcode 16]]></title>
            <link>https://www.nutrient.io/blog/dynamic-linking-crash-xcode-16/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/dynamic-linking-crash-xcode-16/</guid>
            <pubDate>Thu, 18 Jul 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D54wQCR7.png" alt="Investigating a dynamic linking crash with Xcode 16" /></p>Debugging and fixing a crash we noticed after updating to Xcode 16.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D54wQCR7.png"/>
        </item>
        <item>
            <title><![CDATA[CMiC transforms construction project management with Nutrient integration]]></title>
            <link>https://www.nutrient.io/blog/cmic-transforms-construction-project/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cmic-transforms-construction-project/</guid>
            <pubDate>Thu, 18 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bg6vg58n.jpg" alt="CMiC transforms construction project management with Nutrient integration" /></p>Discover how CMiC improves construction project management efficiency through integration with Nutrient's advanced PDF tools and solutions.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bg6vg58n.jpg"/>
        </item>
        <item>
            <title><![CDATA[CSV export configuration for Document Editor]]></title>
            <link>https://www.nutrient.io/blog/document-editor-csv-export-configuration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-editor-csv-export-configuration/</guid>
            <pubDate>Wed, 17 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="CSV export configuration for Document Editor" /></p>Learn how to easily configure CSV export for annotations and comments in Document Editor for SharePoint and enhance your document management.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Exploring the organizational benefits of SOC 2]]></title>
            <link>https://www.nutrient.io/blog/exploring-organizational-benefits-soc2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/exploring-organizational-benefits-soc2/</guid>
            <pubDate>Tue, 16 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C0YnaOMr.png" alt="Exploring the organizational benefits of SOC 2" /></p>What is the actual value of implementing a compliance framework like SOC 2?]]></description>
            <author>Serana Warren</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C0YnaOMr.png"/>
        </item>
        <item>
            <title><![CDATA[Muhimbi PDF Converter update for SharePoint]]></title>
            <link>https://www.nutrient.io/blog/transitioning-muhimbi-pdf-converter-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/transitioning-muhimbi-pdf-converter-for-sharepoint/</guid>
            <pubDate>Tue, 16 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Muhimbi PDF Converter update for SharePoint" /></p>Learn about the transition of the Muhimbi PDF Converter to SPFx for improved performance and security in SharePoint. Upgrade with our step-by-step guide.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Master the Baseline UI theme in detail]]></title>
            <link>https://www.nutrient.io/blog/part-5-mastering-the-baseline-ui-theme-an-in-depth-exploration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/part-5-mastering-the-baseline-ui-theme-an-in-depth-exploration/</guid>
            <pubDate>Thu, 11 Jul 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B2iZcIgB.gif" alt="Master the Baseline UI theme in detail" /></p>Explore the core elements of the Baseline UI theme and learn how to customize it to enhance your app's design and user experience.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/gif" url="https://www.nutrient.io/_astro/article-header.B2iZcIgB.gif"/>
        </item>
        <item>
            <title><![CDATA[Room database for Kotlin Multiplatform projects]]></title>
            <link>https://www.nutrient.io/blog/seamless-room-database-integration-for-kotlin-multiplatform-projects/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/seamless-room-database-integration-for-kotlin-multiplatform-projects/</guid>
            <pubDate>Wed, 10 Jul 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CxuJW_Yf.jpg" alt="Room database for Kotlin Multiplatform projects" /></p>Learn how to seamlessly integrate the Room database into Kotlin Multiplatform projects for local data management.]]></description>
            <author>Akshay Sharma</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CxuJW_Yf.jpg"/>
        </item>
        <item>
            <title><![CDATA[NSCopying in a Swift world]]></title>
            <link>https://www.nutrient.io/blog/nscopying-in-a-swift-world/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nscopying-in-a-swift-world/</guid>
            <pubDate>Tue, 09 Jul 2024 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cxk-3D2q.png" alt="NSCopying in a Swift world" /></p>An exploration into how a modern Swift programming mindset clashes with Objective-C’s NSCopying protocol.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cxk-3D2q.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing the Awesome PSPDFKit GitHub Repo]]></title>
            <link>https://www.nutrient.io/blog/github-repo-community/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/github-repo-community/</guid>
            <pubDate>Mon, 08 Jul 2024 16:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.A0sV8kP5.png" alt="Introducing the Awesome PSPDFKit GitHub Repo" /></p>Introducing Awesome PSPDFKit, a collection of awesome things regarding the PSPDFKit ecosystem.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.A0sV8kP5.png"/>
        </item>
        <item>
            <title><![CDATA[How to sign a PDF on iOS with Nutrient’s signature library]]></title>
            <link>https://www.nutrient.io/blog/how-to-sign-a-pdf-in-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-sign-a-pdf-in-ios/</guid>
            <pubDate>Thu, 04 Jul 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.fBPsnTZS.png" alt="How to sign a PDF on iOS with Nutrient’s signature library" /></p>In this post, you'll learn how to programmatically add electronic and digital signatures to a PDF in your iOS application using Nutrient's iOS signature library.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.fBPsnTZS.png"/>
        </item>
        <item>
            <title><![CDATA[How to extract tables from PDFs and images in C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-extract-tables-from-pdf-and-images/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-extract-tables-from-pdf-and-images/</guid>
            <pubDate>Tue, 02 Jul 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgAt3Kd0.png" alt="How to extract tables from PDFs and images in C#" /></p>Learn how to extract tables from PDFs and images in C# using the GdPicture.NET SDK. View the detailed step-by-step guide with code examples here.]]></description>
            <author>Matúš Pizúr</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DgAt3Kd0.png"/>
        </item>
        <item>
            <title><![CDATA[Guide to design tokens for a cohesive UI]]></title>
            <link>https://www.nutrient.io/blog/part-4-building-consistency-a-guide-to-design-tokens-in-baseline-ui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/part-4-building-consistency-a-guide-to-design-tokens-in-baseline-ui/</guid>
            <pubDate>Thu, 27 Jun 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B7ZwN6U5.png" alt="Guide to design tokens for a cohesive UI" /></p>Discover how design tokens enhance consistency, scalability, and efficiency in your design system for cohesive user interfaces.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B7ZwN6U5.png"/>
        </item>
        <item>
            <title><![CDATA[RoadOne transforms imaging efficiency with seamless integration of GdPicture.NET]]></title>
            <link>https://www.nutrient.io/blog/imaging-efficiency-gdpicture-roadone/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/imaging-efficiency-gdpicture-roadone/</guid>
            <pubDate>Wed, 26 Jun 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bl52izxI.jpg" alt="RoadOne transforms imaging efficiency with seamless integration of GdPicture.NET" /></p>Enhance efficiency and modernize operations by integrating GdPicture.NET for seamless imaging solutions.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bl52izxI.jpg"/>
        </item>
        <item>
            <title><![CDATA[Showing Popovers from Ornaments on visionOS]]></title>
            <link>https://www.nutrient.io/blog/showing-popovers-from-ornaments/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/showing-popovers-from-ornaments/</guid>
            <pubDate>Tue, 25 Jun 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CUS_5fpR.png" alt="Showing Popovers from Ornaments on visionOS" /></p>Dive into our journey of adding visionOS ornament support to our PDF SDK. Discover how we overcame hurdles in displaying UIKit popovers from SwiftUI ornaments and the nuances of visionOS ornaments.]]></description>
            <author>Vishnu Dutt</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CUS_5fpR.png"/>
        </item>
        <item>
            <title><![CDATA[How to OCR PDFs with Nutrient OCR API: JavaScript, Python, PHP, and Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-ocr-pdf-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-ocr-pdf-api/</guid>
            <pubDate>Thu, 20 Jun 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.mHc6S2XP.jpg" alt="How to OCR PDFs with Nutrient OCR API: JavaScript, Python, PHP, and Java" /></p>Nutrient’s OCR API converts scanned PDFs into searchable, editable documents. This guide covers JavaScript OCR, Python, PHP, and Java implementations with complete code examples.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.mHc6S2XP.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Named SourceForge Spring 2024 Leader]]></title>
            <link>https://www.nutrient.io/blog/sourceforge-spring-2024-leader/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sourceforge-spring-2024-leader/</guid>
            <pubDate>Wed, 19 Jun 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C9BcpjwL.png" alt="PSPDFKit Named SourceForge Spring 2024 Leader" /></p>The Spring 2024 Leader recognition from SourceForge is the result of outstanding user reviews of PSPDFKit solutions.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C9BcpjwL.png"/>
        </item>
        <item>
            <title><![CDATA[How to print a PDF in C# with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-print-pdf-in-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-print-pdf-in-csharp/</guid>
            <pubDate>Tue, 18 Jun 2024 05:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BV3Lncts.png" alt="How to print a PDF in C# with Nutrient" /></p>Learn how to print PDFs programmatically in C# using Nutrient.]]></description>
            <author>Olivier Houssin</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BV3Lncts.png"/>
        </item>
        <item>
            <title><![CDATA[Third generation low-code platforms evolution]]></title>
            <link>https://www.nutrient.io/blog/the-evolution-of-low-code-platforms-unveiling-the-third-generation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-evolution-of-low-code-platforms-unveiling-the-third-generation/</guid>
            <pubDate>Fri, 14 Jun 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Third generation low-code platforms evolution" /></p>Explore the rise of third generation low-code platforms powered by AI, enhancing efficiency and enabling rapid application development.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Accessible UI design strategies for everyone]]></title>
            <link>https://www.nutrient.io/blog/part-3-accessible-ui-design-building-inclusive-digital-experiences/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/part-3-accessible-ui-design-building-inclusive-digital-experiences/</guid>
            <pubDate>Thu, 13 Jun 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DwYGMizn.png" alt="Accessible UI design strategies for everyone" /></p>Explore essential strategies and tools for accessible UI design to create inclusive digital experiences for all users.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DwYGMizn.png"/>
        </item>
        <item>
            <title><![CDATA[Apple Intelligence: A new era in privacy-first AI]]></title>
            <link>https://www.nutrient.io/blog/openai-and-apple-at-wwdc-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/openai-and-apple-at-wwdc-pspdfkit/</guid>
            <pubDate>Tue, 11 Jun 2024 21:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DqzOmAwP.png" alt="Apple Intelligence: A new era in privacy-first AI" /></p>Explore Jonathan's insights on Apple's AI strategy at WWDC24, emphasizing privacy, context, and the partnership with OpenAI for enhanced user experiences.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DqzOmAwP.png"/>
        </item>
        <item>
            <title><![CDATA[Generate PDF documents in React Native]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-in-react-native/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-in-react-native/</guid>
            <pubDate>Tue, 11 Jun 2024 05:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0tpx1Wl.png" alt="Generate PDF documents in React Native" /></p>Master custom PDF creation in React Native with this guide on using Nutrient for tailored document generation.]]></description>
            <author>Erhard Brand</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B0tpx1Wl.png"/>
        </item>
        <item>
            <title><![CDATA[Parse PDFs with Python: Step-by-step text extraction tutorial]]></title>
            <link>https://www.nutrient.io/blog/extract-text-from-pdf-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/extract-text-from-pdf-using-python/</guid>
            <pubDate>Thu, 06 Jun 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Co9HUBC9.jpg" alt="Parse PDFs with Python: Step-by-step text extraction tutorial" /></p>Extracting content from PDF files might seem like a small task, but it’s a powerful part of automating real-world document workflows in Python. Whether you’re analyzing invoices, converting academic papers, or processing reports at scale, this guide shows you how to handle PDFs with confidence.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Co9HUBC9.jpg"/>
        </item>
        <item>
            <title><![CDATA[BoardPro delivers board pack viewing and annotation]]></title>
            <link>https://www.nutrient.io/blog/boardpro-board-pack-viewing-annotation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/boardpro-board-pack-viewing-annotation/</guid>
            <pubDate>Wed, 05 Jun 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DvVaPFoU.jpg" alt="BoardPro delivers board pack viewing and annotation" /></p>BoardPro delivers board pack viewing and annotation with Nutrient]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DvVaPFoU.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to export to PDF using React]]></title>
            <link>https://www.nutrient.io/blog/how-to-export-to-pdf-using-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-export-to-pdf-using-react/</guid>
            <pubDate>Tue, 04 Jun 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C1hodUOQ.png" alt="How to export to PDF using React" /></p>A step-by-step tutorial explaining how to export content to PDF in React applications.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C1hodUOQ.png"/>
        </item>
        <item>
            <title><![CDATA[Key-value pair extraction from PDF documents]]></title>
            <link>https://www.nutrient.io/blog/extract-key-value-pairs-programmatically/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/extract-key-value-pairs-programmatically/</guid>
            <pubDate>Fri, 31 May 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Key-value pair extraction from PDF documents" /></p>Learn how to automate key-value pair extraction from PDFs with AI and streamline your document management process.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Why we built Baseline UI for diverse needs]]></title>
            <link>https://www.nutrient.io/blog/part-2-why-we-built-our-own-design-system-introducing-baseline-ui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/part-2-why-we-built-our-own-design-system-introducing-baseline-ui/</guid>
            <pubDate>Thu, 30 May 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.zAfHtjOM.png" alt="Why we built Baseline UI for diverse needs" /></p>Discover how Baseline UI enhances user experience with flexibility, consistency, and accessibility tailored for diverse customer needs.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.zAfHtjOM.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Document Automation Server 6.0.2404.10 released]]></title>
            <link>https://www.nutrient.io/blog/autobahn-dx-6-0-2404-10-released/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/autobahn-dx-6-0-2404-10-released/</guid>
            <pubDate>Wed, 29 May 2024 08:26:57 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Nutrient Document Automation Server 6.0.2404.10 released" /></p>Nutrient Document Automation Server 6.0.2404.10 adds skip-OCRed-page detection, improved log timing, and faster Designer tab loading. See all updates.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Generating API documentation for multiple targets with DocC]]></title>
            <link>https://www.nutrient.io/blog/generating-api-documentation-for-multiple-targets-with-docc/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generating-api-documentation-for-multiple-targets-with-docc/</guid>
            <pubDate>Wed, 29 May 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CTsKekou.jpg" alt="Generating API documentation for multiple targets with DocC" /></p>Follow our process of utilizing DocC to create combined API documentation for multiple frameworks.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CTsKekou.jpg"/>
        </item>
        <item>
            <title><![CDATA[Samaritan’s Purse Canada streamlines travel authorization and approvals with Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-samaritans-purse-canada/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-samaritans-purse-canada/</guid>
            <pubDate>Tue, 28 May 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CV2Uy9lJ.jpg" alt="Samaritan’s Purse Canada streamlines travel authorization and approvals with Nutrient Workflow" /></p>Discover how Samaritan's Purse Canada overcame manual travel authorization challenges with Nutrient's customizable and intuitive workflow solutions, leading to enhanced efficiency and reduced errors in disaster relief efforts.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CV2Uy9lJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate a PDF in Blazor with PDFsharp]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-a-pdf-in-blazor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-a-pdf-in-blazor/</guid>
            <pubDate>Fri, 24 May 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/how-to-generate-a-pdf-with-blazor.DDBUfRmn.png" alt="How to generate a PDF in Blazor with PDFsharp" /></p>Explore how to build a Blazor PDF generator with PDFsharp in your app. Discover advanced features with Nutrient’s .NET PDF library for document processing.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/how-to-generate-a-pdf-with-blazor.DDBUfRmn.png"/>
        </item>
        <item>
            <title><![CDATA[How to use PDFsharp and Blazor to edit PDFs]]></title>
            <link>https://www.nutrient.io/blog/how-to-edit-pdfs-using-blazor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-edit-pdfs-using-blazor/</guid>
            <pubDate>Thu, 23 May 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/how-to-edit-pdfs-using-blazor.VoFtTx-C.png" alt="How to use PDFsharp and Blazor to edit PDFs" /></p>Learn how to edit PDFs using PDFsharp and Nutrient's Blazor PDF library.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/how-to-edit-pdfs-using-blazor.VoFtTx-C.png"/>
        </item>
        <item>
            <title><![CDATA[Generating PDFs in Angular with jsPDF and Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdfs-using-angular/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdfs-using-angular/</guid>
            <pubDate>Wed, 22 May 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/how-to-generate-pdfs-using-angular.CjU0XhMw.png" alt="Generating PDFs in Angular with jsPDF and Nutrient Web SDK" /></p>This post will walk you through the process of generating PDFs using Angular — first with a basic approach using <a href='https://www.npmjs.com/package/jspdf'>jspdf</a>, and then with a more powerful approach using <a href='/guides/web/'>Nutrient Web SDK</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/how-to-generate-pdfs-using-angular.CjU0XhMw.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Web SDK and mobile product updates for Q2 2024]]></title>
            <link>https://www.nutrient.io/blog/q2-2024-product-releases-updates/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/q2-2024-product-releases-updates/</guid>
            <pubDate>Tue, 21 May 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/may-release-thumbnail.B6JY_VKd.png" alt="PSPDFKit Web SDK and mobile product updates for Q2 2024" /></p>Learn about PSPDFKit product updates and releases for your Web SDK and mobile document workflows.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/may-release-thumbnail.B6JY_VKd.png"/>
        </item>
        <item>
            <title><![CDATA[Automate invoices with Aquaforest PDF Connector]]></title>
            <link>https://www.nutrient.io/blog/automate-pdf-invoice-processing-with-power-automate/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-pdf-invoice-processing-with-power-automate/</guid>
            <pubDate>Mon, 20 May 2024 11:34:55 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automate invoices with Aquaforest PDF Connector" /></p>Learn how to automate invoice processing using Aquaforest PDF Connector for Power Automate and improve efficiency and accuracy in your workflows.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[InfoPath end of life: What’s next?]]></title>
            <link>https://www.nutrient.io/blog/keeping-data-from-infopath-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/keeping-data-from-infopath-forms/</guid>
            <pubDate>Fri, 17 May 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="InfoPath end of life: What’s next?" /></p>Discover the implications of InfoPath’s end of life and explore seamless alternatives with Nutrient Document Converter. Preserve data integrity, streamline transitions, and ensure productivity.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Understanding design systems for UX improvement]]></title>
            <link>https://www.nutrient.io/blog/part-1-design-systems-building-blocks-for-seamless-user-experiences/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/part-1-design-systems-building-blocks-for-seamless-user-experiences/</guid>
            <pubDate>Thu, 16 May 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CRyNyaY4.png" alt="Understanding design systems for UX improvement" /></p>Discover how design systems enhance efficiency, consistency, and user experience in digital product design and development.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CRyNyaY4.png"/>
        </item>
        <item>
            <title><![CDATA[Streamline logistics package tracking efficiently]]></title>
            <link>https://www.nutrient.io/blog/get-barcode-value-using-power-automate/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/get-barcode-value-using-power-automate/</guid>
            <pubDate>Tue, 14 May 2024 11:32:36 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Streamline logistics package tracking efficiently" /></p>Discover how the Aquaforest PDF Connector enhances package tracking efficiency and accuracy in logistics with automation for real-time updates.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Foster innovative ideas with idea management software]]></title>
            <link>https://www.nutrient.io/blog/foster-innovative-ideas-with-idea-management-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/foster-innovative-ideas-with-idea-management-software/</guid>
            <pubDate>Mon, 29 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Foster innovative ideas with idea management software" /></p>Unlock creativity, enhance efficiency, and foster innovation with Idea Management Software. Streamline idea vetting, procedure development, and feedback processes for employees, customers, and partners. Stay competitive and relevant by implementing a platform that cultivates a culture of innovation. Boost organizational innovation effortlessly with Integrify's Idea Management App.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Privacy Manifests and Required Reason APIs on iOS]]></title>
            <link>https://www.nutrient.io/blog/privacy-manifests-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/privacy-manifests-on-ios/</guid>
            <pubDate>Wed, 24 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.1IE-DEiB.png" alt="Privacy Manifests and Required Reason APIs on iOS" /></p>What privacy manifests and required reason APIs are, and the approach taken by PSPDFKit for adding support for these requirements.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.1IE-DEiB.png"/>
        </item>
        <item>
            <title><![CDATA[Under transforms disjointed financial documents into smooth and secure forms with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/secure-financial-documents-under/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/secure-financial-documents-under/</guid>
            <pubDate>Wed, 24 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CTCK0z_5.jpg" alt="Under transforms disjointed financial documents into smooth and secure forms with Nutrient" /></p>Discover how Under leverages Nutrient to create dynamic PDF forms, streamline financial processes, and enhance security for fintech applications.]]></description>
            <author>Danielle West</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CTCK0z_5.jpg"/>
        </item>
        <item>
            <title><![CDATA[Effective meeting minutes guide]]></title>
            <link>https://www.nutrient.io/blog/meeting-minutes-document-decisions-action-items/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/meeting-minutes-document-decisions-action-items/</guid>
            <pubDate>Mon, 22 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Effective meeting minutes guide" /></p>Master the art of meeting minutes. Discover best practices and key components to capture discussions, decisions, and action items for better team success.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A look back at the 2024 Nutrient Workflow User Conference]]></title>
            <link>https://www.nutrient.io/blog/2024-integrify-user-conference/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2024-integrify-user-conference/</guid>
            <pubDate>Thu, 18 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A look back at the 2024 Nutrient Workflow User Conference" /></p>As we look back on the success of this year’s user conference, we’re reminded of the power of coming together as a community and sharing knowledge.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automation success for Prevention Point Philadelphia]]></title>
            <link>https://www.nutrient.io/blog/customers-prevention-point-philadelphia/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-prevention-point-philadelphia/</guid>
            <pubDate>Mon, 15 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BXwjJebm.jpg" alt="Automation success for Prevention Point Philadelphia" /></p>Learn how Prevention Point Philadelphia transformed its approval processes, enhancing efficiency and staff satisfaction through workflow automation.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BXwjJebm.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2024.3 updates and enhancements]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2024-3-new-stamps-signing-ui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2024-3-new-stamps-signing-ui/</guid>
            <pubDate>Thu, 11 Apr 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1qyPSv0.png" alt="PSPDFKit for Web 2024.3 updates and enhancements" /></p>Discover new stamps UI, electronic signatures, and Office exports in PSPDFKit for Web 2024.3 for improved productivity and user experience.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1qyPSv0.png"/>
        </item>
        <item>
            <title><![CDATA[AI-Driven Document Workflow Solutions]]></title>
            <link>https://www.nutrient.io/blog/new-gen-ai-enabled-document-workflow-capabilities/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/new-gen-ai-enabled-document-workflow-capabilities/</guid>
            <pubDate>Thu, 11 Apr 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/integrify-user-conference.Cv3rpOuu.png" alt="AI-Driven Document Workflow Solutions" /></p>Discover how PSPDFKit enhances document workflows with new generative AI capabilities for efficient automation and seamless processing.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/integrify-user-conference.Cv3rpOuu.png"/>
        </item>
        <item>
            <title><![CDATA[Optimize employee onboarding experience]]></title>
            <link>https://www.nutrient.io/blog/employee-training-onboarding-with-integrify/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/employee-training-onboarding-with-integrify/</guid>
            <pubDate>Mon, 08 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Optimize employee onboarding experience" /></p>Transform your employee training with automated onboarding tools that enhance productivity and retention for a seamless experience.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimizing invoice processing with KVP extraction]]></title>
            <link>https://www.nutrient.io/blog/optimizing-invoice-processing-key-value-pair-extraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-invoice-processing-key-value-pair-extraction/</guid>
            <pubDate>Thu, 04 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Optimizing invoice processing with KVP extraction" /></p>Discover how advanced KVP extraction automates invoice processing, saving time while enhancing accuracy and operational efficiency.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Leadership strategies for innovative companies]]></title>
            <link>https://www.nutrient.io/blog/culture-of-innovation-strategies-for-forward/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/culture-of-innovation-strategies-for-forward/</guid>
            <pubDate>Tue, 02 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Leadership strategies for innovative companies" /></p>Discover key strategies for leaders to foster a culture of innovation and drive success in their organizations.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimize retail efficiency with barcode extraction]]></title>
            <link>https://www.nutrient.io/blog/scan-and-extract-barcodes-automatically/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/scan-and-extract-barcodes-automatically/</guid>
            <pubDate>Tue, 02 Apr 2024 06:10:46 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Optimize retail efficiency with barcode extraction" /></p>Discover how Power Automate and Aquaforest can enhance your retail inventory management through automated barcode value extraction for improved efficiency.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Boosting Healthcare Efficiency through OCR Records Digitization]]></title>
            <link>https://www.nutrient.io/blog/medical-records-digitization-with-ocr/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/medical-records-digitization-with-ocr/</guid>
            <pubDate>Mon, 01 Apr 2024 09:37:22 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Boosting Healthcare Efficiency through OCR Records Digitization" /></p>Use OCR in Power Automate to digitize patient records, make healthcare documents searchable, and eliminate manual retrieval errors. Learn how.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is document processing?]]></title>
            <link>https://www.nutrient.io/blog/what-is-document-processing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-document-processing/</guid>
            <pubDate>Thu, 28 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What is document processing?" /></p>What is document processing — and AI document processing? How AI extracts, classifies, and validates data from documents, with benefits, use cases, and tools.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 13.4 for iOS: API & Annotation Improvements]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-13-4-ios-multiple-annotation-selection/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-13-4-ios-multiple-annotation-selection/</guid>
            <pubDate>Tue, 26 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.wRoNj_fb.png" alt="PSPDFKit 13.4 for iOS: API & Annotation Improvements" /></p>Explore the new features of PSPDFKit 13.4, from revamped API documentation to enhanced multiple annotation selection and navigation links.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.wRoNj_fb.png"/>
        </item>
        <item>
            <title><![CDATA[Versatex's digital revolution with Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/customers-versatex-building-products/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-versatex-building-products/</guid>
            <pubDate>Mon, 25 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DlFw88Gf.jpg" alt="Versatex's digital revolution with Workflow Automation" /></p>Explore how Versatex, a building products company, overcame paper-based challenges by implementing Nutrient. Learn how the company achieved digital transformation, streamlined processes, and increased employee satisfaction.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DlFw88Gf.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.9 for Flutter with Toolbar Customization]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-flutter-3-9-toolbar-customization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-flutter-3-9-toolbar-customization/</guid>
            <pubDate>Fri, 22 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview-image.BbVLdORf.png" alt="PSPDFKit 3.9 for Flutter with Toolbar Customization" /></p>This release adds toolbar customization support for iOS and Android.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview-image.BbVLdORf.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.9 for React Native Adds Main Toolbar Customization]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-react-native-2-9-toolbar-customization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-react-native-2-9-toolbar-customization/</guid>
            <pubDate>Fri, 22 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.UDiBAX4w.png" alt="PSPDFKit 2.9 for React Native Adds Main Toolbar Customization" /></p>This release add main toolbar customization to PSPDFKit for React Native.]]></description>
            <author>Erhard Brand</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.UDiBAX4w.png"/>
        </item>
        <item>
            <title><![CDATA[Split PDFs for quality control efficiency]]></title>
            <link>https://www.nutrient.io/blog/split-pdf-by-barcode-using-power-automate/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/split-pdf-by-barcode-using-power-automate/</guid>
            <pubDate>Tue, 19 Mar 2024 13:31:11 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Split PDFs for quality control efficiency" /></p>Learn how to use Power Automate to split PDFs for quality control, enhancing accuracy and saving time in manufacturing processes.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.1 for MAUI Introduces Support for Annotations]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-maui-1-1-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-maui-1-1-annotations/</guid>
            <pubDate>Tue, 12 Mar 2024 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DUYDWqgN.png" alt="PSPDFKit 1.1 for MAUI Introduces Support for Annotations" /></p>This release brings native support for annotations and viewer customization.]]></description>
            <author>Shantanu Methikar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DUYDWqgN.png"/>
        </item>
        <item>
            <title><![CDATA[Optimizing departmental operations guide]]></title>
            <link>https://www.nutrient.io/blog/optimizing-departmental-operations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-departmental-operations/</guid>
            <pubDate>Mon, 11 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Optimizing departmental operations guide" /></p>Optimizing departmental operations is not just about implementing the latest technologies; it's about fostering a culture of continuous improvement, collaboration, and customer-centricity across the organization.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Transforming capital expense approval processes at Legacy Senior Living]]></title>
            <link>https://www.nutrient.io/blog/customers-legacy-senior-living/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-legacy-senior-living/</guid>
            <pubDate>Fri, 08 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.H1B6ttVb.jpg" alt="Transforming capital expense approval processes at Legacy Senior Living" /></p>Learn how Legacy Senior Living revolutionized its capital expense approval processes by transitioning from paper-based documentation to digital workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.H1B6ttVb.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2024.2: Enhanced UI and Accessibility]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2024-2-new-unified-ui-icons/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2024-2-new-unified-ui-icons/</guid>
            <pubDate>Tue, 05 Mar 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DJVFt4zH.png" alt="PSPDFKit for Web 2024.2: Enhanced UI and Accessibility" /></p>Explore the latest updates in PSPDFKit for Web 2024.2, featuring new UI icons, improved accessibility, and customizable tab ordering.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DJVFt4zH.png"/>
        </item>
        <item>
            <title><![CDATA[Productivity tips for busy professionals]]></title>
            <link>https://www.nutrient.io/blog/mastering-workday-productivity-tips-busy-professionals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/mastering-workday-productivity-tips-busy-professionals/</guid>
            <pubDate>Mon, 04 Mar 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Productivity tips for busy professionals" /></p>With so many demands, how can you keep productivity high throughout the day — and avoid losing focus, energy, and attention? Let’s take a look at four productivity tips to help you master your workday.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Crawl &amp; OCR Non-Searchable Insurance Documents in SharePoint]]></title>
            <link>https://www.nutrient.io/blog/ocr-pdf-in-sharepoint-online/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ocr-pdf-in-sharepoint-online/</guid>
            <pubDate>Wed, 28 Feb 2024 12:35:10 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Crawl &amp; OCR Non-Searchable Insurance Documents in SharePoint" /></p>Make every SharePoint document searchable by using OCR to convert scanned PDFs and faxes for insurance teams using Searchlight OCR. Find out how.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automating field service requests]]></title>
            <link>https://www.nutrient.io/blog/automating-field-service-requests/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automating-field-service-requests/</guid>
            <pubDate>Wed, 28 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automating field service requests" /></p>This article will provide everyday struggles with field service request workflow process, solutions, and examples of requests that would benefit from automation and showcase a pre-built workflow.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimizing procurement with workflow automation]]></title>
            <link>https://www.nutrient.io/blog/the-circus-of-efficiency-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-circus-of-efficiency-workflow-automation/</guid>
            <pubDate>Mon, 26 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Optimizing procurement with workflow automation" /></p>Discover how workflow automation transforms procurement processes for enhanced efficiency and streamlined operations.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document Authoring SDK public preview]]></title>
            <link>https://www.nutrient.io/blog/document-authoring-public-preview/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-authoring-public-preview/</guid>
            <pubDate>Thu, 22 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/document-authoring-blog.CKzMwhyj.png" alt="Document Authoring SDK public preview" /></p>Join our public preview to explore the revolutionary Document Authoring SDK, enhancing your document editing experience seamlessly on the web.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/document-authoring-blog.CKzMwhyj.png"/>
        </item>
        <item>
            <title><![CDATA[Should your internal processes be more transparent?]]></title>
            <link>https://www.nutrient.io/blog/should-your-internal-process-be-more-transparent/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/should-your-internal-process-be-more-transparent/</guid>
            <pubDate>Wed, 21 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Should your internal processes be more transparent?" /></p>One area some companies are looking to be more transparent is around internal processes.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[OCR for receipt recognition and expense tracking]]></title>
            <link>https://www.nutrient.io/blog/ocr-receipts-with-power-automate-for-expense-tracking/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ocr-receipts-with-power-automate-for-expense-tracking/</guid>
            <pubDate>Fri, 16 Feb 2024 11:49:54 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="OCR for receipt recognition and expense tracking" /></p>Discover how OCR simplifies expense tracking by automating data extraction from receipts with Power Automate and Aquaforest PDF Connector.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Challenges Finding PDFs in SharePoint or Office 365]]></title>
            <link>https://www.nutrient.io/blog/ocr-pdf-in-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ocr-pdf-in-sharepoint/</guid>
            <pubDate>Fri, 16 Feb 2024 09:04:22 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Challenges Finding PDFs in SharePoint or Office 365" /></p>Discover why up to 20% of PDFs in SharePoint are unsearchable and how OCR with Aquaforest Searchlight solves image, password, and size issues.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document Engine: Advanced document processing]]></title>
            <link>https://www.nutrient.io/blog/document-engine-intro/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-engine-intro/</guid>
            <pubDate>Sat, 10 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/document-engine-thumbnail.CyzyRa-H.png" alt="Document Engine: Advanced document processing" /></p>Discover Document Engine, the ultimate solution for seamless document processing and collaboration with enhanced SDK integration.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/document-engine-thumbnail.CyzyRa-H.png"/>
        </item>
        <item>
            <title><![CDATA[Productivity and creativity in the workplace]]></title>
            <link>https://www.nutrient.io/blog/productivity-vs-creativity-finding-balance-innovative-workplaces/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/productivity-vs-creativity-finding-balance-innovative-workplaces/</guid>
            <pubDate>Tue, 06 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Productivity and creativity in the workplace" /></p>Explore strategies for balancing productivity and creativity at work, including automation tools and actionable tips for fostering innovation.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.8 for Flutter with Web Support]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-flutter-3-8-web-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-flutter-3-8-web-support/</guid>
            <pubDate>Tue, 06 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/intro.DaXsV8iP.png" alt="PSPDFKit 3.8 for Flutter with Web Support" /></p>This release adds web support to PSPDFKit for Flutter.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/intro.DaXsV8iP.png"/>
        </item>
        <item>
            <title><![CDATA[PDF Converter Release: More Files, KVP & Text Extraction]]></title>
            <link>https://www.nutrient.io/blog/pdf-converter-v11-0-is-out/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-converter-v11-0-is-out/</guid>
            <pubDate>Fri, 02 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="PDF Converter Release: More Files, KVP & Text Extraction" /></p>Muhimbi PDF Converter 11.0 release adds AI-powered OCR engine, support for 20+ file formats, key-value pair & text extraction in SharePoint / Power Automate.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Incident workflow automation]]></title>
            <link>https://www.nutrient.io/blog/incident-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/incident-workflow/</guid>
            <pubDate>Thu, 01 Feb 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Incident workflow automation" /></p>Incident Workflow Automation can help provide an organization with an actionable, consistent, auditable way of ensuring resolution.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Apple’s vision of our digital future]]></title>
            <link>https://www.nutrient.io/blog/apple-vision-future/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/apple-vision-future/</guid>
            <pubDate>Tue, 30 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CywXTHor.png" alt="Apple’s vision of our digital future" /></p>Bridging reality and imagination in the digital age through spatial computing and innovative software.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CywXTHor.png"/>
        </item>
        <item>
            <title><![CDATA[Android 2024.1 update: Content editing and signatures]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2024-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2024-1/</guid>
            <pubDate>Wed, 24 Jan 2024 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/intro.EOIsi6eq.png" alt="Android 2024.1 update: Content editing and signatures" /></p>Discover new features in Android SDK for advanced editing and digital signatures, alongside enhanced Jetpack Compose support.]]></description>
            <author>Nutrient</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/intro.EOIsi6eq.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Nutrient visionOS SDK]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-visionos/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-visionos/</guid>
            <pubDate>Wed, 24 Jan 2024 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CU0lndnH.png" alt="Introducing Nutrient visionOS SDK" /></p>Nutrient adds support for visionOS.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CU0lndnH.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient 13.3: LTV for digital signatures]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-13-3-ios-visionos/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-13-3-ios-visionos/</guid>
            <pubDate>Wed, 24 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CSUMGPcC.png" alt="Nutrient 13.3: LTV for digital signatures" /></p>Explore Nutrient iOS SDK 13.3, featuring long-term validation for digital signatures and support for visionOS.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CSUMGPcC.png"/>
        </item>
        <item>
            <title><![CDATA[XtractFlow: AI-powered document processing engine]]></title>
            <link>https://www.nutrient.io/blog/introducing-xtractflow-generative-ai-meets-idp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-xtractflow-generative-ai-meets-idp/</guid>
            <pubDate>Tue, 23 Jan 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CdrouBWE.png" alt="XtractFlow: AI-powered document processing engine" /></p>Discover XtractFlow, the generative AI solution that simplifies document processing and boosts accuracy in extracting data from various document formats.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CdrouBWE.png"/>
        </item>
        <item>
            <title><![CDATA[PDF editing for construction projects in SharePoint]]></title>
            <link>https://www.nutrient.io/blog/add-comments-and-signatures-to-construction-pdf-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-comments-and-signatures-to-construction-pdf-documents/</guid>
            <pubDate>Mon, 22 Jan 2024 12:38:54 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="PDF editing for construction projects in SharePoint" /></p>Discover how to efficiently annotate and sign PDFs in SharePoint, simplifying construction project workflows and enhancing collaboration.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[2023: Year in review]]></title>
            <link>https://www.nutrient.io/blog/2023-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2023-in-review/</guid>
            <pubDate>Mon, 22 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DMdZ4diF.png" alt="2023: Year in review" /></p>Read how 2023 treated PSPDFKit.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DMdZ4diF.png"/>
        </item>
        <item>
            <title><![CDATA[Automate the maintenance request process]]></title>
            <link>https://www.nutrient.io/blog/automate-maintenance-request-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-maintenance-request-process/</guid>
            <pubDate>Mon, 22 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automate the maintenance request process" /></p>Organizations can leverage specialized software solutions or customize existing systems to implement automation in the maintenance request process.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automate sales and marketing processes at your organization]]></title>
            <link>https://www.nutrient.io/blog/automate-sales-marketing-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-sales-marketing-processes/</guid>
            <pubDate>Tue, 16 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automate sales and marketing processes at your organization" /></p>Outdated workflows for marketing and sales teams pose a risk to the quality of service for prospects, customers, and internal clients when revenue is at stake.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF-to-Office conversion with GdPicture.NET SDK]]></title>
            <link>https://www.nutrient.io/blog/pdf-to-office-conversion-gdpicture-net/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-to-office-conversion-gdpicture-net/</guid>
            <pubDate>Tue, 16 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.hxaUn_i_.png" alt="PDF-to-Office conversion with GdPicture.NET SDK" /></p>Nutrient rolls out PDF-to-Office conversion for its .NET SDK.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.hxaUn_i_.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Web SDK 2024.1: LTV for digital signatures]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2024-1-ltv-support-for-digital-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2024-1-ltv-support-for-digital-signatures/</guid>
            <pubDate>Fri, 12 Jan 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.uoP-ykKn.png" alt="Nutrient Web SDK 2024.1: LTV for digital signatures" /></p>Discover Nutrient Web SDK 2024.1 features: LTV support for digital signatures, improved document editor, and enhanced user experience.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.uoP-ykKn.png"/>
        </item>
        <item>
            <title><![CDATA[A guide to maximizing employee potential]]></title>
            <link>https://www.nutrient.io/blog/hidden-efficiency-maximizing-employee-potential/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/hidden-efficiency-maximizing-employee-potential/</guid>
            <pubDate>Wed, 10 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A guide to maximizing employee potential" /></p>Maximizing employee potential goes beyond conventional training programs; it involves tapping into hidden efficiencies within the workforce.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify has been acquired by document lifecycle leader PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/integrify-has-been-acquired-by-document-lifecycle-leader-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-has-been-acquired-by-document-lifecycle-leader-pspdfkit/</guid>
            <pubDate>Mon, 08 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify has been acquired by document lifecycle leader PSPDFKit" /></p>Integrify has been acquired by PSPDFKit, enhancing our document solutions and supporting innovation for our customers.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Acquires Low-Code Process Automation Platform Provider Integrify]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-acquires-low-code-process-automation-platform-integrify/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-acquires-low-code-process-automation-platform-integrify/</guid>
            <pubDate>Fri, 05 Jan 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DUY5xgpu.jpg" alt="PSPDFKit Acquires Low-Code Process Automation Platform Provider Integrify" /></p>PSPDFKit enhances its low-code document solutions through the acquisition of Integrify, boosting business process automation capabilities.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DUY5xgpu.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to automatically batch compress PDF files]]></title>
            <link>https://www.nutrient.io/blog/automatically-batch-compress-pdf-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automatically-batch-compress-pdf-files/</guid>
            <pubDate>Thu, 04 Jan 2024 09:03:31 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to automatically batch compress PDF files" /></p>Learn how to automatically batch compress PDF files using Nutrient Document Automation Server. This step-by-step guide shows how to reduce file sizes efficiently while maintaining quality with customizable compression workflows.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a KVP data extraction workflow using Autobahn DX]]></title>
            <link>https://www.nutrient.io/blog/build-kvp-extraction-workflow-using-document-automation-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/build-kvp-extraction-workflow-using-document-automation-server/</guid>
            <pubDate>Wed, 03 Jan 2024 12:57:30 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to build a KVP data extraction workflow using Autobahn DX" /></p>Build a KVP data extraction workflow in Autobahn DX using AI-powered OCR to extract key-value pairs like names, IBANs, and phone numbers from PDFs.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to use habit stacking to skyrocket productivity in 2026]]></title>
            <link>https://www.nutrient.io/blog/habit-stacking-to-skyrocket-productivity/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/habit-stacking-to-skyrocket-productivity/</guid>
            <pubDate>Mon, 01 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to use habit stacking to skyrocket productivity in 2026" /></p>Cultivating the right habits is a key part of being a productive person.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business process optimization: The complete guide [2026]]]></title>
            <link>https://www.nutrient.io/blog/process-optimization-fundamentals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-optimization-fundamentals/</guid>
            <pubDate>Mon, 01 Jan 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.mbReD9T0.png" alt="Business process optimization: The complete guide [2026]" /></p>Business process optimization (BPO) is critical to ensuring your process improvement project is delivering the expected gains.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.mbReD9T0.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow Automation for HR Departments]]></title>
            <link>https://www.nutrient.io/blog/benefits-automating-workflows-hr-department/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/benefits-automating-workflows-hr-department/</guid>
            <pubDate>Fri, 29 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow Automation for HR Departments" /></p>This article will cover the challenges faced in traditional HR processes, the benefits of workflow automation, managing the employee lifecycle, process examples, and a real-world case study from an Integrify customer.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streamlining Travel Requests: The Power of Automation]]></title>
            <link>https://www.nutrient.io/blog/streamlining-travel-requests-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/streamlining-travel-requests-automation/</guid>
            <pubDate>Tue, 26 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Streamlining Travel Requests: The Power of Automation" /></p>In the fast-paced world of business, efficiency is critical to staying competitive. One area where organizations can significantly enhance efficiency is the travel request process.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Bonding in Budapest: A celebration of our collective journey]]></title>
            <link>https://www.nutrient.io/blog/my-third-pspdfkit-retreat/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/my-third-pspdfkit-retreat/</guid>
            <pubDate>Thu, 21 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BHU8sDT8.png" alt="Bonding in Budapest: A celebration of our collective journey" /></p>A look back at our recent retreat in Hungary and the balance of work and fun with colleagues.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BHU8sDT8.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 13.2 for iOS Improves Advanced Digital Signatures]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-13-2-ios-advanced-digital-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-13-2-ios-advanced-digital-signatures/</guid>
            <pubDate>Tue, 19 Dec 2023 16:40:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C1j86TVr.png" alt="PSPDFKit 13.2 for iOS Improves Advanced Digital Signatures" /></p>PSPDFKit 13.2 for iOS adds a flexible new API for Digital Signatures. Additionally, a public preview of PSPDFKit for visionOS is now available.]]></description>
            <author>Vishnu Dutt</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C1j86TVr.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.8 for React Native Adds TypeScript Support]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-react-native-2-8-typescript-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-react-native-2-8-typescript-support/</guid>
            <pubDate>Mon, 18 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DnavO4pj.png" alt="PSPDFKit 2.8 for React Native Adds TypeScript Support" /></p>This release adds TypeScript support to the PSPDFKit library.]]></description>
            <author>Erhard Brand</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DnavO4pj.png"/>
        </item>
        <item>
            <title><![CDATA[Debugging in iOS: Resolving UITextView flickering issues]]></title>
            <link>https://www.nutrient.io/blog/resolve-forms-uitextview-issue/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/resolve-forms-uitextview-issue/</guid>
            <pubDate>Sun, 17 Dec 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BhCWlGhp.png" alt="Debugging in iOS: Resolving UITextView flickering issues" /></p>A debugging story that includes some tips and tricks]]></description>
            <author>Egor Mikhnevich</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BhCWlGhp.png"/>
        </item>
        <item>
            <title><![CDATA[PDFium and open source: Why it’s a solid foundation for PDF apps]]></title>
            <link>https://www.nutrient.io/blog/why-pspdfkit-is-committed-to-pdfium-and-open-source/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-pspdfkit-is-committed-to-pdfium-and-open-source/</guid>
            <pubDate>Wed, 13 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DATit73D.png" alt="PDFium and open source: Why it’s a solid foundation for PDF apps" /></p>PDFium is the open source PDF engine powering Nutrient and millions of other apps. Nutrient CTO Claudio Ortolina explains why PDFium and open source are the right foundation for serious document software.]]></description>
            <author>Claudio Ortolina</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DATit73D.png"/>
        </item>
        <item>
            <title><![CDATA[Using Asset Catalogs for Images]]></title>
            <link>https://www.nutrient.io/blog/ios-asset-catalogs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ios-asset-catalogs/</guid>
            <pubDate>Tue, 12 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CqfsjSMH.png" alt="Using Asset Catalogs for Images" /></p>We discuss the various features of asset catalogs relating to images.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CqfsjSMH.png"/>
        </item>
        <item>
            <title><![CDATA[PDFium in 2026: Secure, high-performance PDF rendering explained]]></title>
            <link>https://www.nutrient.io/blog/why-pdfium-is-a-trusted-platform-for-pdf-rendering/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-pdfium-is-a-trusted-platform-for-pdf-rendering/</guid>
            <pubDate>Mon, 11 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CvFfG1CR.png" alt="PDFium in 2026: Secure, high-performance PDF rendering explained" /></p>Why Nutrient’s PDFium fork delivers strong security, performance, and production-tested features, and why teams trust it for demanding document workflows worldwide.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CvFfG1CR.png"/>
        </item>
        <item>
            <title><![CDATA[PDFium: Separating fact from fiction on open source security]]></title>
            <link>https://www.nutrient.io/blog/why-pspdfkit-is-supporting-pdfium/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-pspdfkit-is-supporting-pdfium/</guid>
            <pubDate>Sun, 10 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-GArqnu.png" alt="PDFium: Separating fact from fiction on open source security" /></p>PDFium powers millions of apps — but how secure is it, really? Nutrient CEO Jonathan Rhyne addresses common misconceptions about PDFium and open source PDF rendering.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-GArqnu.png"/>
        </item>
        <item>
            <title><![CDATA[How New Forest National Park Authority uses Nutrient Document Automation Server to archive millions of documents and make them fully searchable]]></title>
            <link>https://www.nutrient.io/blog/new-forest-case-study/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/new-forest-case-study/</guid>
            <pubDate>Sat, 09 Dec 2023 18:55:13 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BIlx9j_f.jpg" alt="How New Forest National Park Authority uses Nutrient Document Automation Server to archive millions of documents and make them fully searchable" /></p>Discover how Nutrient Document Automation Server helps New Forest National Park archive millions of documents, ensuring accessibility and searchability for all users.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BIlx9j_f.jpg"/>
        </item>
        <item>
            <title><![CDATA[The Power of Microproductivity: Small Steps, Big Results]]></title>
            <link>https://www.nutrient.io/blog/power-of-microproductivity/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/power-of-microproductivity/</guid>
            <pubDate>Wed, 06 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="The Power of Microproductivity: Small Steps, Big Results" /></p>Discover the transformative power of microproductivity, breaking down daunting tasks into manageable steps, and learn effective techniques to tackle microtasks seamlessly, ultimately gaining significant results and mastering the art of productivity.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Does This Really Have to Be a Meeting?]]></title>
            <link>https://www.nutrient.io/blog/does-this-really-have-to-be-a-meeting/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/does-this-really-have-to-be-a-meeting/</guid>
            <pubDate>Mon, 04 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Does This Really Have to Be a Meeting?" /></p>Meeting planning should start and end with this central question,]]></description>
            <author>Meredith Summers</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add digital signatures to PDFs using React]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-digital-signature-to-pdf-using-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-digital-signature-to-pdf-using-react/</guid>
            <pubDate>Mon, 04 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DmoTvGpJ.jpg" alt="How to add digital signatures to PDFs using React" /></p>This tutorial walks through adding digital signatures to PDF documents using React and Nutrient Web SDK. You’ll set up a React project, embed a PDF viewer, generate a self-signed X.509 certificate, and sign PDF documents client-side using PKCS#7.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DmoTvGpJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Persist PDF zoom with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-persist-zoom-across-a-document-using-android-library/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-persist-zoom-across-a-document-using-android-library/</guid>
            <pubDate>Fri, 01 Dec 2023 13:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CCqpOjU0.png" alt="Persist PDF zoom with Nutrient" /></p>Learn to keep zoom level consistent across PDF documents while scrolling using Nutrient Android SDK.]]></description>
            <author>Ferdinand Bada</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CCqpOjU0.png"/>
        </item>
        <item>
            <title><![CDATA[Digital form filling for construction software]]></title>
            <link>https://www.nutrient.io/blog/construction-software-form-filling/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/construction-software-form-filling/</guid>
            <pubDate>Fri, 01 Dec 2023 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DuA5acHz.png" alt="Digital form filling for construction software" /></p>Discover how digital form filling streamlines construction workflows, enhances collaboration, and boosts project efficiency.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DuA5acHz.png"/>
        </item>
        <item>
            <title><![CDATA[Supported annotation flags in the PDF spec and Nutrient]]></title>
            <link>https://www.nutrient.io/blog/understanding-annotation-flags/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/understanding-annotation-flags/</guid>
            <pubDate>Fri, 01 Dec 2023 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D28omIX1.png" alt="Supported annotation flags in the PDF spec and Nutrient" /></p>Learn the basics of annotation flags and discover which annotation flags are supported in the PDF specification and Nutrient.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D28omIX1.png"/>
        </item>
        <item>
            <title><![CDATA[The Role of Emotional Intelligence in Workplace Productivity]]></title>
            <link>https://www.nutrient.io/blog/emotional-intelligence-in-workplace/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/emotional-intelligence-in-workplace/</guid>
            <pubDate>Fri, 01 Dec 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="The Role of Emotional Intelligence in Workplace Productivity" /></p>If you really want to empower your highest level of productivity, one area can arguably ramp up workplace productivity more than any other — emotional intelligence.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add digital signatures to PDFs using TypeScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-digital-signature-to-pdf-using-typescript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-digital-signature-to-pdf-using-typescript/</guid>
            <pubDate>Wed, 29 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D7DilnS_.jpg" alt="How to add digital signatures to PDFs using TypeScript" /></p>A step-by-step guide on how to add digital signatures to PDF documents using TypeScript and the Nutrient library.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D7DilnS_.jpg"/>
        </item>
        <item>
            <title><![CDATA[Easily Automate Your Charitable Giving Assessment Process]]></title>
            <link>https://www.nutrient.io/blog/automate-charitable-giving-assessment-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-charitable-giving-assessment-process/</guid>
            <pubDate>Tue, 28 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Easily Automate Your Charitable Giving Assessment Process" /></p>This Charitable Giving Assessment, Integrify Process App, makes it easy for outside organizations to fill out a donation request form and submit it to your organization.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Processor 2023.11: New features and enhancements]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-processor-2023-11/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-processor-2023-11/</guid>
            <pubDate>Thu, 23 Nov 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.CX_3-ouu.png" alt="PSPDFKit Processor 2023.11: New features and enhancements" /></p>Explore Processor 2023.11 updates, including advanced document conversions and performance improvements.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.CX_3-ouu.png"/>
        </item>
        <item>
            <title><![CDATA[Navigating Compliance: The Power of Automated Solutions]]></title>
            <link>https://www.nutrient.io/blog/navigating-compliance-power-automated-solutions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/navigating-compliance-power-automated-solutions/</guid>
            <pubDate>Wed, 22 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Navigating Compliance: The Power of Automated Solutions" /></p>As compliance regulations continue to increase in both number and scope, the automation of compliance workflows has become critical. By leveraging workflow automation, compliance professionals can lower the risk of non-compliant behavior and optimize the expected return on an organization's compliance strategy, planning, and training investment.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a React.js Excel (XLS/XLSX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-react-excel-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-react-excel-viewer/</guid>
            <pubDate>Fri, 17 Nov 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DvvqI2fd.jpg" alt="How to build a React.js Excel (XLS/XLSX) viewer" /></p>A step-by-step tutorial explaining how to build an Excel (XLS and XLSX) viewer using React with the Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DvvqI2fd.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build an Angular Excel (XLS/XLSX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-angular-excel-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-angular-excel-viewer/</guid>
            <pubDate>Fri, 17 Nov 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ck7GdOWG.png" alt="How to build an Angular Excel (XLS/XLSX) viewer" /></p>In this blog post, you’ll learn how to build an <a href='/guides/web/viewer/'>Angular Excel viewer</a> using Nutrient Web SDK. You’ll open and view XLS and XLSX files directly in your web browser using client-side processing (no server required).]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ck7GdOWG.png"/>
        </item>
        <item>
            <title><![CDATA[How to add digital signatures to PDFs using Laravel]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-a-digital-signature-to-pdf-using-laravel/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-a-digital-signature-to-pdf-using-laravel/</guid>
            <pubDate>Wed, 15 Nov 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C2ix597P.jpg" alt="How to add digital signatures to PDFs using Laravel" /></p>Learn how to add secure digital signatures to PDF documents in Laravel using X.509 certificates, PKCS#7 format, and Nutrient Web SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C2ix597P.jpg"/>
        </item>
        <item>
            <title><![CDATA[Stay productive with lo-fi and ambient sound]]></title>
            <link>https://www.nutrient.io/blog/ambient-noise-lofi-music-stay-productive/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ambient-noise-lofi-music-stay-productive/</guid>
            <pubDate>Wed, 15 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Stay productive with lo-fi and ambient sound" /></p>Explore how lo-fi music boosts productivity and focus through calming sounds and effective integration into your daily routine.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add digital signatures to PDFs using Angular]]></title>
            <link>https://www.nutrient.io/blog/how-to-sign-pdfs-using-angular/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-sign-pdfs-using-angular/</guid>
            <pubDate>Tue, 14 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C0CanqIn.png" alt="How to add digital signatures to PDFs using Angular" /></p>A step-by-step guide on how to add digital signatures to PDF documents using Angular and the Nutrient library.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C0CanqIn.png"/>
        </item>
        <item>
            <title><![CDATA[A new version of Nutrient Document Automation Server is here]]></title>
            <link>https://www.nutrient.io/blog/autobahn-dx-new-features/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/autobahn-dx-new-features/</guid>
            <pubDate>Thu, 09 Nov 2023 12:24:10 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A new version of Nutrient Document Automation Server is here" /></p>Discover what’s new in Nutrient Document Automation Server 6.0 — including key-value pair extraction, regex-based redaction, and PDF splitting. Streamline your document workflows with powerful low-code tools.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert emails (EML/MSG files) to PDF in C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-email-to-pdf-in-c-sharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-email-to-pdf-in-c-sharp/</guid>
            <pubDate>Wed, 08 Nov 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CmZ2jVYo.png" alt="How to convert emails (EML/MSG files) to PDF in C#" /></p>Learn how to programmatically convert emails (EML and MSG files) to PDF documents using C#.]]></description>
            <author>Yasoob Khalid</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CmZ2jVYo.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2023.5: Dynamic font loading & outline support]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2023-5-dynamic-fonts-and-outline-crud-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2023-5-dynamic-fonts-and-outline-crud-support/</guid>
            <pubDate>Wed, 08 Nov 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D96TWaGk.png" alt="PSPDFKit 2023.5: Dynamic font loading & outline support" /></p>Explore PSPDFKit 2023.5 with dynamic font loading, digital signatures, annotation flags, and new APIs for efficient PDF management.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D96TWaGk.png"/>
        </item>
        <item>
            <title><![CDATA[Overcoming common obstacles to workplace efficiency]]></title>
            <link>https://www.nutrient.io/blog/overcoming-obstacles-workplace-efficiency/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/overcoming-obstacles-workplace-efficiency/</guid>
            <pubDate>Tue, 07 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Overcoming common obstacles to workplace efficiency" /></p>Recognizing common obstacles that employees in an organization may face and actionable solutions for overcoming them will put you and your organization in a better position to improve productivity and overall morale.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Extracting Key-Value Pairs Using GdPicture.NET SDK]]></title>
            <link>https://www.nutrient.io/blog/gdpicture-key-value-pair-extraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/gdpicture-key-value-pair-extraction/</guid>
            <pubDate>Sun, 05 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgEFoHyJ.png" alt="Extracting Key-Value Pairs Using GdPicture.NET SDK" /></p>A comprehensive introduction to extracting key-value pairs with GdPicture.NET SDK.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DgEFoHyJ.png"/>
        </item>
        <item>
            <title><![CDATA[Efficient PDF form filling in SharePoint]]></title>
            <link>https://www.nutrient.io/blog/fill-out-and-submit-pdf-forms-in-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fill-out-and-submit-pdf-forms-in-sharepoint/</guid>
            <pubDate>Fri, 03 Nov 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Efficient PDF form filling in SharePoint" /></p>Learn how to create and submit fillable PDF forms in SharePoint for faster data collection and improved workflow.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for MAUI: Cross-platform document processing]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-maui-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-maui-1/</guid>
            <pubDate>Thu, 02 Nov 2023 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgkhirNi.png" alt="PSPDFKit for MAUI: Cross-platform document processing" /></p>Discover the power of PSPDFKit for MAUI for enhanced document processing across Android, iOS, macOS, and Windows with a single codebase.]]></description>
            <author>Shantanu Methikar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DgkhirNi.png"/>
        </item>
        <item>
            <title><![CDATA[Automate The Customer Feedback Process]]></title>
            <link>https://www.nutrient.io/blog/automate-customer-feedback-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-customer-feedback-process/</guid>
            <pubDate>Tue, 31 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automate The Customer Feedback Process" /></p>Gathering feedback, good or bad, from your customers is essential to good customer service and long-term customer relationships; that is why we have created this automated customer feedback process.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add annotations to PDFs using Angular]]></title>
            <link>https://www.nutrient.io/blog/how-to-annotate-pdfs-in-angular/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-annotate-pdfs-in-angular/</guid>
            <pubDate>Mon, 30 Oct 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.d3xFCx4G.png" alt="How to add annotations to PDFs using Angular" /></p>A step-by-step tutorial explaining how to annotate PDFs in Angular using ngx-extended-pdf-viewer and Nutrient Web SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.d3xFCx4G.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert PDF to image in Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-pdf-to-image-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-pdf-to-image-in-nodejs/</guid>
            <pubDate>Thu, 26 Oct 2023 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BTrkDvJi.png" alt="How to convert PDF to image in Node.js" /></p>Learn how to convert PDF pages to images (PNG, WebP) in Node.js. Compare pdf2pic with Nutrient SDK for production-ready PDF rendering.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BTrkDvJi.png"/>
        </item>
        <item>
            <title><![CDATA[Streamlining workflows for access requests with Holyoke Medical Center]]></title>
            <link>https://www.nutrient.io/blog/customers-holyoke-medical-center/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-holyoke-medical-center/</guid>
            <pubDate>Tue, 24 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D34y8hY8.jpg" alt="Streamlining workflows for access requests with Holyoke Medical Center" /></p>Discover how Holyoke Medical Center automated its access request process, improving efficiency and accuracy with Nutrient Workflow.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D34y8hY8.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automation for IT Departments]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-it-departments/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-it-departments/</guid>
            <pubDate>Tue, 24 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automation for IT Departments" /></p>IT Service departments are the core of an organization's operations. From marketing to finance to HR, IT touches every aspect.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Sharing Buffers from UWP to WebView2]]></title>
            <link>https://www.nutrient.io/blog/sharing-buffers-from-uwp-to-webview2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharing-buffers-from-uwp-to-webview2/</guid>
            <pubDate>Mon, 23 Oct 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D5rh1d0y.png" alt="Sharing Buffers from UWP to WebView2" /></p>A step-by-step tutorial explaining how to share large data from UWP to WebView2.]]></description>
            <author>Shantanu Methikar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D5rh1d0y.png"/>
        </item>
        <item>
            <title><![CDATA[How Cognitive Biases Affect Workplace Performance]]></title>
            <link>https://www.nutrient.io/blog/how-cognitive-biases-affect-workplace-performance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-cognitive-biases-affect-workplace-performance/</guid>
            <pubDate>Mon, 23 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How Cognitive Biases Affect Workplace Performance" /></p>Explore how cognitive biases can influence workplace performance and discover strategies for overcoming these biases, including educational initiatives and workflow processes.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is PDF/A? The complete guide to PDF/A‑1/2/3/4]]></title>
            <link>https://www.nutrient.io/blog/what-is-pdf-a/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-pdf-a/</guid>
            <pubDate>Fri, 20 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDCpI1ds.jpg" alt="What is PDF/A? The complete guide to PDF/A‑1/2/3/4" /></p>Learn what PDF/A is and how to convert and validate PDF/A‑1/2/3/4 at scale. Best practices, pipelines, and tools for compliance.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BDCpI1ds.jpg"/>
        </item>
        <item>
            <title><![CDATA[Lean principles for workplace efficiency]]></title>
            <link>https://www.nutrient.io/blog/lean-thinking-increased-workplace-efficiency/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/lean-thinking-increased-workplace-efficiency/</guid>
            <pubDate>Tue, 17 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Lean principles for workplace efficiency" /></p>Discover how applying lean principles can enhance workplace efficiency and boost productivity across any industry with strategic practices.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Merge and Batch OCR Multiple Files]]></title>
            <link>https://www.nutrient.io/blog/how-to-merge-and-batch-ocr-multiple-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-merge-and-batch-ocr-multiple-files/</guid>
            <pubDate>Tue, 17 Oct 2023 07:22:03 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Merge and Batch OCR Multiple Files" /></p>Merge and batch OCR multiple documents into searchable PDFs with Autobahn DX. Set up subfolders, watched folders, and automatic archiving in a few steps.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Create Automated OCR Workflows from Images]]></title>
            <link>https://www.nutrient.io/blog/how-to-create-automated-ocr-workflows-from-images/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-create-automated-ocr-workflows-from-images/</guid>
            <pubDate>Tue, 17 Oct 2023 06:49:39 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Create Automated OCR Workflows from Images" /></p>Set up automated OCR workflows from images using Autobahn DX. Convert PNG, JPEG, and TIFF files to searchable PDFs with scheduled or watched-folder jobs.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Instant collaboration with real-time support: KYS's move from another PDF SDK to partnership with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/case-study-kys/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-kys/</guid>
            <pubDate>Fri, 13 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DMJmaH12.jpg" alt="Instant collaboration with real-time support: KYS's move from another PDF SDK to partnership with Nutrient" /></p>Discover how KYS improved its notarization process by 30 percent through a strategic partnership with Nutrient, enhancing efficiency and support.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DMJmaH12.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Trinoor uses Nutrient to drive operational excellence with flexible, mobile applications for the energy and utilities market]]></title>
            <link>https://www.nutrient.io/blog/case-study-trinoor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-trinoor/</guid>
            <pubDate>Fri, 13 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ChzD9m8F.jpg" alt="How Trinoor uses Nutrient to drive operational excellence with flexible, mobile applications for the energy and utilities market" /></p>Discover how Trinoor uses Nutrient to revolutionize operational efficiency in the energy and utilities market with mobile applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.ChzD9m8F.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Create Automated PDF OCR Workflows]]></title>
            <link>https://www.nutrient.io/blog/how-to-create-automated-pdf-ocr-workflows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-create-automated-pdf-ocr-workflows/</guid>
            <pubDate>Tue, 10 Oct 2023 06:50:59 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Create Automated PDF OCR Workflows" /></p>Build automated PDF OCR workflows with Autobahn DX using multithreaded GdPicture processing to convert batches of PDFs into searchable documents.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.9 for Android Revamps Advanced Digital Signatures]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-8-9-advanced-digital-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-8-9-advanced-digital-signatures/</guid>
            <pubDate>Thu, 05 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-8-9-intro.DxRNfamo.png" alt="PSPDFKit 8.9 for Android Revamps Advanced Digital Signatures" /></p>This feature-packed release of our Android PDF library focuses on a more simplified and powerful digital signing API, along with improved measurement tools, a date and time picker, Kotlin API docs, and more.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-8-9-intro.DxRNfamo.png"/>
        </item>
        <item>
            <title><![CDATA[Maximizing Meetings]]></title>
            <link>https://www.nutrient.io/blog/maximizing-meetings/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/maximizing-meetings/</guid>
            <pubDate>Tue, 03 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Maximizing Meetings" /></p>You need to know how to run your meetings effectively in order to maximize them. This starts even before pressing send on that calendar invite.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streamlining youth services for better outcomes with YouthUpRising]]></title>
            <link>https://www.nutrient.io/blog/customers-youth-uprising/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-youth-uprising/</guid>
            <pubDate>Mon, 02 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ZAel4R3A.jpg" alt="Streamlining youth services for better outcomes with YouthUpRising" /></p>Discover how Youth UpRising implemented an effective workflow solution to enhance services for young people in East Oakland and improve community health.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.ZAel4R3A.jpg"/>
        </item>
        <item>
            <title><![CDATA[Kotlin Non-Nullable Pitfall]]></title>
            <link>https://www.nutrient.io/blog/kotlin-non-nullable-pitfall/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kotlin-non-nullable-pitfall/</guid>
            <pubDate>Sun, 01 Oct 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DXYaIer8.png" alt="Kotlin Non-Nullable Pitfall" /></p>Under what circumstances a non-nullable value might be null.]]></description>
            <author>Michael Kellner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DXYaIer8.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for visionOS Public Preview]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-visionos-public-preview/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-visionos-public-preview/</guid>
            <pubDate>Fri, 29 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.5xwLEeD9.png" alt="PSPDFKit for visionOS Public Preview" /></p>PSPDFKit now supports visionOS in an early public preview build]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.5xwLEeD9.png"/>
        </item>
        <item>
            <title><![CDATA[Angular file viewer: Display PDFs, images, and Office files]]></title>
            <link>https://www.nutrient.io/blog/angular-file-viewer-pdf-image-office-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/angular-file-viewer-pdf-image-office-files/</guid>
            <pubDate>Tue, 26 Sep 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cjh4EGFm.png" alt="Angular file viewer: Display PDFs, images, and Office files" /></p>Learn how to build an Angular file viewer for PDFs, images, and Office files using client-side processing. Easy integration with Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cjh4EGFm.png"/>
        </item>
        <item>
            <title><![CDATA[Creating and filling PDF forms programmatically in JavaScript]]></title>
            <link>https://www.nutrient.io/blog/creating-and-filling-pdf-forms-programmatically-in-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-and-filling-pdf-forms-programmatically-in-javascript/</guid>
            <pubDate>Tue, 26 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B7jAH-U_.jpg" alt="Creating and filling PDF forms programmatically in JavaScript" /></p>Create PDF forms with text fields, checkboxes, radio buttons, and signatures in JavaScript. Fill forms from JSON, XFDF, or a database using Nutrient Web SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B7jAH-U_.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Vue.js Word (DOC and DOCX) viewer using Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-vuejs-word-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-vuejs-word-viewer/</guid>
            <pubDate>Mon, 25 Sep 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bta40QMT.png" alt="How to build a Vue.js Word (DOC and DOCX) viewer using Nutrient" /></p>Build a Vue 3 Word viewer for DOC and DOCX files with Vite, the Composition API, and Nutrient Web SDK’s in-browser Office conversion.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bta40QMT.png"/>
        </item>
        <item>
            <title><![CDATA[Generate PDFs in Salesforce with Lightning Web Components and jsPDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-a-pdf-with-lightning-web-components/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-a-pdf-with-lightning-web-components/</guid>
            <pubDate>Mon, 25 Sep 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWrH2mMw.jpg" alt="Generate PDFs in Salesforce with Lightning Web Components and jsPDF" /></p>Learn to generate PDFs in Salesforce using Lightning Web Components (LWC) and jsPDF. Step-by-step tutorial with complete code examples and deployment instructions.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DWrH2mMw.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automation Use Case: Marketing Collateral Request]]></title>
            <link>https://www.nutrient.io/blog/automate-marketing-collateral-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-marketing-collateral-request/</guid>
            <pubDate>Mon, 25 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automation Use Case: Marketing Collateral Request" /></p>By implementing a well-structured system for managing marketing collateral requests, businesses can improve their overall productivity and effectiveness, resulting in a more successful and profitable operation.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add annotations to PDFs using the Android library]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-annotations-to-pdfs-using-android-library/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-annotations-to-pdfs-using-android-library/</guid>
            <pubDate>Sun, 24 Sep 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DvOYBfc7.png" alt="How to add annotations to PDFs using the Android library" /></p>Learn how to annotate PDFs using the Nutrient Android library.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DvOYBfc7.png"/>
        </item>
        <item>
            <title><![CDATA[PDF OCR on the Linux command line: OCRmyPDF, Tesseract, and Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-ocr-pdfs-in-linux/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-ocr-pdfs-in-linux/</guid>
            <pubDate>Fri, 22 Sep 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BGrRPTVO.png" alt="PDF OCR on the Linux command line: OCRmyPDF, Tesseract, and Nutrient" /></p>Run OCR on PDFs from the Linux terminal with OCRmyPDF on Ubuntu, Debian, and Fedora — install commands, Tesseract languages, and a Nutrient alternative for scale.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BGrRPTVO.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow Automation for Education]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-education-industry/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-education-industry/</guid>
            <pubDate>Fri, 22 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow Automation for Education" /></p>The education industry is a complex and dynamic field that operates continuously throughout the year. To meet the demands of this industry, customizable and automated processes are necessary to ensure efficiency and effectiveness.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to edit PDFs in an iOS application using a PDF library]]></title>
            <link>https://www.nutrient.io/blog/how-to-edit-pdfs-using-ios-pdf-library/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-edit-pdfs-using-ios-pdf-library/</guid>
            <pubDate>Wed, 20 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.MtnQayjV.png" alt="How to edit PDFs in an iOS application using a PDF library" /></p>Learn how to edit PDFs in your iOS app using Nutrient’s iOS PDF library — crop, rotate, watermark, rearrange, and attach files to PDFs.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.MtnQayjV.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 13 for iOS 17]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-13-for-ios-17/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-13-for-ios-17/</guid>
            <pubDate>Wed, 20 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BftCtsu_.png" alt="PSPDFKit 13 for iOS 17" /></p>PSPDFKit 13 for iOS adds support for Apple's new operating system versions, improvements to Measurement Tools, and more.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BftCtsu_.png"/>
        </item>
        <item>
            <title><![CDATA[How to integrate AWS CloudHSM to sign documents]]></title>
            <link>https://www.nutrient.io/blog/how-to-integrate-aws-cloudhsm-to-sign-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-integrate-aws-cloudhsm-to-sign-documents/</guid>
            <pubDate>Tue, 12 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B5hlc8eG.png" alt="How to integrate AWS CloudHSM to sign documents" /></p>Learn to build a secure PDF signing workflow using AWS CloudHSM with Nutrient Web SDK. Complete guide covering HSM setup, PKCS #11 integration, X.509 certificates, and Node.js implementation.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B5hlc8eG.png"/>
        </item>
        <item>
            <title><![CDATA[Adopting UITextInteraction]]></title>
            <link>https://www.nutrient.io/blog/adopting-uitextinteraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adopting-uitextinteraction/</guid>
            <pubDate>Fri, 08 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKmkY6Ey.png" alt="Adopting UITextInteraction" /></p>Learn how to add UITextInteraction to a custom text input element on iOS, iPadOS, and macOS.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CKmkY6Ey.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.7 for Flutter: Annotation Customization]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-flutter-3-7-annotation-preset-customization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-flutter-3-7-annotation-preset-customization/</guid>
            <pubDate>Fri, 08 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CmkSPy2j.png" alt="PSPDFKit 3.7 for Flutter: Annotation Customization" /></p>Discover the new annotation preset customization in PSPDFKit 3.7 for Flutter, enhancing your PDF editing experience on iOS and Android.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CmkSPy2j.png"/>
        </item>
        <item>
            <title><![CDATA[Custom annotation presets in PSPDFKit 2.7]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-react-native-2-7-annotation-preset-customization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-react-native-2-7-annotation-preset-customization/</guid>
            <pubDate>Thu, 07 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DpoJh3qh.png" alt="Custom annotation presets in PSPDFKit 2.7" /></p>Discover how PSPDFKit 2.7 enhances annotation customization for React Native with new PDF generation support and tailored properties.]]></description>
            <author>Erhard Brand</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DpoJh3qh.png"/>
        </item>
        <item>
            <title><![CDATA[Boost Productivity with Task Batching]]></title>
            <link>https://www.nutrient.io/blog/boost-productivity-task-batching/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/boost-productivity-task-batching/</guid>
            <pubDate>Tue, 05 Sep 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Boost Productivity with Task Batching" /></p>The task batching strategy involves grouping and completing similar tasks in the same frame without switching focus between different projects. This better organizes the day to increase motivation, focus, and productivity.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to use PDF.js to highlight text programmatically]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-highlight-annotations-to-pdfs-in-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-highlight-annotations-to-pdfs-in-javascript/</guid>
            <pubDate>Fri, 01 Sep 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C3C242Ll.jpg" alt="How to use PDF.js to highlight text programmatically" /></p>This guide covers two approaches for working with highlight annotations in PDFs: using <a href='https://mozilla.github.io/pdf.js/'>PDF.js</a> to render existing highlights with HTML overlays, and using <a href='/guides/web/'>Nutrient Web SDK</a> to programmatically create and embed real highlight annotations into a PDF.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C3C242Ll.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automation Use Case: Client Matter Intake]]></title>
            <link>https://www.nutrient.io/blog/use-case-client-matter-intake/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-client-matter-intake/</guid>
            <pubDate>Tue, 29 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automation Use Case: Client Matter Intake" /></p>When dealing with legal work and documents, the last thing you want is to be disorganized, misplace a document, run into bottlenecks, or have to constantly be communicating back and forth with attorneys on who is assigned what case.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Workflow Automation for the Manufacturing Industry]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-manufacturing-industry/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-manufacturing-industry/</guid>
            <pubDate>Tue, 22 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow Automation for the Manufacturing Industry" /></p>Production automation helps reduce reliance on human labor and ensures consistency; this can also be possible in other business areas. It's time to bring automation to the administrative processes as well.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to use JavaScript to capture signatures in PDFs]]></title>
            <link>https://www.nutrient.io/blog/how-to-capture-signatures-in-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-capture-signatures-in-javascript/</guid>
            <pubDate>Mon, 21 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BhfU_lCD.png" alt="How to use JavaScript to capture signatures in PDFs" /></p>Learn how to capture and embed electronic signatures in PDFs using JavaScript. This tutorial covers signature drawing with canvas, pdf-lib integration, and Nutrient SDK for enterprise eSignatures.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BhfU_lCD.png"/>
        </item>
        <item>
            <title><![CDATA[How to edit PDFs in Node.js with pdf-lib]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-nodejs-pdf-editor-with-pdflib/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-nodejs-pdf-editor-with-pdflib/</guid>
            <pubDate>Sun, 20 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-FkJjKi.jpg" alt="How to edit PDFs in Node.js with pdf-lib" /></p>Build a Node.js PDF editor with pdf-lib: Read and write files, add text, embed images, and merge pages. Includes a pdf-lib vs. Nutrient API comparison.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D-FkJjKi.jpg"/>
        </item>
        <item>
            <title><![CDATA[Node.js DOCX-to-PDF conversion: Production-ready implementation guide]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-word-to-pdf-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-word-to-pdf-in-nodejs/</guid>
            <pubDate>Wed, 16 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CN7K7Vyb.png" alt="Node.js DOCX-to-PDF conversion: Production-ready implementation guide" /></p>Converting DOCX files to PDF is a common requirement in modern document workflows. Whether you’re building an automated document processing system, a content management platform, or a report generator from Word templates, reliable DOCX-to-PDF conversion is essential.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CN7K7Vyb.png"/>
        </item>
        <item>
            <title><![CDATA[How to fill PDF forms in Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-fill-pdf-form-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-fill-pdf-form-in-nodejs/</guid>
            <pubDate>Wed, 16 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.b0-om7Ch.png" alt="How to fill PDF forms in Node.js" /></p>Learn how to fill PDF forms programmatically in Node.js using pdf-lib. Includes complete code examples and comparison with Nutrient's form filling SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.b0-om7Ch.png"/>
        </item>
        <item>
            <title><![CDATA[Convert Excel (XLS/XLSX) to PDF in Node.js — Step‑by‑step guide]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-in-nodejs/</guid>
            <pubDate>Tue, 15 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DsHjI2iD.jpg" alt="Convert Excel (XLS/XLSX) to PDF in Node.js — Step‑by‑step guide" /></p>Converting Excel spreadsheets to PDF is a common requirement in report generation, compliance, and archiving workflows. In this tutorial, you’ll explore two production‑ready approaches: <a href='https://www.npmjs.com/package/libreoffice-convert'>libreoffice-convert</a>, an open source wrapper around LibreOffice’s headless export engine, and <a href='/sdk/nodejs/'>Nutrient Node.js SDK</a>, a fully self‑contained approach that ships with no external dependencies.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DsHjI2iD.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert images to PDF in Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-image-to-pdf-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-image-to-pdf-in-nodejs/</guid>
            <pubDate>Tue, 15 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CeG1XrqV.jpg" alt="How to convert images to PDF in Node.js" /></p>Learn how to convert images (PNG, JPEG, TIFF) to PDF documents using Node.js. Compare pdf-lib for basic conversion with Nutrient SDK for advanced features.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CeG1XrqV.jpg"/>
        </item>
        <item>
            <title><![CDATA[The shift away from traditional file types]]></title>
            <link>https://www.nutrient.io/blog/the-disappearing-act-of-file-types-a-shift-in-digital-expectations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-disappearing-act-of-file-types-a-shift-in-digital-expectations/</guid>
            <pubDate>Mon, 14 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DXitzCjS.png" alt="The shift away from traditional file types" /></p>Explore how younger generations view file types and the rise of cloud applications for seamless digital experiences with documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DXitzCjS.png"/>
        </item>
        <item>
            <title><![CDATA[The evolution of the document: Fusing the old with the new]]></title>
            <link>https://www.nutrient.io/blog/the-evolution-of-the-document-fusing-the-old-with-the-new/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-evolution-of-the-document-fusing-the-old-with-the-new/</guid>
            <pubDate>Mon, 14 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DeIIUM17.png" alt="The evolution of the document: Fusing the old with the new" /></p>Nutrient CEO Jonathan Rhyne shares his take on the evolution of documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DeIIUM17.png"/>
        </item>
        <item>
            <title><![CDATA[How to add annotations to PDF using Vue.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-annotations-to-pdf-using-vuejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-annotations-to-pdf-using-vuejs/</guid>
            <pubDate>Sat, 12 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.iRfFxTTr.png" alt="How to add annotations to PDF using Vue.js" /></p>Learn how to add annotations to PDF using Vue.js with pdf-lib and Nutrient.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.iRfFxTTr.png"/>
        </item>
        <item>
            <title><![CDATA[How to manipulate and edit PDFs in .NET with PdfSharpCore]]></title>
            <link>https://www.nutrient.io/blog/how-to-manipulate-pdfs-using-dotnet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-manipulate-pdfs-using-dotnet/</guid>
            <pubDate>Sat, 12 Aug 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.SqPQJVxw.png" alt="How to manipulate and edit PDFs in .NET with PdfSharpCore" /></p>Learn how to edit and manipulate PDFs using .NET and PdfSharpCore.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.SqPQJVxw.png"/>
        </item>
        <item>
            <title><![CDATA[How Daher uses Nutrient to provide a seamless user experience for its pilot owner/operators]]></title>
            <link>https://www.nutrient.io/blog/case-study-daher/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-daher/</guid>
            <pubDate>Tue, 08 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.93H8W8tB.jpg" alt="How Daher uses Nutrient to provide a seamless user experience for its pilot owner/operators" /></p>Discover how Daher uses Nutrient to deliver a superior user experience for airplane owners and pilots through improved document access.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.93H8W8tB.jpg"/>
        </item>
        <item>
            <title><![CDATA[Reduce Process Friction]]></title>
            <link>https://www.nutrient.io/blog/reduce-process-friction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reduce-process-friction/</guid>
            <pubDate>Tue, 08 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Reduce Process Friction" /></p>Process pain points are roadblocks or challenges that come up during a process within an organization. These pain points can negatively impact efficiency, productivity, and overall performance.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Create a Word document from a SharePoint list in Power Automate]]></title>
            <link>https://www.nutrient.io/blog/generate-word-document-from-sharepoint-list-using-power-automate/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generate-word-document-from-sharepoint-list-using-power-automate/</guid>
            <pubDate>Mon, 07 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Create a Word document from a SharePoint list in Power Automate" /></p>Generate Word documents from SharePoint list data using Power Automate and Nutrient Document Converter. Convert list items to DOCX, XLS, CSV, or PNG automatically.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF SDK: Build vs. buy]]></title>
            <link>https://www.nutrient.io/blog/pdf-sdk-build-vs-buy/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-sdk-build-vs-buy/</guid>
            <pubDate>Thu, 03 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BHXRIqom.png" alt="PDF SDK: Build vs. buy" /></p>Learn the pros and cons of building vs. buying a PDF SDK. Understand the cost, time, and resource implications to make the best decision for your project.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BHXRIqom.png"/>
        </item>
        <item>
            <title><![CDATA[How to Access Native Code from WebView2 with WinAppSDK/WinUI 3]]></title>
            <link>https://www.nutrient.io/blog/how-to-access-native-code-from-webview2-with-winui3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-access-native-code-from-webview2-with-winui3/</guid>
            <pubDate>Wed, 02 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B6_VbFmd.png" alt="How to Access Native Code from WebView2 with WinAppSDK/WinUI 3" /></p>A step-by-step guide on how to access native code in JavaScript within a WinUI 3 application.]]></description>
            <author>Shantanu Methikar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B6_VbFmd.png"/>
        </item>
        <item>
            <title><![CDATA[Building a Productive Work Environment]]></title>
            <link>https://www.nutrient.io/blog/building-a-productive-work-environment/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/building-a-productive-work-environment/</guid>
            <pubDate>Tue, 01 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Building a Productive Work Environment" /></p>This post investigates the impact of workplace design and décor on productivity.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Fill PDF forms using Power Automate]]></title>
            <link>https://www.nutrient.io/blog/fill-pdf-forms-from-sharepoint-list/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fill-pdf-forms-from-sharepoint-list/</guid>
            <pubDate>Tue, 01 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Fill PDF forms using Power Automate" /></p>Learn how to efficiently fill PDF forms with SharePoint list data using Power Automate for automated document workflows.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[New Release: PDF Compression for Power Automate & REST API]]></title>
            <link>https://www.nutrient.io/blog/pdf-converter-for-power-automate-and-rest-api-new-release/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-converter-for-power-automate-and-rest-api-new-release/</guid>
            <pubDate>Tue, 01 Aug 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="New Release: PDF Compression for Power Automate & REST API" /></p>Compress PDFs in Power Automate and REST API using advanced JBIG2, JPEG2000, and MRC hyper-compression to dramatically reduce file sizes. Get started.]]></description>
            <author>Marija Trpkovic</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use Case: Job Posting]]></title>
            <link>https://www.nutrient.io/blog/automate-job-posting-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-job-posting-process/</guid>
            <pubDate>Tue, 25 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case: Job Posting" /></p>Typically, the hiring process is pretty manual. Emails back and forth, resumes in your inbox, checklists on your desk, and no real organization. While this method might work for some, it wastes time and is inefficient.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Skills-Based Routing Replaces the Group Email Inbox]]></title>
            <link>https://www.nutrient.io/blog/skills-based-routing-with-workflow-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/skills-based-routing-with-workflow-management/</guid>
            <pubDate>Mon, 24 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Skills-Based Routing Replaces the Group Email Inbox" /></p>Skills-based routing is a strategy for marrying requests with the most appropriate and competent resources using workflow automation and business rules.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.8 for Android Enhances Measurement Tools]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-8-8-improves-measurement-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-8-8-improves-measurement-tools/</guid>
            <pubDate>Thu, 20 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview-image.DaOf840J.png" alt="PSPDFKit 8.8 for Android Enhances Measurement Tools" /></p>This release of our Android PDF library focuses on improving our measurement tools to provide users with more options and a streamlined PDF-measuring experience.]]></description>
            <author>Ferdinand Bada</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview-image.DaOf840J.png"/>
        </item>
        <item>
            <title><![CDATA[Smooth sailing: Automating business processes at BC Ferries with regroove and Nutrient]]></title>
            <link>https://www.nutrient.io/blog/regroove-bc-ferries-automates-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/regroove-bc-ferries-automates-processes/</guid>
            <pubDate>Thu, 20 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bc8nwfLg.jpg" alt="Smooth sailing: Automating business processes at BC Ferries with regroove and Nutrient" /></p>Regroove and BC Ferries used Nutrient's Document Converter for SharePoint to automate business processes and gather information by way of team members filling out electronic forms.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bc8nwfLg.jpg"/>
        </item>
        <item>
            <title><![CDATA[Revolutionizing construction management: How SharePoint Gurus and Nutrient transformed Hansen Yuncken’s workflows]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-gurus-hansen-yuncken-hyway-project/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-gurus-hansen-yuncken-hyway-project/</guid>
            <pubDate>Thu, 20 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DrvfONQ-.jpg" alt="Revolutionizing construction management: How SharePoint Gurus and Nutrient transformed Hansen Yuncken’s workflows" /></p>SharePoint Gurus and Hansen Yuncken used Nutrient’s Document Converter for SharePoint to automate business processes and gather information by way of team members filling out electronic forms.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DrvfONQ-.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2023.4 update]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2023-4-measurements-improvements-and-cades-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2023-4-measurements-improvements-and-cades-support/</guid>
            <pubDate>Wed, 19 Jul 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.z6tZRF4P.png" alt="PSPDFKit for Web 2023.4 update" /></p>Discover new measurement tools, CAdES signature support, and improved content editing in PSPDFKit for Web 2023.4. Explore the latest features!]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.z6tZRF4P.png"/>
        </item>
        <item>
            <title><![CDATA[2022–2023 PSPDFKit Product Updates]]></title>
            <link>https://www.nutrient.io/blog/2023-pspdfkit-product-updates/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2023-pspdfkit-product-updates/</guid>
            <pubDate>Tue, 18 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CclDkyMs.png" alt="2022–2023 PSPDFKit Product Updates" /></p>A look back on updates to PSPDFKit’s product offering in the past 12 months.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CclDkyMs.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow Automation for Higher Education]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-for-higher-education/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-for-higher-education/</guid>
            <pubDate>Tue, 18 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow Automation for Higher Education" /></p>With more and more universities digitizing their workflows, it's time to implement automation at your organization to maximize efficiency and productivity for your staff and students.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Sonus Vox]]></title>
            <link>https://www.nutrient.io/blog/sonus-vox/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sonus-vox/</guid>
            <pubDate>Mon, 17 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CZUt3fkx.png" alt="Sonus Vox" /></p>A comparison of different microphone categories.]]></description>
            <author>Patrik Simic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CZUt3fkx.png"/>
        </item>
        <item>
            <title><![CDATA[What Is the Best Way to Organize an Organization’s Processes?]]></title>
            <link>https://www.nutrient.io/blog/best-way-organize-org-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-way-organize-org-processes/</guid>
            <pubDate>Wed, 12 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What Is the Best Way to Organize an Organization’s Processes?" /></p>This blog will cover how to begin standardizing and organizing your processes to make your organization run as efficiently as possible.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Exploring SwiftUI for seamless app development]]></title>
            <link>https://www.nutrient.io/blog/tryst-with-swiftui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tryst-with-swiftui/</guid>
            <pubDate>Wed, 12 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C2dq2mGe.png" alt="Exploring SwiftUI for seamless app development" /></p>Read about an engineer's journey using SwiftUI for creating intuitive iOS UI components, enhancing the app development experience.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C2dq2mGe.png"/>
        </item>
        <item>
            <title><![CDATA[Vision Is an Exciting Addition to Apple’s Lineup]]></title>
            <link>https://www.nutrient.io/blog/vision-is-additive/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vision-is-additive/</guid>
            <pubDate>Tue, 11 Jul 2023 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BrRBrqJa.png" alt="Vision Is an Exciting Addition to Apple’s Lineup" /></p>Considering how Apple’s newly announced Vision platform could fit in with its existing platforms.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BrRBrqJa.png"/>
        </item>
        <item>
            <title><![CDATA[How to fill PDF forms in SharePoint Online using Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-fill-pdf-forms-in-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-fill-pdf-forms-in-sharepoint/</guid>
            <pubDate>Tue, 11 Jul 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BvzVJg4b.png" alt="How to fill PDF forms in SharePoint Online using Nutrient Web SDK" /></p>Learn how to fill PDF forms in SharePoint Online using Nutrient Web SDK. This tutorial covers XFDF and Instant JSON methods for programmatic form filling.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BvzVJg4b.png"/>
        </item>
        <item>
            <title><![CDATA[How to fill a PDF form in React]]></title>
            <link>https://www.nutrient.io/blog/how-to-fill-a-pdf-form-in-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-fill-a-pdf-form-in-react/</guid>
            <pubDate>Mon, 10 Jul 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.0hGLeFRL.png" alt="How to fill a PDF form in React" /></p>Fill PDF forms in React two ways: programmatically with the open source pdf-lib library, and with Nutrient Web SDK for UI-based form filling.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.0hGLeFRL.png"/>
        </item>
        <item>
            <title><![CDATA[How to programmatically create and fill PDF forms in Angular]]></title>
            <link>https://www.nutrient.io/blog/how-to-programmatically-create-and-fill-pdf-form-in-angular/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-programmatically-create-and-fill-pdf-form-in-angular/</guid>
            <pubDate>Mon, 10 Jul 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCDUbxI3.png" alt="How to programmatically create and fill PDF forms in Angular" /></p>Create and fill PDF forms programmatically in Angular with pdf-lib: Build new forms, fill existing ones (text, checkboxes, dropdowns), and flatten the result.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DCDUbxI3.png"/>
        </item>
        <item>
            <title><![CDATA[How to Prioritize Your To-Do List]]></title>
            <link>https://www.nutrient.io/blog/how-to-prioritize-your-to-do-list/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-prioritize-your-to-do-list/</guid>
            <pubDate>Wed, 05 Jul 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Prioritize Your To-Do List" /></p>The Eisenhower matrix is a method that anyone can use to visualize and prioritize your to-do list to ensure everything is accounted for and completed on time.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[TIFF and PDF Junction, TIFF Archive Sun-setting]]></title>
            <link>https://www.nutrient.io/blog/sun-setting-legacy-products-tiff-and-pdf-junction-tiff-archive/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sun-setting-legacy-products-tiff-and-pdf-junction-tiff-archive/</guid>
            <pubDate>Tue, 27 Jun 2023 14:43:57 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="TIFF and PDF Junction, TIFF Archive Sun-setting" /></p>TIFF Junction, PDF Junction, and TIFF Archive are being retired on June 30, 2024. Migrate to Autobahn DX for continued document automation support.]]></description>
            <author>Stephen Carter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Efficient contract review and approval system]]></title>
            <link>https://www.nutrient.io/blog/usecase-contract-review-approval-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/usecase-contract-review-approval-process/</guid>
            <pubDate>Tue, 27 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Efficient contract review and approval system" /></p>Discover how automation can enhance your contract review and approval process, reducing errors and improving workflow efficiency.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Unleashing the Beta Beast: Introducing the Mind-Reading Q&A Tool]]></title>
            <link>https://www.nutrient.io/blog/introducing-ask-ai-beta/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-ask-ai-beta/</guid>
            <pubDate>Fri, 23 Jun 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.r-gpq0XX.png" alt="Unleashing the Beta Beast: Introducing the Mind-Reading Q&A Tool" /></p>An OpenAI-based Q&A tool that answers your questions about PSPDFKit.]]></description>
            <author>Manó Tóth</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.r-gpq0XX.png"/>
        </item>
        <item>
            <title><![CDATA[HIPAA compliance without compromise: Northwoods’ journey to modern PDF experiences]]></title>
            <link>https://www.nutrient.io/blog/case-study-northwoods/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-northwoods/</guid>
            <pubDate>Thu, 22 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DbqOFBa7.jpg" alt="HIPAA compliance without compromise: Northwoods’ journey to modern PDF experiences" /></p>Discover how Northwoods enhances caseworker efficiency through innovative PDF solutions that improve document management and reduce burnout.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DbqOFBa7.jpg"/>
        </item>
        <item>
            <title><![CDATA[Workflow Automation for Finance Teams]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-finance-teams/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-finance-teams/</guid>
            <pubDate>Wed, 21 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow Automation for Finance Teams" /></p>Automation can immediately improve workflows for finance departments and positively impact the efficiency and accuracy of all finance processes.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Choosing Your .NET MAUI Document Strategy]]></title>
            <link>https://www.nutrient.io/blog/choosing-your-maui-strategy/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/choosing-your-maui-strategy/</guid>
            <pubDate>Tue, 20 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CAozEI5r.png" alt="Choosing Your .NET MAUI Document Strategy" /></p>Exploring options for leveraging PSPDFKit in your .NET MAUI applications.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CAozEI5r.png"/>
        </item>
        <item>
            <title><![CDATA[Venting in the Workplace]]></title>
            <link>https://www.nutrient.io/blog/benefits-venting-in-workplace/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/benefits-venting-in-workplace/</guid>
            <pubDate>Wed, 14 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Venting in the Workplace" /></p>Venting in the workplace can actually be beneficial, both for the employee and the organization — if it's handled correctly.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF.js tutorial: A complete guide with examples]]></title>
            <link>https://www.nutrient.io/blog/complete-guide-to-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/complete-guide-to-pdfjs/</guid>
            <pubDate>Tue, 13 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.N7-rVRie.png" alt="PDF.js tutorial: A complete guide with examples" /></p>Learn how to set up PDF.js for browser-based PDF rendering, add navigation and zoom controls, and use the annotation editor. For advanced editing features, see <a href='/sdk/web/'>Nutrient Web SDK</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.N7-rVRie.png"/>
        </item>
        <item>
            <title><![CDATA[What issues most often doom a process automation project?]]></title>
            <link>https://www.nutrient.io/blog/what-issues-doom-process-automation-project/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-issues-doom-process-automation-project/</guid>
            <pubDate>Tue, 13 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What issues most often doom a process automation project?" /></p>Knowing the common issues that could potentially doom an automation project is essential. You can be better prepared to overcome these critical issues when you know them.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 12.3 for iOS Adds Improvements to Content Editor]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-12-3-ios-content-editor-improvements/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-12-3-ios-content-editor-improvements/</guid>
            <pubDate>Tue, 06 Jun 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xZe0bNkg.png" alt="PSPDFKit 12.3 for iOS Adds Improvements to Content Editor" /></p>This release adds improvements to Content Editor and includes modernization of our text and image selection menus.]]></description>
            <author>Egor Mikhnevich</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.xZe0bNkg.png"/>
        </item>
        <item>
            <title><![CDATA[Searchlight vs PDF Connector]]></title>
            <link>https://www.nutrient.io/blog/searchlight-vs-pdf-connector-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/searchlight-vs-pdf-connector-comparison/</guid>
            <pubDate>Wed, 31 May 2023 10:42:23 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Searchlight vs PDF Connector" /></p>Compare Searchlight and PDF Connector: two OCR tools for making PDFs searchable. Learn key differences in deployment, use case, and integration options.]]></description>
            <author>Stephen Carter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creative problem solving: Techniques and strategies for effective solutions]]></title>
            <link>https://www.nutrient.io/blog/creative-problem-solving-explained/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creative-problem-solving-explained/</guid>
            <pubDate>Wed, 31 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CzYHhwps.png" alt="Creative problem solving: Techniques and strategies for effective solutions" /></p>Learn the fundamentals of creative problem solving, explore effective techniques, and discover how to apply these methods to solve complex problems and improve workflows.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CzYHhwps.png"/>
        </item>
        <item>
            <title><![CDATA[Automate Your Employee Non-Disclosure Agreement]]></title>
            <link>https://www.nutrient.io/blog/use-case-employee-nda/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-employee-nda/</guid>
            <pubDate>Tue, 30 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automate Your Employee Non-Disclosure Agreement" /></p>This process provides a way to capture signatures on a Non-Disclosure Agreement (NDA) form from employees and alert the relevant parties internally.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Angular Word viewer tutorial]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-angular-word-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-angular-word-viewer/</guid>
            <pubDate>Fri, 26 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BLxmIdSv.jpg" alt="Angular Word viewer tutorial" /></p>In this blog post, you’ll learn how to build an <a href='/guides/web/viewer/'>Angular Word viewer</a> using Nutrient Web SDK. You’ll open and view DOC or DOCX files directly in your web browser using client-side processing (no server required).]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BLxmIdSv.jpg"/>
        </item>
        <item>
            <title><![CDATA[Institutional knowledge is a risk in your organization]]></title>
            <link>https://www.nutrient.io/blog/business-risk-hidden-pockets-institutional-knowledge/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-risk-hidden-pockets-institutional-knowledge/</guid>
            <pubDate>Wed, 24 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Institutional knowledge is a risk in your organization" /></p>Institutional knowledge is any undocumented information that is not commonly known by others within a company but is critical for normal operations.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nviron streamlines workflows and simplifies compliance]]></title>
            <link>https://www.nutrient.io/blog/nviron-streamline-workflows-simplify-compliance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/nviron-streamline-workflows-simplify-compliance/</guid>
            <pubDate>Wed, 24 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BTsFvipD.jpg" alt="Nviron streamlines workflows and simplifies compliance" /></p>Nviron and its client Havmain and Semperian used Nutrient Document Converter for SharePoint to automate business processes and gather information by way of team members filling out electronic forms.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BTsFvipD.jpg"/>
        </item>
        <item>
            <title><![CDATA[Xylos and Umicore use Nutrient to enhance SharePoint functionality]]></title>
            <link>https://www.nutrient.io/blog/xylos-umicore-sharepoint-functionality/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/xylos-umicore-sharepoint-functionality/</guid>
            <pubDate>Wed, 24 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CPEmazAu.jpg" alt="Xylos and Umicore use Nutrient to enhance SharePoint functionality" /></p>Xylos and Umicore used Nutrient Document Converter to streamline SharePoint workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CPEmazAu.jpg"/>
        </item>
        <item>
            <title><![CDATA[Customizable UI components on iOS using UIKit]]></title>
            <link>https://www.nutrient.io/blog/customizable-ui-components/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customizable-ui-components/</guid>
            <pubDate>Wed, 24 May 2023 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D6ic5TVd.png" alt="Customizable UI components on iOS using UIKit" /></p>Providing UI components in UIKit that allow user customization while also providing a default style that works in most cases.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D6ic5TVd.png"/>
        </item>
        <item>
            <title><![CDATA[SharePoint electronic signatures: Sign a PDF in SharePoint]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-electronic-signature/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-electronic-signature/</guid>
            <pubDate>Sat, 20 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DxHWNSDW.png" alt="SharePoint electronic signatures: Sign a PDF in SharePoint" /></p>A step-by-step tutorial explaining how to add electronic signatures to PDFs in SharePoint Online using Nutrient's SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DxHWNSDW.png"/>
        </item>
        <item>
            <title><![CDATA[Best JavaScript PDF viewer libraries (2026): 5 options compared]]></title>
            <link>https://www.nutrient.io/blog/top-5-javascript-pdf-viewers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-5-javascript-pdf-viewers/</guid>
            <pubDate>Wed, 17 May 2023 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Blf6b75Y.jpg" alt="Best JavaScript PDF viewer libraries (2026): 5 options compared" /></p>A <a href='/sdk/web/'>JavaScript PDF viewer</a> renders PDF documents in the browser without a server or plugin. This guide compares five options for 2026 — including <a href='/sdk/'>Nutrient Web SDK</a> — across features, performance, licensing, and framework fit, to help match the right viewer to a given project.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Blf6b75Y.jpg"/>
        </item>
        <item>
            <title><![CDATA[Process Automation Software for Local Government]]></title>
            <link>https://www.nutrient.io/blog/process-automation-software-local-government/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-automation-software-local-government/</guid>
            <pubDate>Wed, 17 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Process Automation Software for Local Government" /></p>Regardless of your sector, having a workflow process system that keeps your projects organized, compliant, and transparent is essential.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How ACTO uses Nutrient to improve learning outcomes for life sciences and pharmaceutical companies]]></title>
            <link>https://www.nutrient.io/blog/testimonial-acto/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/testimonial-acto/</guid>
            <pubDate>Wed, 17 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3Z_EEeQK.jpg" alt="How ACTO uses Nutrient to improve learning outcomes for life sciences and pharmaceutical companies" /></p>Discover how ACTO enhances learning outcomes in life sciences using Nutrient for interactive training and efficient PDF management.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.3Z_EEeQK.jpg"/>
        </item>
        <item>
            <title><![CDATA[Conditional Compilation for Apple’s Yearly Updates]]></title>
            <link>https://www.nutrient.io/blog/conditional-compilation-apple-yearly-updates/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/conditional-compilation-apple-yearly-updates/</guid>
            <pubDate>Tue, 16 May 2023 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DiFaCdgp.png" alt="Conditional Compilation for Apple’s Yearly Updates" /></p>How to smoothly transition an iOS and Mac Catalyst app for Apple’s yearly updates between June and October.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DiFaCdgp.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert DOCX to PDF in JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-word-to-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-word-to-pdf-using-javascript/</guid>
            <pubDate>Tue, 16 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CGhmUa-o.jpg" alt="How to convert DOCX to PDF in JavaScript" /></p>Learn how to convert Word documents (DOC/DOCX) to PDF in the browser using JavaScript. No server-side code or MS Office required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CGhmUa-o.jpg"/>
        </item>
        <item>
            <title><![CDATA[Add a signature pad to PDF documents using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-a-signature-pad-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-a-signature-pad-using-javascript/</guid>
            <pubDate>Mon, 15 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CjGdVOjZ.png" alt="Add a signature pad to PDF documents using JavaScript" /></p>Learn how to add a signature pad to PDFs using JavaScript with the Signature Pad library and Nutrient Web SDK for electronic document signing.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CjGdVOjZ.png"/>
        </item>
        <item>
            <title><![CDATA[Python OCR with pytesseract: Extract text from images using Tesseract (2026)]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-tesseract-ocr-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-tesseract-ocr-in-python/</guid>
            <pubDate>Mon, 15 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.bzSpHRXS.png" alt="Python OCR with pytesseract: Extract text from images using Tesseract (2026)" /></p>Extract text from images and scanned documents using Python and <a href='https://github.com/tesseract-ocr/tesseract'>Tesseract OCR</a>. This tutorial covers installation, text extraction, and preprocessing techniques. For searchable PDFs, see the <a href='/api/pdf-ocr-api/'>Nutrient OCR API</a>, and for structured data — tables, key-value pairs, and Markdown for LLM pipelines — see the <a href='/api/data-extraction-api/'>Nutrient Data Extraction API</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.bzSpHRXS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3 for Windows: Customize and Improve]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-3/</guid>
            <pubDate>Mon, 15 May 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C_uKUGj0.png" alt="PSPDFKit 3 for Windows: Customize and Improve" /></p>Discover the enhanced features of PSPDFKit 3 for Windows, including faster performance, customization options, and new undo/redo functionality.]]></description>
            <author>Patrik Simic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C_uKUGj0.png"/>
        </item>
        <item>
            <title><![CDATA[Navigating remote onboarding: A software developer's perspective]]></title>
            <link>https://www.nutrient.io/blog/navigating-remote-onboarding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/navigating-remote-onboarding/</guid>
            <pubDate>Fri, 12 May 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BhCWlGhp.png" alt="Navigating remote onboarding: A software developer's perspective" /></p>An in-depth look at onboarding as a software developer, including tips and tricks to make it easier.]]></description>
            <author>Egor Mikhnevich</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BhCWlGhp.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2023.3 adds Office-to-PDF features]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2023-3-open-office-files-conversion-to-pdfa/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2023-3-open-office-files-conversion-to-pdfa/</guid>
            <pubDate>Thu, 11 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.Dk4FW244.png" alt="PSPDFKit 2023.3 adds Office-to-PDF features" /></p>Convert Office files to PDF, enable comments, secure PDFs, and discover the new features in PSPDFKit for Web 2023.3.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.Dk4FW244.png"/>
        </item>
        <item>
            <title><![CDATA[Why I chose Deno to automate my summary of the day]]></title>
            <link>https://www.nutrient.io/blog/how-i-used-deno-to-automate-my-summary/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-i-used-deno-to-automate-my-summary/</guid>
            <pubDate>Thu, 11 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BaNa2Q9I.png" alt="Why I chose Deno to automate my summary of the day" /></p>A brief description of my usage of Deno to automate my summary messages.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BaNa2Q9I.png"/>
        </item>
        <item>
            <title><![CDATA[How to extract text from a PDF in JavaScript: PDF.js and Nutrient (2026)]]></title>
            <link>https://www.nutrient.io/blog/how-to-extract-text-from-a-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-extract-text-from-a-pdf-using-javascript/</guid>
            <pubDate>Tue, 09 May 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CQzAm47f.jpg" alt="How to extract text from a PDF in JavaScript: PDF.js and Nutrient (2026)" /></p>This tutorial compares two JavaScript approaches for extracting text from PDFs — <a href='https://mozilla.github.io/pdf.js/'>PDF.js</a> (open source) and <a href='/sdk/web/'>Nutrient SDK</a> (commercial) — with complete code examples and a decision guide.]]></description>
            <author>Yasoob Khalid</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CQzAm47f.jpg"/>
        </item>
        <item>
            <title><![CDATA[Debugging Your Processes]]></title>
            <link>https://www.nutrient.io/blog/how-to-debug-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-debug-processes/</guid>
            <pubDate>Tue, 09 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Debugging Your Processes" /></p>It's important to test and debug your processes before launching to avoid any issues your end users would potentially run into while your workflows are in production.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.6 for Flutter Adds Measurement Tools]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-3-6-flutter-measurement-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-3-6-flutter-measurement-tools/</guid>
            <pubDate>Mon, 08 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.X6pkeWJu.png" alt="PSPDFKit 3.6 for Flutter Adds Measurement Tools" /></p>This release adds the Measurement Tools component to our Flutter library, which allows you to measure the distance, area, and perimeter of diagrams in your documents.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.X6pkeWJu.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.6 for React Native Adds Measurement Tools]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-react-native-2-6-measurements/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-react-native-2-6-measurements/</guid>
            <pubDate>Mon, 08 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DbGeDMvS.png" alt="PSPDFKit 2.6 for React Native Adds Measurement Tools" /></p>This release brings the Measurement Tools component to our React Native library, which allows you to measure distance, area, and perimeter of drawings on PDF documents.]]></description>
            <author>Pedja Jevtic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DbGeDMvS.png"/>
        </item>
        <item>
            <title><![CDATA[Convert HTML to PDF in JavaScript with html2pdf.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-html2pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-html2pdf/</guid>
            <pubDate>Thu, 04 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DqwqfSy_.jpg" alt="Convert HTML to PDF in JavaScript with html2pdf.js" /></p>Need to generate a PDF directly from your webpage? With <a href='https://ekoopmans.github.io/html2pdf.js/' target='_blank' rel='noopener noreferrer'>html2pdf.js</a>, you can convert HTML to PDF entirely on the client side, with no server or backend required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DqwqfSy_.jpg"/>
        </item>
        <item>
            <title><![CDATA[Open Word documents in the browser with JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-open-word-file-in-browser-with-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-open-word-file-in-browser-with-javascript/</guid>
            <pubDate>Thu, 04 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D3F1Jryw.jpg" alt="Open Word documents in the browser with JavaScript" /></p>Learn how to open DOC and DOCX files in the browser with JavaScript. Load Word files from URLs, blobs, ArrayBuffers, or Base64 data.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D3F1Jryw.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify user conference recap]]></title>
            <link>https://www.nutrient.io/blog/2023-integrify-user-conference/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2023-integrify-user-conference/</guid>
            <pubDate>Thu, 04 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify user conference recap" /></p>Join us for key highlights and insights from the Integrify User Conference in Austin, Texas. Learn and connect with industry leaders.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add annotations to a PDF using React Native]]></title>
            <link>https://www.nutrient.io/blog/react-native-pdf-annotation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-native-pdf-annotation/</guid>
            <pubDate>Wed, 03 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BtuQ98jC.png" alt="How to add annotations to a PDF using React Native" /></p>Learn how to add ink and text annotations to PDFs in React Native using the Nutrient SDK — set an annotation author and embed annotations directly into the file.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BtuQ98jC.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an Excel (XLS/XLSX) viewer in JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-excel-viewer-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-excel-viewer-using-javascript/</guid>
            <pubDate>Tue, 02 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Wr3u94p9.png" alt="How to build an Excel (XLS/XLSX) viewer in JavaScript" /></p>Build a JavaScript Excel viewer with Nutrient Web SDK. Open and display XLS/XLSX spreadsheets directly in the browser with client-side processing — no server or MS Office required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Wr3u94p9.png"/>
        </item>
        <item>
            <title><![CDATA[Developing Mixed-Source Swift Packages]]></title>
            <link>https://www.nutrient.io/blog/developing-mixed-source-swift-packages/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/developing-mixed-source-swift-packages/</guid>
            <pubDate>Tue, 02 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DuzseK4Y.png" alt="Developing Mixed-Source Swift Packages" /></p>Tips for publishing Swift packages that include both Swift and Objective-C source files.]]></description>
            <author>Daniel Langh</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DuzseK4Y.png"/>
        </item>
        <item>
            <title><![CDATA[Who Are Citizen Developers?]]></title>
            <link>https://www.nutrient.io/blog/who-are-citizen-developers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/who-are-citizen-developers/</guid>
            <pubDate>Tue, 02 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Who Are Citizen Developers?" /></p>Citizen developers are becoming more popular as they provide a cost-effective and efficient way to build software applications that can improve business processes, automate tasks, and drive innovation.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Word (DOC/DOCX) viewer in JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-word-viewer-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-word-viewer-using-javascript/</guid>
            <pubDate>Mon, 01 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DQqWtWMN.png" alt="How to build a Word (DOC/DOCX) viewer in JavaScript" /></p>Build a JavaScript Word viewer with Nutrient Web SDK. Open and display DOC/DOCX files directly in the browser with client-side processing — no server or MS Office required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DQqWtWMN.png"/>
        </item>
        <item>
            <title><![CDATA[How to edit PDFs using Angular]]></title>
            <link>https://www.nutrient.io/blog/how-to-edit-pdfs-using-angular/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-edit-pdfs-using-angular/</guid>
            <pubDate>Mon, 01 May 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DVOwEh7i.png" alt="How to edit PDFs using Angular" /></p>Learn how to edit PDFs using Nutrient's Angular PDF library.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DVOwEh7i.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a React Native image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-react-native-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-react-native-image-viewer/</guid>
            <pubDate>Fri, 28 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ch3oTu-M.jpg" alt="How to build a React Native image viewer" /></p>In this post, you’ll learn how to build a React Native image viewer using Nutrient’s React Native PDF library.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Ch3oTu-M.jpg"/>
        </item>
        <item>
            <title><![CDATA[Want To Be More Productive? Take a Walk]]></title>
            <link>https://www.nutrient.io/blog/more-productive-take-walk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/more-productive-take-walk/</guid>
            <pubDate>Thu, 27 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Want To Be More Productive? Take a Walk" /></p>Walking is not only great for your health — it’s also great for your productivity.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Vue.js Excel (XLS and XLSX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-vuejs-excel-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-vuejs-excel-viewer/</guid>
            <pubDate>Tue, 25 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D81wWZei.png" alt="How to build a Vue.js Excel (XLS and XLSX) viewer" /></p>A step-by-step guide to how to build a Vue.js (XLS and XLSX) Excel viewer with the Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D81wWZei.png"/>
        </item>
        <item>
            <title><![CDATA[Automate your training requests effectively]]></title>
            <link>https://www.nutrient.io/blog/use-case-training-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-training-request/</guid>
            <pubDate>Tue, 25 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automate your training requests effectively" /></p>Discover how automating training requests can enhance employee development and streamline operations in your organization.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a jQuery PowerPoint (PPT and PPTX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-jquery-powerpoint-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-jquery-powerpoint-viewer/</guid>
            <pubDate>Sat, 22 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.b8aThOW2.jpg" alt="How to build a jQuery PowerPoint (PPT and PPTX) viewer" /></p>In this blog post, you’ll learn how to build a [jQuery PowerPoint viewer][library] using Nutrient Web SDK. You’ll open and view PPT or PPTX files directly in your web browser using client-side processing (no server required).]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.b8aThOW2.jpg"/>
        </item>
        <item>
            <title><![CDATA[Aquaforest TIFF Server sunsetting]]></title>
            <link>https://www.nutrient.io/blog/aquaforest-tiff-server-sunsetting/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/aquaforest-tiff-server-sunsetting/</guid>
            <pubDate>Thu, 20 Apr 2023 13:25:20 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Aquaforest TIFF Server sunsetting" /></p>Aquaforest TIFF Server is being retired on May 31, 2024. Migrate to Nutrient Web SDK for client-side TIFF viewing, editing, and annotation in the browser.]]></description>
            <author>Stephen Carter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How many PDF Connector Units do I have left?]]></title>
            <link>https://www.nutrient.io/blog/power-automate-how-many-pdf-connector-units-do-i-have-left/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/power-automate-how-many-pdf-connector-units-do-i-have-left/</guid>
            <pubDate>Thu, 20 Apr 2023 12:16:12 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How many PDF Connector Units do I have left?" /></p>Track remaining PDF Connector units in Power Automate using the LicenseInfo output or a dedicated monitoring flow to avoid unexpected interruptions.]]></description>
            <author>Stephen Carter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF SDK 101: What is a PDF SDK?]]></title>
            <link>https://www.nutrient.io/blog/what-is-a-pdf-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-a-pdf-sdk/</guid>
            <pubDate>Thu, 20 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.HrUSUy9t.jpg" alt="PDF SDK 101: What is a PDF SDK?" /></p>A PDF software development kit (SDK) is a set of customizable components that enable software developers to quickly add advanced PDF functionality to any application, without the typical upfront investment.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.HrUSUy9t.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.7 for Android Adds Content Editor]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-8-7-adds-content-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-8-7-adds-content-editor/</guid>
            <pubDate>Wed, 19 Apr 2023 16:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview-image.CZEw37s2.png" alt="PSPDFKit 8.7 for Android Adds Content Editor" /></p>This release of our Android PDF library adds support for editing original text in PDFs.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview-image.CZEw37s2.png"/>
        </item>
        <item>
            <title><![CDATA[Automated workflow management for food and beverage companies]]></title>
            <link>https://www.nutrient.io/blog/workflow-food-beverage-improve-quality/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-food-beverage-improve-quality/</guid>
            <pubDate>Tue, 18 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automated workflow management for food and beverage companies" /></p>Automated workflow management is a solution that can help food and beverage companies improve efficiency, reduce errors, and enhance quality control.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a jQuery Excel (XLS and XLSX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-jquery-excel-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-jquery-excel-viewer/</guid>
            <pubDate>Sun, 16 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DxUS9dz_.jpg" alt="How to build a jQuery Excel (XLS and XLSX) viewer" /></p>In this blog post, you’ll learn how to build a <a href='/guides/web/viewer/'>jQuery Excel viewer</a> using Nutrient Web SDK. You’ll open and view XLS or XLSX files directly in your web browser using client-side processing (no server required).]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DxUS9dz_.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a jQuery Word (DOC and DOCX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-word-viewer-using-jquery/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-word-viewer-using-jquery/</guid>
            <pubDate>Sun, 16 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ikV7gG6E.png" alt="How to build a jQuery Word (DOC and DOCX) viewer" /></p>Learn how to build a jQuery Word viewer with Nutrient Web SDK. View and edit DOC and DOCX files directly in your browser using client-side processing — no server required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ikV7gG6E.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an HTML5 Excel (XLS and XLSX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-html5-excel-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-html5-excel-viewer/</guid>
            <pubDate>Sun, 16 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DADzgQ-K.png" alt="How to build an HTML5 Excel (XLS and XLSX) viewer" /></p>Build an HTML5 Excel viewer with Nutrient Web SDK. Open and display XLS/XLSX spreadsheets directly in the browser with client-side processing — no server or MS Office required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DADzgQ-K.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert Word (DOC/DOCX) to PDF in React]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-word-to-pdf-using-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-word-to-pdf-using-react/</guid>
            <pubDate>Sun, 16 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D70nEean.jpg" alt="How to convert Word (DOC/DOCX) to PDF in React" /></p>A step-by-step tutorial explaining how to convert Word (DOC and DOCX) to PDF using React with the Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D70nEean.jpg"/>
        </item>
        <item>
            <title><![CDATA[Sternberg Lighting and the move to automated workflows]]></title>
            <link>https://www.nutrient.io/blog/customers-sternberg-lighting/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-sternberg-lighting/</guid>
            <pubDate>Fri, 14 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.9TCsGYFE.jpg" alt="Sternberg Lighting and the move to automated workflows" /></p>Before automation, Sternberg Lighting was paper-heavy, with more than 200 filing cabinets for organizing orders.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.9TCsGYFE.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automating compliance: How a regional hospital transformed document workflows with Process Fusion and Nutrient]]></title>
            <link>https://www.nutrient.io/blog/process-fusion-automates-hospital-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-fusion-automates-hospital-processes/</guid>
            <pubDate>Wed, 12 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DuhQJLQv.jpg" alt="Automating compliance: How a regional hospital transformed document workflows with Process Fusion and Nutrient" /></p>Process Fusion and its client, a major regional hospital in Central Ontario, used Nutrient Document Converter for SharePoint to automate business processes and gather information by way of team members filling out electronic forms.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DuhQJLQv.jpg"/>
        </item>
        <item>
            <title><![CDATA[React file viewer: Display PDFs, images, and Office documents in your app]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-reactjs-file-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-reactjs-file-viewer/</guid>
            <pubDate>Tue, 11 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BS1eongS.png" alt="React file viewer: Display PDFs, images, and Office documents in your app" /></p>The most popular React file viewer libraries — <code>react-file-viewer</code> and <code>@cyntler/react-doc-viewer</code> — haven’t kept up with modern Office formats and high-fidelity rendering. This post shows how to build a maintained <a href='/guides/web/viewer/office-documents/'>React file viewer (and document viewer)</a> with Nutrient Web SDK that opens PDFs, images, and DOCX/XLSX/PPTX directly in the browser — no server, no MS Office. See the <a href='/demo/office-viewer/'>live demo</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BS1eongS.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Web SDK 2023.2 adds comment mentions and notifications]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2023-2-comment-mentions-notifications/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2023-2-comment-mentions-notifications/</guid>
            <pubDate>Tue, 11 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.Cf0T2Y-0.png" alt="Nutrient Web SDK 2023.2 adds comment mentions and notifications" /></p>This update includes support for comment mentions and notifications, form field renaming, multiple annotation selection, print speed improvements, and more.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.Cf0T2Y-0.png"/>
        </item>
        <item>
            <title><![CDATA[Tech writer’s chatbot adventure]]></title>
            <link>https://www.nutrient.io/blog/tech-writers-guide-to-chatgpt/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tech-writers-guide-to-chatgpt/</guid>
            <pubDate>Tue, 11 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bxzxi43b.png" alt="Tech writer’s chatbot adventure" /></p>Explore the humorous tale of a tech writer's quest to build a chatbot with OpenAI, filled with challenges and unexpected results.]]></description>
            <author>Manó Tóth</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bxzxi43b.png"/>
        </item>
        <item>
            <title><![CDATA[Understanding Generics in TypeScript: Part 1]]></title>
            <link>https://www.nutrient.io/blog/understanding-generics-in-typescript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/understanding-generics-in-typescript/</guid>
            <pubDate>Tue, 11 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1kRFHR7.png" alt="Understanding Generics in TypeScript: Part 1" /></p>Learn the basics of generics in TypeScript.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1kRFHR7.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an HTML5 PowerPoint (PPT and PPTX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-html5-powerpoint-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-html5-powerpoint-viewer/</guid>
            <pubDate>Mon, 10 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CPcUHF1U.png" alt="How to build an HTML5 PowerPoint (PPT and PPTX) viewer" /></p>Build an HTML5 PowerPoint viewer with Nutrient Web SDK. Open and display PPT/PPTX presentations directly in the browser with client-side processing — no server or MS Office required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CPcUHF1U.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a React PowerPoint (PPT and PPTX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-react-powerpoint-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-react-powerpoint-viewer/</guid>
            <pubDate>Thu, 06 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.9qZMdauS.jpg" alt="How to build a React PowerPoint (PPT and PPTX) viewer" /></p>A step-by-step tutorial explaining how to build a PowerPoint (PPT and PPTX) viewer using React with Nutrient Web SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.9qZMdauS.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit announces new global partner program]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-partner-program/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-partner-program/</guid>
            <pubDate>Thu, 06 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D9ulf0Qg.png" alt="PSPDFKit announces new global partner program" /></p>PSPDFKit, the leading document processing and manipulation foundation for tomorrow's developers, announced its new partner program.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D9ulf0Qg.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a React Word (DOC and DOCX) viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-react-word-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-react-word-viewer/</guid>
            <pubDate>Wed, 05 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cyl9UPoP.jpg" alt="How to build a React Word (DOC and DOCX) viewer" /></p>A step-by-step tutorial explaining how to build a Word viewer using React with the Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Cyl9UPoP.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Word (DOC and DOCX) viewer using HTML5]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-word-viewer-using-html5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-word-viewer-using-html5/</guid>
            <pubDate>Wed, 05 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BIBcybar.png" alt="How to build a Word (DOC and DOCX) viewer using HTML5" /></p>Learn how to build an HTML5 Word viewer with Nutrient Web SDK. View DOC and DOCX files directly in your browser using client-side processing — no server required.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BIBcybar.png"/>
        </item>
        <item>
            <title><![CDATA[Open Excel (XLS/XLSX) files in the browser]]></title>
            <link>https://www.nutrient.io/blog/how-to-open-excel-file-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-open-excel-file-using-javascript/</guid>
            <pubDate>Wed, 05 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BP8D0ChM.jpg" alt="Open Excel (XLS/XLSX) files in the browser" /></p>Learn how to open Excel files in the browser with JavaScript. Easy steps to handle XLS and XLSX files without requiring MS Office.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BP8D0ChM.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert Excel (XLS/XLSX) to PDF in JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-javascript/</guid>
            <pubDate>Tue, 04 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CdLWryvy.jpg" alt="How to convert Excel (XLS/XLSX) to PDF in JavaScript" /></p>Convert Excel files (XLS/XLSX) to PDF using JavaScript with Nutrient Web SDK. Client-side conversion with no server required — includes PDF/A output and document editing features.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CdLWryvy.jpg"/>
        </item>
        <item>
            <title><![CDATA[Elixir Idioms for JavaScript Developers]]></title>
            <link>https://www.nutrient.io/blog/elixir-idioms-for-javascript-developers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/elixir-idioms-for-javascript-developers/</guid>
            <pubDate>Tue, 04 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CIiyMm5T.png" alt="Elixir Idioms for JavaScript Developers" /></p>A comparison of the features of JavaScript and Elixir.]]></description>
            <author>Oghenerukevwe Henrietta Kofi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CIiyMm5T.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a PowerPoint (PPT/PPTX) viewer in JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-powerpoint-viewer-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-powerpoint-viewer-using-javascript/</guid>
            <pubDate>Mon, 03 Apr 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CsR11dK1.png" alt="How to build a PowerPoint (PPT/PPTX) viewer in JavaScript" /></p>A step-by-step tutorial explaining how to build a PowerPoint (PPT and PPTX) viewer using JavaScript with the Nutrient SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CsR11dK1.png"/>
        </item>
        <item>
            <title><![CDATA[Save and Retain Information]]></title>
            <link>https://www.nutrient.io/blog/save-and-retain-info/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/save-and-retain-info/</guid>
            <pubDate>Mon, 03 Apr 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Save and Retain Information" /></p>Whether reading articles, attending lectures, or browsing the internet, retaining information is crucial for personal and professional growth.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Salesforce PDF generation: A complete guide with Visualforce and Apex]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-a-pdf-in-salesforce/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-a-pdf-in-salesforce/</guid>
            <pubDate>Fri, 31 Mar 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DKBNhGBi.jpg" alt="Salesforce PDF generation: A complete guide with Visualforce and Apex" /></p>Master Salesforce PDF generation with this step-by-step guide. Learn to create PDFs using Visualforce pages, Apex controllers, and custom CSS styling.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DKBNhGBi.jpg"/>
        </item>
        <item>
            <title><![CDATA[Next-level document management integration solutions]]></title>
            <link>https://www.nutrient.io/blog/integrating-gdpicture-with-pspdfkit-for-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrating-gdpicture-with-pspdfkit-for-web/</guid>
            <pubDate>Fri, 31 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DHorkzkl.png" alt="Next-level document management integration solutions" /></p>Enhance your document workflows with GdPicture.NET and Nutrient Web SDK, featuring advanced PDF solutions and intelligent document processing capabilities.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DHorkzkl.png"/>
        </item>
        <item>
            <title><![CDATA[How to display PDFs using Angular]]></title>
            <link>https://www.nutrient.io/blog/how-to-display-pdf-using-angular/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-display-pdf-using-angular/</guid>
            <pubDate>Thu, 30 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DKDdq7gx.jpg" alt="How to display PDFs using Angular" /></p>Learn how to display a PDF using Nutrient's Angular PDF library with step-by-step instructions and code examples.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DKDdq7gx.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to programmatically edit PDFs using React]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-editor/</guid>
            <pubDate>Wed, 29 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BKTQJjAO.png" alt="How to programmatically edit PDFs using React" /></p>A comprehensive tutorial for editing PDFs in React with Nutrient.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BKTQJjAO.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert an image to a PDF in Flutter]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-an-image-to-a-pdf-in-flutter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-an-image-to-a-pdf-in-flutter/</guid>
            <pubDate>Tue, 28 Mar 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DDHgOLau.jpg" alt="How to convert an image to a PDF in Flutter" /></p>In this tutorial, you'll learn how to convert an image to a PDF in Flutter]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DDHgOLau.jpg"/>
        </item>
        <item>
            <title><![CDATA[Why the construction industry needs workflow automation]]></title>
            <link>https://www.nutrient.io/blog/construction-industry-needs-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/construction-industry-needs-automation/</guid>
            <pubDate>Tue, 28 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why the construction industry needs workflow automation" /></p>Discover five key reasons for the construction industry to implement workflow automation, enhancing communication, visibility, and productivity.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to create and edit PDFs in Flutter with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/create-and-edit-pdfs-in-flutter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/create-and-edit-pdfs-in-flutter/</guid>
            <pubDate>Mon, 27 Mar 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B_HZ9M0j.png" alt="How to create and edit PDFs in Flutter with Nutrient" /></p>Generate, edit, and annotate PDFs in a Flutter app with Nutrient Flutter SDK — blank pages, images, HTML, annotations, and a built-in editor.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B_HZ9M0j.png"/>
        </item>
        <item>
            <title><![CDATA[How to open a PDF from a remote URL in Flutter]]></title>
            <link>https://www.nutrient.io/blog/how-to-load-pdf-from-remote-url-flutter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-load-pdf-from-remote-url-flutter/</guid>
            <pubDate>Fri, 24 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BvxuBClS.png" alt="How to open a PDF from a remote URL in Flutter" /></p>This posts covers how to load a PDF document from a remote URL into the Nutrient viewer.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BvxuBClS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Instant for React Native: New Features]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-react-native-2-5-instant-synchronization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-react-native-2-5-instant-synchronization/</guid>
            <pubDate>Fri, 24 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3975taVt.png" alt="PSPDFKit Instant for React Native: New Features" /></p>Discover how PSPDFKit Instant brings real-time collaboration and document synchronization to your React Native applications.]]></description>
            <author>Pedja Jevtic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.3975taVt.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to PDF in C# using wkhtmltopdf]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-wkhtmltopdf-and-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-wkhtmltopdf-and-csharp/</guid>
            <pubDate>Thu, 23 Mar 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DNCJwn3M.png" alt="How to convert HTML to PDF in C# using wkhtmltopdf" /></p>Converting HTML to PDF in C# is a common task for generating reports and invoices or preserving styled content. This article shows you how to do it using both wkhtmltopdf and the Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DNCJwn3M.png"/>
        </item>
        <item>
            <title><![CDATA[The challenges of PDF text layout]]></title>
            <link>https://www.nutrient.io/blog/the-challenges-of-pdf-text-layout/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-challenges-of-pdf-text-layout/</guid>
            <pubDate>Wed, 22 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYVKhOae.png" alt="The challenges of PDF text layout" /></p>The process and difficulties involved in laying out text in PDF documents.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BYVKhOae.png"/>
        </item>
        <item>
            <title><![CDATA[My Engineering Transition from Mobile to Backend]]></title>
            <link>https://www.nutrient.io/blog/mobile-to-backend-transition/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/mobile-to-backend-transition/</guid>
            <pubDate>Tue, 21 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DNe3Pmg-.png" alt="My Engineering Transition from Mobile to Backend" /></p>A peek into the process of an engineer switching teams at PSPDFKit.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DNe3Pmg-.png"/>
        </item>
        <item>
            <title><![CDATA[User Access Requests]]></title>
            <link>https://www.nutrient.io/blog/use-case-user-access-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-user-access-request/</guid>
            <pubDate>Tue, 21 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="User Access Requests" /></p>Automating user access requests for software can help streamline the process of granting access to specific systems or applications.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build an Express.js PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-expressjs-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-expressjs-pdf-viewer/</guid>
            <pubDate>Mon, 20 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1ThgWJ_.png" alt="How to build an Express.js PDF viewer" /></p>This blog explains how to build a PDF viewer using Express.js, PDF.js, and the EJS templating engine.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1ThgWJ_.png"/>
        </item>
        <item>
            <title><![CDATA[How to use React Native for image-to-PDF conversion]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-image-to-pdf-react-native/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-image-to-pdf-react-native/</guid>
            <pubDate>Fri, 17 Mar 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0bafibS.jpg" alt="How to use React Native for image-to-PDF conversion" /></p>In this post, you'll learn how to convert an image to PDF using React Native.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B0bafibS.jpg"/>
        </item>
        <item>
            <title><![CDATA[Using a webcam as an image input source]]></title>
            <link>https://www.nutrient.io/blog/using-webcam-for-image-capture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-webcam-for-image-capture/</guid>
            <pubDate>Wed, 15 Mar 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CHqABgTD.png" alt="Using a webcam as an image input source" /></p>Tutorial on how a webcam can be used to add images to a PDF.]]></description>
            <author>Igor Perzić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CHqABgTD.png"/>
        </item>
        <item>
            <title><![CDATA[Best Way to Organize Processes]]></title>
            <link>https://www.nutrient.io/blog/best-way-organize-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-way-organize-processes/</guid>
            <pubDate>Wed, 15 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Best Way to Organize Processes" /></p>By following these tips in the three stages of implementation, your organization will be able to organize your processes effectively and flawlessly the first time around.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Beyond Efficiency | Making Your Processes Even Better]]></title>
            <link>https://www.nutrient.io/blog/beyond-efficiency/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/beyond-efficiency/</guid>
            <pubDate>Mon, 13 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Beyond Efficiency | Making Your Processes Even Better" /></p>Creative ideas for going beyond efficiency with your processes to make them even better.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert scanned PDF to text with Nutrient's OCR API]]></title>
            <link>https://www.nutrient.io/blog/how-to-ocr-a-scanned-document-using-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-ocr-a-scanned-document-using-api/</guid>
            <pubDate>Fri, 10 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.TT7rJP1K.png" alt="How to convert scanned PDF to text with Nutrient's OCR API" /></p>Learn how to use Nutrient's OCR API to convert scanned PDFs and images into searchable text documents. Step-by-step tutorial with code examples for optical character recognition.]]></description>
            <author>Oghenerukevwe Henrietta Kofi</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.TT7rJP1K.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to an image using wkhtmltoimage and Laravel]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-image-using-wkhtmltoimage-and-laravel/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-image-using-wkhtmltoimage-and-laravel/</guid>
            <pubDate>Wed, 08 Mar 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BVf60zn1.png" alt="How to convert HTML to an image using wkhtmltoimage and Laravel" /></p>Learn how to convert HTML to PNG images using wkhtmltoimage and Laravel with this step-by-step tutorial. Includes complete code examples and best practices.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BVf60zn1.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a Tauri PDF viewer with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-tauri-pdf-viewer-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-tauri-pdf-viewer-with-pspdfkit/</guid>
            <pubDate>Wed, 08 Mar 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CiEbCD54.png" alt="How to build a Tauri PDF viewer with Nutrient" /></p>A step-by-step guide to how to build a Tauri PDF viewer with Nutrient.]]></description>
            <author>Patrik Simic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CiEbCD54.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an Angular image viewer with Viewer.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-angular-image-viewer-with-viewerjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-angular-image-viewer-with-viewerjs/</guid>
            <pubDate>Mon, 06 Mar 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CGHWz5SC.jpg" alt="How to build an Angular image viewer with Viewer.js" /></p>A step-by-step tutorial explaining how to build an Angular image viewer with the Viewer.js library.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CGHWz5SC.jpg"/>
        </item>
        <item>
            <title><![CDATA[Swift's approach to SPI]]></title>
            <link>https://www.nutrient.io/blog/swifts-approach-to-spi/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swifts-approach-to-spi/</guid>
            <pubDate>Fri, 03 Mar 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-VVHXUn.png" alt="Swift's approach to SPI" /></p>A closer look at how to design a System Programming Interface (SPI) in Swift.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-VVHXUn.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow Automation for Pharmaceuticals and Biotech]]></title>
            <link>https://www.nutrient.io/blog/automation-pharmaceuticals-biotech/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automation-pharmaceuticals-biotech/</guid>
            <pubDate>Tue, 28 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow Automation for Pharmaceuticals and Biotech" /></p>For pharma and bioscience companies, workflow automation is no longer a luxury — it's a necessity.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit announces completion of SOC 2 Type 2 audit]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-completion-of-soc-2-type-2-audit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-completion-of-soc-2-type-2-audit/</guid>
            <pubDate>Tue, 28 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BOB8umq-.png" alt="PSPDFKit announces completion of SOC 2 Type 2 audit" /></p>PSPDFKit, the leading document processing and manipulation foundation for tomorrow’s developers, announced that it has completed its SOC 2 Type 2 audit.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BOB8umq-.png"/>
        </item>
        <item>
            <title><![CDATA[How to use Nutrient React Native SDK with Expo]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-nutrient-react-native-sdk-with-expo/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-nutrient-react-native-sdk-with-expo/</guid>
            <pubDate>Fri, 24 Feb 2023 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-y3yIR2.jpg" alt="How to use Nutrient React Native SDK with Expo" /></p>How to use Nutrient React Native SDK with Expo.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D-y3yIR2.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add a signature to a PDF using Vue.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-sign-a-pdf-using-vue/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-sign-a-pdf-using-vue/</guid>
            <pubDate>Wed, 22 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ZsNPqIo7.png" alt="How to add a signature to a PDF using Vue.js" /></p>Learn how to add electronic and digital signatures to PDF documents using Vue.js and Nutrient Web SDK. Step-by-step tutorial with complete code examples.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ZsNPqIo7.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case: Leave of Absence Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-leave-absence-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-leave-absence-request/</guid>
            <pubDate>Tue, 21 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case: Leave of Absence Request" /></p>The Leave Request workflow is flexible enough to cover various situations; lengthy illnesses, care for a newborn or adopted child, and conditions your organization deems appropriate.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimizing annotation drawing performance]]></title>
            <link>https://www.nutrient.io/blog/ios-ink-improvements/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ios-ink-improvements/</guid>
            <pubDate>Mon, 20 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dj2rrvzu.png" alt="Optimizing annotation drawing performance" /></p>How we optimized ink annotations and improved performance of several SDK components.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dj2rrvzu.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 12.1 for iOS Adds Content Editor]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-12-1-ios-content-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-12-1-ios-content-editor/</guid>
            <pubDate>Mon, 20 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DSZBP6s3.png" alt="PSPDFKit 12.1 for iOS Adds Content Editor" /></p>This release of our iOS PDF library adds support for editing original text in PDFs and introduces an overhauled sharing UI.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DSZBP6s3.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Document Automation Server 6.0 is here!]]></title>
            <link>https://www.nutrient.io/blog/autobahn-dx-6-0-is-here/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/autobahn-dx-6-0-is-here/</guid>
            <pubDate>Wed, 15 Feb 2023 14:42:02 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Nutrient Document Automation Server 6.0 is here!" /></p>Discover what’s new in Nutrient Document Automation Server 6.0 — a powerful low-code OCR solution now enhanced with our GdPicture engine. Learn about new PDF tools, smart redaction, and how to upgrade today.]]></description>
            <author>Stephen Carter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit continues to accelerate with record results in 2022]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-continues-to-accelerate-with-record-results-in-2022/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-continues-to-accelerate-with-record-results-in-2022/</guid>
            <pubDate>Wed, 15 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.92DA0b5O.png" alt="PSPDFKit continues to accelerate with record results in 2022" /></p>PSPDFKit, the leading document processing and manipulation foundation for tomorrow's developers, today reported record results for 2022, continuing a trend of accelerating growth and momentum.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.92DA0b5O.png"/>
        </item>
        <item>
            <title><![CDATA[Avoiding Audit Traps]]></title>
            <link>https://www.nutrient.io/blog/avoiding-audit-traps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/avoiding-audit-traps/</guid>
            <pubDate>Tue, 14 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Avoiding Audit Traps" /></p>If you are tired of maintaining and tracking down paper documents for prepping for potential audits, it’s time to consider automation for your organization.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert OneDrive files to PDF using Power Automate]]></title>
            <link>https://www.nutrient.io/blog/convert-one-drive-files-to-pdf-in-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-one-drive-files-to-pdf-in-sharepoint/</guid>
            <pubDate>Wed, 01 Feb 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert OneDrive files to PDF using Power Automate" /></p>Convert OneDrive files to PDF with Power Automate and Nutrient Document Converter (formerly Muhimbi), then store the results in SharePoint. Get started today.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Web 2023.1: Rich text and rotation]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2023-1-rich-text-support-annotation-rotation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2023-1-rich-text-support-annotation-rotation/</guid>
            <pubDate>Tue, 31 Jan 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.CwiFROf3.png" alt="PSPDFKit Web 2023.1: Rich text and rotation" /></p>Discover the latest PSPDFKit for Web update with rich text support, annotation rotation, and improved functionality to elevate your PDF experience.]]></description>
            <author>Igor Perzić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.CwiFROf3.png"/>
        </item>
        <item>
            <title><![CDATA[The Importance of Workflow Automation in Healthcare]]></title>
            <link>https://www.nutrient.io/blog/the-importance-healthcare-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-importance-healthcare-workflow-automation/</guid>
            <pubDate>Tue, 31 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="The Importance of Workflow Automation in Healthcare" /></p>Automated workflow processes in healthcare provide better internal controls and greatly improved efficiency organization-wide.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Run a Flutter App on an Emulator inside Docker]]></title>
            <link>https://www.nutrient.io/blog/run-flutter-on-dockerized-android-emulator/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/run-flutter-on-dockerized-android-emulator/</guid>
            <pubDate>Fri, 27 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CjCQkIoR.png" alt="Run a Flutter App on an Emulator inside Docker" /></p>How to run a Flutter application on a dockerized Android emulator.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CjCQkIoR.png"/>
        </item>
        <item>
            <title><![CDATA[7 Ways to Measure the Success of a Process Automation Project]]></title>
            <link>https://www.nutrient.io/blog/measure-success-process-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/measure-success-process-automation/</guid>
            <pubDate>Wed, 25 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="7 Ways to Measure the Success of a Process Automation Project" /></p>Measuring the success of an automation project can help you determine whether it is working as expected and make necessary adjustments.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: IT Support Ticket Process]]></title>
            <link>https://www.nutrient.io/blog/use-case-it-support-ticket/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-it-support-ticket/</guid>
            <pubDate>Tue, 24 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: IT Support Ticket Process" /></p>If you're managing IT support requests with emails, phone calls, and pop-ins, an automated IT Support Ticket process should be high on your list of processes to implement.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What Are Color Profiles and How Are They Used in PDFs?]]></title>
            <link>https://www.nutrient.io/blog/what-are-color-profiles-and-how-are-they-used-in-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-are-color-profiles-and-how-are-they-used-in-pdf/</guid>
            <pubDate>Mon, 23 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DR4LbYHg.png" alt="What Are Color Profiles and How Are They Used in PDFs?" /></p>Color profiles standardize the description of colors in digital files, and depending on your use case, you may need to use some other than the commonly known sRGB.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DR4LbYHg.png"/>
        </item>
        <item>
            <title><![CDATA[2022: Year in review]]></title>
            <link>https://www.nutrient.io/blog/2022-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2022-in-review/</guid>
            <pubDate>Fri, 20 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bs0IWyv_.png" alt="2022: Year in review" /></p>2022 was a year of growth and opportunity. 2023 will be a year of momentum.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bs0IWyv_.png"/>
        </item>
        <item>
            <title><![CDATA[Systems programming meets modern web development]]></title>
            <link>https://www.nutrient.io/blog/my-experience-with-web-development-from-systems-programming-perspective/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/my-experience-with-web-development-from-systems-programming-perspective/</guid>
            <pubDate>Fri, 20 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DmU2nWrl.png" alt="Systems programming meets modern web development" /></p>Explore a developer’s transition from systems programming to web development, comparing experiences with TypeScript and traditional programming languages.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DmU2nWrl.png"/>
        </item>
        <item>
            <title><![CDATA[Don't Make Resolutions; Create Habits]]></title>
            <link>https://www.nutrient.io/blog/dont-make-resolutions-create-habits/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/dont-make-resolutions-create-habits/</guid>
            <pubDate>Wed, 18 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Don't Make Resolutions; Create Habits" /></p>Creating habits is better than making new year's resolutions because they involve repeating an action to reach a goal.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.5 for Flutter Adds Instant Sync and Collaboration]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-flutter-3-5-instant-synchronization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-flutter-3-5-instant-synchronization/</guid>
            <pubDate>Tue, 17 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CMIcZaHz.png" alt="PSPDFKit 3.5 for Flutter Adds Instant Sync and Collaboration" /></p>This release brings real-time collaboration to our Flutter library with PSPDFKit Instant, which allows you to synchronize annotations across multiple concurrent users, devices, or sessions.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CMIcZaHz.png"/>
        </item>
        <item>
            <title><![CDATA[Migrating from Puppeteer to Playwright]]></title>
            <link>https://www.nutrient.io/blog/migrating-from-puppeteer-to-playwright/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/migrating-from-puppeteer-to-playwright/</guid>
            <pubDate>Fri, 13 Jan 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DDOI2c1M.png" alt="Migrating from Puppeteer to Playwright" /></p>How we migrated from Puppeteer to Playwright in our test suite.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DDOI2c1M.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.5 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-8-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-8-5/</guid>
            <pubDate>Wed, 11 Jan 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview-image.BghLVJ0x.png" alt="PSPDFKit 8.5 for Android" /></p>This release of our Android PDF SDK adds new edit menus for creating and selecting annotations, support for Hebrew localization, multipage TIFF, and more.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview-image.BghLVJ0x.png"/>
        </item>
        <item>
            <title><![CDATA[SourceKit limitations in Swift API docs]]></title>
            <link>https://www.nutrient.io/blog/api-documentation-update/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/api-documentation-update/</guid>
            <pubDate>Wed, 11 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.VpyNOyTx.png" alt="SourceKit limitations in Swift API docs" /></p>Explore how we tackled limitations in SourceKit while improving Swift-first API documentation for PSPDFKit, ensuring better developer experience.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.VpyNOyTx.png"/>
        </item>
        <item>
            <title><![CDATA[When Does It Make Sense to Combine Multiple Processes Into One?]]></title>
            <link>https://www.nutrient.io/blog/when-to-combine-multiple-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/when-to-combine-multiple-processes/</guid>
            <pubDate>Wed, 11 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="When Does It Make Sense to Combine Multiple Processes Into One?" /></p>Consolidating all your business logic into one master workflow will help improve the overall performance, increase efficiency, and lower costs due to less time spent on maintaining individual processes.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Salesforce PDF viewer with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-salesforce-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-salesforce-pdf-viewer/</guid>
            <pubDate>Tue, 10 Jan 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Brn77ECy.jpg" alt="How to build a Salesforce PDF viewer with Nutrient" /></p>A step-by-step tutorial explaining how to build a Salesforce PDF viewer with Nutrient.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Brn77ECy.jpg"/>
        </item>
        <item>
            <title><![CDATA[User Guide for SharePoint Workflow Power Pack]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-workflow-power-pack-user/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-workflow-power-pack-user/</guid>
            <pubDate>Sun, 01 Jan 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="User Guide for SharePoint Workflow Power Pack" /></p>]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Lewis Management eliminates paper-driven requests in accounting]]></title>
            <link>https://www.nutrient.io/blog/customers-lewis-management-corp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-lewis-management-corp/</guid>
            <pubDate>Fri, 30 Dec 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BzIozsBc.jpg" alt="Lewis Management eliminates paper-driven requests in accounting" /></p>Lewis Management needed automation to easily track time-sensitive paper processes and website forms.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BzIozsBc.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: New User Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-new-user-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-new-user-request/</guid>
            <pubDate>Tue, 27 Dec 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: New User Request" /></p>When you automate your New User Request process, you beat the back-and-forth communication and easily streamline this process.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A Perfect Gift]]></title>
            <link>https://www.nutrient.io/blog/a-perfect-gift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-perfect-gift/</guid>
            <pubDate>Wed, 21 Dec 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C57wBrT4.png" alt="A Perfect Gift" /></p>Learn how to modify a mechanical keyboard]]></description>
            <author>Patrik Simic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C57wBrT4.png"/>
        </item>
        <item>
            <title><![CDATA[How to display a PDF in React]]></title>
            <link>https://www.nutrient.io/blog/how-to-display-a-pdf-in-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-display-a-pdf-in-react/</guid>
            <pubDate>Mon, 19 Dec 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0xbZWM_.jpg" alt="How to display a PDF in React" /></p>Learn to display PDFs in React using the Nutrient library and Vite for a fast development experience.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B0xbZWM_.jpg"/>
        </item>
        <item>
            <title><![CDATA[Employee Lifecycle Management with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/employee-lifecycle-management-with-integrify/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/employee-lifecycle-management-with-integrify/</guid>
            <pubDate>Thu, 15 Dec 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Employee Lifecycle Management with Nutrient" /></p>Employee Lifecycle Management involves optimizing the processes and interactions with employees over the course of their employment within an organization.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Prepare for a Performance Review in 6 Steps]]></title>
            <link>https://www.nutrient.io/blog/prepare-for-performance-review-6-steps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/prepare-for-performance-review-6-steps/</guid>
            <pubDate>Thu, 15 Dec 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Prepare for a Performance Review in 6 Steps" /></p>This blog will cover six ways to best prepare for your performance review in the days leading up to the meeting.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.12: Visual Studio 2022 support]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-12/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-12/</guid>
            <pubDate>Wed, 14 Dec 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BUTMCxYI.png" alt="PSPDFKit 2.12: Visual Studio 2022 support" /></p>Discover the latest PSPDFKit 2.12 update with Visual Studio 2022 support, Hebrew localization, and performance enhancements for Windows users.]]></description>
            <author>Patrik Simic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BUTMCxYI.png"/>
        </item>
        <item>
            <title><![CDATA[Vue.js PDF editor: How to edit PDFs using Vue.js]]></title>
            <link>https://www.nutrient.io/blog/vuejs-pdf-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vuejs-pdf-editor/</guid>
            <pubDate>Mon, 12 Dec 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DHWRrbP8.png" alt="Vue.js PDF editor: How to edit PDFs using Vue.js" /></p>Learn how to build a Vue.js PDF editor using the Nutrient library.]]></description>
            <author>Yasoob Khalid</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DHWRrbP8.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to PDF in React Native]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-pdf-in-react-native/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-pdf-in-react-native/</guid>
            <pubDate>Thu, 08 Dec 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CLNoJGwQ.png" alt="How to convert HTML to PDF in React Native" /></p>Learn how to use React Native to convert HTML to PDF.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CLNoJGwQ.png"/>
        </item>
        <item>
            <title><![CDATA[HTML to PDF in Python: Convert HTML using wkhtmltopdf and pdfkit]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-wkhtmltopdf-and-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-wkhtmltopdf-and-python/</guid>
            <pubDate>Mon, 05 Dec 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DhGzRK2F.png" alt="HTML to PDF in Python: Convert HTML using wkhtmltopdf and pdfkit" /></p>Learn how to convert HTML to PDF in Python using wkhtmltopdf and pdfkit. Covers URLs, HTML strings, and files, and when a cloud API is a better fit.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DhGzRK2F.png"/>
        </item>
        <item>
            <title><![CDATA[Pairs and triples in Kotlin (and why you shouldn't use them)]]></title>
            <link>https://www.nutrient.io/blog/pairs-and-triples-in-kotlin-and-why-you-shouldnt-use-them/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pairs-and-triples-in-kotlin-and-why-you-shouldnt-use-them/</guid>
            <pubDate>Fri, 02 Dec 2022 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DDume2nS.png" alt="Pairs and triples in Kotlin (and why you shouldn't use them)" /></p>An under the hood overview of pairs and triples in Kotlin.]]></description>
            <author>Menil Vukovic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DDume2nS.png"/>
        </item>
        <item>
            <title><![CDATA[Converting a PDF to an image in Java]]></title>
            <link>https://www.nutrient.io/blog/converting-a-pdf-to-an-image-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-a-pdf-to-an-image-in-java/</guid>
            <pubDate>Wed, 30 Nov 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.aLrpsyxa.png" alt="Converting a PDF to an image in Java" /></p>How to convert PDFs to images using Nutrient’s Java PDF library.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.aLrpsyxa.png"/>
        </item>
        <item>
            <title><![CDATA[PDF editor now available for SharePoint users]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-sharepoint-pdf-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-sharepoint-pdf-editor/</guid>
            <pubDate>Mon, 28 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.OLHERnsj.jpg" alt="PDF editor now available for SharePoint users" /></p>Discover the new PDF editor for SharePoint, enabling easy editing, annotating, and compliance for Aquaforest and Muhimbi customers.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.OLHERnsj.jpg"/>
        </item>
        <item>
            <title><![CDATA[React PDF annotations: Add highlights, comments, and markup to PDFs]]></title>
            <link>https://www.nutrient.io/blog/react-pdf-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-pdf-annotations/</guid>
            <pubDate>Fri, 25 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.VjWpToWU.png" alt="React PDF annotations: Add highlights, comments, and markup to PDFs" /></p>Learn how to add PDF annotations in React — highlights, comments, stamps, signatures, and freehand drawing. Step-by-step tutorial using Nutrient’s PDF annotation SDK.]]></description>
            <author>Hussain Arif</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.VjWpToWU.png"/>
        </item>
        <item>
            <title><![CDATA[5 Morning Rituals to Set Yourself up for Success]]></title>
            <link>https://www.nutrient.io/blog/5-morning-rituals-for-success/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/5-morning-rituals-for-success/</guid>
            <pubDate>Wed, 23 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="5 Morning Rituals to Set Yourself up for Success" /></p>These 5 steps will give you ideas for starting your day on the right foot and set you up for success!]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Names Miloš Đekić as VP of Product]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-milos-dekic-vp-product/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-milos-dekic-vp-product/</guid>
            <pubDate>Wed, 23 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-l2CDUf.jpg" alt="PSPDFKit Names Miloš Đekić as VP of Product" /></p>PSPDFKit announced the addition of Miloš Đekić as VP of Product.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C-l2CDUf.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to print a PDF with JavaScript using PDF.js (three methods)]]></title>
            <link>https://www.nutrient.io/blog/how-to-print-pdfs-using-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-print-pdfs-using-pdfjs/</guid>
            <pubDate>Mon, 21 Nov 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CcTHPl-l.jpg" alt="How to print a PDF with JavaScript using PDF.js (three methods)" /></p>Learn how to print a PDF with JavaScript using PDF.js — three methods (window.print(), iframe, and Print.js) with setup, code, and pros and cons.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CcTHPl-l.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: Request for Paid Time Off (PTO)]]></title>
            <link>https://www.nutrient.io/blog/use-case-request-paid-time-off/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-request-paid-time-off/</guid>
            <pubDate>Mon, 21 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: Request for Paid Time Off (PTO)" /></p>Having an automated PTO request process makes it seamless for you and your employees to request time off and take out the busy work of it all.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Render Performance Improvements in PSPDFKit for Web]]></title>
            <link>https://www.nutrient.io/blog/render-performance-improvements-in-pspdfkit-for-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/render-performance-improvements-in-pspdfkit-for-web/</guid>
            <pubDate>Fri, 18 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bloa87az.png" alt="Render Performance Improvements in PSPDFKit for Web" /></p>How WebP has affected our render performance across the web.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bloa87az.png"/>
        </item>
        <item>
            <title><![CDATA[Handling Browser Support of Media Files in PSPDFKit for Web]]></title>
            <link>https://www.nutrient.io/blog/media-annotations-and-browser-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/media-annotations-and-browser-support/</guid>
            <pubDate>Wed, 16 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.C9qtJ6hy.png" alt="Handling Browser Support of Media Files in PSPDFKit for Web" /></p>An overview of how we got around the limitation of different video and audio formats being supported by different browsers.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.C9qtJ6hy.png"/>
        </item>
        <item>
            <title><![CDATA[Setting up your Flutter environment, the right way — Part 1]]></title>
            <link>https://www.nutrient.io/blog/setting-up-flutter-environment-the-right-way/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/setting-up-flutter-environment-the-right-way/</guid>
            <pubDate>Fri, 11 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B2LkVoJm.png" alt="Setting up your Flutter environment, the right way — Part 1" /></p>A simpler, more convenient way to set up your development environment with support for multiple versions of Flutter.]]></description>
            <author>Pedja Jevtic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B2LkVoJm.png"/>
        </item>
        <item>
            <title><![CDATA[Essential Guide to Employee Onboarding]]></title>
            <link>https://www.nutrient.io/blog/employee-onboarding-process-ultimate-guide-best-practices-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/employee-onboarding-process-ultimate-guide-best-practices-automation/</guid>
            <pubDate>Thu, 10 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Essential Guide to Employee Onboarding" /></p>Discover effective best practices and automation strategies for successful employee onboarding to enhance retention and engagement.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF Advanced Electronic Signatures, and Why Your Business Needs Them]]></title>
            <link>https://www.nutrient.io/blog/pdf-advanced-electronic-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-advanced-electronic-signatures/</guid>
            <pubDate>Wed, 09 Nov 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BvwDQ5Au.png" alt="PDF Advanced Electronic Signatures, and Why Your Business Needs Them" /></p>An article that describes what PDF advanced electronic signatures are and how they let businesses implement the lifecycle of a modern digitally signed PDF document.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BvwDQ5Au.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a .NET MAUI PDF viewer with the Nutrient SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-dotnet-maui-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-dotnet-maui-pdf-viewer/</guid>
            <pubDate>Fri, 04 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BxiG993_.png" alt="How to build a .NET MAUI PDF viewer with the Nutrient SDK" /></p>Learn how to build a cross-platform .NET MAUI PDF viewer with the native Nutrient MAUI SDK, running on Android, iOS, macOS, and Windows from one codebase.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BxiG993_.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit announces record results for Q3 2022]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-record-results-for-q3-2022/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-record-results-for-q3-2022/</guid>
            <pubDate>Thu, 03 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DmnK_FE4.jpg" alt="PSPDFKit announces record results for Q3 2022" /></p>PSPDFKit, the leading document processing and manipulation foundation for tomorrow's developers, today reported record results and record new customer growth for Q3 2022.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DmnK_FE4.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Web 2022.5: Content editor & measurement]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2022-5-content-editor-and-measurement-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2022-5-content-editor-and-measurement-tools/</guid>
            <pubDate>Wed, 02 Nov 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.CbP9Epwx.png" alt="PSPDFKit Web 2022.5: Content editor & measurement" /></p>Discover the new Content Editor and Measurement Tools in PSPDFKit for Web 2022.5, enhancing text editing and accurate PDF measurements.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.CbP9Epwx.png"/>
        </item>
        <item>
            <title><![CDATA[How to Run PSPDFKit Processor on Google App Engine]]></title>
            <link>https://www.nutrient.io/blog/how-to-run-pspdfkit-processor-on-google-app-engine/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-run-pspdfkit-processor-on-google-app-engine/</guid>
            <pubDate>Wed, 02 Nov 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BdbQOgnp.png" alt="How to Run PSPDFKit Processor on Google App Engine" /></p>Running PSPDFKit Processor on Google App Engine]]></description>
            <author>Oghenerukevwe Henrietta Kofi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BdbQOgnp.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a web component PDF viewer with Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-web-component-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-web-component-pdf-viewer/</guid>
            <pubDate>Mon, 31 Oct 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.i9i-6Ikv.png" alt="How to build a web component PDF viewer with Nutrient Web SDK" /></p>A step-by-step guide to building a custom PDF viewer web component with Nutrient Web SDK. Includes setup, rendering, and integration examples.]]></description>
            <author>Igor Perzić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.i9i-6Ikv.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a document scanner with OCR in Python]]></title>
            <link>https://www.nutrient.io/blog/creating-a-document-scanner-with-ocr-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-a-document-scanner-with-ocr-in-python/</guid>
            <pubDate>Fri, 28 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CfPI-I97.png" alt="How to build a document scanner with OCR in Python" /></p>Build a document scanner in Python that runs OCR on scanned PDFs and images using the Nutrient DWS Processor API — full setup and code.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CfPI-I97.png"/>
        </item>
        <item>
            <title><![CDATA[Java PDF editor: How to programmatically edit PDFs using Java]]></title>
            <link>https://www.nutrient.io/blog/java-pdf-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/java-pdf-editor/</guid>
            <pubDate>Wed, 26 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DR__7xM6.png" alt="Java PDF editor: How to programmatically edit PDFs using Java" /></p>Learn how to edit PDFs with Nutrient’s Java PDF editor library.]]></description>
            <author>Naeem Malik</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DR__7xM6.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.4 for Flutter Adds PDF Generation]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-flutter-3-4-pdf-generation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-flutter-3-4-pdf-generation/</guid>
            <pubDate>Wed, 26 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/3-4-for-flutter-1-thumbnail.CbdpaYs2.png" alt="PSPDFKit 3.4 for Flutter Adds PDF Generation" /></p>This PSPDFKit Flutter release brings support for PDF Generation, which allows you to programmatically create PDF documents from images, templates, and HTML.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/3-4-for-flutter-1-thumbnail.CbdpaYs2.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: City Permit Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-city-permit-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-city-permit-request/</guid>
            <pubDate>Tue, 25 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: City Permit Request" /></p>When your city has multiple parks and locations to hold events, it is helpful to have one place for citizens to submit a request to reserve a location and time.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Road to Polyglot Development]]></title>
            <link>https://www.nutrient.io/blog/road-to-polyglot-development/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/road-to-polyglot-development/</guid>
            <pubDate>Mon, 24 Oct 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C2QgqNTu.png" alt="Road to Polyglot Development" /></p>A blog post outlining my transition to polyglot development for the web.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C2QgqNTu.png"/>
        </item>
        <item>
            <title><![CDATA[Intranet Portals and Process Automation]]></title>
            <link>https://www.nutrient.io/blog/integrify-as-your-intranet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-as-your-intranet/</guid>
            <pubDate>Mon, 24 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Intranet Portals and Process Automation" /></p>We cover the features and functionality inherent in Integrify you can use to create a light intranet site for employees.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.4 for React Native Supports PDF Generation]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-react-native-2-4-pdf-generation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-react-native-2-4-pdf-generation/</guid>
            <pubDate>Sun, 23 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/2-4-for-react-native-1._wGd_KJO.png" alt="PSPDFKit 2.4 for React Native Supports PDF Generation" /></p>This release adds PDF Generation enabling you to programmatically create PDF documents, including generating PDF forms from HTML form layouts.]]></description>
            <author>Pedja Jevtic</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/2-4-for-react-native-1._wGd_KJO.png"/>
        </item>
        <item>
            <title><![CDATA[My second retreat: From a bootstrapped startup, to a company of 100+]]></title>
            <link>https://www.nutrient.io/blog/my-second-pspdfkit-retreat/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/my-second-pspdfkit-retreat/</guid>
            <pubDate>Fri, 21 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DQprgPzL.png" alt="My second retreat: From a bootstrapped startup, to a company of 100+" /></p>Discover insights from our recent PSPDFKit retreat as we reflect on our growth and transformations since our last gathering.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DQprgPzL.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 12 for iOS 16]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-12-for-ios-16/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-12-for-ios-16/</guid>
            <pubDate>Wed, 19 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dl7MmFZc.png" alt="PSPDFKit 12 for iOS 16" /></p>PSPDFKit 12 for iOS adds support for Apple's new operating system version, new edit menus, support for Hebrew, and more.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dl7MmFZc.png"/>
        </item>
        <item>
            <title><![CDATA[How to handle NDK crashes]]></title>
            <link>https://www.nutrient.io/blog/how-to-handle-ndk-crashes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-handle-ndk-crashes/</guid>
            <pubDate>Mon, 17 Oct 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ct5z3tzV.png" alt="How to handle NDK crashes" /></p>Handling NDK crashes when using Nutrient Android SDK.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ct5z3tzV.png"/>
        </item>
        <item>
            <title><![CDATA[Calling .NET Code from Your JavaScript Project]]></title>
            <link>https://www.nutrient.io/blog/calling-dotnet-code-from-your-javascript-project/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/calling-dotnet-code-from-your-javascript-project/</guid>
            <pubDate>Fri, 14 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.RcTJUz52.png" alt="Calling .NET Code from Your JavaScript Project" /></p>Ever wanted to run .NET code on the web without running a backend? Now it's possible!]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.RcTJUz52.png"/>
        </item>
        <item>
            <title><![CDATA[Implementing process automation at Interstate Cargo]]></title>
            <link>https://www.nutrient.io/blog/customers-interstate-cargo/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-interstate-cargo/</guid>
            <pubDate>Wed, 12 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DKJ5vuRD.jpg" alt="Implementing process automation at Interstate Cargo" /></p>Interstate Cargo is a growing company with multiple new stores and ongoing hiring. The need for process automation quickly became evident.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DKJ5vuRD.jpg"/>
        </item>
        <item>
            <title><![CDATA[Kotlin Context Receivers — A Preview]]></title>
            <link>https://www.nutrient.io/blog/kotlin-context-receivers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kotlin-context-receivers/</guid>
            <pubDate>Wed, 12 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.7hfn-Jjh.png" alt="Kotlin Context Receivers — A Preview" /></p>A short summary about the upcoming Kotlin feature, context receivers.]]></description>
            <author>Michael Kellner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.7hfn-Jjh.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to PDF in React with jsPDF and html2pdf.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-react/</guid>
            <pubDate>Fri, 07 Oct 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.GibFCOVR.jpg" alt="How to convert HTML to PDF in React with jsPDF and html2pdf.js" /></p>This post explains how to use <a href='https://parall.ax/products/jspdf'>jsPDF</a> to convert HTML to PDF in a React project. It covers setup, rendering, and download for reports, tickets, and similar documents.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.GibFCOVR.jpg"/>
        </item>
        <item>
            <title><![CDATA[8 steps to improve any process]]></title>
            <link>https://www.nutrient.io/blog/8-steps-improve-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/8-steps-improve-process/</guid>
            <pubDate>Tue, 04 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="8 steps to improve any process" /></p>This post will cover eight steps to get you started on improving any process in your organization.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDFs in React with React to PDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-create-pdfs-with-react-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-create-pdfs-with-react-to-pdf/</guid>
            <pubDate>Mon, 03 Oct 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BGfNFpHG.jpg" alt="How to generate PDFs in React with React to PDF" /></p>Want to let users download receipts, reports, or certificates as PDFs from your React app without needing a backend? In this tutorial, you’ll use the <a href='https://github.com/ivmarcos/react-to-pdf'>React to PDF</a> package with <a href='https://vite.dev/'>Vite</a> to convert JSX components into downloadable PDF files entirely on the client side. You’ll learn how to set up the project, generate a simple PDF with a button click, and explore the pros and cons of this approach in real-world applications.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BGfNFpHG.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to sign a PDF on Android with Nutrient's signature library]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-a-signature-to-a-pdf-with-pspdfkit-android-signature-library/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-a-signature-to-a-pdf-with-pspdfkit-android-signature-library/</guid>
            <pubDate>Fri, 30 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Byh5nIhn.png" alt="How to sign a PDF on Android with Nutrient's signature library" /></p>Learn how to add signatures to a PDF with Nutrient's Android signature library.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Byh5nIhn.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an Android image viewer with Nutrient library]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-android-image-viewer-with-pspdfkit-library/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-android-image-viewer-with-pspdfkit-library/</guid>
            <pubDate>Wed, 28 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article_header.BdtXkOVQ.jpg" alt="How to build an Android image viewer with Nutrient library" /></p>Learn how to build an Android image viewer using Nutrient's library.]]></description>
            <author>Teja Tatimatla</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article_header.BdtXkOVQ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a JavaScript image viewer with Viewer.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-javascript-image-viewer-with-viewerjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-javascript-image-viewer-with-viewerjs/</guid>
            <pubDate>Mon, 26 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.4bfcxLMU.jpg" alt="How to build a JavaScript image viewer with Viewer.js" /></p>Learn how to build a fast, modern JavaScript image viewer using Viewer.js and compare it to Nutrient’s commercial image viewer for enhanced capabilities like annotation, multi-format support, and browser-native performance.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.4bfcxLMU.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: New Hire Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-new-hire-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-new-hire-request/</guid>
            <pubDate>Mon, 26 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: New Hire Request" /></p>Make your new hire and onboarding process seamless with automation!]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Making every document searchable: Counterpart International’s digital shift]]></title>
            <link>https://www.nutrient.io/blog/case-study-counterpart-international/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-counterpart-international/</guid>
            <pubDate>Fri, 16 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.QyR9v-5L.jpg" alt="Making every document searchable: Counterpart International’s digital shift" /></p>Improving workflow efficiency and compliance by making PDF content searchable across multiple offices worldwide]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.QyR9v-5L.jpg"/>
        </item>
        <item>
            <title><![CDATA[The European Investment Bank automates PDF workflows with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/case-study-muhimbi-for-european-investment-bank/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-muhimbi-for-european-investment-bank/</guid>
            <pubDate>Fri, 16 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.u54k43TK.jpg" alt="The European Investment Bank automates PDF workflows with Nutrient" /></p>Automating complex PDF operations for SharePoint and Nintex workflows within a 3,400-employee organization]]></description>
            <author>Pavel Bogachevskyi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.u54k43TK.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit API OCR and Office Conversion Improvements]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-api-ocr-office-gdpicture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-api-ocr-office-gdpicture/</guid>
            <pubDate>Mon, 12 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DajjRIuJ.png" alt="PSPDFKit API OCR and Office Conversion Improvements" /></p>PSPDFKit API now ships with highly improved OCR and Office conversion engines powered by GdPicture.NET's technology.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DajjRIuJ.png"/>
        </item>
        <item>
            <title><![CDATA[How one financial services company uses Nutrient to enhance productivity on the go]]></title>
            <link>https://www.nutrient.io/blog/case-study-financial-services/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-financial-services/</guid>
            <pubDate>Fri, 09 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.qfFRKAip.jpg" alt="How one financial services company uses Nutrient to enhance productivity on the go" /></p>Discover how a financial services company leverages Nutrient to improve productivity and streamline PDF workflows for on-the-go employees.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.qfFRKAip.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Convert a Word Document to PDF on Android]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-word-document-to-pdf-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-word-document-to-pdf-on-android/</guid>
            <pubDate>Thu, 08 Sep 2022 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.KUDAcITs.png" alt="How to Convert a Word Document to PDF on Android" /></p>How to convert a Word document to PDF on Android.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.KUDAcITs.png"/>
        </item>
        <item>
            <title><![CDATA[Avoid Low-Value Work with Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/avoid-low-value-work-with-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/avoid-low-value-work-with-automation/</guid>
            <pubDate>Tue, 06 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Avoid Low-Value Work with Workflow Automation" /></p>By implementing automation, your organization will be able to eliminate the need to spend time in your day on cumbersome tasks and get back to the work that matters most.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Edit documents in plain English with PSPDFKit API]]></title>
            <link>https://www.nutrient.io/blog/edit-documents-english-pspdfkit-api-machine-learning/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/edit-documents-english-pspdfkit-api-machine-learning/</guid>
            <pubDate>Mon, 05 Sep 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CTnwVmFi.png" alt="Edit documents in plain English with PSPDFKit API" /></p>Learn to use machine learning models like GPT-3 to operate PSPDFKit API using simple English commands.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CTnwVmFi.png"/>
        </item>
        <item>
            <title><![CDATA[Leveling Up My Manager Skills]]></title>
            <link>https://www.nutrient.io/blog/leveling-up-my-manager-skills/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/leveling-up-my-manager-skills/</guid>
            <pubDate>Wed, 31 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.R1PRcEti.png" alt="Leveling Up My Manager Skills" /></p>An overview of my journey to becoming a better manager.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.R1PRcEti.png"/>
        </item>
        <item>
            <title><![CDATA[How Automation Helps Business Achieve SOX 404 Compliance]]></title>
            <link>https://www.nutrient.io/blog/sox-404-compliance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sox-404-compliance/</guid>
            <pubDate>Wed, 31 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How Automation Helps Business Achieve SOX 404 Compliance" /></p>What is SOX 404 compliance? Let's examine the importance of SOX compliance for a business and how automation helps make it easier.]]></description>
            <author>Mark Adams</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Email Is Blocking Your Productivity — And What To Do About It]]></title>
            <link>https://www.nutrient.io/blog/email-blocking-productivity/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/email-blocking-productivity/</guid>
            <pubDate>Tue, 30 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How Email Is Blocking Your Productivity — And What To Do About It" /></p>While it may feel like you are being productive when checking and replying to your emails constantly, it hinders your productivity.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Adding JavaScript digital signatures in PDFs: A full guide]]></title>
            <link>https://www.nutrient.io/blog/how-to-insert-a-digital-signature-in-a-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-insert-a-digital-signature-in-a-pdf-using-javascript/</guid>
            <pubDate>Fri, 26 Aug 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJsoStOt.png" alt="Adding JavaScript digital signatures in PDFs: A full guide" /></p>Learn how to insert a digital signature in a PDF using JavaScript. This guide covers setup, certificate generation, and signing PDFs with Nutrient Web SDK.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CJsoStOt.png"/>
        </item>
        <item>
            <title><![CDATA[Automation Isn't Just for the Shop Floor]]></title>
            <link>https://www.nutrient.io/blog/automation-isnt-just-for-the-shop-floor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automation-isnt-just-for-the-shop-floor/</guid>
            <pubDate>Wed, 24 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automation Isn't Just for the Shop Floor" /></p>Manufacturers have focused on automating what happens on the shop floor - now it’s time to apply the same thinking to office workflows.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Appoints Serana Warren as Information Security Officer]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-serana-warren-information-security-officer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-serana-warren-information-security-officer/</guid>
            <pubDate>Wed, 24 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CgMiGqZr.jpg" alt="PSPDFKit Appoints Serana Warren as Information Security Officer" /></p>PSPDFKit announced the addition of Serana Warren to its team as Information Security Officer.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CgMiGqZr.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2022.4 Renders Media Annotations]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2022-4-media-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2022-4-media-annotations/</guid>
            <pubDate>Tue, 23 Aug 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.BtQunkq5.png" alt="PSPDFKit for Web 2022.4 Renders Media Annotations" /></p>PSPDFKit for Web 2022.4 adds support for media annotations, support for running actions triggered by pointer events on widgets, and more.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.BtQunkq5.png"/>
        </item>
        <item>
            <title><![CDATA[Adding a Document Viewer to a Mac Catalyst App]]></title>
            <link>https://www.nutrient.io/blog/mac-catalyst-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/mac-catalyst-viewer/</guid>
            <pubDate>Mon, 22 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dt1a3H0H.png" alt="Adding a Document Viewer to a Mac Catalyst App" /></p>We discuss how a PDF document viewer can be added to a Mac Catalyst app using the PSPDFKit SDK.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dt1a3H0H.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: Performance Review Process]]></title>
            <link>https://www.nutrient.io/blog/use-case-performance-review-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-performance-review-process/</guid>
            <pubDate>Mon, 22 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: Performance Review Process" /></p>Performing employee performance reviews helps your employees stay consistent in knowing their goals, and when receiving feedback on their performance is critical to personal and organizational development. Automating this removes confusion about the process and ensures each employee's experience is clear and consistent.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a PDF viewer with Remix and Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-pdf-viewer-with-remix-and-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-pdf-viewer-with-remix-and-pspdfkit/</guid>
            <pubDate>Fri, 19 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgefXKaY.jpg" alt="How to build a PDF viewer with Remix and Nutrient" /></p>This post will provide you with a comprehensive look at how you can build a Remix PDF viewer from new or existing <a href='https://remix.run/'>Remix</a> apps and our <a href='/sdk/web/'>Web PDF SDK</a>. Using our <a href='/sdk/'>PDF SDK</a> will allow your users to open and annotate PDF documents with ease and speed.]]></description>
            <author>Igor Perzić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DgefXKaY.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 11.5 for iOS Adds Measurement Tools]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-11-5-ios-measurement-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-11-5-ios-measurement-tools/</guid>
            <pubDate>Thu, 18 Aug 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bi6bYBNc.png" alt="PSPDFKit 11.5 for iOS Adds Measurement Tools" /></p>This update includes our new Measurement Tools component and refreshes the appearance of some key elements in our user interface.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bi6bYBNc.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Library for .NET replacement guide]]></title>
            <link>https://www.nutrient.io/blog/sunsetting-pspdfkit-library-for-dotnet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sunsetting-pspdfkit-library-for-dotnet/</guid>
            <pubDate>Wed, 17 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C7qAsl3C.png" alt="PSPDFKit Library for .NET replacement guide" /></p>Learn about the PSPDFKit Library for .NET deprecation and how to migrate to GdPicture.NET for advanced document imaging features.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C7qAsl3C.png"/>
        </item>
        <item>
            <title><![CDATA[PDF measurement tools for architects and engineers]]></title>
            <link>https://www.nutrient.io/blog/announcing-pspdfkit-measurement-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/announcing-pspdfkit-measurement-tools/</guid>
            <pubDate>Tue, 16 Aug 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kSivLr5_.png" alt="PDF measurement tools for architects and engineers" /></p>Discover PDF measurement tools for accurate distance, area, and perimeter measurements directly in your documents.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kSivLr5_.png"/>
        </item>
        <item>
            <title><![CDATA[Build an Android PDF viewer with Nutrient (step-by-step)]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-android-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-android-pdf-viewer/</guid>
            <pubDate>Mon, 15 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CVZl7is1.png" alt="Build an Android PDF viewer with Nutrient (step-by-step)" /></p>Build an Android PDF viewer with Nutrient. This step-by-step guide shows how to integrate, customize, and extend the Android PDF viewer library in your app.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CVZl7is1.png"/>
        </item>
        <item>
            <title><![CDATA[Finance metrics and business success explained]]></title>
            <link>https://www.nutrient.io/blog/the-connection-between-finance-metrics-and-business-success/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-connection-between-finance-metrics-and-business-success/</guid>
            <pubDate>Mon, 15 Aug 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Finance metrics and business success explained" /></p>Learn how to effectively communicate finance metrics to enhance business success and engage key stakeholders in your organization.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How We Make Our CI Fast]]></title>
            <link>https://www.nutrient.io/blog/how-we-make-our-ci-fast/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-make-our-ci-fast/</guid>
            <pubDate>Wed, 10 Aug 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xcBOyKpB.png" alt="How We Make Our CI Fast" /></p>Principles we apply to improve our CI efficiency.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.xcBOyKpB.png"/>
        </item>
        <item>
            <title><![CDATA[Download Failures with Swift Package Manager Binary Targets]]></title>
            <link>https://www.nutrient.io/blog/download-failures-with-swift-package-manager-binary-targets/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/download-failures-with-swift-package-manager-binary-targets/</guid>
            <pubDate>Wed, 03 Aug 2022 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BShhUIlJ.png" alt="Download Failures with Swift Package Manager Binary Targets" /></p>A tale of how reading an error message more carefully allowed us to work around an issue with our tooling.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BShhUIlJ.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.3 for Android: PAdES Support]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-8-3-adds-support-for-pades-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-8-3-adds-support-for-pades-signatures/</guid>
            <pubDate>Tue, 02 Aug 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.5YyT3H1_.png" alt="PSPDFKit 8.3 for Android: PAdES Support" /></p>Discover PSPDFKit 8.3 for Android with PAdES support, new examples, and improved icons for PDF annotation tools. Explore the changes now!]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.5YyT3H1_.png"/>
        </item>
        <item>
            <title><![CDATA[Vue PDF generation: Convert HTML to PDF with html2pdf.js in Vue.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-a-pdf-with-vuejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-a-pdf-with-vuejs/</guid>
            <pubDate>Wed, 27 Jul 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D13ul34-.jpg" alt="Vue PDF generation: Convert HTML to PDF with html2pdf.js in Vue.js" /></p>Need to create <a href="/sdk/web/getting-started/other-frameworks/vue/">PDF documents in a Vue.js application</a>? Whether you’re building invoices, reports, or printable views, Vue offers several libraries for generating PDFs directly from HTML. This guide focuses on html2pdf.js, a lightweight and effective tool for turning Vue components into PDFs. It also compares it with other Vue PDF libraries like jsPDF, pdfmake, and Nutrient Web SDK, so you can choose the right one for your project.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D13ul34-.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: Employee Onboarding]]></title>
            <link>https://www.nutrient.io/blog/use-case-employee-onboarding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-employee-onboarding/</guid>
            <pubDate>Tue, 26 Jul 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: Employee Onboarding" /></p>This process app can be downloaded into your Integrify instance immediately and used for employee onboarding.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.3 for Flutter Adds Support for Flutter Version 3]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-flutter-3-3-flutter-3-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-flutter-3-3-flutter-3-support/</guid>
            <pubDate>Tue, 19 Jul 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/3-3-for-flutter-1-thumbnail.BHquPcwo.png" alt="PSPDFKit 3.3 for Flutter Adds Support for Flutter Version 3" /></p>PSPDFKit 3.3 for Flutter is out — with support for Flutter 3 and updated import paths.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/3-3-for-flutter-1-thumbnail.BHquPcwo.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.3 for React Native Adds Toolbar Customization]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-react-native-2-3-toolbar-customization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-react-native-2-3-toolbar-customization/</guid>
            <pubDate>Tue, 19 Jul 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/2-3-for-react-native-1-thumbnail.BGUOkAI7.png" alt="PSPDFKit 2.3 for React Native Adds Toolbar Customization" /></p>PSPDFKit 2.3 for React Native is out — with support for toolbar customization on Android, and more.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/2-3-for-react-native-1-thumbnail.BGUOkAI7.png"/>
        </item>
        <item>
            <title><![CDATA[Boost finance approval speed with automation]]></title>
            <link>https://www.nutrient.io/blog/automation-improving-finance-approval-times/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automation-improving-finance-approval-times/</guid>
            <pubDate>Mon, 18 Jul 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Boost finance approval speed with automation" /></p>Discover how automation improves finance approval cycles, enhances visibility, and reduces bottlenecks for smarter decision-making.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Margin Collapsing in CSS]]></title>
            <link>https://www.nutrient.io/blog/margin-collapsing-in-css/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/margin-collapsing-in-css/</guid>
            <pubDate>Wed, 13 Jul 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B067VcKP.png" alt="Margin Collapsing in CSS" /></p>An overview of a particular margin collapsing scenario I discovered while working on headers and footers support for PDF Generation.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B067VcKP.png"/>
        </item>
        <item>
            <title><![CDATA[5 Tips to Run a Better Meeting]]></title>
            <link>https://www.nutrient.io/blog/5-tips-to-run-a-better-meeting/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/5-tips-to-run-a-better-meeting/</guid>
            <pubDate>Mon, 11 Jul 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="5 Tips to Run a Better Meeting" /></p>These 5 tips will help your next meeting not only run better - but also be more efficient, and productive.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Record growth for PSPDFKit in Q2 2022]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-record-results-and-accelerating-growth-in-q2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-record-results-and-accelerating-growth-in-q2/</guid>
            <pubDate>Mon, 11 Jul 2022 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Byww_SZL.png" alt="Record growth for PSPDFKit in Q2 2022" /></p>PSPDFKit reports over 25% growth in Q2 2022, driven by new customer additions and strategic acquisitions, enhancing its document processing solutions.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Byww_SZL.png"/>
        </item>
        <item>
            <title><![CDATA[Replicating the iOS Text Magnifying Glass]]></title>
            <link>https://www.nutrient.io/blog/replicating-ios-text-magnifying-glass/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/replicating-ios-text-magnifying-glass/</guid>
            <pubDate>Wed, 06 Jul 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CQwVH2FO.png" alt="Replicating the iOS Text Magnifying Glass" /></p>A dive into details of how we replicated the system magnifying glass on iOS.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CQwVH2FO.png"/>
        </item>
        <item>
            <title><![CDATA[Testing Subjective Office Conversion Results]]></title>
            <link>https://www.nutrient.io/blog/testing-subjective-office-conversion-results/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/testing-subjective-office-conversion-results/</guid>
            <pubDate>Wed, 29 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.zYfWV9js.png" alt="Testing Subjective Office Conversion Results" /></p>How to test an Office to PDF conversion result that one would deem great and others would deem poor.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.zYfWV9js.png"/>
        </item>
        <item>
            <title><![CDATA[How To Use A Time Inventory To Increase Productivity]]></title>
            <link>https://www.nutrient.io/blog/time-inventory-to-increase-productivity/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/time-inventory-to-increase-productivity/</guid>
            <pubDate>Wed, 29 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How To Use A Time Inventory To Increase Productivity" /></p>By keeping track of how you spend your time each day, you will be able to reclaim wasted time for more productive activities more efficiently.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2022.3 Introduces New PDF Form Creator UI]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2022-3-new-pdf-form-creator-ui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2022-3-new-pdf-form-creator-ui/</guid>
            <pubDate>Tue, 28 Jun 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.D5ApbFKf.png" alt="PSPDFKit for Web 2022.3 Introduces New PDF Form Creator UI" /></p>PSPDFKit for Web 2022.3 introduces new PDF form creator UI, adds rotation controls for image annotations, and more.]]></description>
            <author>Igor Perzić</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.D5ApbFKf.png"/>
        </item>
        <item>
            <title><![CDATA[How to create a React signature pad]]></title>
            <link>https://www.nutrient.io/blog/how-to-create-a-react-js-signature-pad/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-create-a-react-js-signature-pad/</guid>
            <pubDate>Tue, 28 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CfyDPmEv.png" alt="How to create a React signature pad" /></p>In this post, you’ll learn how to create a signature pad for your <a href='/guides/web/react/'>React.js web application</a> using the Nutrient library. You’ll first create a React.js project using Vite, and then you’ll install the Nutrient library to add a signature pad to PDF documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CfyDPmEv.png"/>
        </item>
        <item>
            <title><![CDATA[Use case of the month: Employee offboarding]]></title>
            <link>https://www.nutrient.io/blog/use-case-of-the-month-employee-offboarding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-of-the-month-employee-offboarding/</guid>
            <pubDate>Tue, 28 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use case of the month: Employee offboarding" /></p>When offboarding an employee, it’s essential to have the correct procedures in place to ensure no crucial steps slip through the cracks. A prebuilt process is available to help with this offboarding process.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Rate Limiting Server Requests in Elixir]]></title>
            <link>https://www.nutrient.io/blog/rate-limiting-server-requests/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rate-limiting-server-requests/</guid>
            <pubDate>Thu, 23 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BNjJrZy5.png" alt="Rate Limiting Server Requests in Elixir" /></p>A blog post explaining how we built rate limiting for test requests in PSPDFKit API.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BNjJrZy5.png"/>
        </item>
        <item>
            <title><![CDATA[Ways to Reduce Employee Travel Expenses]]></title>
            <link>https://www.nutrient.io/blog/reduce-employee-travel-expenses/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reduce-employee-travel-expenses/</guid>
            <pubDate>Thu, 23 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Ways to Reduce Employee Travel Expenses" /></p>Using booking technology, business applications, and reimbursement automation, companies can remain agile and practical when it comes to costs associated with employee travel.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[SharePoint PDF Viewer: Integrating On-Premises with PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-on-premises-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-on-premises-pdf-viewer/</guid>
            <pubDate>Thu, 23 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DxHWNSDW.png" alt="SharePoint PDF Viewer: Integrating On-Premises with PSPDFKit" /></p>How to build a SharePoint On-Premises PDF viewer by integrating a file handler with PSPDFKit. View, annotate, edit, form fill, sign, & more directly in SharePoint.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DxHWNSDW.png"/>
        </item>
        <item>
            <title><![CDATA[SharePoint PDF Viewer: Integrating Web Parts with PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-pdf-viewer-integrating-web-parts-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-pdf-viewer-integrating-web-parts-with-pspdfkit/</guid>
            <pubDate>Wed, 22 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.TUtMqP80.png" alt="SharePoint PDF Viewer: Integrating Web Parts with PSPDFKit" /></p>How to build a SharePoint Online PDF viewer by integrating web parts with PSPDFKit. View, annotate, edit, form fill, sign & more directly in SharePoint.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.TUtMqP80.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for SharePoint, Teams, and OneDrive]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-sharepoint-teams-onedrive/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-sharepoint-teams-onedrive/</guid>
            <pubDate>Tue, 21 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BamAmIYy.png" alt="PSPDFKit for SharePoint, Teams, and OneDrive" /></p>Unlock seamless PDF editing and viewing in SharePoint, Teams, and OneDrive with our no-code integration solutions.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BamAmIYy.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a Microsoft OneDrive PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-microsoft-onedrive-pdf-viewer-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-microsoft-onedrive-pdf-viewer-with-pspdfkit/</guid>
            <pubDate>Mon, 20 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKVJ7k6x.png" alt="How to build a Microsoft OneDrive PDF viewer" /></p>How to build a Microsoft OneDrive PDF viewer by integrating the SharePoint Online file handler. View, annotate, edit, form fill, sign, and more directly in Microsoft OneDrive.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CKVJ7k6x.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a Microsoft Teams PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-microsoft-teams-pdf-viewer-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-microsoft-teams-pdf-viewer-with-pspdfkit/</guid>
            <pubDate>Sun, 19 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CjDDtEI5.png" alt="How to build a Microsoft Teams PDF viewer" /></p>How to build a Microsoft Teams PDF viewer by integrating SharePoint Online (SPFx) web parts. View, annotate, edit, form fill, sign, and more directly in Microsoft Teams.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CjDDtEI5.png"/>
        </item>
        <item>
            <title><![CDATA[SharePoint PDF Viewer: Integrating a File Handler with PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-pdf-viewer-integrating-file-handler-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-pdf-viewer-integrating-file-handler-with-pspdfkit/</guid>
            <pubDate>Sat, 18 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DeXqLPdT.png" alt="SharePoint PDF Viewer: Integrating a File Handler with PSPDFKit" /></p>How to build a SharePoint Online PDF viewer by integrating a file handler with PSPDFKit. View, annotate, edit, form fill, sign & more directly in SharePoint.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DeXqLPdT.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Announces Completion of SOC 2 Type 1 Examination]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-completion-of-soc-2-type-1-examination/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-completion-of-soc-2-type-1-examination/</guid>
            <pubDate>Fri, 17 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CzlY2JcF.png" alt="PSPDFKit Announces Completion of SOC 2 Type 1 Examination" /></p>Rigorous security audit validates PSPDFKit as a trusted document technology platform.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CzlY2JcF.png"/>
        </item>
        <item>
            <title><![CDATA[Our Attempt at Rewriting PSPDFKit Catalog in SwiftUI]]></title>
            <link>https://www.nutrient.io/blog/rewriting-catalog-in-swiftui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rewriting-catalog-in-swiftui/</guid>
            <pubDate>Wed, 15 Jun 2022 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B-tFEdvI.png" alt="Our Attempt at Rewriting PSPDFKit Catalog in SwiftUI" /></p>We tried rewriting a part of our PSPDFKit Catalog example project in SwiftUI. Here's what we learned.]]></description>
            <author>Adrian Kashivskyy</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B-tFEdvI.png"/>
        </item>
        <item>
            <title><![CDATA[Quickly summarize PDF documents with AI]]></title>
            <link>https://www.nutrient.io/blog/summarize-pdf-document-using-machine-learning-and-natural-language-processing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/summarize-pdf-document-using-machine-learning-and-natural-language-processing/</guid>
            <pubDate>Wed, 08 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CDRP0R4n.jpg" alt="Quickly summarize PDF documents with AI" /></p>If you’ve ever needed to quickly understand the contents of a dense PDF — a research paper, legal document, or business report — you know how time-consuming it can be. Thanks to advances in machine learning and natural language processing, we now have tools that can do the heavy lifting for us.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CDRP0R4n.jpg"/>
        </item>
        <item>
            <title><![CDATA[How We Use Property Testing]]></title>
            <link>https://www.nutrient.io/blog/how-we-use-property-testing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-use-property-testing/</guid>
            <pubDate>Wed, 01 Jun 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BWWTNcEn.png" alt="How We Use Property Testing" /></p>Some real-life examples of how we use property testing in PSPDFKit Server testing.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BWWTNcEn.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 11.4 for iOS Adds Electronic Signature Customizations]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-11-4-ios-electronic-signature-customizations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-11-4-ios-electronic-signature-customizations/</guid>
            <pubDate>Tue, 31 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CQjOXtwP.png" alt="PSPDFKit 11.4 for iOS Adds Electronic Signature Customizations" /></p>PSPDFKit 11.4 for iOS adds more customization options to Electronic Signatures and sunsets support for iOS 13.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CQjOXtwP.png"/>
        </item>
        <item>
            <title><![CDATA[Using Root Cause Analysis]]></title>
            <link>https://www.nutrient.io/blog/using-root-cause-analysis/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-root-cause-analysis/</guid>
            <pubDate>Tue, 31 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Using Root Cause Analysis" /></p>Identifying and eliminating a]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Using SharePoint App-Only authentication in Aquaforest Products]]></title>
            <link>https://www.nutrient.io/blog/using-sharepoint-app-only-authentication-in-aquaforest-products/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-sharepoint-app-only-authentication-in-aquaforest-products/</guid>
            <pubDate>Mon, 30 May 2022 15:20:25 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Using SharePoint App-Only authentication in Aquaforest Products" /></p>Set up SharePoint App-Only authentication for Aquaforest products using site-scoped app registration instead of full Azure AD tenant access.]]></description>
            <author>Shrevin Sookun</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Increase productivity in hybrid work settings]]></title>
            <link>https://www.nutrient.io/blog/3-ways-increase-productivity-hybrid-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/3-ways-increase-productivity-hybrid-work/</guid>
            <pubDate>Thu, 26 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Increase productivity in hybrid work settings" /></p>Discover effective strategies to enhance your productivity while working in a hybrid environment and navigate challenges seamlessly.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Cross-platform mobile frameworks — An iOS engineer's perspective]]></title>
            <link>https://www.nutrient.io/blog/cross-platform-mobile-frameworks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cross-platform-mobile-frameworks/</guid>
            <pubDate>Wed, 25 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dy5NmcuO.png" alt="Cross-platform mobile frameworks — An iOS engineer's perspective" /></p>What I learned while working on cross-platform mobile frameworks.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dy5NmcuO.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: Employee Change Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-employee-change-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-employee-change-request/</guid>
            <pubDate>Mon, 23 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: Employee Change Request" /></p>Making a request such as a title change or a salary change doesn't have to be a difficult process. With Integrify's easy-to-view flow, you can see that with the proper routing these requests can be completed in no time.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Best Practices When Doing Code Reviews — Part 2]]></title>
            <link>https://www.nutrient.io/blog/best-practices-when-doing-code-reviews-part-ii/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-practices-when-doing-code-reviews-part-ii/</guid>
            <pubDate>Wed, 18 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CkonvoTg.png" alt="Best Practices When Doing Code Reviews — Part 2" /></p>The second part of a series of posts about doing good code reviews, with tips from the code writer's side.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CkonvoTg.png"/>
        </item>
        <item>
            <title><![CDATA[How to Take Control Over Regulatory Compliance with Automation]]></title>
            <link>https://www.nutrient.io/blog/control-over-regulatory-compliance-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/control-over-regulatory-compliance-automation/</guid>
            <pubDate>Mon, 16 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Take Control Over Regulatory Compliance with Automation" /></p>Manual workflows slow down the auditing process and also leave room for errors and mistakes. Automated workflows can take the pain out of regulatory compliance.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Extends Document Technology Platform with Strategic Acquisitions of ORPALIS and Aquaforest]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-acquires-leading-document-imaging-providers-orpalis-and-aquaforest/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-acquires-leading-document-imaging-providers-orpalis-and-aquaforest/</guid>
            <pubDate>Mon, 16 May 2022 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BKo929QU.jpg" alt="PSPDFKit Extends Document Technology Platform with Strategic Acquisitions of ORPALIS and Aquaforest" /></p>Discover how PSPDFKit's acquisitions of ORPALIS and Aquaforest strengthen document processing and innovation.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BKo929QU.jpg"/>
        </item>
        <item>
            <title><![CDATA[What Is the Difference Between a Coach, a Trainer, and a Mentor?]]></title>
            <link>https://www.nutrient.io/blog/difference-between-a-coach-a-trainer-and-a-mentor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/difference-between-a-coach-a-trainer-and-a-mentor/</guid>
            <pubDate>Wed, 11 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What Is the Difference Between a Coach, a Trainer, and a Mentor?" /></p>What Is the Difference Between a Coach, a Trainer, and a Mentor? We discuss each role and where it fits in the organization.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Load OBJ Files with MTL in Android]]></title>
            <link>https://www.nutrient.io/blog/how-to-load-obj-files-in-android-with-threejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-load-obj-files-in-android-with-threejs/</guid>
            <pubDate>Wed, 11 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CnkpgtlF.png" alt="How to Load OBJ Files with MTL in Android" /></p>Loading .obj files with .mtl using Three.js in Android.]]></description>
            <author>Julius Kato Mutumba</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CnkpgtlF.png"/>
        </item>
        <item>
            <title><![CDATA[Why and how to fork the Nutrient React Native SDK repository]]></title>
            <link>https://www.nutrient.io/blog/react-native-repo-forking-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-native-repo-forking-guide/</guid>
            <pubDate>Wed, 04 May 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B9-uF3Hj.png" alt="Why and how to fork the Nutrient React Native SDK repository" /></p>A tutorial about forking and customizing the Nutrient React Native SDK repository.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B9-uF3Hj.png"/>
        </item>
        <item>
            <title><![CDATA[How to Improve Your Employee Experience]]></title>
            <link>https://www.nutrient.io/blog/how-to-improve-your-employee-experience/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-improve-your-employee-experience/</guid>
            <pubDate>Tue, 03 May 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Improve Your Employee Experience" /></p>These 5 pillars will not only help you improve your current employee's experience but will set your company culture up for success for years to come.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Adding custom fonts to HTML documents]]></title>
            <link>https://www.nutrient.io/blog/adding-custom-fonts-to-html-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adding-custom-fonts-to-html-documents/</guid>
            <pubDate>Wed, 27 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.PDl8MGIc.png" alt="Adding custom fonts to HTML documents" /></p>How to add custom fonts to HTML and use PDF Generation to create documents.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.PDl8MGIc.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.2 for Android Adds Cloud Annotation Tool]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-8-2-adds-cloud-annotation-tool/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-8-2-adds-cloud-annotation-tool/</guid>
            <pubDate>Tue, 26 Apr 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CTw0hB2i.png" alt="PSPDFKit 8.2 for Android Adds Cloud Annotation Tool" /></p>PSPDFKit 8.2 for Android adds a dedicated tool to create cloud annotations, support for bleed and trim boxes, downloadable unstripped NDK symbols, and more.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CTw0hB2i.png"/>
        </item>
        <item>
            <title><![CDATA[Re-Inventing Your Career]]></title>
            <link>https://www.nutrient.io/blog/re-inventing-your-career/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/re-inventing-your-career/</guid>
            <pubDate>Tue, 26 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Re-Inventing Your Career" /></p>It's never too late to reinvent your career. Use these tips to make your career goals into reality.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Productivity Tips When Switching from a PC to a Mac]]></title>
            <link>https://www.nutrient.io/blog/switching-from-a-pc-to-a-mac/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/switching-from-a-pc-to-a-mac/</guid>
            <pubDate>Wed, 20 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BXlc-5PA.png" alt="Productivity Tips When Switching from a PC to a Mac" /></p>Improving productivity when switching from a PC to a Mac.]]></description>
            <author>Oghenerukevwe Henrietta Kofi</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BXlc-5PA.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: 3 New Processes Available for Download]]></title>
            <link>https://www.nutrient.io/blog/use-case-month-new-processes-available-download/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-month-new-processes-available-download/</guid>
            <pubDate>Wed, 20 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: 3 New Processes Available for Download" /></p>Our customers created these process apps for the rest of the Integrify community to use!]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF annotations with JavaScript — A complete overview]]></title>
            <link>https://www.nutrient.io/blog/pdf-annotations-with-javascript-a-complete-overview/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-annotations-with-javascript-a-complete-overview/</guid>
            <pubDate>Sat, 16 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CXi3B16O.png" alt="PDF annotations with JavaScript — A complete overview" /></p>This post will cover different types of PDF annotations and their potential use cases. It’ll also show you how to implement PDF annotations in your apps by interacting with <a href='/sdk/annotations/'>Nutrient’s PDF annotation library</a> via JavaScript code.]]></description>
            <author>Hussain Arif</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CXi3B16O.png"/>
        </item>
        <item>
            <title><![CDATA[What CFOs Need to Know About Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/cfos-need-know-about-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cfos-need-know-about-workflow-automation/</guid>
            <pubDate>Thu, 14 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What CFOs Need to Know About Workflow Automation" /></p>The automation-minded CFO first needs to decide how and where automation can best do its work.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[HTML-to-PDF invoice generation with headers and footers]]></title>
            <link>https://www.nutrient.io/blog/generate-pdf-invoice-with-headers-and-footers-from-html/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generate-pdf-invoice-with-headers-and-footers-from-html/</guid>
            <pubDate>Wed, 13 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CtZbU-yE.png" alt="HTML-to-PDF invoice generation with headers and footers" /></p>How we enhanced our PDF Generation component by adding the option of headers and footers.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CtZbU-yE.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Announces Record First Quarter 2022 Results]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-record-first-quarter-2022-results/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-record-first-quarter-2022-results/</guid>
            <pubDate>Wed, 13 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DoMEqzZz.png" alt="PSPDFKit Announces Record First Quarter 2022 Results" /></p>Bookings for Q1 up 75% year-over-year]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DoMEqzZz.png"/>
        </item>
        <item>
            <title><![CDATA[A Look Back on the 2022 Integrify User Conference]]></title>
            <link>https://www.nutrient.io/blog/look-back-integrify-user-conference/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/look-back-integrify-user-conference/</guid>
            <pubDate>Mon, 11 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A Look Back on the 2022 Integrify User Conference" /></p>Recap of the 2022 Nutrient Workflow User Conference in Nashville, featuring advanced training, customer sessions, and a workflow-building competition.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert DOCX to PDF using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-java/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CNy0rie3.jpg" alt="How to convert DOCX to PDF using Java" /></p>Convert DOCX files to PDF using Java and Nutrient DWS Processor API. This tutorial covers API setup, Java implementation with OkHttp, and document processing workflows for automating DOCX-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CNy0rie3.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert DOCX to PDF using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-javascript/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DaPTk8w5.jpg" alt="How to convert DOCX to PDF using JavaScript" /></p>Convert DOCX files to PDF using JavaScript and Nutrient DWS Processor API. This tutorial covers API setup, Node.js implementation with axios, and document processing workflows for automating DOCX-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DaPTk8w5.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert DOCX to PDF using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-php/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CugvX_vc.jpg" alt="How to convert DOCX to PDF using PHP" /></p>Convert DOCX files to PDF using PHP and Nutrient DWS Processor API. This tutorial covers API setup, cURL implementation, and document processing workflows for automating DOCX-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CugvX_vc.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert DOCX to PDF using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-docx-to-pdf-using-python/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B_sP_w-h.jpg" alt="How to convert DOCX to PDF using Python" /></p>Convert DOCX files to PDF using Python and Nutrient DWS Processor API. This tutorial covers API setup, Python implementation with the requests library, and document processing workflows for automating DOCX-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B_sP_w-h.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert DOCX to WebP using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-docx-to-webp-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-docx-to-webp-in-python/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.7aEbPIh0.jpg" alt="How to convert DOCX to WebP using Python" /></p>Convert DOCX files to WebP images using Python and Nutrient DWS Processor API. This tutorial covers API setup, Python implementation with customizable DPI settings, and document-to-image conversion workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.7aEbPIh0.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert Excel to PDF using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-excel-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-excel-to-pdf/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CX9pXl8q.jpg" alt="How to convert Excel to PDF using Python" /></p>Convert Excel files to PDF using Python and Nutrient DWS Processor API. This tutorial covers API setup, Python implementation, and document processing workflows for automating Excel-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CX9pXl8q.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert Excel to PDF using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-java/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bj98I80Z.jpg" alt="How to convert Excel to PDF using Java" /></p>Convert Excel files to PDF using Java and Nutrient DWS Processor API. This tutorial covers API setup, Java implementation with OkHttp, and document processing workflows for automating Excel-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bj98I80Z.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert Excel to PDF using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-javascript-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-javascript-api/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.7TuWM5hy.jpg" alt="How to convert Excel to PDF using JavaScript" /></p>Convert Excel files to PDF using JavaScript and Nutrient DWS Processor API. This tutorial covers API setup, Node.js implementation with axios, and document processing workflows for automating Excel-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.7TuWM5hy.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert Excel to PDF using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-excel-to-pdf-using-php/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCgvWF9F.jpg" alt="How to convert Excel to PDF using PHP" /></p>Convert Excel files to PDF using PHP and Nutrient DWS Processor API. This tutorial covers API setup, PHP implementation with cURL, and document processing workflows for automating Excel-to-PDF conversion in your applications.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DCgvWF9F.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to image using wkhtmltoimage and Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-image-using-wkhtmltoimage-and-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-image-using-wkhtmltoimage-and-python/</guid>
            <pubDate>Thu, 07 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DHA7xyFk.jpg" alt="How to convert HTML to image using wkhtmltoimage and Python" /></p>Learn how to convert HTML to JPG, PNG, and other image formats using wkhtmltoimage and Python. This tutorial covers installation, Python integration, customization options, and common use cases for generating screenshots, thumbnails, and visual representations of webpages.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DHA7xyFk.jpg"/>
        </item>
        <item>
            <title><![CDATA[Split PDFs by Bookmark using Power Automate]]></title>
            <link>https://www.nutrient.io/blog/split-pdfs-by-bookmark-using-power-automate/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/split-pdfs-by-bookmark-using-power-automate/</guid>
            <pubDate>Thu, 07 Apr 2022 07:53:11 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Split PDFs by Bookmark using Power Automate" /></p>Split PDFs by top-level bookmark in Power Automate using the Aquaforest PDF Connector. Save each section as a separate file in SharePoint automatically.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert PDF to JPG using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-java/</guid>
            <pubDate>Wed, 06 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DfBeI7W-.jpg" alt="How to convert PDF to JPG using Java" /></p>Convert PDFs to JPG images for web integration, thumbnails, and image processing workflows. This tutorial demonstrates programmatic PDF-to-JPG conversion using Java and Nutrient API for applications requiring image output from PDF documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DfBeI7W-.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert PDF to JPG using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-javascript/</guid>
            <pubDate>Wed, 06 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B9nDsd0A.jpg" alt="How to convert PDF to JPG using JavaScript" /></p>Convert PDFs to JPG images for web integration, thumbnails, and image processing workflows. This tutorial demonstrates programmatic PDF-to-JPG conversion using JavaScript (Node.js) and Nutrient API for applications requiring image output from PDF documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B9nDsd0A.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert PDF to JPG using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-php/</guid>
            <pubDate>Wed, 06 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DC2C_MGZ.jpg" alt="How to convert PDF to JPG using PHP" /></p>Convert PDFs to JPG images for web integration, thumbnails, and image processing workflows. This tutorial demonstrates programmatic PDF-to-JPG conversion using PHP and Nutrient API for applications requiring image output from PDF documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DC2C_MGZ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert PDF to JPG using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-pdf-to-jpg-using-python/</guid>
            <pubDate>Wed, 06 Apr 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DENeouu7.jpg" alt="How to convert PDF to JPG using Python" /></p>Convert PDFs to JPG images for web integration, thumbnails, and image processing workflows. This tutorial demonstrates programmatic PDF-to-JPG conversion using Python and Nutrient API for applications requiring image output from PDF documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DENeouu7.jpg"/>
        </item>
        <item>
            <title><![CDATA[Scaling sync performance: A customer story]]></title>
            <link>https://www.nutrient.io/blog/scaling-sync-performance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/scaling-sync-performance/</guid>
            <pubDate>Wed, 06 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BiXACutS.png" alt="Scaling sync performance: A customer story" /></p>A short story about scaling performance based on a support ticket.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BiXACutS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Names Chris Wilson as Chief Revenue Officer]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-chris-wilson-cro/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-chris-wilson-cro/</guid>
            <pubDate>Fri, 01 Apr 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.c3TW1Ylb.jpg" alt="PSPDFKit Names Chris Wilson as Chief Revenue Officer" /></p>PSPDFKit announced the addition of Chris Wilson to its executive team as Chief Revenue Officer.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.c3TW1Ylb.jpg"/>
        </item>
        <item>
            <title><![CDATA[Populate SharePoint metadata with Searchlight Tagger]]></title>
            <link>https://www.nutrient.io/blog/automatically-populate-managed-metadata-columns-in-sharepoint-based-on-document-content/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automatically-populate-managed-metadata-columns-in-sharepoint-based-on-document-content/</guid>
            <pubDate>Wed, 30 Mar 2022 14:28:26 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Populate SharePoint metadata with Searchlight Tagger" /></p>Learn how to automatically populate managed metadata columns in SharePoint using Searchlight Tagger and optimize document management with ease.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Implement drag and drop for Nutrient in a React application]]></title>
            <link>https://www.nutrient.io/blog/implement-drag-and-drop-with-pspdfkit-in-react-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/implement-drag-and-drop-with-pspdfkit-in-react-app/</guid>
            <pubDate>Wed, 30 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.t7CjTKbg.png" alt="Implement drag and drop for Nutrient in a React application" /></p>A tutorial explaining how to implement drag and drop for Nutrient in your React app.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.t7CjTKbg.png"/>
        </item>
        <item>
            <title><![CDATA[How to delete PDF pages using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-java/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BEXTRfKk.jpg" alt="How to delete PDF pages using Java" /></p>Remove pages from PDFs in Java to delete confidential data, save storage space, or remove unnecessary information. This tutorial demonstrates programmatic page deletion using Java, OkHttp, and Nutrient DWS Processor API for document-heavy workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BEXTRfKk.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to delete PDF pages using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-javascript/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dr8kgmhc.jpg" alt="How to delete PDF pages using JavaScript" /></p>Remove pages from PDFs in JavaScript to delete confidential data, save storage space, or remove unnecessary information. This tutorial demonstrates programmatic page deletion using Node.js and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Dr8kgmhc.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to delete PDF pages using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-php/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BN-P-Wrr.jpg" alt="How to delete PDF pages using PHP" /></p>Remove pages from PDFs in PHP to delete confidential data, save storage space, or remove unnecessary information. This tutorial demonstrates programmatic page deletion using cURL and Nutrient DWS Processor API for document-heavy workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BN-P-Wrr.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to delete PDF pages using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-delete-pdf-pages-using-python/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CCufYKoH.jpg" alt="How to delete PDF pages using Python" /></p>Programmatically remove pages from PDFs to delete confidential data, save storage space, or remove unnecessary information. This tutorial demonstrates Python page deletion using Nutrient DWS Processor API for document-heavy workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CCufYKoH.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to merge PDFs using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-merge-pdfs-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-merge-pdfs-using-java/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.faPP6cGl.jpg" alt="How to merge PDFs using Java" /></p>Automate document merging in Java workflows with multiple file uploads. This tutorial demonstrates combining PDFs using OkHttp and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.faPP6cGl.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to merge PDFs using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-merge-pdfs-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-merge-pdfs-using-javascript/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D0_7_EpE.jpg" alt="How to merge PDFs using JavaScript" /></p>Automate document merging in JavaScript workflows with multiple file uploads. This tutorial demonstrates combining PDFs using Node.js and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D0_7_EpE.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to merge PDFs using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-merge-pdfs-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-merge-pdfs-using-php/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3k2m9C-l.jpg" alt="How to merge PDFs using PHP" /></p>Automate document merging in PHP workflows with multiple file uploads. This tutorial demonstrates combining PDFs using cURL and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.3k2m9C-l.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to merge PDFs using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-merge-pdfs-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-merge-pdfs-using-python/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C7SuoG87.jpg" alt="How to merge PDFs using Python" /></p>Automate document merging for workflows with multiple file uploads. This tutorial shows Python developers how to combine PDFs programmatically using Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C7SuoG87.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to split PDFs using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-split-pdfs-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-split-pdfs-using-java/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D5NhYVtG.jpg" alt="How to split PDFs using Java" /></p>Automate PDF splitting in Java workflows for logical document archiving. This tutorial demonstrates dividing PDFs programmatically using OkHttp and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D5NhYVtG.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to split PDFs using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-split-pdfs-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-split-pdfs-using-javascript/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C_Da-pfT.jpg" alt="How to split PDFs using JavaScript" /></p>Automate PDF splitting in JavaScript workflows for logical document archiving. This tutorial demonstrates dividing PDFs programmatically using Node.js and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C_Da-pfT.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to split PDFs using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-split-pdfs-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-split-pdfs-using-php/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DlpZRavP.jpg" alt="How to split PDFs using PHP" /></p>Automate PDF splitting in PHP workflows for logical document archiving. This tutorial demonstrates dividing PDFs programmatically using cURL and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DlpZRavP.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to split PDFs using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-split-pdfs-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-split-pdfs-using-python/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C6XGlSQf.jpg" alt="How to split PDFs using Python" /></p>Automate PDF splitting in Python workflows for logical document archiving. This tutorial demonstrates dividing PDFs programmatically using Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C6XGlSQf.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to watermark a PDF using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-java/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B9jXBxn9.jpg" alt="How to watermark a PDF using Java" /></p>Java developers can programmatically add watermarks to protect documents and establish ownership. This tutorial demonstrates adding text and image watermarks using Nutrient DWS Processor API with OkHttp and JSON libraries.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B9jXBxn9.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to watermark a PDF using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-javascript/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DZe8M39k.jpg" alt="How to watermark a PDF using JavaScript" /></p>JavaScript developers can add text or image watermarks to identify and protect proprietary documents. This tutorial demonstrates programmatic PDF watermarking using Node.js and Nutrient DWS Processor API for document-heavy workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DZe8M39k.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to watermark a PDF using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-php/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.oEvEJK75.jpg" alt="How to watermark a PDF using PHP" /></p>PHP developers can programmatically add watermarks to protect documents and establish ownership. This tutorial demonstrates adding text and image watermarks using Nutrient DWS Processor API with cURL.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.oEvEJK75.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to watermark a PDF using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-watermark-a-pdf-using-python/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B5Sxyx96.jpg" alt="How to watermark a PDF using Python" /></p>Watermarks identify and mark proprietary documents to discourage unauthorized use. In PDFs, watermarks appear as text or images stamped on a document. A common example is the CONFIDENTIAL watermark on sensitive documents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B5Sxyx96.jpg"/>
        </item>
        <item>
            <title><![CDATA[Six best PDF generator APIs in 2026: Nutrient vs. competitors compared]]></title>
            <link>https://www.nutrient.io/blog/the-six-best-pdf-generator-apis/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-six-best-pdf-generator-apis/</guid>
            <pubDate>Tue, 29 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C3bHYa4g.jpg" alt="Six best PDF generator APIs in 2026: Nutrient vs. competitors compared" /></p>Compare PDF generator APIs for HTML conversion, visual templates, and document processing. This guide explains what each service accepts, how usage is billed, and what to test before choosing.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C3bHYa4g.jpg"/>
        </item>
        <item>
            <title><![CDATA[4 Ways To Increase Motivation (And Get More Done In The Process)]]></title>
            <link>https://www.nutrient.io/blog/4-ways-increase-motivation-more-done-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/4-ways-increase-motivation-more-done-process/</guid>
            <pubDate>Tue, 29 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="4 Ways To Increase Motivation (And Get More Done In The Process)" /></p>There are 4 things that you can start implementing into your daily routine to increase motivation!]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Appoints Chris Rosbrook as Chief Financial Officer]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-chris-rosbrook-cfo/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-chris-rosbrook-cfo/</guid>
            <pubDate>Fri, 25 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CbhpJi0W.jpg" alt="PSPDFKit Appoints Chris Rosbrook as Chief Financial Officer" /></p>PSPDFKit announced the addition of Chris Rosbrook to its executive team as Chief Financial Officer.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CbhpJi0W.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 11.3 for iOS Adds Cloud Annotation Tool]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-11-3-ios-cloud-annotation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-11-3-ios-cloud-annotation/</guid>
            <pubDate>Thu, 24 Mar 2022 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CUbG1ff-.png" alt="PSPDFKit 11.3 for iOS Adds Cloud Annotation Tool" /></p>PSPDFKit 11.3 for iOS adds a dedicated tool to create cloud annotations, improves the performance of ink annotations, and adds Swift Package Manager support for PDFXKit.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CUbG1ff-.png"/>
        </item>
        <item>
            <title><![CDATA[A Peek at Our CD Pipeline]]></title>
            <link>https://www.nutrient.io/blog/a-peek-at-our-cd-pipeline/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-peek-at-our-cd-pipeline/</guid>
            <pubDate>Wed, 23 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CEgtm1jV.png" alt="A Peek at Our CD Pipeline" /></p>A short peek at the CD pipeline powering our PSPDFKit API product.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CEgtm1jV.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Web 2022.2: Toolbar customization]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2022-2-annotation-toolbar-customization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2022-2-annotation-toolbar-customization/</guid>
            <pubDate>Tue, 22 Mar 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.BV6OpPPi.png" alt="PSPDFKit Web 2022.2: Toolbar customization" /></p>Discover the new features in PSPDFKit 2022.2, including annotation toolbar customization and clipboard actions, for an enhanced user experience.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.BV6OpPPi.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of the Month: Vendor Invoice Approval & Payment Process]]></title>
            <link>https://www.nutrient.io/blog/use-case-vendor-invoice-approval-payment-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-vendor-invoice-approval-payment-process/</guid>
            <pubDate>Tue, 22 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of the Month: Vendor Invoice Approval & Payment Process" /></p>The Vendor Invoice Approval & Payment process will help simplify your invoice approvals from the original request to the payment being sent.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[The End of Paper Cuts: New eBook]]></title>
            <link>https://www.nutrient.io/blog/end-paper-cuts-new-ebook/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/end-paper-cuts-new-ebook/</guid>
            <pubDate>Thu, 17 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="The End of Paper Cuts: New eBook" /></p>Becoming a paperless organization is completely doable and Integrify has the experience to aid you along the way. Help your business as well as the environment!]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Announcing PSPDFKit API]]></title>
            <link>https://www.nutrient.io/blog/announcing-pspdfkit-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/announcing-pspdfkit-api/</guid>
            <pubDate>Wed, 16 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CNqmkgrA.png" alt="Announcing PSPDFKit API" /></p>With PSPDFKit API, you can integrate a fully managed document processing API that helps you build simple or complex document workflows in your software.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CNqmkgrA.png"/>
        </item>
        <item>
            <title><![CDATA[How Automation is Changing the Finance Department]]></title>
            <link>https://www.nutrient.io/blog/automation-changing-finance-department/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automation-changing-finance-department/</guid>
            <pubDate>Wed, 16 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How Automation is Changing the Finance Department" /></p>Finance teams will benefit in various ways after implementing a workflow automation software such as Integrifys into their instance.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF vs. DOCX: How Textual Contents Can Be So Different]]></title>
            <link>https://www.nutrient.io/blog/office-vs-pdf-what-are-the-differences/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/office-vs-pdf-what-are-the-differences/</guid>
            <pubDate>Wed, 16 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bqt-66sO.png" alt="PDF vs. DOCX: How Textual Contents Can Be So Different" /></p>A dive into the PDF and DOCX formats to understand the advantages of each.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bqt-66sO.png"/>
        </item>
        <item>
            <title><![CDATA[Distributed Polling in Autobahn DX]]></title>
            <link>https://www.nutrient.io/blog/distributed-polling-document-automation-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/distributed-polling-document-automation-server/</guid>
            <pubDate>Thu, 10 Mar 2022 15:12:39 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Distributed Polling in Autobahn DX" /></p>Scale document processing across multiple servers using Autobahn DX distributed polling. Share OCR workloads and boost throughput with a shared input folder.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Running custom WSF and PowerShell scripts from Autobahn DX]]></title>
            <link>https://www.nutrient.io/blog/running-custom-wsf-and-powershell-scripts-from-autobahn-dx/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/running-custom-wsf-and-powershell-scripts-from-autobahn-dx/</guid>
            <pubDate>Wed, 09 Mar 2022 11:50:47 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Running custom WSF and PowerShell scripts from Autobahn DX" /></p>Extend Autobahn DX document workflows with custom WSF and PowerShell scripts using the built-in Custom Script Step to add tailored automation.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Flutter PDF viewer with flutter_pdfview]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-flutter-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-flutter-pdf-viewer/</guid>
            <pubDate>Wed, 09 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYOBYvVO.jpg" alt="How to build a Flutter PDF viewer with flutter_pdfview" /></p>A Flutter PDF viewer lets your app display documents like user manuals, reports, and eBooks. This guide shows how to add one using flutter_pdfview, covering setup, zooming, scrolling, and page navigation.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BYOBYvVO.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Stay Calm at Work]]></title>
            <link>https://www.nutrient.io/blog/how-to-stay-calm-at-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-stay-calm-at-work/</guid>
            <pubDate>Tue, 08 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Stay Calm at Work" /></p>If you want to stay happy, healthy, and productive at work, you need to keep stress to a minimum and remain cool, calm, and collected throughout the day.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Programmatically editing a PDF using Java]]></title>
            <link>https://www.nutrient.io/blog/programmatically-editing-a-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/programmatically-editing-a-pdf-using-java/</guid>
            <pubDate>Wed, 02 Mar 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CmgRzd99.png" alt="Programmatically editing a PDF using Java" /></p>How to use Nutrient Java PDF library to perform various editing operations on a PDF document programmatically.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CmgRzd99.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a Svelte PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-svelte-pdf-viewer-with-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-svelte-pdf-viewer-with-nutrient/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Df8IHA8p.png" alt="How to build a Svelte PDF viewer" /></p>This article will walk you through implementing a Svelte PDF viewer using Nutrient Web SDK. Whether you’re building a document management system, a collaborative platform, or a simple PDF viewer, Nutrient’s powerful features and seamless Svelte integration make it an excellent choice. It’ll also explore performance considerations and tips for optimizing Svelte PDF rendering.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Df8IHA8p.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert TIFF files to PDF using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-java/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B6jD8tDb.jpg" alt="How to convert TIFF files to PDF using Java" /></p>Convert TIFF images to PDFs for universal compatibility, web integration, and enhanced security. This tutorial demonstrates programmatic TIFF-to-PDF conversion using Java and Nutrient API for document-heavy workflows that require standardized formats.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B6jD8tDb.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert TIFF files to PDF using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-javascript/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dtvjqw82.jpg" alt="How to convert TIFF files to PDF using JavaScript" /></p>Convert TIFF images to PDFs for universal compatibility, web integration, and enhanced security. This tutorial demonstrates programmatic TIFF-to-PDF conversion using JavaScript (Node.js) and Nutrient API for document-heavy workflows that require standardized formats.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Dtvjqw82.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert TIFF files to PDF using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-php/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kR0lpLsB.jpg" alt="How to convert TIFF files to PDF using PHP" /></p>Convert TIFF images to PDFs for universal compatibility, web integration, and enhanced security. This tutorial demonstrates programmatic TIFF-to-PDF conversion using PHP and Nutrient API for document-heavy workflows that require standardized formats.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.kR0lpLsB.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert TIFF files to PDF using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-tiff-files-to-pdf-using-python/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWnXU54O.jpg" alt="How to convert TIFF files to PDF using Python" /></p>Convert TIFF images to PDFs for universal compatibility, web integration, and enhanced security. This tutorial demonstrates programmatic TIFF-to-PDF conversion using Python and Nutrient API for document-heavy workflows that require standardized formats.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DWnXU54O.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to duplicate a PDF page using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-java/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCN81YwI.jpg" alt="How to duplicate a PDF page using Java" /></p>Duplicating PDF pages enables powerful document workflows — apply different watermarks to the same page for multiple recipients, create backups before batch processing, or build complex multipage documents from templates. This tutorial shows you how to duplicate specific PDF pages programmatically using Java and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DCN81YwI.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to duplicate a PDF page using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-javascript/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.AtYxaNoQ.jpg" alt="How to duplicate a PDF page using JavaScript" /></p>Duplicating PDF pages enables powerful document workflows — apply different watermarks to the same page for multiple recipients, create backups before batch processing, or build complex multipage documents from templates. This tutorial shows you how to duplicate specific PDF pages programmatically using JavaScript and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.AtYxaNoQ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to duplicate a PDF page using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-php/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cc1DZpjh.jpg" alt="How to duplicate a PDF page using PHP" /></p>Duplicating PDF pages enables powerful document workflows — apply different watermarks to the same page for multiple recipients, create backups before batch processing, or build complex multipage documents from templates. This tutorial shows you how to duplicate specific PDF pages programmatically using PHP and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Cc1DZpjh.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to duplicate a PDF page using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-duplicate-pdf-page-using-python/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bpz2unxp.jpg" alt="How to duplicate a PDF page using Python" /></p>Duplicating PDF pages enables powerful document workflows — apply different watermarks to the same page for multiple recipients, create backups before batch processing, or build complex multipage documents from templates. This tutorial shows you how to duplicate specific PDF pages programmatically using Python and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bpz2unxp.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to flatten a PDF using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-java/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.P-4hg24P.jpg" alt="How to flatten a PDF using Java" /></p>Whether you’re preparing PDFs for printing, ensuring viewer compatibility, or securing form data from edits, flattening PDFs is an essential operation. This tutorial shows you how to flatten PDF documents programmatically using Java and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.P-4hg24P.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to flatten a PDF using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-javascript/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.9NY_NexY.jpg" alt="How to flatten a PDF using JavaScript" /></p>Whether you’re preparing PDFs for printing, ensuring viewer compatibility, or securing form data from edits, flattening PDFs is an essential operation. This tutorial shows you how to flatten PDF documents programmatically using JavaScript and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.9NY_NexY.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to flatten a PDF using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-php/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CfYSmdKz.jpg" alt="How to flatten a PDF using PHP" /></p>Whether you’re preparing PDFs for printing, ensuring viewer compatibility, or securing form data from edits, flattening PDFs is an essential operation. This tutorial shows you how to flatten PDF documents programmatically using PHP and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CfYSmdKz.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to flatten a PDF using Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-flatten-a-pdf-using-python/</guid>
            <pubDate>Tue, 01 Mar 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ByRiJtk2.jpg" alt="How to flatten a PDF using Python" /></p>Whether you’re preparing PDFs for printing, ensuring viewer compatibility, or securing form data from edits, flattening PDFs is an essential operation. This tutorial shows you how to flatten PDF documents programmatically using Python and Nutrient DWS Processor API.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.ByRiJtk2.jpg"/>
        </item>
        <item>
            <title><![CDATA[Java-to-Kotlin Conversion Best Practices]]></title>
            <link>https://www.nutrient.io/blog/java-kotlin-conversion/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/java-kotlin-conversion/</guid>
            <pubDate>Wed, 23 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DJlGSnLN.png" alt="Java-to-Kotlin Conversion Best Practices" /></p>This blog post provides a few handy tips for performing Java-to-Kotlin conversion.]]></description>
            <author>Michael Kellner</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DJlGSnLN.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a Nuxt.js image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-nuxtjs-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-nuxtjs-image-viewer/</guid>
            <pubDate>Tue, 22 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgUG9qov.jpg" alt="How to build a Nuxt.js image viewer" /></p>This post will show you how to build a Nuxt.js image viewer using <a href='/guides/web/viewer/images/'>Nutrient Web SDK</a>. You’ll learn how to set up the SDK, load assets properly, and display image files.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DgUG9qov.jpg"/>
        </item>
        <item>
            <title><![CDATA[3 Strategies To Better Manage Your Time]]></title>
            <link>https://www.nutrient.io/blog/strategies-better-manage-time/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/strategies-better-manage-time/</guid>
            <pubDate>Tue, 22 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="3 Strategies To Better Manage Your Time" /></p>Setting up your time for being productive isn't a one size fits all model. Everyone is different and needs to allocate their time differently. Consider these three strategies to get ahold of your own time management!]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Populate all signature fields in documents]]></title>
            <link>https://www.nutrient.io/blog/how-to-populate-all-signature-form-fields/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-populate-all-signature-form-fields/</guid>
            <pubDate>Wed, 16 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D10R6l7G.png" alt="Populate all signature fields in documents" /></p>Learn how to use Nutrient APIs to populate all signature form fields when creating signature annotations in PDFs.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D10R6l7G.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of The Month: New Vendor Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-new-vendor-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-new-vendor-request/</guid>
            <pubDate>Wed, 16 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of The Month: New Vendor Request" /></p>When requesting a new vendor it's essential that you capture all of the necessary information in one place, with the help of this process and form - you will!]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Nuxt.js PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-nuxtjs-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-nuxtjs-pdf-viewer/</guid>
            <pubDate>Tue, 15 Feb 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bh1X2HhV.jpg" alt="How to build a Nuxt.js PDF viewer" /></p>In this tutorial, you’ll integrate <a href='/guides/web/viewer/'>Nutrient Web SDK</a> into a Nuxt.js project and render a PDF inside a viewer.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bh1X2HhV.jpg"/>
        </item>
        <item>
            <title><![CDATA[Stamp and sign documents programmatically]]></title>
            <link>https://www.nutrient.io/blog/how-to-stamp-and-digitally-sign-a-pdf-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-stamp-and-digitally-sign-a-pdf-android/</guid>
            <pubDate>Thu, 10 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.FJuHqZKK.png" alt="Stamp and sign documents programmatically" /></p>Learn how to programmatically stamp and digitally sign documents on Android using the latest PSPDFKit features for easy electronic signatures.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.FJuHqZKK.png"/>
        </item>
        <item>
            <title><![CDATA[ICR in Autobahn DX using Microsoft Computer Vision]]></title>
            <link>https://www.nutrient.io/blog/icr-in-autobahn-dx-using-microsoft-computer-vision/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/icr-in-autobahn-dx-using-microsoft-computer-vision/</guid>
            <pubDate>Tue, 08 Feb 2022 14:58:25 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="ICR in Autobahn DX using Microsoft Computer Vision" /></p>Enable ICR on handwritten text in Autobahn DX by combining Microsoft Computer Vision cloud OCR with searchable PDF output. Step-by-step setup guide.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build an ASP.NET image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-asp-net-image-viewer-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-asp-net-image-viewer-with-pspdfkit/</guid>
            <pubDate>Tue, 08 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CYRz5lte.jpg" alt="How to build an ASP.NET image viewer" /></p>How to build an ASP.NET image viewer with Nutrient Web SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CYRz5lte.jpg"/>
        </item>
        <item>
            <title><![CDATA[Presenting Popovers on iPhone with SwiftUI]]></title>
            <link>https://www.nutrient.io/blog/presenting-popovers-on-iphone-with-swiftui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/presenting-popovers-on-iphone-with-swiftui/</guid>
            <pubDate>Thu, 03 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BdOhSv05.png" alt="Presenting Popovers on iPhone with SwiftUI" /></p>How to present the UI as popovers on iPhone when using SwiftUI.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BdOhSv05.png"/>
        </item>
        <item>
            <title><![CDATA[Using modern PDF compression to reduce data footprint]]></title>
            <link>https://www.nutrient.io/blog/using-modern-compression-to-reduce-data-footprint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-modern-compression-to-reduce-data-footprint/</guid>
            <pubDate>Wed, 02 Feb 2022 12:14:21 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Using modern PDF compression to reduce data footprint" /></p>Reduce PDF file sizes significantly using Autobahn DX's new compression step. A quick walkthrough with before-and-after comparisons shows the space savings.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Render Pages to TIFF Format Using PSPDFKit Processor 2022.1]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-processor-2022-1-tiff-output/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-processor-2022-1-tiff-output/</guid>
            <pubDate>Wed, 02 Feb 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.BHv0zDN6.png" alt="Render Pages to TIFF Format Using PSPDFKit Processor 2022.1" /></p>PSPDFKit Processor 2022.1 adds the ability to output TIFF images when converting PDFs to images.]]></description>
            <author>Bartosz Szafran</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.BHv0zDN6.png"/>
        </item>
        <item>
            <title><![CDATA[Download and display PDFs in Flutter]]></title>
            <link>https://www.nutrient.io/blog/download-and-display-pdf-in-flutter-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/download-and-display-pdf-in-flutter-with-pspdfkit/</guid>
            <pubDate>Wed, 02 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CyDSeHlj.png" alt="Download and display PDFs in Flutter" /></p>Learn to download and display PDF documents in your Flutter app using Dio and a PDF SDK with step-by-step code examples.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CyDSeHlj.png"/>
        </item>
        <item>
            <title><![CDATA[Using Autobahn DX to make any PDF file PDF/A compliant]]></title>
            <link>https://www.nutrient.io/blog/convert-pdf-files-to-compliant-pdf-a-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-pdf-files-to-compliant-pdf-a-documents/</guid>
            <pubDate>Tue, 01 Feb 2022 16:04:09 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Using Autobahn DX to make any PDF file PDF/A compliant" /></p>Convert any PDF to PDF/A compliance using Autobahn DX with optional OCR preprocessing. Choose from multiple PDF/A levels in a simple workflow step.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build an ASP.NET PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-asp-net-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-asp-net-pdf-viewer/</guid>
            <pubDate>Tue, 01 Feb 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DPTuKQe1.png" alt="How to build an ASP.NET PDF viewer" /></p>How to build an ASP.NET PDF viewer using Nutrient Web SDK.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DPTuKQe1.png"/>
        </item>
        <item>
            <title><![CDATA[The Many Pets of PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/pspdfkittens-the-pets-of-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkittens-the-pets-of-pspdfkit/</guid>
            <pubDate>Thu, 27 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0gI-B8j.jpg" alt="The Many Pets of PSPDFKit" /></p>AKA: Pspsps, come here PSPDFKit Kittens]]></description>
            <author>William Barbosa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B0gI-B8j.jpg"/>
        </item>
        <item>
            <title><![CDATA[How and Why You Should Be Using ASan]]></title>
            <link>https://www.nutrient.io/blog/how-and-why-you-should-use-asan/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-and-why-you-should-use-asan/</guid>
            <pubDate>Wed, 26 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CmJ5yxaT.png" alt="How and Why You Should Be Using ASan" /></p>Memory management has always been tough in C++, and that’s why we should use tools like AddressSanitizer.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CmJ5yxaT.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a PDFium image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-pdfium-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-pdfium-image-viewer/</guid>
            <pubDate>Tue, 25 Jan 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C0YM4Q-j.jpg" alt="How to build a PDFium image viewer" /></p>This post provides you with a step-by-step guide outlining how to deploy Nutrient’s PDFium-based <a href='/guides/web/viewer/images/'>JavaScript image viewer</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C0YM4Q-j.jpg"/>
        </item>
        <item>
            <title><![CDATA[Best Practices When Doing Code Reviews — Part 1]]></title>
            <link>https://www.nutrient.io/blog/best-practices-when-doing-code-reviews/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/best-practices-when-doing-code-reviews/</guid>
            <pubDate>Thu, 20 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DkGJAsrQ.png" alt="Best Practices When Doing Code Reviews — Part 1" /></p>An article with tips about how to do effective code reviews that have an impact on the quality of a codebase.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DkGJAsrQ.png"/>
        </item>
        <item>
            <title><![CDATA[Automating accounts payable processes with Animal Humane New Mexico]]></title>
            <link>https://www.nutrient.io/blog/customers-animal-humane-new-mexico/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-animal-humane-new-mexico/</guid>
            <pubDate>Thu, 20 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dg1OR1YU.jpg" alt="Automating accounts payable processes with Animal Humane New Mexico" /></p>Animal Humane wanted to automate its AP process for years, and the onset of COVID and remote work was the perfect time. Processes that used to take a day now take 10 minutes. Along with processes flowing smoothly, Animal Humane is also running completely paperless as a company.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Dg1OR1YU.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2022.1 Adds a New UI Customization API]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2022-1-new-ui-customization-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2022-1-new-ui-customization-api/</guid>
            <pubDate>Wed, 19 Jan 2022 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.BYw8ApCa.png" alt="PSPDFKit for Web 2022.1 Adds a New UI Customization API" /></p>PSPDFKit for Web 2022.1 adds a new UI customization API and tons of fixes and enhancements.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.BYw8ApCa.png"/>
        </item>
        <item>
            <title><![CDATA[2021: Year in Review]]></title>
            <link>https://www.nutrient.io/blog/2021-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2021-in-review/</guid>
            <pubDate>Wed, 19 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Detmx_pz.png" alt="2021: Year in Review" /></p>2021 was a year of success and change. 2022 promises to be a year of growth and opportunity.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Detmx_pz.png"/>
        </item>
        <item>
            <title><![CDATA[Customer Corner: Every Workflow Project Needs a Good Map]]></title>
            <link>https://www.nutrient.io/blog/customer-corner-every-workflow-project-needs-a-good-map/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customer-corner-every-workflow-project-needs-a-good-map/</guid>
            <pubDate>Wed, 19 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Customer Corner: Every Workflow Project Needs a Good Map" /></p>Before beginning any project, especially building a new workflow, it is essential to have a roadmap and defined end goal in mind from the start.]]></description>
            <author>Tom Martin</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Next.js image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-nextjs-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-nextjs-image-viewer/</guid>
            <pubDate>Tue, 18 Jan 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cmt33rny.jpg" alt="How to build a Next.js image viewer" /></p>In this article, you’ll learn how to build an image viewer in Next.js using <a href='/guides/web/viewer/images/'>Nutrient Web SDK</a> with local installation.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Cmt33rny.jpg"/>
        </item>
        <item>
            <title><![CDATA[8 Benefits of Using Cloud-Based Tools for Finance Operations]]></title>
            <link>https://www.nutrient.io/blog/8-benefits-of-using-cloud-based-tools-for-finance-operations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/8-benefits-of-using-cloud-based-tools-for-finance-operations/</guid>
            <pubDate>Tue, 18 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="8 Benefits of Using Cloud-Based Tools for Finance Operations" /></p>Reap the benefits of automation by streamlining finance operations using cloud-based tools.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.1 for React Native Unifies Platform APIs]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-2-1-react-native-api-unification/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-2-1-react-native-api-unification/</guid>
            <pubDate>Thu, 13 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.DU3kjjfM.png" alt="PSPDFKit 2.1 for React Native Unifies Platform APIs" /></p>PSPDFKit 2.1 for React Native unifies APIs and configuration options for both mobile platforms — and much more.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.DU3kjjfM.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.1 for Flutter Unifies Platform APIs]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-3-1-flutter-api-unification/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-3-1-flutter-api-unification/</guid>
            <pubDate>Thu, 13 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.Du0tFzJP.png" alt="PSPDFKit 3.1 for Flutter Unifies Platform APIs" /></p>PSPDFKit 3.1 for Flutter is out — with support for the PDF widget on Android, unified APIs for both mobile platforms, and much more.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.Du0tFzJP.png"/>
        </item>
        <item>
            <title><![CDATA[How we expose Jetpack Compose APIs]]></title>
            <link>https://www.nutrient.io/blog/how-we-expose-compose-apis/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-expose-compose-apis/</guid>
            <pubDate>Wed, 12 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B-NKuExG.png" alt="How we expose Jetpack Compose APIs" /></p>A few lessons we learned about API design for modern Android.]]></description>
            <author>William Barbosa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B-NKuExG.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of The Week: Invoice Approval]]></title>
            <link>https://www.nutrient.io/blog/use-case-invoice-approval/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-invoice-approval/</guid>
            <pubDate>Wed, 12 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of The Week: Invoice Approval" /></p>Using invoice approval software like Integrify you can design and implement a completely automated approval process that follows your company's standards and procurement process.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 11.2 for iOS Adds Instant Collaboration Permissions]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-11-2-ios-collaboration-permissions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-11-2-ios-collaboration-permissions/</guid>
            <pubDate>Wed, 12 Jan 2022 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.lDvjF9zk.png" alt="PSPDFKit 11.2 for iOS Adds Instant Collaboration Permissions" /></p>We’re excited to announce the addition of Instant Collaboration Permissions and the return of the text magnifying glass with PSPDFKit 11.2 for iOS.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.lDvjF9zk.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a TypeScript image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-typescript-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-typescript-image-viewer/</guid>
            <pubDate>Tue, 11 Jan 2022 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CxOenvLC.png" alt="How to build a TypeScript image viewer" /></p>A step-by-step guide to building a TypeScript image viewer for the web with Nutrient — view, annotate, and edit JPG, PNG, and TIFF files in the browser.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CxOenvLC.png"/>
        </item>
        <item>
            <title><![CDATA[Dynamic linking in WebAssembly]]></title>
            <link>https://www.nutrient.io/blog/dynamic-linking-in-webassembly/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/dynamic-linking-in-webassembly/</guid>
            <pubDate>Tue, 11 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D9LAm8Tv.png" alt="Dynamic linking in WebAssembly" /></p>Exploring the many ways to build and ship WebAssembly binaries.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D9LAm8Tv.png"/>
        </item>
        <item>
            <title><![CDATA[What is BPM (business process management)? A complete guide]]></title>
            <link>https://www.nutrient.io/blog/bpm-what-is-it-and-why-is-it-important/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-what-is-it-and-why-is-it-important/</guid>
            <pubDate>Mon, 10 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What is BPM (business process management)? A complete guide" /></p>Business process management (BPM) is how organizations design, automate, and improve their processes. Learn the BPM lifecycle, types, benefits, and use cases.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to download multiple files with JavaScript in one request]]></title>
            <link>https://www.nutrient.io/blog/how-to-download-multiple-files-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-download-multiple-files-javascript/</guid>
            <pubDate>Wed, 05 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ce8HKGHu.png" alt="How to download multiple files with JavaScript in one request" /></p>Learn how to download multiple files from a server in one request with JavaScript and multipart/form-data — client-side and Node.js code examples included.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ce8HKGHu.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of The Week: General Finance Department Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-general-finance-department-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-general-finance-department-request/</guid>
            <pubDate>Wed, 05 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of The Week: General Finance Department Request" /></p>We have created a form to gather information and route your requests to the correct financial staffer, and it'll save your department so much valuable time.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a TypeScript PDF viewer with Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-typescript-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-typescript-pdf-viewer/</guid>
            <pubDate>Tue, 04 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DuaRKxLA.png" alt="How to build a TypeScript PDF viewer with Nutrient Web SDK" /></p>Step-by-step guide to building a TypeScript PDF viewer with Nutrient Web SDK. Covers setup, rendering, navigation, and annotations with full code examples.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DuaRKxLA.png"/>
        </item>
        <item>
            <title><![CDATA[System of record vs. source of truth: Key differences explained]]></title>
            <link>https://www.nutrient.io/blog/system-of-record-vs-source-of-truth/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/system-of-record-vs-source-of-truth/</guid>
            <pubDate>Tue, 04 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DKEFFoi2.png" alt="System of record vs. source of truth: Key differences explained" /></p>Learn the key differences between a system of record (SOR) and a source of truth (SOT) to improve data management and ensure consistency across systems.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DKEFFoi2.png"/>
        </item>
        <item>
            <title><![CDATA[Using SSL for PostgreSQL Connections on Elixir]]></title>
            <link>https://www.nutrient.io/blog/using-ssl-postgresql-connections-elixir/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-ssl-postgresql-connections-elixir/</guid>
            <pubDate>Tue, 04 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bn5XhPVK.png" alt="Using SSL for PostgreSQL Connections on Elixir" /></p>How to successfully establish and verify SSL connections against a PostgreSQL server from an Elixir application.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bn5XhPVK.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Acquires Leading Document Software Provider Muhimbi]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-acquires-leading-document-software-provider-muhimbi/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-acquires-leading-document-software-provider-muhimbi/</guid>
            <pubDate>Sat, 01 Jan 2022 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="PSPDFKit Acquires Leading Document Software Provider Muhimbi" /></p>Nutrient acquires Muhimbi (now part of Nutrient) to expand into low-code document automation, adding PDF conversion, OCR, and workflow tools for SharePoint.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use Case of The Week: Employee Reimbursement Request]]></title>
            <link>https://www.nutrient.io/blog/use-case-of-the-week-employee-reimbursement-request/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-of-the-week-employee-reimbursement-request/</guid>
            <pubDate>Wed, 29 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of The Week: Employee Reimbursement Request" /></p>There will be times when you will have to reimburse your employees for expenses they paid for on behalf of the company. Ensure that this process is as streamlined as possible with the help of workflow automation.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Laravel image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-laravel-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-laravel-image-viewer/</guid>
            <pubDate>Tue, 28 Dec 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3-RJcwdp.jpg" alt="How to build a Laravel image viewer" /></p>This tutorial shows how to build a Laravel image viewer using <a href='/guides/web/viewer/images/'>Nutrient Web SDK</a>, a modern, feature-rich JavaScript library for displaying and interacting with documents in the browser.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.3-RJcwdp.jpg"/>
        </item>
        <item>
            <title><![CDATA[What Should Be in Your Quarterly Business Review?]]></title>
            <link>https://www.nutrient.io/blog/what-should-be-in-your-quarterly-business-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-should-be-in-your-quarterly-business-review/</guid>
            <pubDate>Mon, 27 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What Should Be in Your Quarterly Business Review?" /></p>Your QBR should include data sets and clearly illustrate the impact your products and/or services have on your customer's business and the value.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Advanced Capital Expenditure Request Form]]></title>
            <link>https://www.nutrient.io/blog/use-case-capital-expenditure-request-cer-advanced/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-capital-expenditure-request-cer-advanced/</guid>
            <pubDate>Wed, 22 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Advanced Capital Expenditure Request Form" /></p>Discover how to elevate your capital expenditure request process with our advanced form featuring a unique grid and Javascript capabilities.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build an HTML5 image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-html5-image-viewer-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-html5-image-viewer-with-pspdfkit/</guid>
            <pubDate>Tue, 21 Dec 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BgvMLOow.png" alt="How to build an HTML5 image viewer" /></p>A step-by-step tutorial explaining how to build an HTML5 image viewer with the Nutrient image viewer.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BgvMLOow.png"/>
        </item>
        <item>
            <title><![CDATA[7 Finance Processes That Should Be Automated ASAP]]></title>
            <link>https://www.nutrient.io/blog/7-finance-processes-that-should-be-automated-asap/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/7-finance-processes-that-should-be-automated-asap/</guid>
            <pubDate>Mon, 20 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="7 Finance Processes That Should Be Automated ASAP" /></p>It may be challenging to know where to start when you first consider automating your financial processes. Here are 7 financial processes to consider automating to see immediate benefits.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Loading Images on iOS 15]]></title>
            <link>https://www.nutrient.io/blog/ios-15-image-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ios-15-image-api/</guid>
            <pubDate>Wed, 15 Dec 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BaJu27C_.png" alt="Loading Images on iOS 15" /></p>We discuss the new iOS 15 APIs provided by UIKit for loading and displaying images and the SwiftUI APIs for loading an image from a remote URL.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BaJu27C_.png"/>
        </item>
        <item>
            <title><![CDATA[7 Key Attributes of Successful Automation Projects]]></title>
            <link>https://www.nutrient.io/blog/the-7-key-attributes-of-a-workflow-automation-project/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-7-key-attributes-of-a-workflow-automation-project/</guid>
            <pubDate>Wed, 15 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="7 Key Attributes of Successful Automation Projects" /></p>Automation projects require a rock-solid framework to stay on track and these tips will help you prepare for as many potential process landmines as possible.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Vue.js image viewer with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-vuejs-image-viewer-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-vuejs-image-viewer-with-pspdfkit/</guid>
            <pubDate>Tue, 14 Dec 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B7xHvubp.png" alt="How to build a Vue.js image viewer with Nutrient" /></p>A step-by-step guide to how to build a Vue.js image viewer with Nutrient.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B7xHvubp.png"/>
        </item>
        <item>
            <title><![CDATA[End of Service for the Private PSPDFKit Docker Registry]]></title>
            <link>https://www.nutrient.io/blog/end-of-service-for-the-private-pspdfkit-docker-registry/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/end-of-service-for-the-private-pspdfkit-docker-registry/</guid>
            <pubDate>Tue, 14 Dec 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BeE36Eyk.png" alt="End of Service for the Private PSPDFKit Docker Registry" /></p>We're sunsetting the private PSPDFKit Docker Registry. This post includes information on the migration path to use and important dates to keep in mind.]]></description>
            <author>Robert Vojta</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BeE36Eyk.png"/>
        </item>
        <item>
            <title><![CDATA[Use Case of The Week: Capital Expenditure Request (CER)]]></title>
            <link>https://www.nutrient.io/blog/use-case-capital-expenditure-request-cer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-case-capital-expenditure-request-cer/</guid>
            <pubDate>Tue, 14 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Case of The Week: Capital Expenditure Request (CER)" /></p>One of the most common use cases for automating is the need for a workflow by which capital and operational expenses are made. View our Capital Expenditure Request process and download it to use with Integrify.]]></description>
            <author>Toni Buffa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Custom PDF headers and footers on Linux]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-processor-2021-3-headers-and-footers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-processor-2021-3-headers-and-footers/</guid>
            <pubDate>Wed, 08 Dec 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.D6WNAMLW.png" alt="Custom PDF headers and footers on Linux" /></p>Discover how to add custom headers and footers to PDFs using PSPDFKit Processor 2021.3 for enhanced branding and organization.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.D6WNAMLW.png"/>
        </item>
        <item>
            <title><![CDATA[What is Mind Mapping?]]></title>
            <link>https://www.nutrient.io/blog/advantages-of-mind-mapping/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/advantages-of-mind-mapping/</guid>
            <pubDate>Wed, 08 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What is Mind Mapping?" /></p>The blog will cover 5 key advantages of mind mapping, a brainstorming technique.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Autosizing Fonts for Android EditTexts]]></title>
            <link>https://www.nutrient.io/blog/autosizing-edittexts-in-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/autosizing-edittexts-in-android/</guid>
            <pubDate>Wed, 08 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.w3BoR8H7.png" alt="Autosizing Fonts for Android EditTexts" /></p>Transfer Android's TextView autosizing capability to EditTexts]]></description>
            <author>Michael Kellner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.w3BoR8H7.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a PHP image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-php-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-php-image-viewer/</guid>
            <pubDate>Tue, 07 Dec 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ds9TUhRZ.png" alt="How to build a PHP image viewer" /></p>Build a PHP image viewer with Nutrient Web SDK. View JPEG, PNG, and TIFF files in the browser with annotations, editing, and signing capabilities.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ds9TUhRZ.png"/>
        </item>
        <item>
            <title><![CDATA[Understanding fast-math]]></title>
            <link>https://www.nutrient.io/blog/understanding-fast-math/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/understanding-fast-math/</guid>
            <pubDate>Tue, 07 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Gs3unSSu.png" alt="Understanding fast-math" /></p>What does the -ffast-math optimization really do, and when is it safe to use it?]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Gs3unSSu.png"/>
        </item>
        <item>
            <title><![CDATA[The Terminal Setups of PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/how-we-set-up-terminals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-set-up-terminals/</guid>
            <pubDate>Wed, 01 Dec 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BnnM9Lr7.png" alt="The Terminal Setups of PSPDFKit" /></p>How the engineers building an industry-leading SDK use the command line.]]></description>
            <author>William Barbosa</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BnnM9Lr7.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a Blazor image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-blazor-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-blazor-image-viewer/</guid>
            <pubDate>Tue, 30 Nov 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B5qgEaKs.jpg" alt="How to build a Blazor image viewer" /></p>In this tutorial, you’ll learn how to set up a Blazor WebAssembly app and render an image file inside a web viewer using JavaScript interop.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B5qgEaKs.jpg"/>
        </item>
        <item>
            <title><![CDATA[A Case for Fast CI]]></title>
            <link>https://www.nutrient.io/blog/a-case-for-fast-ci/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-case-for-fast-ci/</guid>
            <pubDate>Tue, 30 Nov 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.I6hZ-_Qe.png" alt="A Case for Fast CI" /></p>How slow build times lower your team’s productivity, and how to change this.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.I6hZ-_Qe.png"/>
        </item>
        <item>
            <title><![CDATA[Guide to low-code development platforms]]></title>
            <link>https://www.nutrient.io/blog/low-code-development-platform-workflow-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/low-code-development-platform-workflow-management/</guid>
            <pubDate>Tue, 30 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Guide to low-code development platforms" /></p>Discover how low-code platforms empower users to create business applications without coding expertise, accelerating development and efficiency.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build an Electron PDF viewer with PDF.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-electron-pdf-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-electron-pdf-viewer-with-pdfjs/</guid>
            <pubDate>Mon, 29 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bb2LNlsr.png" alt="How to build an Electron PDF viewer with PDF.js" /></p>Learn how to create a modern desktop PDF viewer using Electron and the PDF.js library]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bb2LNlsr.png"/>
        </item>
        <item>
            <title><![CDATA[Proven tips to streamline workflows and improve efficiency]]></title>
            <link>https://www.nutrient.io/blog/streamlining-your-processes-and-workflows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/streamlining-your-processes-and-workflows/</guid>
            <pubDate>Mon, 29 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D0oDFM17.png" alt="Proven tips to streamline workflows and improve efficiency" /></p>Learn how to streamline processes in six steps, remove unnecessary handoffs, and measure improvements in cycle time, rework, and overdue requests.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D0oDFM17.png"/>
        </item>
        <item>
            <title><![CDATA[Create a PDF viewer in Bootstrap 5 with PDF.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-bootstrap5-pdf-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-bootstrap5-pdf-viewer-with-pdfjs/</guid>
            <pubDate>Thu, 25 Nov 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.OGCOV9xb.png" alt="Create a PDF viewer in Bootstrap 5 with PDF.js" /></p>Learn how to build a responsive PDF viewer using Bootstrap 5 and PDF.js. This guide covers setting up a UI with Bootstrap components, embedding PDF.js, and adding features like zoom, page navigation, and tooltips to enhance the viewer experience.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.OGCOV9xb.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a jQuery PDF viewer with PDF.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-jquery-pdf-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-jquery-pdf-viewer-with-pdfjs/</guid>
            <pubDate>Wed, 24 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DS60Nh_-.jpg" alt="How to build a jQuery PDF viewer with PDF.js" /></p>In this blog post, you’ll learn how to build a fully functional jQuery PDF viewer that can load, navigate, zoom, and print PDF files — all using PDF.js and jQuery. This method is simple to set up and offers great flexibility for customization.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DS60Nh_-.jpg"/>
        </item>
        <item>
            <title><![CDATA[Migrating Our Web Codebase from Flow to TypeScript]]></title>
            <link>https://www.nutrient.io/blog/migration-from-flow-to-typescript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/migration-from-flow-to-typescript/</guid>
            <pubDate>Wed, 24 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D6e7Q6Kq.png" alt="Migrating Our Web Codebase from Flow to TypeScript" /></p>How we migrated our web codebase from Flow to TypeScript.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D6e7Q6Kq.png"/>
        </item>
        <item>
            <title><![CDATA[Next.js PDF viewer with React-PDF and Nutrient SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-nextjs-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-nextjs-pdf-viewer/</guid>
            <pubDate>Tue, 23 Nov 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWnkLt1i.png" alt="Next.js PDF viewer with React-PDF and Nutrient SDK" /></p>In this tutorial, you’ll use both the open source <a href='https://github.com/wojtekmaj/react-pdf'>React-PDF</a> library and the commercial <a href='/guides/web/viewer/'>Nutrient Web SDK</a> to build a client-side PDF viewer in Next.js and resolve SSR-related issues.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DWnkLt1i.png"/>
        </item>
        <item>
            <title><![CDATA[How to digitally sign a PDF using a YubiKey]]></title>
            <link>https://www.nutrient.io/blog/how-to-sign-a-pdf-using-yubikey/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-sign-a-pdf-using-yubikey/</guid>
            <pubDate>Tue, 23 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BtvXEdzl.png" alt="How to digitally sign a PDF using a YubiKey" /></p>Learn how to integrate Nutrient iOS SDK with a YubiKey hardware device to digitally sign PDF documents via NFC on iPhone. Includes complete Swift code examples.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BtvXEdzl.png"/>
        </item>
        <item>
            <title><![CDATA[React PDF viewer with pdfjs-dist and Next.js (2026): Step-by-step tutorial]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-reactjs-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-reactjs-viewer-with-pdfjs/</guid>
            <pubDate>Sun, 21 Nov 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.PP8l1OnG.png" alt="React PDF viewer with pdfjs-dist and Next.js (2026): Step-by-step tutorial" /></p>Need to add PDF viewing to your React or Next.js app? This tutorial walks you through creating a custom PDF viewer using <a href='https://www.npmjs.com/package/pdfjs-dist'>pdfjs-dist</a>, the official npm package for Mozilla’s open source PDF.js library, and compares it to <a href='/guides/web/'>Nutrient’s commercial SDK</a> — perfect if you need annotations, editing, or real-time collaboration.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.PP8l1OnG.png"/>
        </item>
        <item>
            <title><![CDATA[Using Process Automation for Internal Controls]]></title>
            <link>https://www.nutrient.io/blog/using-process-automation-for-internal-controls/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-process-automation-for-internal-controls/</guid>
            <pubDate>Thu, 18 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Using Process Automation for Internal Controls" /></p>Modern finance teams can now strengthen their internal controls with automation, enabling them to enforce a standardized framework for all their processes.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Using Instant layers for onsite visits]]></title>
            <link>https://www.nutrient.io/blog/using-instant-layers-for-onsite-visits/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-instant-layers-for-onsite-visits/</guid>
            <pubDate>Wed, 17 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bu6SmP3o.png" alt="Using Instant layers for onsite visits" /></p>We talk about how the layers feature of Instant can be used for construction site visits.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bu6SmP3o.png"/>
        </item>
        <item>
            <title><![CDATA[Laravel PDF viewer: Build a feature-rich viewer with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-laravel-pdf-viewer-with-nutrient/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-laravel-pdf-viewer-with-nutrient/</guid>
            <pubDate>Tue, 16 Nov 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJAZxSyY.jpg" alt="Laravel PDF viewer: Build a feature-rich viewer with Nutrient" /></p>This tutorial shows how to build a <a href='/guides/web/viewer/'>Laravel PDF viewer</a> using Nutrient Web SDK, a modern, feature-rich JavaScript library for displaying and interacting with documents in the browser. Laravel provides a clean and expressive syntax for PHP development, making it easy to integrate frontend tools like Nutrient into your app.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CJAZxSyY.jpg"/>
        </item>
        <item>
            <title><![CDATA[Fitting Text into a Bounding Frame on iOS]]></title>
            <link>https://www.nutrient.io/blog/fitting-text-into-a-bounding-frame-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/fitting-text-into-a-bounding-frame-on-ios/</guid>
            <pubDate>Tue, 16 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CviUagJ-.png" alt="Fitting Text into a Bounding Frame on iOS" /></p>How to use a binary search algorithm to precisely fit multiline text into a bounding frame on iOS.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CviUagJ-.png"/>
        </item>
        <item>
            <title><![CDATA[Surprising Ways to Improve Employee Engagement During Onboarding]]></title>
            <link>https://www.nutrient.io/blog/ways-to-improve-engagement-during-employee-onboarding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ways-to-improve-engagement-during-employee-onboarding/</guid>
            <pubDate>Tue, 16 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Surprising Ways to Improve Employee Engagement During Onboarding" /></p>Improving employee engagement during onboarding is a matter of knowing where to focus attention to ensure real connections are made.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Build a Continuous Improvement Culture]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-culture-of-continuous-improvement/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-culture-of-continuous-improvement/</guid>
            <pubDate>Mon, 15 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Build a Continuous Improvement Culture" /></p>Continuous improvement (CI) is an ongoing effort to improve a product, service or process and making it part of your culture is critical.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Revolutionizing the Construction Industry with PDF Technology]]></title>
            <link>https://www.nutrient.io/blog/revolutionize-construction-industry-with-pdf-technology/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/revolutionize-construction-industry-with-pdf-technology/</guid>
            <pubDate>Thu, 11 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DGtw4i4P.png" alt="Revolutionizing the Construction Industry with PDF Technology" /></p>Learn how PDF SDKs can be leveraged for the construction industry]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DGtw4i4P.png"/>
        </item>
        <item>
            <title><![CDATA[How to handle stacked PRs on GitHub]]></title>
            <link>https://www.nutrient.io/blog/how-to-handle-stacked-pull-requests-on-github/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-handle-stacked-pull-requests-on-github/</guid>
            <pubDate>Wed, 10 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kQ-KRMfk.png" alt="How to handle stacked PRs on GitHub" /></p>This blog post describes how to deal with dependent pull requests on GitHub, as well as the git concepts you need to master to understand them.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kQ-KRMfk.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a jQuery image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-jquery-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-jquery-image-viewer/</guid>
            <pubDate>Tue, 09 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DC1wvxGC.jpg" alt="How to build a jQuery image viewer" /></p>This tutorial will walk you through building a full-featured image viewer using <a href='/guides/web/viewer/images/'>Nutrient Web SDK</a> — no plugins, no downloads, just a modern image viewer embedded directly in your webpage.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DC1wvxGC.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF reports from HTML in PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-php/</guid>
            <pubDate>Mon, 08 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BOQbtTRr.png" alt="How to generate PDF reports from HTML in PHP" /></p>A step-by-step tutorial explaining how to generate PDF reports from HTML in PHP using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BOQbtTRr.png"/>
        </item>
        <item>
            <title><![CDATA[Adding Manual Alignment to the Comparison Workflow]]></title>
            <link>https://www.nutrient.io/blog/adding-manual-alignment-to-the-comparison-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adding-manual-alignment-to-the-comparison-workflow/</guid>
            <pubDate>Wed, 03 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ba7MJXVb.png" alt="Adding Manual Alignment to the Comparison Workflow" /></p>How we enhanced the UI design of our Document Comparison component.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ba7MJXVb.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a PHP PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-php-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-php-pdf-viewer/</guid>
            <pubDate>Tue, 02 Nov 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cgfg0Xpb.jpg" alt="How to build a PHP PDF viewer" /></p>Modern PHP applications frequently require a way to render and display PDF documents directly in the browser — whether for reviewing contracts, completing forms, or verifying reports. Traditionally, PHP developers have relied on open source tools such as <a href='https://www.fpdf.org/'>FPDF</a> and <a href='https://github.com/tecnickcom/tc-lib-pdf'>TCPDF</a> for generating PDF documents. However, these libraries don’t support client-side rendering, annotations, or real-time interaction.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Cgfg0Xpb.jpg"/>
        </item>
        <item>
            <title><![CDATA[What Is a Deprecated API on iOS?]]></title>
            <link>https://www.nutrient.io/blog/what-is-a-deprecated-api-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-a-deprecated-api-on-ios/</guid>
            <pubDate>Tue, 02 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWc2UdTe.png" alt="What Is a Deprecated API on iOS?" /></p>A look at Apple's API evolution strategy and the effect of the deployment target and base SDK Xcode project settings.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DWc2UdTe.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF reports from HTML in C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-csharp/</guid>
            <pubDate>Mon, 01 Nov 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BlwLdTOo.png" alt="How to generate PDF reports from HTML in C#" /></p>A step-by-step tutorial explaining how to generate PDF reports from HTML in C# using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BlwLdTOo.png"/>
        </item>
        <item>
            <title><![CDATA[Six Sigma vs. Kaizen process: Key differences explained]]></title>
            <link>https://www.nutrient.io/blog/six-sigma-vs-kaizen/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/six-sigma-vs-kaizen/</guid>
            <pubDate>Fri, 29 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.6OqKwXRx.jpg" alt="Six Sigma vs. Kaizen process: Key differences explained" /></p>Compare Six Sigma vs. Kaizen to understand how these methodologies improve processes. Explore their principles and decide which suits your business needs.]]></description>
            <author>Mark Adams</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.6OqKwXRx.jpg"/>
        </item>
        <item>
            <title><![CDATA[Why do you keep pushing that task?]]></title>
            <link>https://www.nutrient.io/blog/why-do-you-keep-pushing-tasks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-do-you-keep-pushing-tasks/</guid>
            <pubDate>Wed, 27 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why do you keep pushing that task?" /></p>Why do you keep bumping that task — and, more importantly, what can you do to roll up your sleeves, get things done, and cross that task off your to-do list once and for all?]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 11.1 for iOS Enhances Document Comparison]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-11-1-ios-document-comparison/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-11-1-ios-document-comparison/</guid>
            <pubDate>Tue, 26 Oct 2021 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cd_51FsJ.png" alt="PSPDFKit 11.1 for iOS Enhances Document Comparison" /></p>PSPDFKit 11.1 for iOS adds support for macOS 12 Monterey and manual alignment to the Document Comparison workflow.]]></description>
            <author>Adrian Kashivskyy</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cd_51FsJ.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a Blazor PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-blazor-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-blazor-pdf-viewer/</guid>
            <pubDate>Tue, 26 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.NeeeNEwS.jpg" alt="How to build a Blazor PDF viewer" /></p>In this post, we provide you with a step-by-step guide outlining how to deploy <a href='/guides/web/viewer/'>Nutrient’s Blazor PDF viewer</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.NeeeNEwS.jpg"/>
        </item>
        <item>
            <title><![CDATA[How process automation in finance operations reduces risk]]></title>
            <link>https://www.nutrient.io/blog/how-process-automation-in-finance-operations-reduces-risk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-process-automation-in-finance-operations-reduces-risk/</guid>
            <pubDate>Mon, 25 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How process automation in finance operations reduces risk" /></p>Automating processes in financial operations is the prudent path for reducing risk from manual, disconnected finance processes.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Python HTML to PDF (2026): WeasyPrint setup, Django, and a high-volume API]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-python/</guid>
            <pubDate>Mon, 25 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ByBX8zFm.png" alt="Python HTML to PDF (2026): WeasyPrint setup, Django, and a high-volume API" /></p>There are two main approaches to generating PDFs from HTML in Python: WeasyPrint for local, open source conversion, and the <a href='/api/tools/python/pdf-generator-api/'>Nutrient PDF generator API</a> for consistent output at volume. This post covers code examples for both, including page breaks, headers, Django, and Jinja2 — plus when to use which.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ByBX8zFm.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient React Native SDK 2 adds TIFF image documents]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-2-0-react-native-tiff-image-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-2-0-react-native-tiff-image-documents/</guid>
            <pubDate>Thu, 21 Oct 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.DMJt4u-u.jpeg" alt="Nutrient React Native SDK 2 adds TIFF image documents" /></p>Nutrient React Native SDK 2 adds the ability to open TIFF images, overhauls the example projects, and much more!]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/thumbnail.DMJt4u-u.jpeg"/>
        </item>
        <item>
            <title><![CDATA[Gaining Knowledge vs. Absorbing Knowledge]]></title>
            <link>https://www.nutrient.io/blog/gaining-knowledge-vs-absorbing-knowledge/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/gaining-knowledge-vs-absorbing-knowledge/</guid>
            <pubDate>Thu, 21 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Gaining Knowledge vs. Absorbing Knowledge" /></p>How can you make the transition from gaining new knowledge to actually absorbing that knowledge — and being able to not only remember it but use it to become your most successful, productive self?]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF.js in Vue.js: Build a PDF viewer (2026)]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-vuejs-pdf-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-vuejs-pdf-viewer-with-pdfjs/</guid>
            <pubDate>Thu, 21 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/illustration.Da-b9Lmj.png" alt="PDF.js in Vue.js: Build a PDF viewer (2026)" /></p>Build a PDF viewer in Vue.js with PDF.js — setup, rendering, and navigation controls — plus a Nutrient Web SDK comparison for annotations, forms, and Office support.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/illustration.Da-b9Lmj.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3 for Flutter Adds TIFF Image Documents]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-3-flutter-tiff-image-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-3-flutter-tiff-image-documents/</guid>
            <pubDate>Wed, 20 Oct 2021 16:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C39ahvVX.jpg" alt="PSPDFKit 3 for Flutter Adds TIFF Image Documents" /></p>PSPDFKit 3 for Flutter is out — with TIFF image support, new Android embedding v2 for the Flutter APIs, and much more.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C39ahvVX.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8 for Android: Signatures & Compose]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-8-adds-electronic-signatures-and-jetpack-compose/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-8-adds-electronic-signatures-and-jetpack-compose/</guid>
            <pubDate>Wed, 20 Oct 2021 13:55:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bzigwbzn.png" alt="PSPDFKit 8 for Android: Signatures & Compose" /></p>Discover PSPDFKit 8 for Android, featuring Electronic Signatures support, Jetpack Compose integration, and powerful document comparison tools.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bzigwbzn.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Jetpack Compose support]]></title>
            <link>https://www.nutrient.io/blog/introducing-jetpack-compose-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-jetpack-compose-support/</guid>
            <pubDate>Wed, 20 Oct 2021 13:50:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.4sjyFnRX.png" alt="Introducing Jetpack Compose support" /></p>The Android PDF SDK you know and love now supports Jetpack Compose!]]></description>
            <author>Gabriel Bunselmeyer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.4sjyFnRX.png"/>
        </item>
        <item>
            <title><![CDATA[Why Automation is Critical for Healthcare Finance Operations]]></title>
            <link>https://www.nutrient.io/blog/automation-critical-for-healthcare-finance-operations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automation-critical-for-healthcare-finance-operations/</guid>
            <pubDate>Wed, 20 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why Automation is Critical for Healthcare Finance Operations" /></p>Finance operations in healthcare need to shift away from manual processes and towards automation.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Practical Uses of Object URLs]]></title>
            <link>https://www.nutrient.io/blog/practical-uses-of-object-urls/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/practical-uses-of-object-urls/</guid>
            <pubDate>Wed, 20 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CK7l_f7r.png" alt="Practical Uses of Object URLs" /></p>Showcasing different applications of JavaScript object URLs in the browser.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CK7l_f7r.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an HTML5 PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-html5-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-html5-pdf-viewer/</guid>
            <pubDate>Tue, 19 Oct 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DNfglCNQ.png" alt="How to build an HTML5 PDF viewer" /></p>A step-by-step tutorial explaining how to build an HTML5 PDF viewer with the Nutrient PDF viewer.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DNfglCNQ.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2021.6: Document comparison and date picker]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2021-6-document-comparison-date-picker/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2021-6-document-comparison-date-picker/</guid>
            <pubDate>Tue, 19 Oct 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.wd_FGFyR.png" alt="PSPDFKit 2021.6: Document comparison and date picker" /></p>Explore the new document comparison and date picker features in PSPDFKit for Web 2021.6, enhancing your PDF experience with improved functionalities.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.wd_FGFyR.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF reports from HTML in Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-nodejs/</guid>
            <pubDate>Mon, 18 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dif3jhN8.png" alt="How to generate PDF reports from HTML in Node.js" /></p>A step-by-step tutorial explaining how to generate PDF reports from HTML using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dif3jhN8.png"/>
        </item>
        <item>
            <title><![CDATA[How to Create a BPM Implementation Project Plan]]></title>
            <link>https://www.nutrient.io/blog/how-to-create-bpm-implementation-project-plan/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-create-bpm-implementation-project-plan/</guid>
            <pubDate>Wed, 13 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Create a BPM Implementation Project Plan" /></p>Learn how to create a detailed BPM Implementation Project Plan Methodology to ensure your business process improvement project is successful.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[HTTP Caching 101]]></title>
            <link>https://www.nutrient.io/blog/http-caching-101/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/http-caching-101/</guid>
            <pubDate>Wed, 13 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DvsE_FyO.png" alt="HTTP Caching 101" /></p>...Or, how the cache works on your browser.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DvsE_FyO.png"/>
        </item>
        <item>
            <title><![CDATA[How to embed a PDF viewer in a website: Six methods (2026 guide)]]></title>
            <link>https://www.nutrient.io/blog/how-to-embed-a-pdf-viewer-in-your-website/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-embed-a-pdf-viewer-in-your-website/</guid>
            <pubDate>Tue, 12 Oct 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CbPq2lnB.png" alt="How to embed a PDF viewer in a website: Six methods (2026 guide)" /></p>Need to display a PDF inside a webpage? This guide covers six methods for embedding PDFs in HTML: pure HTML tags (<code>embed</code>, <code>iframe</code>, <code>object</code>, and <code>a</code>), plus an advanced, fully customizable viewer built with <a href='/sdk/web/'>Nutrient Web SDK</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CbPq2lnB.png"/>
        </item>
        <item>
            <title><![CDATA[Integrify Appoints Dan Jankowski as VP of Technology]]></title>
            <link>https://www.nutrient.io/blog/integrify-appoints-dan-jankowski-as-vp-of-technology/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-appoints-dan-jankowski-as-vp-of-technology/</guid>
            <pubDate>Tue, 12 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Appoints Dan Jankowski as VP of Technology" /></p>Dan Jankowski has been named Vice President of Technology for Integrify and will oversee product development going forward.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Refactor Git branches with rebase and autosquash]]></title>
            <link>https://www.nutrient.io/blog/interactive-rebase-with-autosquash-in-android-studio/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/interactive-rebase-with-autosquash-in-android-studio/</guid>
            <pubDate>Wed, 06 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.N58q2Oos.png" alt="Refactor Git branches with rebase and autosquash" /></p>Streamline your commit history in Android Studio using Git's interactive rebase and autosquash features for efficient version control.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.N58q2Oos.png"/>
        </item>
        <item>
            <title><![CDATA[Uncommon Productivity Tips for the New Hybrid Workplace]]></title>
            <link>https://www.nutrient.io/blog/productivity-tips-hybrid-workplace/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/productivity-tips-hybrid-workplace/</guid>
            <pubDate>Wed, 06 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Uncommon Productivity Tips for the New Hybrid Workplace" /></p>Here are some unusual but effective tips to boost productivity and performance in the new hybrid workplace.]]></description>
            <author>Jesse Relkin</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF certificates from HTML in C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-csharp/</guid>
            <pubDate>Mon, 04 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CVaTh6gh.png" alt="How to generate PDF certificates from HTML in C#" /></p>A step-by-step tutorial explaining how to generate PDF certificates from HTML in C# using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CVaTh6gh.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Announces &euro;100 Million Strategic Investment From Insight Partners to Fuel Growth]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-announces-100-million-strategic-growth-investment-from-insight-partners/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-announces-100-million-strategic-growth-investment-from-insight-partners/</guid>
            <pubDate>Fri, 01 Oct 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.q_c5Z9nO.png" alt="PSPDFKit Announces &euro;100 Million Strategic Investment From Insight Partners to Fuel Growth" /></p>PSPDFKit announces a strategic investment of over €100 million from Insight Partners to enhance its innovative document processing platform.]]></description>
            <author>PSPDFKit</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.q_c5Z9nO.png"/>
        </item>
        <item>
            <title><![CDATA[How to Save Custom Data in Image Files]]></title>
            <link>https://www.nutrient.io/blog/saving-custom-data-in-images/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/saving-custom-data-in-images/</guid>
            <pubDate>Wed, 29 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BBjv2yw5.jpg" alt="How to Save Custom Data in Image Files" /></p>Image files hold more than just images, and in this post, you'll learn how to save custom data in them.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BBjv2yw5.jpg"/>
        </item>
        <item>
            <title><![CDATA[ng2-pdf-viewer tutorial: View PDFs in Angular (2026)]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-angular-pdf-viewer-with-ng2-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-angular-pdf-viewer-with-ng2-pdf-viewer/</guid>
            <pubDate>Tue, 28 Sep 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKJ2nBrv.jpg" alt="ng2-pdf-viewer tutorial: View PDFs in Angular (2026)" /></p>Use the ng2-pdf-viewer library to display PDFs in Angular — setup, rendering, and viewer controls, with a Nutrient Web SDK comparison for annotations and forms.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CKJ2nBrv.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF certificates from HTML in PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-php/</guid>
            <pubDate>Mon, 27 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BpaCSeU2.png" alt="How to generate PDF certificates from HTML in PHP" /></p>A step-by-step tutorial explaining how to generate PDF certificates from HTML in PHP using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BpaCSeU2.png"/>
        </item>
        <item>
            <title><![CDATA[How to Make Your Subconscious Work for You]]></title>
            <link>https://www.nutrient.io/blog/how-to-make-your-subconscious-work-for-you/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-make-your-subconscious-work-for-you/</guid>
            <pubDate>Mon, 27 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Make Your Subconscious Work for You" /></p>Your subconscious mind can have a huge influence on your behavior, your actions, your decision-making abilities. Here's how to use it to your advantage.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF.js in Angular: Build a PDF viewer (2026)]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-angular-pdf-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-angular-pdf-viewer-with-pdfjs/</guid>
            <pubDate>Fri, 24 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CAQO0iY8.jpg" alt="PDF.js in Angular: Build a PDF viewer (2026)" /></p>In this step-by-step tutorial, you’ll build a custom Angular PDF viewer using three different approaches. First, you’ll create a lightweight viewer using the open source <a href='https://mozilla.github.io/pdf.js/'>PDF.js</a> library. Then, you’ll streamline development with <a href='https://www.npmjs.com/package/ngx-extended-pdf-viewer'>ngx-extended-pdf-viewer</a>, which layers a full UI on top of PDF.js. Finally, you’ll explore how to integrate the enterprise-grade <a href='/guides/web/viewer/'>Nutrient Web SDK</a> to unlock advanced features like annotations, form handling, and multiformat support. Whether you’re building a basic PDF viewer or a fully featured document solution, this guide has you covered.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CAQO0iY8.jpg"/>
        </item>
        <item>
            <title><![CDATA[What Is Text Shaping and Why Do We Do It?]]></title>
            <link>https://www.nutrient.io/blog/text-shaping-and-fonts/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/text-shaping-and-fonts/</guid>
            <pubDate>Wed, 22 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C9Vtb0QH.png" alt="What Is Text Shaping and Why Do We Do It?" /></p>Some text in some languages requires text shaping to render correctly. This will explain a little about what exactly that is.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C9Vtb0QH.png"/>
        </item>
        <item>
            <title><![CDATA[PDF.js tutorial: Build a JavaScript PDF viewer (2026)]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-javascript-pdf-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-javascript-pdf-viewer-with-pdfjs/</guid>
            <pubDate>Tue, 21 Sep 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BN2rMp5F.png" alt="PDF.js tutorial: Build a JavaScript PDF viewer (2026)" /></p>In this tutorial, you’ll learn how to build a JavaScript PDF viewer using <a href='https://mozilla.github.io/pdf.js/'>PDF.js</a>, a popular open source library for rendering PDF files in the browser. With PDF.js, you can create a PDF viewer that enables users to view and interact with PDF documents directly in a web browser without needing an external PDF reader.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BN2rMp5F.png"/>
        </item>
        <item>
            <title><![CDATA[Transformation vs. change: What’s the difference?]]></title>
            <link>https://www.nutrient.io/blog/transformation-vs-change-whats-the-difference/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/transformation-vs-change-whats-the-difference/</guid>
            <pubDate>Tue, 21 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYs2vsZs.jpg" alt="Transformation vs. change: What’s the difference?" /></p>Transformation vs. change: Understanding those differences is an absolute must if your organization is trying to move forward with change or transformation.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BYs2vsZs.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 11 for iOS 15]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-11-for-ios-15/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-11-for-ios-15/</guid>
            <pubDate>Mon, 20 Sep 2021 13:55:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bi_Lc2B2.png" alt="PSPDFKit 11 for iOS 15" /></p>PSPDFKit 11 for iOS adds support for Apple's new operating system version.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bi_Lc2B2.png"/>
        </item>
        <item>
            <title><![CDATA[PDF certificate generation with Python API]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-python/</guid>
            <pubDate>Mon, 20 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DekDyEvx.png" alt="PDF certificate generation with Python API" /></p>Learn to create PDF certificates from HTML dynamically using Python. Get started with our free template and 50 credits for your projects.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DekDyEvx.png"/>
        </item>
        <item>
            <title><![CDATA[How Govenda uses Nutrient to optimize board member experience and efficiency]]></title>
            <link>https://www.nutrient.io/blog/case-study-govenda/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-govenda/</guid>
            <pubDate>Wed, 15 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CTxNDBwe.jpg" alt="How Govenda uses Nutrient to optimize board member experience and efficiency" /></p>Discover how Govenda transformed board communications and improved efficiency using Nutrient for secure and intuitive management.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CTxNDBwe.jpg"/>
        </item>
        <item>
            <title><![CDATA[JavaScript PDF editor tutorial using pdf‑lib]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-javascript-pdf-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-javascript-pdf-editor/</guid>
            <pubDate>Wed, 15 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CIwL6Huz.jpg" alt="JavaScript PDF editor tutorial using pdf‑lib" /></p>This tutorial will guide you through building a simple JavaScript PDF editor with <a href='https://pdf-lib.js.org/'>pdf-lib</a>. Then, it’ll show how to deploy your editor in <a href='/guides/web/editor/'>Nutrient’s JavaScript PDF viewer</a>.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CIwL6Huz.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a TypeScript PDF viewer with PDF.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-typescript-pdf-viewer-with-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-typescript-pdf-viewer-with-pdfjs/</guid>
            <pubDate>Tue, 14 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.cyhhbSFE.png" alt="How to build a TypeScript PDF viewer with PDF.js" /></p>Learn to build a TypeScript PDF viewer using PDF.js for basic rendering or Nutrient Web SDK for enterprise features like annotations, editing, and signatures.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.cyhhbSFE.png"/>
        </item>
        <item>
            <title><![CDATA[PDF certificate generation in Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-nodejs/</guid>
            <pubDate>Mon, 13 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BbDMDB26.png" alt="PDF certificate generation in Node.js" /></p>Learn how to create PDF certificates from HTML in Node.js using Nutrient API. Follow our easy tutorial and start generating certificates today!]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BbDMDB26.png"/>
        </item>
        <item>
            <title><![CDATA[Managing CI pipelines with Terraform]]></title>
            <link>https://www.nutrient.io/blog/managing-ci-pipelines-with-terraform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/managing-ci-pipelines-with-terraform/</guid>
            <pubDate>Wed, 08 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header._h_EvIGy.png" alt="Managing CI pipelines with Terraform" /></p>Learn about Terraform and how we use it to manage our Buildkite pipelines.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header._h_EvIGy.png"/>
        </item>
        <item>
            <title><![CDATA[react-pdf tutorial: Build a PDF viewer in React (2026)]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-reactjs-pdf-viewer-with-react-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-reactjs-pdf-viewer-with-react-pdf/</guid>
            <pubDate>Tue, 07 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BEt_6fLM.jpg" alt="react-pdf tutorial: Build a PDF viewer in React (2026)" /></p>Build a full-featured React PDF viewer from scratch with <code>react-pdf</code>. This tutorial walks through page navigation, zoom, thumbnails, outline navigation, error handling, and a TypeScript implementation. You’ll also see how Nutrient’s React PDF library compares when you need annotations, forms, or signatures.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BEt_6fLM.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Calendar Blocking Improves Work & Personal Life]]></title>
            <link>https://www.nutrient.io/blog/how-calendar-blocking-improves-work-personal-life/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-calendar-blocking-improves-work-personal-life/</guid>
            <pubDate>Mon, 06 Sep 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How Calendar Blocking Improves Work & Personal Life" /></p>Calendar blocking is a time management strategy that involves dividing your day into dedicated blocks of time — and then adding those blocks to your calendar.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a JavaScript image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-javascript-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-javascript-image-viewer/</guid>
            <pubDate>Wed, 01 Sep 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1oAlL7Y.jpg" alt="How to build a JavaScript image viewer" /></p>In this tutorial, you’ll learn how to build a fully functional image viewer using <a href='/guides/web/viewer/images/'></a>Nutrient Web SDK</a>. It will walk you through setup, integration, and customization so you can display formats like JPEG, PNG, TIFF, and even PDFs — all inside your browser.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B1oAlL7Y.jpg"/>
        </item>
        <item>
            <title><![CDATA[Swift render tests in practice — Part III]]></title>
            <link>https://www.nutrient.io/blog/swift-render-tests-in-practice-part-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swift-render-tests-in-practice-part-3/</guid>
            <pubDate>Wed, 01 Sep 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3Ey8oInO.png" alt="Swift render tests in practice — Part III" /></p>Enhance your Swift UI testing with advanced render test techniques. Learn to visualize image differences, automate reference image generation, and integrate visual diffs directly into your CI pipeline.]]></description>
            <author>Daniel Demiss</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.3Ey8oInO.png"/>
        </item>
        <item>
            <title><![CDATA[How Controlled Failure Can Boost Your Success]]></title>
            <link>https://www.nutrient.io/blog/how-controlled-failure-can-boost-your-success/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-controlled-failure-can-boost-your-success/</guid>
            <pubDate>Mon, 30 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How Controlled Failure Can Boost Your Success" /></p>Controlled failure can lay the foundation for success — if you understand how to leverage the experience of failing to support your goals and growth.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF invoices from HTML in PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-php/</guid>
            <pubDate>Mon, 30 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BjlKpxnj.png" alt="How to generate PDF invoices from HTML in PHP" /></p>A step-by-step tutorial explaining how to generate PDF invoices from HTML in PHP using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BjlKpxnj.png"/>
        </item>
        <item>
            <title><![CDATA[Swift render tests in practice — Part II]]></title>
            <link>https://www.nutrient.io/blog/swift-render-tests-in-practice-part-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swift-render-tests-in-practice-part-2/</guid>
            <pubDate>Wed, 25 Aug 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.TjMLF5Gd.png" alt="Swift render tests in practice — Part II" /></p>Improve your Swift UI render tests by enhancing failure diagnostics. Learn to utilize .xcresult bundles, XCTAttachment, and XCTContext to streamline debugging and integrate detailed test outputs into your CI workflow.]]></description>
            <author>Daniel Demiss</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.TjMLF5Gd.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an Angular image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-angular-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-angular-image-viewer/</guid>
            <pubDate>Tue, 24 Aug 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.zIrj_mF6.jpg" alt="How to build an Angular image viewer" /></p>This post provides you with a step-by-step guide on how you can deploy <a href='/guides/web/viewer/images/'>Nutrient’s Angular image viewer</a>.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.zIrj_mF6.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF invoices from HTML in C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-csharp/</guid>
            <pubDate>Mon, 23 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.pAmIlC3I.png" alt="How to generate PDF invoices from HTML in C#" /></p>A step-by-step tutorial explaining how to generate PDF invoices from HTML in C# using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.pAmIlC3I.png"/>
        </item>
        <item>
            <title><![CDATA[Swift render tests in practice — Part I]]></title>
            <link>https://www.nutrient.io/blog/swift-render-tests-in-practice-part-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swift-render-tests-in-practice-part-1/</guid>
            <pubDate>Wed, 18 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.IXJL9ABX.png" alt="Swift render tests in practice — Part I" /></p>Discover how to implement render tests in Xcode for custom drawing code. Learn when to use them, how they compare images to catch regressions, and why they're essential for maintaining visual fidelity in iOS and macOS apps.]]></description>
            <author>Daniel Demiss</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.IXJL9ABX.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a React.js image viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-reactjs-image-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-reactjs-image-viewer/</guid>
            <pubDate>Tue, 17 Aug 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dg4PjiNx.png" alt="How to build a React.js image viewer" /></p>Need to build a responsive image viewer in React? This step-by-step tutorial shows you how to use <a href='/sdk/web/'>Nutrient Web SDK</a> to create a fast, customizable image viewer that works with JPEG, PNG, and TIFF files. You’ll learn how to scaffold a React app with Vite, integrate the SDK, and display images with a polished user interface (UI), plus add extra capabilities like annotations, cropping, and eSignatures.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dg4PjiNx.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF invoices from HTML in Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-python/</guid>
            <pubDate>Mon, 16 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BxyTz75B.png" alt="How to generate PDF invoices from HTML in Python" /></p>A step-by-step tutorial explaining how to generate PDF invoices from HTML using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BxyTz75B.png"/>
        </item>
        <item>
            <title><![CDATA[Reverse engineering UIKit to fix our top crash]]></title>
            <link>https://www.nutrient.io/blog/reverse-engineering-uikit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reverse-engineering-uikit/</guid>
            <pubDate>Wed, 11 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BJFUOpV6.png" alt="Reverse engineering UIKit to fix our top crash" /></p>This blog post describes the process of reverse engineering UIKit to identify and fix our top crash in PSPDFKit for iOS.]]></description>
            <author>Adrian Kashivskyy</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BJFUOpV6.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a PDFium PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-pdfium-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-pdfium-viewer/</guid>
            <pubDate>Tue, 10 Aug 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CnDdSTif.jpg" alt="How to build a PDFium PDF viewer" /></p>In this post, we provide you with a step-by-step guide outlining how to deploy Nutrient’s PDFium-based JavaScript PDF viewer.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CnDdSTif.jpg"/>
        </item>
        <item>
            <title><![CDATA[Generate PDF invoices in Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-nodejs/</guid>
            <pubDate>Mon, 09 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCROPT-h.png" alt="Generate PDF invoices in Node.js" /></p>Learn to easily create PDF invoices from HTML using Node.js and the Nutrient API with customizable templates.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DCROPT-h.png"/>
        </item>
        <item>
            <title><![CDATA[Automating Test Retries]]></title>
            <link>https://www.nutrient.io/blog/automating-test-retries/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automating-test-retries/</guid>
            <pubDate>Tue, 03 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0BTBXtq.png" alt="Automating Test Retries" /></p>We walk through our experience of dealing with flaky tests by automatically retrying them.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B0BTBXtq.png"/>
        </item>
        <item>
            <title><![CDATA[Avoiding business disruption during resignation]]></title>
            <link>https://www.nutrient.io/blog/how-to-avoid-business-disruption-during-the-great-resignation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-avoid-business-disruption-during-the-great-resignation/</guid>
            <pubDate>Tue, 03 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Avoiding business disruption during resignation" /></p>Discover effective strategies to mitigate business disruption amidst the Great Resignation and retain valuable talent.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a jQuery PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-jquery-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-jquery-pdf-viewer/</guid>
            <pubDate>Tue, 03 Aug 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C4PwuNFt.jpg" alt="How to build a jQuery PDF viewer" /></p>In this tutorial, you’ll learn how to build a browser-based PDF viewer using <a href='https://jquery.com/'>jQuery</a> and <a href='/guides/web/viewer/'>Nutrient Web SDK</a>, a lightweight, client-side JavaScript library for document rendering and annotation. Whether you’re modernizing an older jQuery-based app or building a quick standalone viewer, this guide shows how to get up and running fast.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C4PwuNFt.jpg"/>
        </item>
        <item>
            <title><![CDATA[In-House Development vs. Packaged Solutions]]></title>
            <link>https://www.nutrient.io/blog/in-house-development-vs-packaged-solutions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/in-house-development-vs-packaged-solutions/</guid>
            <pubDate>Wed, 28 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="In-House Development vs. Packaged Solutions" /></p>The majority of today's businesses rely on software. When assessing your business needs, you must ultimately choose between in-house developed software or commercial (out-of-the-box) packaged solutions.]]></description>
            <author>Katy Reid</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Opening a PDF in a Jetpack Compose application]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-in-jetpack-compose-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-in-jetpack-compose-app/</guid>
            <pubDate>Wed, 28 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cm8U-53L.png" alt="Opening a PDF in a Jetpack Compose application" /></p>How to open a PDF in a Jetpack Compose application.]]></description>
            <author>William Barbosa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cm8U-53L.png"/>
        </item>
        <item>
            <title><![CDATA[Modern Authentication in Aquaforest Products]]></title>
            <link>https://www.nutrient.io/blog/modern-authentication-in-aquaforest-products/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/modern-authentication-in-aquaforest-products/</guid>
            <pubDate>Tue, 27 Jul 2021 12:16:19 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Modern Authentication in Aquaforest Products" /></p>Set up Modern Authentication in Aquaforest Searchlight using Azure AD app registration and a self-signed certificate. Follow the step-by-step guide.]]></description>
            <author>Shrevin Sookun</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a Vue.js PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-vuejs-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-vuejs-pdf-viewer/</guid>
            <pubDate>Tue, 27 Jul 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BvL12Sre.png" alt="How to build a Vue.js PDF viewer" /></p>Learn how to build a Vue.js PDF viewer with Nutrient. This tutorial covers Vue CLI setup, SDK integration, and adding annotation, signing, and editing features.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BvL12Sre.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2021.5 update overview]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2021-5-document-crop-accessibility/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2021-5-document-crop-accessibility/</guid>
            <pubDate>Mon, 26 Jul 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.DnY8rAsu.png" alt="PSPDFKit for Web 2021.5 update overview" /></p>Discover PSPDFKit for Web 2021.5 with document crop features and improved accessibility options for enhanced user experience.]]></description>
            <author>Lucas Nezwal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.DnY8rAsu.png"/>
        </item>
        <item>
            <title><![CDATA[Streamlining operations through process automation at Befeler Group]]></title>
            <link>https://www.nutrient.io/blog/customers-process-customization-increased-operational-efficiency-befeler/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-process-customization-increased-operational-efficiency-befeler/</guid>
            <pubDate>Mon, 26 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C7BM90IY.jpg" alt="Streamlining operations through process automation at Befeler Group" /></p>Discover how Befeler Group enhanced efficiency by automating complex business processes with custom workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C7BM90IY.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF receipts from HTML in C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-csharp/</guid>
            <pubDate>Mon, 26 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CgItemxM.png" alt="How to generate PDF receipts from HTML in C#" /></p>A step-by-step tutorial explaining how to generate PDF receipts from HTML in C# using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CgItemxM.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 7 for Android: Instant Comments added]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-7-adds-real-time-communication/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-7-adds-real-time-communication/</guid>
            <pubDate>Thu, 22 Jul 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CqpxdI1O.png" alt="PSPDFKit 7 for Android: Instant Comments added" /></p>Discover new Instant Comments, TIFF support, and more in PSPDFKit 7 for Android to improve your document collaboration experience.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CqpxdI1O.png"/>
        </item>
        <item>
            <title><![CDATA[How to edit a PDF programmatically with C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-edit-a-pdf-programmatically-c-sharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-edit-a-pdf-programmatically-c-sharp/</guid>
            <pubDate>Wed, 21 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.sW_B79UK.png" alt="How to edit a PDF programmatically with C#" /></p>This blog post will demonstrate how to edit a PDF document programmatically using C#, focusing on the practical aspects of editing PDFs. After reading it, you’ll know how to add annotations, add new pages, and change the pages of a PDF.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.sW_B79UK.png"/>
        </item>
        <item>
            <title><![CDATA[How to build an Angular PDF viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-an-angular-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-an-angular-pdf-viewer/</guid>
            <pubDate>Tue, 20 Jul 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CjSUNZCc.png" alt="How to build an Angular PDF viewer" /></p>A step-by-step guide to how to build an Angular PDF viewer.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CjSUNZCc.png"/>
        </item>
        <item>
            <title><![CDATA[How to Solve The Procrastination Puzzle]]></title>
            <link>https://www.nutrient.io/blog/how-to-solve-the-procrastination-puzzle/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-solve-the-procrastination-puzzle/</guid>
            <pubDate>Tue, 20 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Solve The Procrastination Puzzle" /></p>Procrastination is incredibly common — but it’s also incredibly unhelpful. If you want to be your most effective, productive self, you need to figure out a way to solve the procrastination puzzle. But how, exactly, do you do that?]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Debugging Image Loading and Cropping Performance on iOS]]></title>
            <link>https://www.nutrient.io/blog/image-loading-and-cropping-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/image-loading-and-cropping-on-ios/</guid>
            <pubDate>Tue, 20 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DElaAvrP.png" alt="Debugging Image Loading and Cropping Performance on iOS" /></p>We talk about using the Image I/O and Core Graphics APIs to improve the image loading and cropping performance in the PSPDFKit iOS SDK.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DElaAvrP.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF receipts from HTML in PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-php/</guid>
            <pubDate>Mon, 19 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.mWtLTTUg.png" alt="How to generate PDF receipts from HTML in PHP" /></p>A step-by-step tutorial explaining how to generate PDF receipts from HTML in PHP using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.mWtLTTUg.png"/>
        </item>
        <item>
            <title><![CDATA[OCR and SharePoint Auditing Made Easy: Watch Our Guided Videos]]></title>
            <link>https://www.nutrient.io/blog/getting-started-with-document-searchability/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/getting-started-with-document-searchability/</guid>
            <pubDate>Fri, 16 Jul 2021 15:38:19 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="OCR and SharePoint Auditing Made Easy: Watch Our Guided Videos" /></p>Install Searchlight OCR, connect to SharePoint, and run your first audit with guided video walkthroughs. Make scanned documents fully searchable. Get started today.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creating Images from Text on the Web Using Canvas]]></title>
            <link>https://www.nutrient.io/blog/creating-images-from-text-on-the-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-images-from-text-on-the-web/</guid>
            <pubDate>Wed, 14 Jul 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DVMeFmSM.png" alt="Creating Images from Text on the Web Using Canvas" /></p>Due to the wide variety of web rendering engines, a task such as generating a bitmap image from text with a certain style can be trickier than expected. This blog post presents some aspects to consider.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DVMeFmSM.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a React.js PDF viewer with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-reactjs-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-reactjs-pdf-viewer/</guid>
            <pubDate>Tue, 13 Jul 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DVN4pv7k.jpg" alt="How to build a React.js PDF viewer with Nutrient" /></p>Need to embed a fast, modern PDF viewer in your React app? This tutorial walks you through how to set up <a href='/guides/web/'>Nutrient’s commercial React.js PDF viewer</a> using Vite. You’ll learn how to install the SDK, display a PDF file, and unlock features like annotations, digital signatures, and document editing — all inside a polished, production-ready user interface (UI).]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DVN4pv7k.jpg"/>
        </item>
        <item>
            <title><![CDATA[Processing PDF Files in a Browser Using JavaScript]]></title>
            <link>https://www.nutrient.io/blog/processing-pdf-files-in-a-browser-using-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/processing-pdf-files-in-a-browser-using-javascript/</guid>
            <pubDate>Tue, 13 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CpVAd8LJ.png" alt="Processing PDF Files in a Browser Using JavaScript" /></p>See how PSPDFKit for Web can be used to programmatically edit PDF files in a browser.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CpVAd8LJ.png"/>
        </item>
        <item>
            <title><![CDATA[Generate PDF receipts in Python]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-python/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-python/</guid>
            <pubDate>Mon, 12 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CbhB_CBY.png" alt="Generate PDF receipts in Python" /></p>Learn how to create PDF receipts from HTML using Python and Nutrient API with free credits and customizable templates.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CbhB_CBY.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 10.5 for iOS Adds Instant Document Permissions]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-10-5-ios-instant-document-permissions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-10-5-ios-instant-document-permissions/</guid>
            <pubDate>Wed, 07 Jul 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.7CxXKx2A.png" alt="PSPDFKit 10.5 for iOS Adds Instant Document Permissions" /></p>PSPDFKit 10.5 for iOS adds Instant document permissions, redesigned getting started guides, and preliminary compatibility with iOS 15.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.7CxXKx2A.png"/>
        </item>
        <item>
            <title><![CDATA[How we debugged a customer problem with a signed PDF]]></title>
            <link>https://www.nutrient.io/blog/how-we-debugged-a-problem-with-a-signed-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-debugged-a-problem-with-a-signed-pdf/</guid>
            <pubDate>Wed, 07 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.WLnN6WX4.png" alt="How we debugged a customer problem with a signed PDF" /></p>This blog post details how the PDF expertise of the Nutrient team helped unblock a customer with a tricky PDF problem.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.WLnN6WX4.png"/>
        </item>
        <item>
            <title><![CDATA[Exchange Online OAuth2 Configuration for Aquaforest Products]]></title>
            <link>https://www.nutrient.io/blog/exchange-online-oauth2-configuration-for-aquaforest-products/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/exchange-online-oauth2-configuration-for-aquaforest-products/</guid>
            <pubDate>Tue, 06 Jul 2021 10:40:59 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Exchange Online OAuth2 Configuration for Aquaforest Products" /></p>Configure OAuth 2.0 for Exchange Online to let Aquaforest products access mail without interactive prompts. Register an Azure app and set API permissions.]]></description>
            <author>Shrevin Sookun</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a JavaScript PDF viewer with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-javascript-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-javascript-pdf-viewer/</guid>
            <pubDate>Tue, 06 Jul 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CoPiM68O.png" alt="How to build a JavaScript PDF viewer with Nutrient" /></p>This post provides you with a step-by-step guide on how you can deploy Nutrient’s JavaScript PDF viewer.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CoPiM68O.png"/>
        </item>
        <item>
            <title><![CDATA[How to Open a PDF in React Native Using the Document Picker]]></title>
            <link>https://www.nutrient.io/blog/how-to-open-a-pdf-in-react-native-using-the-document-browser/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-open-a-pdf-in-react-native-using-the-document-browser/</guid>
            <pubDate>Tue, 06 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DU7R7qDX.png" alt="How to Open a PDF in React Native Using the Document Picker" /></p>A video tutorial about how to open a PDF in React Native using the document browser.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DU7R7qDX.png"/>
        </item>
        <item>
            <title><![CDATA[Searchlight and SharePoint common challenges]]></title>
            <link>https://www.nutrient.io/blog/document-searchability-and-sharepoint-common-problems/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-searchability-and-sharepoint-common-problems/</guid>
            <pubDate>Mon, 05 Jul 2021 16:06:42 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Searchlight and SharePoint common challenges" /></p>Resolve the most common Searchlight and SharePoint integration issues including firewall rules, MFA, OAuth2, throttling, and email authentication.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF receipts from HTML in Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-nodejs/</guid>
            <pubDate>Mon, 05 Jul 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DKcfCaJd.png" alt="How to generate PDF receipts from HTML in Node.js" /></p>A step-by-step tutorial explaining how to generate PDF receipts from HTML using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DKcfCaJd.png"/>
        </item>
        <item>
            <title><![CDATA[Creating and Filling Out Forms Programmatically on Android]]></title>
            <link>https://www.nutrient.io/blog/creating-and-filling-out-forms-programmatically-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-and-filling-out-forms-programmatically-android/</guid>
            <pubDate>Wed, 30 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DrhOcTAz.png" alt="Creating and Filling Out Forms Programmatically on Android" /></p>This blog post shows how to create and fill out forms programmatically on Android.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DrhOcTAz.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a React Native PDF viewer (step-by-step)]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-react-native-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-react-native-pdf-viewer/</guid>
            <pubDate>Tue, 29 Jun 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1GGwHuh.jpg" alt="How to build a React Native PDF viewer (step-by-step)" /></p>Build a React Native PDF viewer with the react-native-pdf library. Then upgrade to Nutrient React Native SDK for annotations, forms, and signing.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B1GGwHuh.jpg"/>
        </item>
        <item>
            <title><![CDATA[Load Testing PSPDFKit Server]]></title>
            <link>https://www.nutrient.io/blog/load-testing-pspdfkit-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/load-testing-pspdfkit-server/</guid>
            <pubDate>Tue, 29 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B-eOXkDK.png" alt="Load Testing PSPDFKit Server" /></p>How we figured out what it takes to run PSPDFKit Server.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B-eOXkDK.png"/>
        </item>
        <item>
            <title><![CDATA[Maintain Your Public Flutter Project Seamlessly]]></title>
            <link>https://www.nutrient.io/blog/maintaining-open-source-repo-from-monorepo/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/maintaining-open-source-repo-from-monorepo/</guid>
            <pubDate>Wed, 23 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ib5H79xd.png" alt="Maintain Your Public Flutter Project Seamlessly" /></p>Learn how to streamline your Flutter development and release cycle by managing a public project through a private monorepo effectively.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ib5H79xd.png"/>
        </item>
        <item>
            <title><![CDATA[Avoiding Primitive Type Saturation in Kotlin]]></title>
            <link>https://www.nutrient.io/blog/avoiding-primitive-type-saturation-in-kotlin/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/avoiding-primitive-type-saturation-in-kotlin/</guid>
            <pubDate>Tue, 22 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.SIZsqoDu.png" alt="Avoiding Primitive Type Saturation in Kotlin" /></p>Enough of fun getString(string: String): String – let's make greater use of Kotlin's powerful type system.]]></description>
            <author>William Barbosa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.SIZsqoDu.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF certificates from HTML in Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-certificates-from-html-in-java/</guid>
            <pubDate>Sun, 20 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ByAsMcSR.png" alt="How to generate PDF certificates from HTML in Java" /></p>A step-by-step tutorial explaining how to generate PDF certificates from HTML in Java using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ByAsMcSR.png"/>
        </item>
        <item>
            <title><![CDATA[Node.js PDF generator: How to generate PDFs from HTML with Node.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-from-html-with-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-from-html-with-nodejs/</guid>
            <pubDate>Wed, 16 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0VqFEvw.jpg" alt="Node.js PDF generator: How to generate PDFs from HTML with Node.js" /></p>This guide will compare five leading Node.js libraries — <a href='https://pptr.dev/'>Puppeteer</a>, <a href='https://pdfkit.org/'>PDFKit</a>, <a href='https://github.com/parallax/jsPDF'>jsPDF</a>, <a href='https://pdfmake.github.io/docs/'>PDFMake</a>, and <a href='/sdk/document-engine/'>Nutrient Document Engine</a>. Each takes a different approach: Some render HTML and CSS directly, while others use canvas-like drawing APIs or templated data structures.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B0VqFEvw.jpg"/>
        </item>
        <item>
            <title><![CDATA[CMake Presets in Practice]]></title>
            <link>https://www.nutrient.io/blog/cmake-presets-in-practice/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cmake-presets-in-practice/</guid>
            <pubDate>Tue, 15 Jun 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BZM4rRSx.png" alt="CMake Presets in Practice" /></p>What CMake presets are and why PSPDFKit hopes to use them more.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BZM4rRSx.png"/>
        </item>
        <item>
            <title><![CDATA[Streamlining workflows at Philadelphia Federal Credit Union (PFCU)]]></title>
            <link>https://www.nutrient.io/blog/customers-philadelphia-federal-credit-union/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-philadelphia-federal-credit-union/</guid>
            <pubDate>Mon, 14 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ejA5kGc_.jpg" alt="Streamlining workflows at Philadelphia Federal Credit Union (PFCU)" /></p>Learn how Philadelphia Federal Credit Union automated processes to improve workflow efficiency and reduce manual tasks.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.ejA5kGc_.jpg"/>
        </item>
        <item>
            <title><![CDATA[Printing a PDF with Java]]></title>
            <link>https://www.nutrient.io/blog/printing-a-pdf-with-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/printing-a-pdf-with-java/</guid>
            <pubDate>Thu, 10 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgbQEncT.png" alt="Printing a PDF with Java" /></p>A tutorial showing how PSPDFKit can be used to easily print a document using Java.]]></description>
            <author>Gabriel Bunselmeyer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DgbQEncT.png"/>
        </item>
        <item>
            <title><![CDATA[Automating Mac Catalyst Distribution with fastlane]]></title>
            <link>https://www.nutrient.io/blog/automating-mac-catalyst-distribution-with-fastlane/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automating-mac-catalyst-distribution-with-fastlane/</guid>
            <pubDate>Wed, 09 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.UpOn4OaE.png" alt="Automating Mac Catalyst Distribution with fastlane" /></p>We recently automated PDF Viewer for Mac distribution via fastlane. Here’s how you can do the same for your Mac Catalyst app.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.UpOn4OaE.png"/>
        </item>
        <item>
            <title><![CDATA[Optimizing PDFs for Printers]]></title>
            <link>https://www.nutrient.io/blog/optimizing-pdfs-for-printers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-pdfs-for-printers/</guid>
            <pubDate>Tue, 08 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Deek1u6j.png" alt="Optimizing PDFs for Printers" /></p>How to make sure your users get a good experience when your PDF is printed.]]></description>
            <author>James Campbell</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Deek1u6j.png"/>
        </item>
        <item>
            <title><![CDATA[Taming the Task List Monster]]></title>
            <link>https://www.nutrient.io/blog/taming-the-task-list-monster/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/taming-the-task-list-monster/</guid>
            <pubDate>Tue, 08 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Taming the Task List Monster" /></p>Stop letting your task list overwhelm you. Learn how to tame it with priority scoring, urgency flags, and batching strategies that keep you productive.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Build a Cordova PDF Viewer]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-cordova-pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-cordova-pdf-viewer/</guid>
            <pubDate>Fri, 04 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.CCNM6AyJ.png" alt="How to Build a Cordova PDF Viewer" /></p>This post shows how to add PDF support to your Cordova app running on iOS and Android.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.CCNM6AyJ.png"/>
        </item>
        <item>
            <title><![CDATA[Why Should You Care about Manual Testing?]]></title>
            <link>https://www.nutrient.io/blog/pragmatic-manual-testing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pragmatic-manual-testing/</guid>
            <pubDate>Wed, 02 Jun 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C_M9wyHw.png" alt="Why Should You Care about Manual Testing?" /></p>How to approach manual testing pragmatically for quality products you can be proud of.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C_M9wyHw.png"/>
        </item>
        <item>
            <title><![CDATA[How a B-Tree Helped Reduce Memory Usage in Our Framework]]></title>
            <link>https://www.nutrient.io/blog/how-a-b-tree-helped-reduce-memory-usage-in-our-framework/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-a-b-tree-helped-reduce-memory-usage-in-our-framework/</guid>
            <pubDate>Tue, 01 Jun 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BhY_r165.png" alt="How a B-Tree Helped Reduce Memory Usage in Our Framework" /></p>This blog post describes the approach we took to save around 15 percent of memory in our framework by first identifying bottlenecks, and then changing one of our dictionary implementations to use a specialized data structure known as a B-tree.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BhY_r165.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF invoices from HTML in Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-invoices-from-html-in-java/</guid>
            <pubDate>Sun, 30 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.HjLvtUk_.png" alt="How to generate PDF invoices from HTML in Java" /></p>A step-by-step tutorial explaining how to generate PDF invoices from HTML in Java using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.HjLvtUk_.png"/>
        </item>
        <item>
            <title><![CDATA[The New Rules for Change Management]]></title>
            <link>https://www.nutrient.io/blog/new-rules-for-change-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/new-rules-for-change-management/</guid>
            <pubDate>Thu, 27 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="The New Rules for Change Management" /></p>The new rules for change management can help transformative efforts support business goals and deliver promised benefits.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A brief tour of multipart requests]]></title>
            <link>https://www.nutrient.io/blog/a-brief-tour-of-multipart-requests/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-brief-tour-of-multipart-requests/</guid>
            <pubDate>Wed, 26 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.dnk3CMyj.png" alt="A brief tour of multipart requests" /></p>Learn how multipart requests enable the transfer of multiple types of data, including files, over the internet in a single HTTP request.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.dnk3CMyj.png"/>
        </item>
        <item>
            <title><![CDATA[The Experience of Signing Electronically]]></title>
            <link>https://www.nutrient.io/blog/the-experience-of-signing-electronically/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-experience-of-signing-electronically/</guid>
            <pubDate>Tue, 25 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DTNMZFWj.png" alt="The Experience of Signing Electronically" /></p>How we designed the UI and UX of our new Electronic Signatures component.]]></description>
            <author>Petra Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DTNMZFWj.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 10.4 for iOS Introduces an Overhauled Undo Architecture]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-10-4-ios-new-undo-architecture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-10-4-ios-new-undo-architecture/</guid>
            <pubDate>Thu, 20 May 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3qbqtfDG.png" alt="PSPDFKit 10.4 for iOS Introduces an Overhauled Undo Architecture" /></p>PSPDFKit 10.4 for iOS with an overhauled undo architecture, new examples, and TIFF support for image documents.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.3qbqtfDG.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Libraries 1.4: Text Extraction & Updates]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-libraries-1-4-text-extraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-libraries-1-4-text-extraction/</guid>
            <pubDate>Wed, 19 May 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BPolQN4q.png" alt="PSPDFKit Libraries 1.4: Text Extraction & Updates" /></p>Explore the new text extraction API and enhanced trial flow in PSPDFKit Libraries 1.4 for Java and .NET. Get started easily!]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BPolQN4q.png"/>
        </item>
        <item>
            <title><![CDATA[Approaches to Undo and Redo]]></title>
            <link>https://www.nutrient.io/blog/approaches-to-undo-and-redo/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approaches-to-undo-and-redo/</guid>
            <pubDate>Wed, 19 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BOwmSfI3.png" alt="Approaches to Undo and Redo" /></p>A step-by-step guide to implement an undo and redo history manager.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BOwmSfI3.png"/>
        </item>
        <item>
            <title><![CDATA[How the Austrian government uses Nutrient to bring digital signatures to everyone]]></title>
            <link>https://www.nutrient.io/blog/case-study-digitales-amt/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-digitales-amt/</guid>
            <pubDate>Tue, 18 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-Gx1mc2.jpg" alt="How the Austrian government uses Nutrient to bring digital signatures to everyone" /></p>Discover how the Austrian government and Nutrient enhance digital services with secure PDF signing in the Digitales Amt app.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D-Gx1mc2.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2021.4: Undo and Redo Features]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2021-4-undo-redo-document-editor-customization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2021-4-undo-redo-document-editor-customization/</guid>
            <pubDate>Sun, 16 May 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.RtWjVg3D.png" alt="PSPDFKit 2021.4: Undo and Redo Features" /></p>Discover the latest updates in PSPDFKit 2021.4, including undo/redo capabilities, customizable document editor, and improved TypeScript support.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.RtWjVg3D.png"/>
        </item>
        <item>
            <title><![CDATA[Feedback vs. Feedforward]]></title>
            <link>https://www.nutrient.io/blog/feedback-vs-feedforward/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/feedback-vs-feedforward/</guid>
            <pubDate>Wed, 12 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Feedback vs. Feedforward" /></p>Every experience, task, and project can teach us lessons in how to improve. One of the most beneficial ways to learn is by hearing the perspectives of others.]]></description>
            <author>Katy Reid</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF event tickets]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-event-tickets/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-event-tickets/</guid>
            <pubDate>Wed, 12 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dc_T6hYe.png" alt="How to generate PDF event tickets" /></p>Find out how to create custom tickets like boarding passes and event e-tickets.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dc_T6hYe.png"/>
        </item>
        <item>
            <title><![CDATA[Why PDF Uses Floats and Word Uses EMUs]]></title>
            <link>https://www.nutrient.io/blog/why-pdf-uses-floats-and-word-uses-emus/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-pdf-uses-floats-and-word-uses-emus/</guid>
            <pubDate>Tue, 11 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Csu6P8Em.png" alt="Why PDF Uses Floats and Word Uses EMUs" /></p>This post explores and gives examples of the units of length in Word documents.]]></description>
            <author>Markus Woschank</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Csu6P8Em.png"/>
        </item>
        <item>
            <title><![CDATA[Convert PDFs to images on Linux]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-processor-2021-2-document-to-image-conversion/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-processor-2021-2-document-to-image-conversion/</guid>
            <pubDate>Mon, 10 May 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.CcTe5Cld.png" alt="Convert PDFs to images on Linux" /></p>Easily convert PDFs and Office documents to images with the new PSPDFKit Processor for Linux.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.CcTe5Cld.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.11 for Windows: Electronic Signatures]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-11-electronic-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-11-electronic-signatures/</guid>
            <pubDate>Thu, 06 May 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.DVyeh-Yh.png" alt="PSPDFKit 2.11 for Windows: Electronic Signatures" /></p>PSPDFKit 2.11 for Windows adds the new Electronic Signatures component.]]></description>
            <author>William Barbosa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.DVyeh-Yh.png"/>
        </item>
        <item>
            <title><![CDATA[Embedding Audio in PDFs: Sound Annotations in Depth]]></title>
            <link>https://www.nutrient.io/blog/embedding-audio-in-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/embedding-audio-in-pdf/</guid>
            <pubDate>Wed, 05 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xCjyfJg2.png" alt="Embedding Audio in PDFs: Sound Annotations in Depth" /></p>An introduction to PDF sound annotations.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.xCjyfJg2.png"/>
        </item>
        <item>
            <title><![CDATA[What Contributes to Slow PDF Rendering?]]></title>
            <link>https://www.nutrient.io/blog/what-contributes-to-slow-pdf-rendering/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-contributes-to-slow-pdf-rendering/</guid>
            <pubDate>Tue, 04 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B7qLTD9L.png" alt="What Contributes to Slow PDF Rendering?" /></p>We briefly cover how PDF rendering works and some reasons why rendering a PDF can be slow.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B7qLTD9L.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF receipts from HTML in Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-receipts-from-html-in-java/</guid>
            <pubDate>Sun, 02 May 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.TpKXurdt.png" alt="How to generate PDF receipts from HTML in Java" /></p>A step-by-step tutorial explaining how to generate PDF receipts from HTML in Java using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.TpKXurdt.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF reports from HTML in Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdf-reports-from-html-in-java/</guid>
            <pubDate>Thu, 29 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BzgIk3gj.png" alt="How to generate PDF reports from HTML in Java" /></p>A step-by-step tutorial explaining how to generate PDF reports from HTML in Java using Nutrient API.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BzgIk3gj.png"/>
        </item>
        <item>
            <title><![CDATA[Ideas to Bring to Every Meeting]]></title>
            <link>https://www.nutrient.io/blog/ideas-to-bring-to-every-meeting/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ideas-to-bring-to-every-meeting/</guid>
            <pubDate>Thu, 29 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Ideas to Bring to Every Meeting" /></p>When you attend a meeting, you want to show up prepared to participate and make the most out of the time you have with your team, managers, and coworkers — and that means showing up with ideas.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Private Mode Using Collaboration Permissions]]></title>
            <link>https://www.nutrient.io/blog/implement-private-mode-using-collaboration-permissions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/implement-private-mode-using-collaboration-permissions/</guid>
            <pubDate>Wed, 28 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.oG8EgjWP.png" alt="Private Mode Using Collaboration Permissions" /></p>We go through the steps required to implement private mode in PSPDFKit for Web using Collaboration Permissions.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.oG8EgjWP.png"/>
        </item>
        <item>
            <title><![CDATA[Adding annotations in Swift with PDFKit vs. Nutrient]]></title>
            <link>https://www.nutrient.io/blog/adding-annotations-in-swift-with-pdfkit-vs-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adding-annotations-in-swift-with-pdfkit-vs-pspdfkit/</guid>
            <pubDate>Tue, 27 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DKdgokzY.png" alt="Adding annotations in Swift with PDFKit vs. Nutrient" /></p>A post that compares adding annotations in Apple’s PDFKit and Nutrient.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DKdgokzY.png"/>
        </item>
        <item>
            <title><![CDATA[How IBM Cognitive Applications uses Nutrient to streamline flight releases]]></title>
            <link>https://www.nutrient.io/blog/case-study-ibm/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-ibm/</guid>
            <pubDate>Wed, 21 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Co53tKhm.jpg" alt="How IBM Cognitive Applications uses Nutrient to streamline flight releases" /></p>Discover how IBM enhances flight release efficiency using Nutrient to streamline pilot workflows and reduce paperwork.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Co53tKhm.jpg"/>
        </item>
        <item>
            <title><![CDATA[SwiftUI In Production]]></title>
            <link>https://www.nutrient.io/blog/swiftui-in-production/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swiftui-in-production/</guid>
            <pubDate>Tue, 20 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BRU8UPJA.png" alt="SwiftUI In Production" /></p>We recently shipped a major new feature in SwiftUI while still supporting iOS 12 in our SDK. Here's what we learned.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BRU8UPJA.png"/>
        </item>
        <item>
            <title><![CDATA[Server Development on Apple Silicon]]></title>
            <link>https://www.nutrient.io/blog/server-development-on-apple-silicon/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/server-development-on-apple-silicon/</guid>
            <pubDate>Wed, 14 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.wpEowh6A.png" alt="Server Development on Apple Silicon" /></p>A short post about the experience of using an M1 MacBook for working on our Server product.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.wpEowh6A.png"/>
        </item>
        <item>
            <title><![CDATA[The Case for Ad Hoc Engineer 1:1s with Newcomers]]></title>
            <link>https://www.nutrient.io/blog/ad-hoc-engineer-meetings/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ad-hoc-engineer-meetings/</guid>
            <pubDate>Tue, 13 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B9xoYap3.png" alt="The Case for Ad Hoc Engineer 1:1s with Newcomers" /></p>Or, the unspoken challenges of onboarding engineers in 2020 and beyond.]]></description>
            <author>William Barbosa</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B9xoYap3.png"/>
        </item>
        <item>
            <title><![CDATA[Our Journey to ARM]]></title>
            <link>https://www.nutrient.io/blog/our-journey-to-arm/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/our-journey-to-arm/</guid>
            <pubDate>Wed, 07 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.k6CRkO-r.png" alt="Our Journey to ARM" /></p>A recollection of the events that led to PSPDFKit supporting ARM for our server-based products.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.k6CRkO-r.png"/>
        </item>
        <item>
            <title><![CDATA[How to identify browser bugs]]></title>
            <link>https://www.nutrient.io/blog/how-to-identify-browser-bugs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-identify-browser-bugs/</guid>
            <pubDate>Tue, 06 Apr 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DFWTfLiR.png" alt="How to identify browser bugs" /></p>Learn how to identify, isolate, and report browser bugs. This guide covers testing across browsers, creating minimal test cases, and filing effective bug reports.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DFWTfLiR.png"/>
        </item>
        <item>
            <title><![CDATA[Electronically Sign Documents with PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/electronically-sign-documents-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/electronically-sign-documents-with-pspdfkit/</guid>
            <pubDate>Wed, 31 Mar 2021 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDpv6Dkv.png" alt="Electronically Sign Documents with PSPDFKit" /></p>An overview of what's possible with PSPDFKit's new Electronic Signatures component.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BDpv6Dkv.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 10.3 introduces new features]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-10-3-ios-electronic-signatures-instant-comments/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-10-3-ios-electronic-signatures-instant-comments/</guid>
            <pubDate>Wed, 31 Mar 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.VRwMAVUH.png" alt="PSPDFKit 10.3 introduces new features" /></p>Explore PSPDFKit 10.3 for iOS with new electronic signatures and instant comments, enhancing collaboration and document signing experiences.]]></description>
            <author>Adrian Kashivskyy</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.VRwMAVUH.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2021.3: Electronic Signatures]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2021-3-electronic-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2021-3-electronic-signatures/</guid>
            <pubDate>Wed, 31 Mar 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.BSA0Znmw.png" alt="PSPDFKit for Web 2021.3: Electronic Signatures" /></p>PSPDFKit for Web 2021.3 adds the new Electronic Signatures feature, plus a new document loading progress UI.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.BSA0Znmw.png"/>
        </item>
        <item>
            <title><![CDATA[Tackling PDF Performance Issues]]></title>
            <link>https://www.nutrient.io/blog/tackling-pdf-performance-issues/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tackling-pdf-performance-issues/</guid>
            <pubDate>Wed, 31 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.qI-mk_qt.png" alt="Tackling PDF Performance Issues" /></p>Digging into the internals of PSPDFKit to improve PDF performance.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.qI-mk_qt.png"/>
        </item>
        <item>
            <title><![CDATA[4 Reasons Taking Breaks is Beneficial to Your Productivity]]></title>
            <link>https://www.nutrient.io/blog/4-reasons-taking-breaks-is-beneficial-to-your-productivity/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/4-reasons-taking-breaks-is-beneficial-to-your-productivity/</guid>
            <pubDate>Tue, 30 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="4 Reasons Taking Breaks is Beneficial to Your Productivity" /></p>You might think that the secret to productivity is buckling down and pushing yourself to work until you’ve checked off every item on your to-do list.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creating and Filling Forms Programmatically in Swift]]></title>
            <link>https://www.nutrient.io/blog/creating-and-filling-forms-programmatically-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-and-filling-forms-programmatically-in-swift/</guid>
            <pubDate>Tue, 30 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.LYjz3R-C.png" alt="Creating and Filling Forms Programmatically in Swift" /></p>This blog post explains the process of creating and filling PDF forms programmatically in Swift.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.LYjz3R-C.png"/>
        </item>
        <item>
            <title><![CDATA[How to customize our Flutter PDF SDK]]></title>
            <link>https://www.nutrient.io/blog/how-to-customize-our-flutter-pdf-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-customize-our-flutter-pdf-sdk/</guid>
            <pubDate>Wed, 24 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CIjWAq1S.png" alt="How to customize our Flutter PDF SDK" /></p>How to fork and modify the Nutrient Flutter PDF SDK for your own application.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CIjWAq1S.png"/>
        </item>
        <item>
            <title><![CDATA[ERC innovates to transform internal operations]]></title>
            <link>https://www.nutrient.io/blog/customers-erc-innovates-internal-operations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-erc-innovates-internal-operations/</guid>
            <pubDate>Tue, 23 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D1x3fx22.jpg" alt="ERC innovates to transform internal operations" /></p>Discover how ERC transformed HR with custom automations, improving accuracy and efficiency in internal workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D1x3fx22.jpg"/>
        </item>
        <item>
            <title><![CDATA[The Perils of Large Files in Elixir]]></title>
            <link>https://www.nutrient.io/blog/the-perils-of-large-files-in-elixir/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-perils-of-large-files-in-elixir/</guid>
            <pubDate>Tue, 23 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DxFUR3UD.png" alt="The Perils of Large Files in Elixir" /></p>A post about dealing with large files in Elixir applications.]]></description>
            <author>Claudio Ortolina</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DxFUR3UD.png"/>
        </item>
        <item>
            <title><![CDATA[Process Analysis: Qualitative vs. Quantitative]]></title>
            <link>https://www.nutrient.io/blog/process-analysis-qualitative-vs-quantitative/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-analysis-qualitative-vs-quantitative/</guid>
            <pubDate>Thu, 18 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Process Analysis: Qualitative vs. Quantitative" /></p>Process Analysis is one of the stages in Business Process Management (BPM). Within this stage, we can analyze the processes by applying several techniques to gain insights into the current process's weaknesses and identify potential opportunities for redesigning the process.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Converting an Image to PDF in Kotlin]]></title>
            <link>https://www.nutrient.io/blog/converting-an-image-to-pdf-in-kotlin/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-an-image-to-pdf-in-kotlin/</guid>
            <pubDate>Wed, 17 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.IU6t2xMR.jpg" alt="Converting an Image to PDF in Kotlin" /></p>Learn how to convert an image to PDF using PSPDFKit for Android and Kotlin.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.IU6t2xMR.jpg"/>
        </item>
        <item>
            <title><![CDATA[While we work: How we stay productive]]></title>
            <link>https://www.nutrient.io/blog/while-we-work-how-we-stay-productive/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/while-we-work-how-we-stay-productive/</guid>
            <pubDate>Tue, 16 Mar 2021 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DkjRDeRP.png" alt="While we work: How we stay productive" /></p>Some people at Nutrient share their tips for being productive.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DkjRDeRP.png"/>
        </item>
        <item>
            <title><![CDATA[Streamlined PDF generation in PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/pdf-generation-now-available-in-pspdfkit-processor-and-pspdfkit-for-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-generation-now-available-in-pspdfkit-processor-and-pspdfkit-for-web/</guid>
            <pubDate>Thu, 11 Mar 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pdf-generation-hero.C_uJxTyl.png" alt="Streamlined PDF generation in PSPDFKit" /></p>Discover the powerful PDF generation tools in PSPDFKit for Processor and Web, enhancing your document creation process seamlessly.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pdf-generation-hero.C_uJxTyl.png"/>
        </item>
        <item>
            <title><![CDATA[How To Have More Patience at Work]]></title>
            <link>https://www.nutrient.io/blog/how-to-be-more-patient-at-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-be-more-patient-at-work/</guid>
            <pubDate>Wed, 10 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How To Have More Patience at Work" /></p>We expect things to happen fast — and that's made most people extremely impatient. We've got some tips on regaining your patience in the workplace and in general.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streams of Cocoa: Why It's Still Worth Knowing NSStream]]></title>
            <link>https://www.nutrient.io/blog/streams-of-cocoa-why-its-still-worth-knowing-nsstream/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/streams-of-cocoa-why-its-still-worth-knowing-nsstream/</guid>
            <pubDate>Wed, 10 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CrvtnQl6.png" alt="Streams of Cocoa: Why It's Still Worth Knowing NSStream" /></p>In this post, we'll look at a piece of API that many people rarely touch, if ever: Stream. It’s neither new nor shiny, but it's a powerful tool when you know how to use it.]]></description>
            <author>Daniel Demiss</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CrvtnQl6.png"/>
        </item>
        <item>
            <title><![CDATA[Image annotation in Vue.js: A simple guide]]></title>
            <link>https://www.nutrient.io/blog/upload-image-insert-as-annotation-with-vuejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/upload-image-insert-as-annotation-with-vuejs/</guid>
            <pubDate>Tue, 09 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BGz34i-R.png" alt="Image annotation in Vue.js: A simple guide" /></p>Learn to upload and insert image annotations in PDFs using Vue.js with our simple tutorial on adding logos with PSPDFKit.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BGz34i-R.png"/>
        </item>
        <item>
            <title><![CDATA[5 Time Saving Hacks to Maximize Productivity]]></title>
            <link>https://www.nutrient.io/blog/5-time-saving-hacks-to-maximize-productivity/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/5-time-saving-hacks-to-maximize-productivity/</guid>
            <pubDate>Thu, 04 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="5 Time Saving Hacks to Maximize Productivity" /></p>Time is the one thing that we can’t control — that also controls us. In this article, we will go over five methods to maximize your time.]]></description>
            <author>Katy Reid</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[String Literals, Character Encodings, and Multiplatform C++]]></title>
            <link>https://www.nutrient.io/blog/string-literals-character-encodings-and-multiplatform-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/string-literals-character-encodings-and-multiplatform-cpp/</guid>
            <pubDate>Wed, 03 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BXkBc35K.png" alt="String Literals, Character Encodings, and Multiplatform C++" /></p>How string literals are encoded by Clang and MSVC.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BXkBc35K.png"/>
        </item>
        <item>
            <title><![CDATA[Frontend Performance Enhancements at PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/frontend-performance-enhancements-at-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/frontend-performance-enhancements-at-pspdfkit/</guid>
            <pubDate>Tue, 02 Mar 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BR9HGlu7.png" alt="Frontend Performance Enhancements at PSPDFKit" /></p>A short article about the principles of performance improvements at PSPDFKit.]]></description>
            <author>Lucas Nezwal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BR9HGlu7.png"/>
        </item>
        <item>
            <title><![CDATA[How to Achieve Personal Growth]]></title>
            <link>https://www.nutrient.io/blog/how-to-achieve-personal-growth/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-achieve-personal-growth/</guid>
            <pubDate>Fri, 26 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Achieve Personal Growth" /></p>The path to self-improvement is an active process. By continually striving to increase your strengths, achievements, and curiosity, you'll be on the road to living an exceptional and fulfilling life.]]></description>
            <author>Katy Reid</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Sysmosoft uses Nutrient to offer qualified electronic signatures]]></title>
            <link>https://www.nutrient.io/blog/case-study-sysmosoft/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-sysmosoft/</guid>
            <pubDate>Thu, 25 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ChhmuQAF.jpg" alt="How Sysmosoft uses Nutrient to offer qualified electronic signatures" /></p>Discover how Sysmosoft leverages Nutrient for smooth qualified electronic signing in financial processes.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.ChhmuQAF.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add a watermark with Next.js]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-a-watermark-with-nextjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-a-watermark-with-nextjs/</guid>
            <pubDate>Wed, 24 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.fiMUbJj0.jpg" alt="How to add a watermark with Next.js" /></p>Learn how to render custom watermarks on PDF pages using Next.js and Nutrient Web SDK. Use the renderPageCallback API to draw text and graphics.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.fiMUbJj0.jpg"/>
        </item>
        <item>
            <title><![CDATA[Advances in XCFrameworks]]></title>
            <link>https://www.nutrient.io/blog/advances-in-xcframeworks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/advances-in-xcframeworks/</guid>
            <pubDate>Tue, 23 Feb 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.nJ3zlQG1.png" alt="Advances in XCFrameworks" /></p>With Xcode 12, Apple improved the XCFramework format, which unlocks great new capabilities.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.nJ3zlQG1.png"/>
        </item>
        <item>
            <title><![CDATA[How We Forge Togetherness]]></title>
            <link>https://www.nutrient.io/blog/how-we-forge-togetherness/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-forge-togetherness/</guid>
            <pubDate>Wed, 17 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.LpTIcVLi.png" alt="How We Forge Togetherness" /></p>As a remote-first company, we fully understand that to work well together, we have to create connections and understand each other.]]></description>
            <author>Kelly Benitez</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.LpTIcVLi.png"/>
        </item>
        <item>
            <title><![CDATA[Deflaking CI tests with xcresults]]></title>
            <link>https://www.nutrient.io/blog/deflaking-ci-tests-with-xcresults/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/deflaking-ci-tests-with-xcresults/</guid>
            <pubDate>Tue, 16 Feb 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BrEuIRjS.png" alt="Deflaking CI tests with xcresults" /></p>We’re sharing some techniques for tracking down and fixing flaky Xcode tests on CI.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BrEuIRjS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2021.1: Collaboration Permissions]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2021-1-collaboration-permissions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2021-1-collaboration-permissions/</guid>
            <pubDate>Tue, 16 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/thumbnail.CGMbzN-x.png" alt="PSPDFKit for Web 2021.1: Collaboration Permissions" /></p>The new Collaboration Permissions feature, plus improvements to Standalone in PSPDFKit for Web 2021.1]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/thumbnail.CGMbzN-x.png"/>
        </item>
        <item>
            <title><![CDATA[Keyboard Navigation in SwiftUI]]></title>
            <link>https://www.nutrient.io/blog/keyboard-navigation-in-swiftui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/keyboard-navigation-in-swiftui/</guid>
            <pubDate>Wed, 10 Feb 2021 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B619tNDb.png" alt="Keyboard Navigation in SwiftUI" /></p>SwiftUI wasn’t built with keyboard support in mind, and it shows. Learn how you can rewrite keyboardShortcut to work with iOS 13 and access the underlying navigation controller to pop views on ⌘-Left Arrow.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B619tNDb.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient for magazines]]></title>
            <link>https://www.nutrient.io/blog/industry-solution-magazine-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-solution-magazine-ios/</guid>
            <pubDate>Tue, 09 Feb 2021 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CQw7pEPx.png" alt="Nutrient for magazines" /></p>How to configure Nutrient for a magazine.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CQw7pEPx.png"/>
        </item>
        <item>
            <title><![CDATA[Using the Document Browser in SwiftUI to Open a PDF]]></title>
            <link>https://www.nutrient.io/blog/swiftui-and-the-document-browser/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swiftui-and-the-document-browser/</guid>
            <pubDate>Tue, 09 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.gzB7bgrR.png" alt="Using the Document Browser in SwiftUI to Open a PDF" /></p>With iOS 14, Apple made it incredibly easy to integrate the document browser into SwiftUI-powered apps.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.gzB7bgrR.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient for construction]]></title>
            <link>https://www.nutrient.io/blog/industry-solution-construction-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-solution-construction-ios/</guid>
            <pubDate>Mon, 08 Feb 2021 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bgke3UMc.png" alt="Nutrient for construction" /></p>How to configure Nutrient to display a building floorplan.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bgke3UMc.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient for e-readers]]></title>
            <link>https://www.nutrient.io/blog/industry-solution-ereader-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-solution-ereader-ios/</guid>
            <pubDate>Fri, 05 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CS6ijMPy.png" alt="Nutrient for e-readers" /></p>How to configure Nutrient for an e-reader app.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CS6ijMPy.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient for e-learning]]></title>
            <link>https://www.nutrient.io/blog/industry-solution-elearning-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-solution-elearning-ios/</guid>
            <pubDate>Thu, 04 Feb 2021 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CsX03iHA.png" alt="Nutrient for e-learning" /></p>How Nutrient can be configured for taking and grading an e-learning exam.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CsX03iHA.png"/>
        </item>
        <item>
            <title><![CDATA[Using the SwiftUI ColorPicker on iOS and macOS]]></title>
            <link>https://www.nutrient.io/blog/color-picker-in-ios-macos-swiftui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/color-picker-in-ios-macos-swiftui/</guid>
            <pubDate>Wed, 03 Feb 2021 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.Cdp1O072.png" alt="Using the SwiftUI ColorPicker on iOS and macOS" /></p>While macOS has offered a system-provided color picker since OS X 10.0 Cheetah, iOS developers had to wait a bit longer. Let's take a closer look at the new ColorPicker (SwiftUI) and UIColorPickerViewController (UIKit) controls.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.Cdp1O072.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient for board meetings]]></title>
            <link>https://www.nutrient.io/blog/industry-solution-board-meeting-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-solution-board-meeting-ios/</guid>
            <pubDate>Wed, 03 Feb 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.sbLvSb-G.png" alt="Nutrient for board meetings" /></p>How Nutrient can be used to create or join a collaborative editing session for a board meeting.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.sbLvSb-G.png"/>
        </item>
        <item>
            <title><![CDATA[Continuous integration: From Jenkins to Buildkite]]></title>
            <link>https://www.nutrient.io/blog/continuous-integration-from-jenkins-to-buildkite/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/continuous-integration-from-jenkins-to-buildkite/</guid>
            <pubDate>Tue, 02 Feb 2021 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DndU1Mk2.png" alt="Continuous integration: From Jenkins to Buildkite" /></p>Learn why we moved from Jenkins to Buildkite, what the current most promising services are, and how we evaluated them.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DndU1Mk2.png"/>
        </item>
        <item>
            <title><![CDATA[Nutrient for aviation]]></title>
            <link>https://www.nutrient.io/blog/industry-solution-aviation-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-solution-aviation-ios/</guid>
            <pubDate>Tue, 02 Feb 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bs_voSe4.png" alt="Nutrient for aviation" /></p>How to configure Nutrient to display a flight manual and passenger list documents.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bs_voSe4.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 10.2 for iOS Adds New Examples on GitHub]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-10-2-ios-github-examples/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-10-2-ios-github-examples/</guid>
            <pubDate>Tue, 02 Feb 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BsA4JoIc.png" alt="PSPDFKit 10.2 for iOS Adds New Examples on GitHub" /></p>PSPDFKit 10.2 for iOS adds new examples on GitHub, seamless document downloading, performance improvements, and more.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BsA4JoIc.png"/>
        </item>
        <item>
            <title><![CDATA[How To Improve Flexibility at Work]]></title>
            <link>https://www.nutrient.io/blog/how-to-improve-flexibility-at-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-improve-flexibility-at-work/</guid>
            <pubDate>Tue, 02 Feb 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How To Improve Flexibility at Work" /></p>If you want to reach your highest potential and enjoy your work along the way, the best thing you can do? Learn to roll with the changes and be more flexible at work.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimize PDF Transfers with Instant JSON]]></title>
            <link>https://www.nutrient.io/blog/stop-wasting-bandwidth-with-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/stop-wasting-bandwidth-with-pdfs/</guid>
            <pubDate>Wed, 27 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DhcykdEq.png" alt="Optimize PDF Transfers with Instant JSON" /></p>Learn how Instant JSON can minimize bandwidth usage when transferring PDFs, enhancing speed and user experience.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DhcykdEq.png"/>
        </item>
        <item>
            <title><![CDATA[Automating macOS provisioning with Chef]]></title>
            <link>https://www.nutrient.io/blog/automating-macos-provisioning-with-chef/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automating-macos-provisioning-with-chef/</guid>
            <pubDate>Tue, 26 Jan 2021 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bw7vlfCH.png" alt="Automating macOS provisioning with Chef" /></p>Learn how to use Chef to automatically provision macOS machines for CI: infrastructure as code]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bw7vlfCH.png"/>
        </item>
        <item>
            <title><![CDATA[4 Ways to Maintain Creative Thinking]]></title>
            <link>https://www.nutrient.io/blog/4-ways-to-maintain-creative-thinking/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/4-ways-to-maintain-creative-thinking/</guid>
            <pubDate>Thu, 21 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="4 Ways to Maintain Creative Thinking" /></p>Possessing problem-solving skills and being able to deal with uncertainty is critical to success. Creative thinking opens the mind and promotes innovation to bring clarity to your hectic day-to-day life.]]></description>
            <author>Katy Reid</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.6 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-6-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-6-6/</guid>
            <pubDate>Wed, 20 Jan 2021 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CB2z2b6T.png" alt="PSPDFKit 6.6 for Android" /></p>Introducing PSPDFKit 6.6 for Android — including support for bold and italic fonts, annotation selection UI customization, and many optimizations.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CB2z2b6T.png"/>
        </item>
        <item>
            <title><![CDATA[Digital signing on Android (2026)]]></title>
            <link>https://www.nutrient.io/blog/digital-signing-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digital-signing-on-android/</guid>
            <pubDate>Wed, 20 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DpWJpA4-.jpg" alt="Digital signing on Android (2026)" /></p>How digital signing and contained signatures on Android work.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DpWJpA4-.jpg"/>
        </item>
        <item>
            <title><![CDATA[A Primer on JSON Web Tokens]]></title>
            <link>https://www.nutrient.io/blog/a-primer-on-json-web-tokens/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-primer-on-json-web-tokens/</guid>
            <pubDate>Tue, 19 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCGqclEI.png" alt="A Primer on JSON Web Tokens" /></p>What JWTs are, how they work, and how we use them at PSPDFKit.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DCGqclEI.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.10 for Windows: Rendering Appearance Streams Support]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-10/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-10/</guid>
            <pubDate>Thu, 14 Jan 2021 13:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DkuprXY7.png" alt="PSPDFKit 2.10 for Windows: Rendering Appearance Streams Support" /></p>Introducing PSPDFKit 2.10 for Windows — with appearance stream rendering and more.]]></description>
            <author>Gabriel Bunselmeyer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DkuprXY7.png"/>
        </item>
        <item>
            <title><![CDATA[Performing OCR on Android]]></title>
            <link>https://www.nutrient.io/blog/perform-ocr-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/perform-ocr-on-android/</guid>
            <pubDate>Wed, 13 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CkIJ6cXs.png" alt="Performing OCR on Android" /></p>A post showing how to use PSPDFKit for Android to perform OCR on scanned documents.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CkIJ6cXs.png"/>
        </item>
        <item>
            <title><![CDATA[Time Travel Debugging for C/C++]]></title>
            <link>https://www.nutrient.io/blog/time-travel-debugging-for-c/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/time-travel-debugging-for-c/</guid>
            <pubDate>Tue, 12 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kSIcPTGB.png" alt="Time Travel Debugging for C/C++" /></p>A quick look at reverse debugging/time travel debugging for C/C++.]]></description>
            <author>Markus Woschank</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kSIcPTGB.png"/>
        </item>
        <item>
            <title><![CDATA[How To Calculate Productivity]]></title>
            <link>https://www.nutrient.io/blog/how-to-calculate-productivity/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-calculate-productivity/</guid>
            <pubDate>Fri, 08 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How To Calculate Productivity" /></p>We will dive into three ways you can precisely calculate productivity, whether it be with a team or individually, to ensure you're on track to reach your goals.]]></description>
            <author>Katy Reid</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to unlock PDF functionality with OCR in iOS]]></title>
            <link>https://www.nutrient.io/blog/how-to-unlock-pdf-functionality-with-ocr-in-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-unlock-pdf-functionality-with-ocr-in-ios/</guid>
            <pubDate>Wed, 06 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DuH3_jwJ.png" alt="How to unlock PDF functionality with OCR in iOS" /></p>Integrate OCR in iOS to make scanned PDFs interactive. Extract text, enable selection, add highlights, and search documents using Nutrient iOS SDK and Swift.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DuH3_jwJ.png"/>
        </item>
        <item>
            <title><![CDATA[Keeping Up with JavaScript Pointer Events]]></title>
            <link>https://www.nutrient.io/blog/keeping-up-with-javascript-events/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/keeping-up-with-javascript-events/</guid>
            <pubDate>Tue, 05 Jan 2021 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DpcN1aXc.png" alt="Keeping Up with JavaScript Pointer Events" /></p>Events on the web have changed a great deal since the days of the cursor and the mouse. We examine some differences that you should be aware of.]]></description>
            <author>James Campbell</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DpcN1aXc.png"/>
        </item>
        <item>
            <title><![CDATA[2020: Year in Review]]></title>
            <link>https://www.nutrient.io/blog/2020-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2020-in-review/</guid>
            <pubDate>Tue, 29 Dec 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D7kitmfs.png" alt="2020: Year in Review" /></p>2020 has been a challenging year for everyone. Let’s take a look back at what happened over the past year.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D7kitmfs.png"/>
        </item>
        <item>
            <title><![CDATA[Using JavaScript in PDF form fields]]></title>
            <link>https://www.nutrient.io/blog/using-javascript-in-pdf-form-fields/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-javascript-in-pdf-form-fields/</guid>
            <pubDate>Wed, 16 Dec 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BCAzJE2U.png" alt="Using JavaScript in PDF form fields" /></p>Learn the basics of working with JavaScript form elements in a PDF.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BCAzJE2U.png"/>
        </item>
        <item>
            <title><![CDATA[Where We Work]]></title>
            <link>https://www.nutrient.io/blog/where-we-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/where-we-work/</guid>
            <pubDate>Tue, 15 Dec 2020 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJt8wx3o.png" alt="Where We Work" /></p>A blog post showing a glimpse of where our people work.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CJt8wx3o.png"/>
        </item>
        <item>
            <title><![CDATA[How Updating to Kotlin 1.4 Broke Our Linter Rules]]></title>
            <link>https://www.nutrient.io/blog/how-updating-to-kotlin-14-broke-our-linter-rules/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-updating-to-kotlin-14-broke-our-linter-rules/</guid>
            <pubDate>Tue, 08 Dec 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D47-XEt3.png" alt="How Updating to Kotlin 1.4 Broke Our Linter Rules" /></p>How the update to Android Gradle plugin 4.1 and Kotlin 1.4 can break custom linter rules, and how to fix it.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D47-XEt3.png"/>
        </item>
        <item>
            <title><![CDATA[Managing macOS hardware: Virtualization or bare metal?]]></title>
            <link>https://www.nutrient.io/blog/managing-macos-hardware-virtualization-or-bare-metal/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/managing-macos-hardware-virtualization-or-bare-metal/</guid>
            <pubDate>Tue, 01 Dec 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BdKOySoI.png" alt="Managing macOS hardware: Virtualization or bare metal?" /></p>We explore the different ways to run macOS in the cloud, comparing virtualization via VMware, Anka, and Orka with running a fleet of bare metal machines on Amazon or MacStadium.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BdKOySoI.png"/>
        </item>
        <item>
            <title><![CDATA[Continuous integration for small iOS/macOS teams]]></title>
            <link>https://www.nutrient.io/blog/continuous-integration-for-small-ios-macos-teams/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/continuous-integration-for-small-ios-macos-teams/</guid>
            <pubDate>Tue, 01 Dec 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.jB_iO5T3.png" alt="Continuous integration for small iOS/macOS teams" /></p>In this new series, we’re sharing our approach to macOS continuous integration for smaller teams that can’t dedicate an entire team to CI management or aren’t willing to invest five-figure sums per year for their setup.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.jB_iO5T3.png"/>
        </item>
        <item>
            <title><![CDATA[API documentation using LLVM integration tester]]></title>
            <link>https://www.nutrient.io/blog/executable-api-documentation-and-llvm-integration-tester/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/executable-api-documentation-and-llvm-integration-tester/</guid>
            <pubDate>Wed, 25 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kvl1fuxO.png" alt="API documentation using LLVM integration tester" /></p>Learn how to create executable documentation for APIs using LLVM Integration Tester and FileCheck to keep your documentation accurate and up to date.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kvl1fuxO.png"/>
        </item>
        <item>
            <title><![CDATA[How to combine OCR with redaction in Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-combine-ocr-with-redaction-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-combine-ocr-with-redaction-in-java/</guid>
            <pubDate>Tue, 24 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CFTxewyX.png" alt="How to combine OCR with redaction in Java" /></p>Learn how to combine OCR and redaction in Java using Nutrient's PDF library. Extract text from scanned documents and automatically redact sensitive information like emails and phone numbers.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CFTxewyX.png"/>
        </item>
        <item>
            <title><![CDATA[Convert a PDF to an image in Swift]]></title>
            <link>https://www.nutrient.io/blog/convert-pdf-to-image-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-pdf-to-image-in-swift/</guid>
            <pubDate>Wed, 18 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BsgIoKcJ.jpg" alt="Convert a PDF to an image in Swift" /></p>This blog post explains how to convert your PDF file to an image using Core Graphics, PDFKit, and Nutrient.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BsgIoKcJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Updating Complex Forked Projects]]></title>
            <link>https://www.nutrient.io/blog/updating-pdfium/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/updating-pdfium/</guid>
            <pubDate>Tue, 17 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CMU1j0Ml.png" alt="Updating Complex Forked Projects" /></p>This blog post explains all the steps we take to stay up to date with PDFium at all times.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CMU1j0Ml.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 10.1 Takes SwiftUI to the Next Level]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-10-1-swiftui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-10-1-swiftui/</guid>
            <pubDate>Thu, 12 Nov 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0rpIgw0.png" alt="PSPDFKit 10.1 Takes SwiftUI to the Next Level" /></p>PSPDFKit 10.1 for iOS adds support for macOS Big Sur and Apple Silicon, and it improves SwiftUI integration options and Scribble interactions.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B0rpIgw0.png"/>
        </item>
        <item>
            <title><![CDATA[Caching file downloads with URLCache in Swift]]></title>
            <link>https://www.nutrient.io/blog/downloading-large-files-with-urlsession/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/downloading-large-files-with-urlsession/</guid>
            <pubDate>Wed, 11 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BAIXy6FU.png" alt="Caching file downloads with URLCache in Swift" /></p>Apple has a sophisticated caching system in iOS, which is enabled by default. However, documentation around URLCache is quite sparse. Today, we’ll look at the behavior of caching when dealing with large files.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BAIXy6FU.png"/>
        </item>
        <item>
            <title><![CDATA[Levels of Redaction Automation]]></title>
            <link>https://www.nutrient.io/blog/levels-of-redaction-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/levels-of-redaction-automation/</guid>
            <pubDate>Tue, 10 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.BZNUeU5o.png" alt="Levels of Redaction Automation" /></p>A detailed look at the different ways we can automate the redaction process.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.BZNUeU5o.png"/>
        </item>
        <item>
            <title><![CDATA[Process Silos Make Remote Workflow Even Harder]]></title>
            <link>https://www.nutrient.io/blog/silos-are-wreaking-havoc-on-your-business-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/silos-are-wreaking-havoc-on-your-business-processes/</guid>
            <pubDate>Fri, 06 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Process Silos Make Remote Workflow Even Harder" /></p>Process Silo mentality afflicts most companies but, especially with so many teams working remotely, it's important to find ways to communicate across departments for the continued growth and success of your business.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Data-Driven Redaction in Web]]></title>
            <link>https://www.nutrient.io/blog/data-driven-redaction-in-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/data-driven-redaction-in-web/</guid>
            <pubDate>Thu, 05 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DqZ897yq.png" alt="Data-Driven Redaction in Web" /></p>Redacting PDF contents based on variable input data in PSPDFKit for Web.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DqZ897yq.png"/>
        </item>
        <item>
            <title><![CDATA[Faster Compilation with Ccache 4.0]]></title>
            <link>https://www.nutrient.io/blog/faster-compilation-with-ccache/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/faster-compilation-with-ccache/</guid>
            <pubDate>Wed, 04 Nov 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CE7zkPFz.png" alt="Faster Compilation with Ccache 4.0" /></p>Ccache is a build cache to achieve faster compilation. With the 4.0 release, it now supports Modules, which makes it possible to accelerate projects that mix Objective-C and Swift.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CE7zkPFz.png"/>
        </item>
        <item>
            <title><![CDATA[Redaction Support Now Available in PSPDFKit Processor]]></title>
            <link>https://www.nutrient.io/blog/redaction-now-available-in-pspdfkit-processor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/redaction-now-available-in-pspdfkit-processor/</guid>
            <pubDate>Tue, 03 Nov 2020 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.D1o3CcMt.png" alt="Redaction Support Now Available in PSPDFKit Processor" /></p>PSPDFKit Processor now allows you to redact documents.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.D1o3CcMt.png"/>
        </item>
        <item>
            <title><![CDATA[Presenting popovers from SwiftUI]]></title>
            <link>https://www.nutrient.io/blog/popovers-from-swiftui-uibarbutton/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/popovers-from-swiftui-uibarbutton/</guid>
            <pubDate>Wed, 28 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D8cl4myu.png" alt="Presenting popovers from SwiftUI" /></p>Is there a way to present UIKit popovers from toolbar buttons managed by SwiftUI?]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D8cl4myu.png"/>
        </item>
        <item>
            <title><![CDATA[Business strategy and process management alignment]]></title>
            <link>https://www.nutrient.io/blog/business-strategy-include-business-process-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-strategy-include-business-process-management/</guid>
            <pubDate>Tue, 27 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Business strategy and process management alignment" /></p>Discover how aligning business processes with strategy enhances efficiency and drives success across your organization.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Migrating to the New Emscripten LLVM Backend]]></title>
            <link>https://www.nutrient.io/blog/migrating-to-the-llvm-emscripten-backend/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/migrating-to-the-llvm-emscripten-backend/</guid>
            <pubDate>Tue, 27 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-5TQJqL.png" alt="Migrating to the New Emscripten LLVM Backend" /></p>We share the experience of migrating from the old Fastcomp backend to the new LLVM backend in Emscripten.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-5TQJqL.png"/>
        </item>
        <item>
            <title><![CDATA[Extending the Scribble User Experience]]></title>
            <link>https://www.nutrient.io/blog/extending-the-scribble-user-experience/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/extending-the-scribble-user-experience/</guid>
            <pubDate>Wed, 21 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.7rsHuYOo.png" alt="Extending the Scribble User Experience" /></p>How to customize the default Scribble experience to allow users to start writing anywhere.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.7rsHuYOo.png"/>
        </item>
        <item>
            <title><![CDATA[How we’re improving accessibility on Nutrient Web SDK]]></title>
            <link>https://www.nutrient.io/blog/how-we-are-improving-accessibility-on-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-are-improving-accessibility-on-web/</guid>
            <pubDate>Tue, 20 Oct 2020 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CvI8grKv.png" alt="How we’re improving accessibility on Nutrient Web SDK" /></p>Better keyboard navigation and assistive technology support on the latest versions of our Web SDK.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CvI8grKv.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web: Annotation notes & accessibility]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-web-adds-annotation-notes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-web-adds-annotation-notes/</guid>
            <pubDate>Tue, 20 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kBZCbQg4.png" alt="PSPDFKit for Web: Annotation notes & accessibility" /></p>Discover the latest updates in PSPDFKit for Web 2020.6, featuring powerful annotation tools and enhanced accessibility options for all users.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kBZCbQg4.png"/>
        </item>
        <item>
            <title><![CDATA[How FC Bayern München uses Nutrient to win over its digital supporters]]></title>
            <link>https://www.nutrient.io/blog/case-study-fc-bayern/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-fc-bayern/</guid>
            <pubDate>Wed, 14 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgpGsBRy.jpg" alt="How FC Bayern München uses Nutrient to win over its digital supporters" /></p>Discover how Bayern München uses Nutrient to engage fans with its digital magazine, enhancing accessibility and reader experience.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DgpGsBRy.jpg"/>
        </item>
        <item>
            <title><![CDATA[The Generalized CRUD API of PSPDFKit for Web]]></title>
            <link>https://www.nutrient.io/blog/generalized-crud-api-on-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generalized-crud-api-on-web/</guid>
            <pubDate>Tue, 13 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C8B8VODV.png" alt="The Generalized CRUD API of PSPDFKit for Web" /></p>An introduction to why and how we designed the brand-new unified CRUD API in PSPDFKit for Web.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C8B8VODV.png"/>
        </item>
        <item>
            <title><![CDATA[How to Create Multiple Redactions with Search on Android]]></title>
            <link>https://www.nutrient.io/blog/create-multiple-redactions-with-search-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/create-multiple-redactions-with-search-on-android/</guid>
            <pubDate>Wed, 07 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DnNCfwmK.png" alt="How to Create Multiple Redactions with Search on Android" /></p>Learn how you can leverage the redaction functionality of PSPDFKit for Android to effectively remove text patterns from documents.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DnNCfwmK.png"/>
        </item>
        <item>
            <title><![CDATA[An Introduction to LLDB Reproducers]]></title>
            <link>https://www.nutrient.io/blog/an-introduction-to-lldb-reproducers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/an-introduction-to-lldb-reproducers/</guid>
            <pubDate>Tue, 06 Oct 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BaZ6vxud.png" alt="An Introduction to LLDB Reproducers" /></p>An introduction to an experimental feature in LLDB, Reproducers, that helps reproduce bugs in the debugger itself.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BaZ6vxud.png"/>
        </item>
        <item>
            <title><![CDATA[Adding Multimedia Content to a PDF as a Gallery]]></title>
            <link>https://www.nutrient.io/blog/multimedia-content-gallery-api-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/multimedia-content-gallery-api-ios/</guid>
            <pubDate>Wed, 30 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BlqByLIx.jpg" alt="Adding Multimedia Content to a PDF as a Gallery" /></p>This post is about the Gallery API in PSPDFKit for iOS that can be used to add interactive multimedia content to a PDF.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BlqByLIx.jpg"/>
        </item>
        <item>
            <title><![CDATA[Why You Need a Morning Workflow]]></title>
            <link>https://www.nutrient.io/blog/need-morning-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/need-morning-workflow/</guid>
            <pubDate>Wed, 30 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why You Need a Morning Workflow" /></p>I'd strongly recommend developing your own Morning/Evening Workflow. Steal some of my ideas, add your own, research more.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[The State of Debugging in WebAssembly]]></title>
            <link>https://www.nutrient.io/blog/the-state-of-debugging-in-webassembly/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-state-of-debugging-in-webassembly/</guid>
            <pubDate>Tue, 29 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BqZtKTGj.png" alt="The State of Debugging in WebAssembly" /></p>We share our tips and tricks for debugging issues in WebAssembly and look to the future to see what's coming.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BqZtKTGj.png"/>
        </item>
        <item>
            <title><![CDATA[Monitoring PSPDFKit Server with Metrics]]></title>
            <link>https://www.nutrient.io/blog/monitoring-pspdfkit-server-with-metrics/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/monitoring-pspdfkit-server-with-metrics/</guid>
            <pubDate>Wed, 23 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.BaQtBtj_.png" alt="Monitoring PSPDFKit Server with Metrics" /></p>Using data to draw insightful conclusions.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.BaQtBtj_.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 10 for iOS 14]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-10-for-ios-14/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-10-for-ios-14/</guid>
            <pubDate>Tue, 22 Sep 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DEv6r94R.png" alt="PSPDFKit 10 for iOS 14" /></p>PSPDFKit 10 for iOS adds support for Apple's new operating system, enables SwiftPM integration, and improves content accessibility.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DEv6r94R.png"/>
        </item>
        <item>
            <title><![CDATA[Binary Frameworks as Swift Packages]]></title>
            <link>https://www.nutrient.io/blog/binary-frameworks-as-swift-packages/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/binary-frameworks-as-swift-packages/</guid>
            <pubDate>Tue, 22 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.sdMMwOEg.png" alt="Binary Frameworks as Swift Packages" /></p>What we learned from experimenting with binary frameworks as Swift packages in Xcode 12.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.sdMMwOEg.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing PSPDFKit Processor]]></title>
            <link>https://www.nutrient.io/blog/introducing-pspdfkit-processor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-pspdfkit-processor/</guid>
            <pubDate>Thu, 17 Sep 2020 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.CfcNbI1f.png" alt="Introducing PSPDFKit Processor" /></p>A first look at our new automation-focused product.]]></description>
            <author>Claudio Ortolina</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.CfcNbI1f.png"/>
        </item>
        <item>
            <title><![CDATA[How to Deal With Disruptions]]></title>
            <link>https://www.nutrient.io/blog/how-to-deal-with-disruptions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-deal-with-disruptions/</guid>
            <pubDate>Mon, 14 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Deal With Disruptions" /></p>Dealing with distractions during your workday is never easy but we have some great tips for how to stay productive and minimize interruptions.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web Introduces New CRUD API]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-web-introduces-new-crud-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-web-introduces-new-crud-api/</guid>
            <pubDate>Thu, 10 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.grB9KYPL.png" alt="PSPDFKit for Web Introduces New CRUD API" /></p>Annotating PDFs is easier than before with the new API for creating and modifying document objects in PSPDFKit for Web 2020.5.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.grB9KYPL.png"/>
        </item>
        <item>
            <title><![CDATA[Evaluating the render fidelity of PDF.js]]></title>
            <link>https://www.nutrient.io/blog/render-fidelity-of-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/render-fidelity-of-pdfjs/</guid>
            <pubDate>Wed, 09 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CDgtO6OS.jpg" alt="Evaluating the render fidelity of PDF.js" /></p>In this post, I’ll talk about the advantages of choosing a commercial solution over PDF.js, with a particular focus on render fidelity.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CDgtO6OS.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creating Invoices with PSPDFKit Server - Part 2]]></title>
            <link>https://www.nutrient.io/blog/creating-invoices-with-pspdfkit-server-part-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-invoices-with-pspdfkit-server-part-2/</guid>
            <pubDate>Tue, 08 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.D0zT_nOd.png" alt="Creating Invoices with PSPDFKit Server - Part 2" /></p>A look at how to generate a template we previously created using PSPDFKit Server.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.D0zT_nOd.png"/>
        </item>
        <item>
            <title><![CDATA[Visual Studio Code, C++, and a Docker Container]]></title>
            <link>https://www.nutrient.io/blog/visual-studio-code-cpp-docker/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/visual-studio-code-cpp-docker/</guid>
            <pubDate>Wed, 02 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.qIHOqM1T.png" alt="Visual Studio Code, C++, and a Docker Container" /></p>Our journey of using Visual Studio Code to develop C++ in a remote container.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.qIHOqM1T.png"/>
        </item>
        <item>
            <title><![CDATA[Automatically securing Word, Excel, PowerPoint, and PDF files]]></title>
            <link>https://www.nutrient.io/blog/automatically-securing-word-excel-powerpoint-and-pdf-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automatically-securing-word-excel-powerpoint-and-pdf-files/</guid>
            <pubDate>Tue, 01 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automatically securing Word, Excel, PowerPoint, and PDF files" /></p>Learn how to automatically secure Word, Excel, PowerPoint, and PDF files using open and owner passwords, disable printing or copying (PDF only), and apply real-time protection with workflow platforms like SharePoint, Nintex, Power Automate, and more.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creating Invoices with PSPDFKit Server - Part 1]]></title>
            <link>https://www.nutrient.io/blog/creating-invoices-with-pspdfkit-server-part-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-invoices-with-pspdfkit-server-part-1/</guid>
            <pubDate>Tue, 01 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.CFScvMqs.png" alt="Creating Invoices with PSPDFKit Server - Part 1" /></p>A look into how we can leverage the concept of layers in PSPDFKit Server to create an invoice template.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.CFScvMqs.png"/>
        </item>
        <item>
            <title><![CDATA[What is Process Discovery?]]></title>
            <link>https://www.nutrient.io/blog/what-is-process-discovery/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-process-discovery/</guid>
            <pubDate>Tue, 01 Sep 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What is Process Discovery?" /></p>Process Discovery is a technique to understand and document everything about the organization’s current business processes.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Using Metal to Apply Image Filters]]></title>
            <link>https://www.nutrient.io/blog/image-filters-using-metal/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/image-filters-using-metal/</guid>
            <pubDate>Wed, 26 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DThvFbf8.png" alt="Using Metal to Apply Image Filters" /></p>An overview of how to use Metal to apply filters to images to perform a simple color inversion on the input image.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DThvFbf8.png"/>
        </item>
        <item>
            <title><![CDATA[How to Boost Morale at Work]]></title>
            <link>https://www.nutrient.io/blog/how-to-boost-morale-at-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-boost-morale-at-work/</guid>
            <pubDate>Tue, 25 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Boost Morale at Work" /></p>Learn ways to increase employee morale and, subsequently, boosting retention, engagement, and your employees' work environment.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Merge Two or More PDFs on Windows]]></title>
            <link>https://www.nutrient.io/blog/merge-two-pdfs-windows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/merge-two-pdfs-windows/</guid>
            <pubDate>Tue, 25 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D2jF140O.png" alt="How to Merge Two or More PDFs on Windows" /></p>Learn how to merge PDFs on Windows the simple way — with code examples, explanations, and extra features.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D2jF140O.png"/>
        </item>
        <item>
            <title><![CDATA[Using Kanban in Project Management: 5 Good Reasons]]></title>
            <link>https://www.nutrient.io/blog/kanban-project-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kanban-project-management/</guid>
            <pubDate>Mon, 24 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Using Kanban in Project Management: 5 Good Reasons" /></p>Kanban is a visual project management framework used to implement Agile that helps small, incremental updates to projects or systems.]]></description>
            <author>Maria Thomas</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Adds Redaction to Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-adds-redaction-to-windows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-adds-redaction-to-windows/</guid>
            <pubDate>Thu, 20 Aug 2020 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.ByFq-RE_.png" alt="PSPDFKit Adds Redaction to Windows" /></p>Support for Redaction in PSPDFKit for Windows 2.9.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.ByFq-RE_.png"/>
        </item>
        <item>
            <title><![CDATA[C++20 in 2020: Modules]]></title>
            <link>https://www.nutrient.io/blog/cpp20-in-2020-modules/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cpp20-in-2020-modules/</guid>
            <pubDate>Wed, 19 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CR4Yr5CN.png" alt="C++20 in 2020: Modules" /></p>An introduction to the C++20 modules feature: what they are, their potential advantages and disadvantages, and how they are used.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CR4Yr5CN.png"/>
        </item>
        <item>
            <title><![CDATA[Adding a persistent annotation sidebar]]></title>
            <link>https://www.nutrient.io/blog/adding-a-persistent-annotation-sidebar/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adding-a-persistent-annotation-sidebar/</guid>
            <pubDate>Tue, 18 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-95U-m7.png" alt="Adding a persistent annotation sidebar" /></p>Learn how to put together all the components Nutrient provides to build a custom Annotation UI.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-95U-m7.png"/>
        </item>
        <item>
            <title><![CDATA[Optical Character Recognition in Scanned PDFs]]></title>
            <link>https://www.nutrient.io/blog/optical-character-recognition-in-scanned-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optical-character-recognition-in-scanned-pdfs/</guid>
            <pubDate>Wed, 12 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.p61J-0oa.png" alt="Optical Character Recognition in Scanned PDFs" /></p>An overview of how OCR can enhance scanned documents to speed up common operations. We explain what OCR is, why it's useful, and how it works.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.p61J-0oa.png"/>
        </item>
        <item>
            <title><![CDATA[Why Is the PDF Format So Well Supported on Apple Platforms?]]></title>
            <link>https://www.nutrient.io/blog/apple-and-pdf-history/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/apple-and-pdf-history/</guid>
            <pubDate>Wed, 05 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CexWRysq.png" alt="Why Is the PDF Format So Well Supported on Apple Platforms?" /></p>Apple has a rich history of supporting the PDF file format, but when and how did its relationship with the PDF format begin?]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CexWRysq.png"/>
        </item>
        <item>
            <title><![CDATA[Our Journey toward Using More Inclusive Language at PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/inclusive-language-at-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/inclusive-language-at-pspdfkit/</guid>
            <pubDate>Tue, 04 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CbV2SKyh.png" alt="Our Journey toward Using More Inclusive Language at PSPDFKit" /></p>A blog post about why and how we are trying to use more inclusive language.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CbV2SKyh.png"/>
        </item>
        <item>
            <title><![CDATA[Automatically watermarking Word, Excel, PowerPoint and PDF files]]></title>
            <link>https://www.nutrient.io/blog/automatically-watermarking-word-excel-powerpoint-and-pdf-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automatically-watermarking-word-excel-powerpoint-and-pdf-files/</guid>
            <pubDate>Sat, 01 Aug 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automatically watermarking Word, Excel, PowerPoint and PDF files" /></p>Automatically apply dynamic watermarks — including text, images, barcodes, and metadata — to Word, Excel, PowerPoint, and PDF documents across SharePoint, Power Automate, and more with Nutrient Document Converter.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Get data from PDF using synonyms in JSON]]></title>
            <link>https://www.nutrient.io/blog/using-get-data-from-pdf-synonyms-in-json/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-get-data-from-pdf-synonyms-in-json/</guid>
            <pubDate>Fri, 31 Jul 2020 11:31:44 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Get data from PDF using synonyms in JSON" /></p>Learn to set up synonyms in JSON for the Get Data from PDF Power Automate Connector with example invoices.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A Better Way to Git Log to Understand Changes in a Big Codebase]]></title>
            <link>https://www.nutrient.io/blog/a-better-way-to-git-log/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-better-way-to-git-log/</guid>
            <pubDate>Wed, 29 Jul 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.wDJ5Cd40.png" alt="A Better Way to Git Log to Understand Changes in a Big Codebase" /></p>How git log information may not be enough when developers need to understand changes in a codebase that has evolved over several years.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.wDJ5Cd40.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing browserslist.dev]]></title>
            <link>https://www.nutrient.io/blog/introducing-browserslistdev/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-browserslistdev/</guid>
            <pubDate>Tue, 28 Jul 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bn-F_Ac1.png" alt="Introducing browserslist.dev" /></p>A website to display compatible browsers from the Browserslist configuration string.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bn-F_Ac1.png"/>
        </item>
        <item>
            <title><![CDATA[Stop focusing on fires]]></title>
            <link>https://www.nutrient.io/blog/stop-focusing-on-fires/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/stop-focusing-on-fires/</guid>
            <pubDate>Mon, 27 Jul 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Stop focusing on fires" /></p>A good percentage of fires are avoidable but persist because while we’d like to take some time and solve them once and for all, we’re too busy, well...putting out fires.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[The Case for Lists in UICollectionView]]></title>
            <link>https://www.nutrient.io/blog/the-case-for-lists-in-uicollectionview/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-case-for-lists-in-uicollectionview/</guid>
            <pubDate>Wed, 22 Jul 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.SzNbHNa0.png" alt="The Case for Lists in UICollectionView" /></p>Exploring the power and flexibility offered by creating lists using UICollectionView.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.SzNbHNa0.png"/>
        </item>
        <item>
            <title><![CDATA[The hidden trap in table and collection view reloads]]></title>
            <link>https://www.nutrient.io/blog/selective-tableview-collectionview-reloads/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/selective-tableview-collectionview-reloads/</guid>
            <pubDate>Tue, 21 Jul 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CwuJwmFW.png" alt="The hidden trap in table and collection view reloads" /></p>Discover how to prevent crashes during selective updates in table views and collection views, ensuring smooth iOS app performance.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CwuJwmFW.png"/>
        </item>
        <item>
            <title><![CDATA[How to document a process]]></title>
            <link>https://www.nutrient.io/blog/how-to-write-process-documentation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-write-process-documentation/</guid>
            <pubDate>Fri, 17 Jul 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to document a process" /></p>Learn how to document a process and create a single, agreed source of truth for understanding the organization’s current business processes.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Transparent PNG Support]]></title>
            <link>https://www.nutrient.io/blog/transparent-png-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/transparent-png-support/</guid>
            <pubDate>Wed, 15 Jul 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CVMAUO7i.png" alt="Transparent PNG Support" /></p>Images with transparency (PNG alpha support) offer new possibilities for annotating documents across all platforms.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CVMAUO7i.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing the OCR Component]]></title>
            <link>https://www.nutrient.io/blog/the-ocr-component/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-ocr-component/</guid>
            <pubDate>Tue, 14 Jul 2020 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.s8iZzugL.jpg" alt="Introducing the OCR Component" /></p>The PSPDFKit OCR component unlocks inaccessible text in raster and vector PDFs.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.s8iZzugL.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.5 for Android: Android PDF Library]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-6-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-6-5/</guid>
            <pubDate>Tue, 14 Jul 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CV2sE3VP.png" alt="PSPDFKit 6.5 for Android: Android PDF Library" /></p>Introducing PSPDFKit 6.5 for Android — including our new OCR component, simplified integration, and open source examples.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CV2sE3VP.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for iOS Adds OCR]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-adds-ocr/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-adds-ocr/</guid>
            <pubDate>Tue, 14 Jul 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CH-CZAws.png" alt="PSPDFKit for iOS Adds OCR" /></p>PSPDFKit 9.5 for iOS introduces the new OCR component and a revamped touch handling system.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CH-CZAws.png"/>
        </item>
        <item>
            <title><![CDATA[How we created a real-time collaboration tool inside a PDF]]></title>
            <link>https://www.nutrient.io/blog/how-we-created-a-real-time-collaboration-tool-inside-a-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-created-a-real-time-collaboration-tool-inside-a-pdf/</guid>
            <pubDate>Wed, 08 Jul 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.UqRenTFL.png" alt="How we created a real-time collaboration tool inside a PDF" /></p>This blog post takes a peek under the proverbial PDF hood to find out how we developed Instant Comments.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.UqRenTFL.png"/>
        </item>
        <item>
            <title><![CDATA[Direct Calls with Objective-C]]></title>
            <link>https://www.nutrient.io/blog/improving-performance-via-objc-direct/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/improving-performance-via-objc-direct/</guid>
            <pubDate>Wed, 01 Jul 2020 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CfiYbmQp.png" alt="Direct Calls with Objective-C" /></p>Apple introduced the objc_direct attribute in Xcode 12. Learn what it does and how you can use it to your advantage.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CfiYbmQp.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Adds Redaction and Improved Digital Signatures to Web]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-adds-redaction-and-improved-digital-signatures-to-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-adds-redaction-and-improved-digital-signatures-to-web/</guid>
            <pubDate>Tue, 30 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CH-ciMpA.png" alt="PSPDFKit Adds Redaction and Improved Digital Signatures to Web" /></p>Support for Redaction and the rendering of appearance streams in PSPDFKit for Web 2020.3.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CH-ciMpA.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.8 for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-8/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-8/</guid>
            <pubDate>Thu, 25 Jun 2020 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.e491ocAP.png" alt="PSPDFKit 2.8 for Windows" /></p>Introducing PSPDFKit 2.8 for Windows with added text selection events, an event preceding annotation changes, and more.]]></description>
            <author>Gabriel Bunselmeyer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.e491ocAP.png"/>
        </item>
        <item>
            <title><![CDATA[How to use WebAssembly modules in a web worker]]></title>
            <link>https://www.nutrient.io/blog/webassembly-in-a-web-worker/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/webassembly-in-a-web-worker/</guid>
            <pubDate>Wed, 24 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.FGRN5l07.png" alt="How to use WebAssembly modules in a web worker" /></p>A short tutorial showing the use of WebAssembly in a web worker.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.FGRN5l07.png"/>
        </item>
        <item>
            <title><![CDATA[How to Split a PDF in .NET]]></title>
            <link>https://www.nutrient.io/blog/how-to-split-a-pdf-in-dotnet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-split-a-pdf-in-dotnet/</guid>
            <pubDate>Tue, 23 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DoZ5NTHo.png" alt="How to Split a PDF in .NET" /></p>Learn how to split a PDF into two or more distinct PDFs.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DoZ5NTHo.png"/>
        </item>
        <item>
            <title><![CDATA[How to Roll Out Policy Changes]]></title>
            <link>https://www.nutrient.io/blog/how-to-roll-out-policy-changes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-roll-out-policy-changes/</guid>
            <pubDate>Mon, 22 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Roll Out Policy Changes" /></p>How to roll out changes to company policy you want your team to embrace the new policy and for the transition to be as smooth as possible.]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Supporting XCFrameworks]]></title>
            <link>https://www.nutrient.io/blog/supporting-xcframeworks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/supporting-xcframeworks/</guid>
            <pubDate>Wed, 17 Jun 2020 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CQYLq3ON.png" alt="Supporting XCFrameworks" /></p>What we learned about XCFrameworks while migrating Nutrient to this new format.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CQYLq3ON.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.4 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-6-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-6-4/</guid>
            <pubDate>Wed, 17 Jun 2020 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.xVMkQUrd.png" alt="PSPDFKit 6.4 for Android" /></p>Introducing PSPDFKit 6.4 for Android — including our new Reader View component and Office Files support.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.xVMkQUrd.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 9.4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-9-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-9-4/</guid>
            <pubDate>Wed, 17 Jun 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D1aAEku3.png" alt="PSPDFKit 9.4 for iOS" /></p>Introducing PSPDFKit 9.4 for iOS, which features Office Files Support, a new Reader View component, package manager enhancements, and much more.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D1aAEku3.png"/>
        </item>
        <item>
            <title><![CDATA[Sponsoring CocoaPods]]></title>
            <link>https://www.nutrient.io/blog/sponsoring-cocoapods/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sponsoring-cocoapods/</guid>
            <pubDate>Tue, 16 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.eUm3O1vM.png" alt="Sponsoring CocoaPods" /></p>PSPDFKit is sponsoring the costs of hosting the CocoaPods CND.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.eUm3O1vM.png"/>
        </item>
        <item>
            <title><![CDATA[Automatically Redact Faces with PSPDFKit for iOS]]></title>
            <link>https://www.nutrient.io/blog/automatically-redact-faces-pspdfkit-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automatically-redact-faces-pspdfkit-ios/</guid>
            <pubDate>Mon, 15 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.jhtW_1Nt.png" alt="Automatically Redact Faces with PSPDFKit for iOS" /></p>This post describes how to use PSPDFKit for iOS and Core Image to perform facial redaction in PDF documents.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.jhtW_1Nt.png"/>
        </item>
        <item>
            <title><![CDATA[How People React to New Software]]></title>
            <link>https://www.nutrient.io/blog/how-people-react-to-new-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-people-react-to-new-software/</guid>
            <pubDate>Thu, 11 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How People React to New Software" /></p>By addressing your end users as unique individuals with their own concerns and expectations, you can implement your new software efficiently and effectively while experiencing a better return on your investment.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[NULL-Characters in Strings and Tales of Apple Radar]]></title>
            <link>https://www.nutrient.io/blog/null-character-strings/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/null-character-strings/</guid>
            <pubDate>Wed, 10 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ds60-osH.png" alt="NULL-Characters in Strings and Tales of Apple Radar" /></p>In iOS 11, Smart Punctuation caused data loss. Learn how we fixed the issue and how we are now cleaning up the OS-level workaround.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ds60-osH.png"/>
        </item>
        <item>
            <title><![CDATA[Revealed area annotation implementation guide]]></title>
            <link>https://www.nutrient.io/blog/revealed-area-annotation-implementation-with-custom-renderers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/revealed-area-annotation-implementation-with-custom-renderers/</guid>
            <pubDate>Tue, 09 Jun 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CiAFMxHy.png" alt="Revealed area annotation implementation guide" /></p>Learn to implement revealed area annotations using custom renderers to enhance document interactivity with our comprehensive guide.]]></description>
            <author>Marco Scannadinari</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CiAFMxHy.png"/>
        </item>
        <item>
            <title><![CDATA[5 Ways to Avoid Risk in Process Automation Projects]]></title>
            <link>https://www.nutrient.io/blog/5-ways-to-avoid-risk-in-process-automation-projects/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/5-ways-to-avoid-risk-in-process-automation-projects/</guid>
            <pubDate>Fri, 05 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="5 Ways to Avoid Risk in Process Automation Projects" /></p>Process automation project planning is crucial to success and one of the key aspects of the plan begins with assessing the risks for your organization and ensuring that you can challenge and address those risks head-on.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Generate TypeScript Declarations from a Flow Codebase]]></title>
            <link>https://www.nutrient.io/blog/generate-typescript-declarations-from-flow-codebase/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generate-typescript-declarations-from-flow-codebase/</guid>
            <pubDate>Wed, 03 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.CXuCTnjQ.png" alt="Generate TypeScript Declarations from a Flow Codebase" /></p>A short guide on how to generate TypeScript declarations from a Flow codebase.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.CXuCTnjQ.png"/>
        </item>
        <item>
            <title><![CDATA[Level Up Your Trackpad Support Using UIInteraction]]></title>
            <link>https://www.nutrient.io/blog/level-up-your-trackpad-support-using-uiinteraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/level-up-your-trackpad-support-using-uiinteraction/</guid>
            <pubDate>Tue, 02 Jun 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DyZmkHpG.png" alt="Level Up Your Trackpad Support Using UIInteraction" /></p>How to make your iOS app work well with scrolling, secondary clicking and dragging on a trackpad or mouse.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DyZmkHpG.png"/>
        </item>
        <item>
            <title><![CDATA[Finance Teams Are Spending Too Much Time Processing Transactions]]></title>
            <link>https://www.nutrient.io/blog/finance-teams-spending-much-time-processing-transactions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/finance-teams-spending-much-time-processing-transactions/</guid>
            <pubDate>Thu, 28 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Finance Teams Are Spending Too Much Time Processing Transactions" /></p>Finance teams should spend more time focused on strategic work and less on transactional busywork.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Text Selection Regression in Chrome 83]]></title>
            <link>https://www.nutrient.io/blog/text-selection-bug-chrome-83/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/text-selection-bug-chrome-83/</guid>
            <pubDate>Wed, 27 May 2020 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C4lpnWRy.png" alt="Text Selection Regression in Chrome 83" /></p>How we noticed a Chrome regression and shipped a workaround in a timely fashion.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C4lpnWRy.png"/>
        </item>
        <item>
            <title><![CDATA[An In-Depth Look at Blur Effect Materials on iOS]]></title>
            <link>https://www.nutrient.io/blog/blur-effect-materials-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/blur-effect-materials-on-ios/</guid>
            <pubDate>Wed, 27 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.6pOkfvTE.png" alt="An In-Depth Look at Blur Effect Materials on iOS" /></p>This blog post talks in detail about the blur effect materials on iOS and the challenges we faced in picking the appropriate effect for our SDK.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.6pOkfvTE.png"/>
        </item>
        <item>
            <title><![CDATA[Think First, Code Later]]></title>
            <link>https://www.nutrient.io/blog/android-code-design-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-code-design-process/</guid>
            <pubDate>Tue, 26 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DlmIMvwP.png" alt="Think First, Code Later" /></p>A case study on how we design features and APIs for PSPDFKit for Android.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DlmIMvwP.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.7 for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-7/</guid>
            <pubDate>Wed, 20 May 2020 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.CX9diLqK.png" alt="PSPDFKit 2.7 for Windows" /></p>Introducing PSPDFKit 2.7 for Windows, which features support for Image Documents, page and annotation press events, faster document merging, and more.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.CX9diLqK.png"/>
        </item>
        <item>
            <title><![CDATA[Best C++ IDEs of 2026]]></title>
            <link>https://www.nutrient.io/blog/ide-text-editors-cpp-large-scale/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ide-text-editors-cpp-large-scale/</guid>
            <pubDate>Wed, 20 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D5aXuYKX.png" alt="Best C++ IDEs of 2026" /></p>Discover the best C++ IDEs and text editors of 2026. Learn the pros and cons of each tool, from Visual Studio to Vim, and find the right fit for your development needs.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D5aXuYKX.png"/>
        </item>
        <item>
            <title><![CDATA[Aquaforest PDF Connector for Excel]]></title>
            <link>https://www.nutrient.io/blog/get-data-from-pdf-populate-into-excel-using-power-automate/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/get-data-from-pdf-populate-into-excel-using-power-automate/</guid>
            <pubDate>Tue, 19 May 2020 15:25:06 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Aquaforest PDF Connector for Excel" /></p>Learn how to use the Aquaforest PDF Connector to extract key data from PDF invoices and automate the process in Excel with Power Automate.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automated Profiling Runs in Instruments]]></title>
            <link>https://www.nutrient.io/blog/automated-profiling-runs-in-instruments/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automated-profiling-runs-in-instruments/</guid>
            <pubDate>Tue, 19 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.fBksCIGg.png" alt="Automated Profiling Runs in Instruments" /></p>Learn how to automate measurement runs with Instruments.]]></description>
            <author>Daniel Demiss</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.fBksCIGg.png"/>
        </item>
        <item>
            <title><![CDATA[Batch Processing PDF Files with Elixir Using PSPDFKit Server]]></title>
            <link>https://www.nutrient.io/blog/batch-processing-pdf-files-with-elixir-using-pspdfkit-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/batch-processing-pdf-files-with-elixir-using-pspdfkit-server/</guid>
            <pubDate>Wed, 13 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dso6LcMR.png" alt="Batch Processing PDF Files with Elixir Using PSPDFKit Server" /></p>See how Elixir and PSPDFKit Server are a perfect match for processing a large number of PDF files.]]></description>
            <author>Arek Gil</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dso6LcMR.png"/>
        </item>
        <item>
            <title><![CDATA[How to Effectively Measure the Performance of Your Code]]></title>
            <link>https://www.nutrient.io/blog/how-to-effectively-measure-performance-code/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-effectively-measure-performance-code/</guid>
            <pubDate>Tue, 12 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1Edbqw0.png" alt="How to Effectively Measure the Performance of Your Code" /></p>This blog post explains why software that performs well is important and how we measure code performance at PSPDFKit.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1Edbqw0.png"/>
        </item>
        <item>
            <title><![CDATA[[Partner Podcast] Preparing for Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/business-process-management-improvement-and-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-process-management-improvement-and-automation/</guid>
            <pubDate>Wed, 06 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="[Partner Podcast] Preparing for Workflow Automation" /></p>Podcast with NeoSystems: Business Process Management, Improvement, and Automation]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creating a PDF Form with Signature Form Fields]]></title>
            <link>https://www.nutrient.io/blog/creating-a-pdf-form-with-signature/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-a-pdf-form-with-signature/</guid>
            <pubDate>Wed, 06 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C2bN1K7l.png" alt="Creating a PDF Form with Signature Form Fields" /></p>We explain how to create a signable PDF AcroForm with PSPDFKit and Adobe Acrobat.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C2bN1K7l.png"/>
        </item>
        <item>
            <title><![CDATA[Working with PDFs in ASP.NET]]></title>
            <link>https://www.nutrient.io/blog/working-with-pdf-in-asp-dotnet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/working-with-pdf-in-asp-dotnet/</guid>
            <pubDate>Tue, 05 May 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C6adOHf9.png" alt="Working with PDFs in ASP.NET" /></p>Have you ever wanted to work with PDFs in ASP.NET? Find out how.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C6adOHf9.png"/>
        </item>
        <item>
            <title><![CDATA[UI Theming with CSS Variable Mapping]]></title>
            <link>https://www.nutrient.io/blog/ui-theming-with-css-variable-mapping/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ui-theming-with-css-variable-mapping/</guid>
            <pubDate>Wed, 29 Apr 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DADioC5D.png" alt="UI Theming with CSS Variable Mapping" /></p>A short blog post about the difficulties of naming variables.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DADioC5D.png"/>
        </item>
        <item>
            <title><![CDATA[How to fill out PDF forms in Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-fill-forms-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-fill-forms-in-java/</guid>
            <pubDate>Tue, 28 Apr 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kBKOlcp1.png" alt="How to fill out PDF forms in Java" /></p>Learn how to fill out form fields in a PDF in Java.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kBKOlcp1.png"/>
        </item>
        <item>
            <title><![CDATA[How to Reduce Flakiness in Automated UI Testing on Android]]></title>
            <link>https://www.nutrient.io/blog/reduce-flakiness-automated-ui-testing-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reduce-flakiness-automated-ui-testing-android/</guid>
            <pubDate>Wed, 22 Apr 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BZeAIx9g.png" alt="How to Reduce Flakiness in Automated UI Testing on Android" /></p>This blog post discusses tips and best practices on how to reduce flakiness in automated UI testing on Android.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BZeAIx9g.png"/>
        </item>
        <item>
            <title><![CDATA[PDF form filling and reading in .NET]]></title>
            <link>https://www.nutrient.io/blog/how-to-fill-out-pdf-forms-dotnet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-fill-out-pdf-forms-dotnet/</guid>
            <pubDate>Tue, 21 Apr 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D9kMGafy.png" alt="PDF form filling and reading in .NET" /></p>PDF forms are an ideal way to collect information. Learn how to read and fill out forms programmatically in .NET.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D9kMGafy.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Libraries 1.2 for Java and .NET]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-libraries-1-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-libraries-1-2/</guid>
            <pubDate>Thu, 16 Apr 2020 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DfPrIUGV.png" alt="PSPDFKit Libraries 1.2 for Java and .NET" /></p>Discover the new features in PSPDFKit Libraries 1.2 for Java and .NET, including easier integration and a JSON API for form field management.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DfPrIUGV.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.3 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-6-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-6-3/</guid>
            <pubDate>Tue, 14 Apr 2020 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B9zE070V.png" alt="PSPDFKit 6.3 for Android" /></p>Introducing PSPDFKit 6.3 for Android — with several improvements for Kotlin users.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B9zE070V.png"/>
        </item>
        <item>
            <title><![CDATA[Useful Mac Apps for Remote Workers]]></title>
            <link>https://www.nutrient.io/blog/apps-for-remote-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/apps-for-remote-work/</guid>
            <pubDate>Mon, 13 Apr 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BkNTWwGB.png" alt="Useful Mac Apps for Remote Workers" /></p>Reduce the friction of working remotely!]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BkNTWwGB.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2020.2: PDF SDK for Web]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2020-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2020-2/</guid>
            <pubDate>Thu, 09 Apr 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D8u1oe0X.png" alt="PSPDFKit for Web 2020.2: PDF SDK for Web" /></p>Support for Word files and Image Documents in PSPDFKit for Web 2020.2.]]></description>
            <author>Claudio Ortolina</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D8u1oe0X.png"/>
        </item>
        <item>
            <title><![CDATA[Preventing Surprisingly Large Objective-C Type Encodings]]></title>
            <link>https://www.nutrient.io/blog/objc-type-encodings/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/objc-type-encodings/</guid>
            <pubDate>Wed, 08 Apr 2020 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BWEicdry.png" alt="Preventing Surprisingly Large Objective-C Type Encodings" /></p>Objective-C stores type encoding in the binary. These encodings can become surprisingly large.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BWEicdry.png"/>
        </item>
        <item>
            <title><![CDATA[Communication is key in a remote world]]></title>
            <link>https://www.nutrient.io/blog/communication-is-key-in-a-remote-world/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/communication-is-key-in-a-remote-world/</guid>
            <pubDate>Mon, 06 Apr 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DN2hIwzo.png" alt="Communication is key in a remote world" /></p>Working remotely does not mean working in isolation! Maintaining effective communication means increased productivity and happier teammates.]]></description>
            <author>Sam Fleder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DN2hIwzo.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 9.3 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-9-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-9-3/</guid>
            <pubDate>Tue, 31 Mar 2020 18:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.kPd1eT8q.png" alt="PSPDFKit 9.3 for iOS" /></p>Introducing PSPDFKit 9.3 for iOS, which features refined Swift APIs, iPad cursor support, stricter adherence to PDF document permissions, and much more.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.kPd1eT8q.png"/>
        </item>
        <item>
            <title><![CDATA[9 Tips to Help You Work Effectively from Home]]></title>
            <link>https://www.nutrient.io/blog/tips-for-working-from-home/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tips-for-working-from-home/</guid>
            <pubDate>Mon, 30 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ly151D40.png" alt="9 Tips to Help You Work Effectively from Home" /></p>This article describes some strategies first-time remote workers should follow to get the most out of working from home. This is part two of four of our remote work series.]]></description>
            <author>Maša Majce</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ly151D40.png"/>
        </item>
        <item>
            <title><![CDATA[Supporting Pointer Interactions]]></title>
            <link>https://www.nutrient.io/blog/supporting-pointer-interactions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/supporting-pointer-interactions/</guid>
            <pubDate>Thu, 26 Mar 2020 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BalsLbo9.png" alt="Supporting Pointer Interactions" /></p>Apple introduced new pointer events in iOS 13.4 to better support trackpad and mouse devices.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BalsLbo9.png"/>
        </item>
        <item>
            <title><![CDATA[Tips to navigate remote work challenges]]></title>
            <link>https://www.nutrient.io/blog/overcome-common-struggles-of-remote-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/overcome-common-struggles-of-remote-work/</guid>
            <pubDate>Mon, 23 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D5sVi1KD.png" alt="Tips to navigate remote work challenges" /></p>Discover strategies to overcome challenges when working from home, including tips on motivation, communication, and staying productive.]]></description>
            <author>Kelly Benitez</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D5sVi1KD.png"/>
        </item>
        <item>
            <title><![CDATA[Effective Header Management in C++]]></title>
            <link>https://www.nutrient.io/blog/effective-header-management-in-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/effective-header-management-in-cpp/</guid>
            <pubDate>Wed, 18 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CV5XK6w_.png" alt="Effective Header Management in C++" /></p>How we can reduce build times and clean up our header dependencies with effective header management.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CV5XK6w_.png"/>
        </item>
        <item>
            <title><![CDATA[Declarative Validation with Elixir]]></title>
            <link>https://www.nutrient.io/blog/declarative-validation-with-elixir/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/declarative-validation-with-elixir/</guid>
            <pubDate>Tue, 17 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-QioJXL.png" alt="Declarative Validation with Elixir" /></p>How to write custom data validation logic with Elixir.]]></description>
            <author>Claudio Ortolina</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D-QioJXL.png"/>
        </item>
        <item>
            <title><![CDATA[Process metrics and KPIs explained]]></title>
            <link>https://www.nutrient.io/blog/workflow-metrics-and-kpis/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-metrics-and-kpis/</guid>
            <pubDate>Fri, 13 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Process metrics and KPIs explained" /></p>Understand the difference between KPIs and process metrics, how to define them effectively, and how they drive measurable improvements in workflow performance.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Merge PDFs with Java and Kotlin]]></title>
            <link>https://www.nutrient.io/blog/merge-two-pdfs-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/merge-two-pdfs-java/</guid>
            <pubDate>Wed, 11 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DA_SyHTI.png" alt="Merge PDFs with Java and Kotlin" /></p>Learn to merge multiple PDF documents into one using Java or Kotlin with simple code examples and extra features.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DA_SyHTI.png"/>
        </item>
        <item>
            <title><![CDATA[Change Android themes with circular animations]]></title>
            <link>https://www.nutrient.io/blog/change-android-themes-with-circular-reveal-animation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/change-android-themes-with-circular-reveal-animation/</guid>
            <pubDate>Tue, 10 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.QnZTr1pE.png" alt="Change Android themes with circular animations" /></p>Discover how to implement seamless theme changes in Android using circular reveal animation techniques.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.QnZTr1pE.png"/>
        </item>
        <item>
            <title><![CDATA[Optimizing PDF File Size]]></title>
            <link>https://www.nutrient.io/blog/optimizing-pdf-file-size/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimizing-pdf-file-size/</guid>
            <pubDate>Wed, 04 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.YB8_65E_.png" alt="Optimizing PDF File Size" /></p>When editing PDFs, they often grow in size, but that doesn't have to be the case. Here's how we optionally optimize for size.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.YB8_65E_.png"/>
        </item>
        <item>
            <title><![CDATA[Data-Driven Redaction in Java]]></title>
            <link>https://www.nutrient.io/blog/data-driven-redaction-in-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/data-driven-redaction-in-java/</guid>
            <pubDate>Tue, 03 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D82kNhn1.png" alt="Data-Driven Redaction in Java" /></p>Redacting PDF contents based on variable input data.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D82kNhn1.png"/>
        </item>
        <item>
            <title><![CDATA[Automated email-to-PDF conversion solutions]]></title>
            <link>https://www.nutrient.io/blog/automatically-convert-millions-of-emails-including-all-attachments-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automatically-convert-millions-of-emails-including-all-attachments-to-pdf/</guid>
            <pubDate>Sun, 01 Mar 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automated email-to-PDF conversion solutions" /></p>Easily convert millions of emails with attachments to PDF for long-term archiving and compliance using our automated solutions.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Our Approach to Testing a Large-Scale C++ Codebase]]></title>
            <link>https://www.nutrient.io/blog/our-approach-testing-large-scale-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/our-approach-testing-large-scale-cpp/</guid>
            <pubDate>Wed, 26 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dawo9VLE.png" alt="Our Approach to Testing a Large-Scale C++ Codebase" /></p>This blog post outlines the frameworks and techniques PSPDFKit uses to test its large-scale C++ codebase.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dawo9VLE.png"/>
        </item>
        <item>
            <title><![CDATA[Old School Productivity Tips That Still Work]]></title>
            <link>https://www.nutrient.io/blog/old-school-productivity-tips-that-still-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/old-school-productivity-tips-that-still-work/</guid>
            <pubDate>Tue, 25 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Old School Productivity Tips That Still Work" /></p>Old school productivity tips are proven methods for getting things done with our without modern technology.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to redact personal information from a PDF in .NET]]></title>
            <link>https://www.nutrient.io/blog/redact-personal-information-from-a-pdf-in-dotnet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/redact-personal-information-from-a-pdf-in-dotnet/</guid>
            <pubDate>Tue, 25 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BaQ5LnNW.png" alt="How to redact personal information from a PDF in .NET" /></p>We have a lot of sensitive information in documents, and here's how can we get rid of it for good!]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BaQ5LnNW.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.6 for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-6/</guid>
            <pubDate>Fri, 21 Feb 2020 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DxFd5zNS.png" alt="PSPDFKit 2.6 for Windows" /></p>Introducing PSPDFKit 2.6 for Windows, which features support for digital signatures in PDF files.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DxFd5zNS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.2 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-6-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-6-2/</guid>
            <pubDate>Thu, 20 Feb 2020 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-6-2-header.C_OidsMZ.png" alt="PSPDFKit 6.2 for Android" /></p>Introducing PSPDFKit 6.2 for Android — with HTML-to-PDF conversion and several improvements to code structure and documentation.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-6-2-header.C_OidsMZ.png"/>
        </item>
        <item>
            <title><![CDATA[Becoming a better engineer by doing support]]></title>
            <link>https://www.nutrient.io/blog/becoming-a-better-engineer-by-doing-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/becoming-a-better-engineer-by-doing-support/</guid>
            <pubDate>Wed, 19 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.UZcLrub0.png" alt="Becoming a better engineer by doing support" /></p>How being on support duty helps me improve as an engineer, and why I think everyone should try it.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.UZcLrub0.png"/>
        </item>
        <item>
            <title><![CDATA[Inserting an Image into a PDF on Android]]></title>
            <link>https://www.nutrient.io/blog/insert-image-into-pdf-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/insert-image-into-pdf-on-android/</guid>
            <pubDate>Tue, 18 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DI6kiXO3.png" alt="Inserting an Image into a PDF on Android" /></p>We provide a step-by-step explanation of how to insert an image into a PDF on Android.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DI6kiXO3.png"/>
        </item>
        <item>
            <title><![CDATA[Introduction to SwiftUI for React Developers (Part 2)]]></title>
            <link>https://www.nutrient.io/blog/intro-to-swiftui-for-react-developers-part-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/intro-to-swiftui-for-react-developers-part-2/</guid>
            <pubDate>Wed, 12 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BODCTjan.png" alt="Introduction to SwiftUI for React Developers (Part 2)" /></p>A discussion about the basic concepts of SwiftUI from the point of view of a React developer]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BODCTjan.png"/>
        </item>
        <item>
            <title><![CDATA[Investigating the performance overhead of C++ exceptions]]></title>
            <link>https://www.nutrient.io/blog/performance-overhead-of-exceptions-in-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/performance-overhead-of-exceptions-in-cpp/</guid>
            <pubDate>Tue, 11 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CHr1Vu8W.png" alt="Investigating the performance overhead of C++ exceptions" /></p>C++ exceptions have their place, but using an alternative is recommended for general program flow control.]]></description>
            <author>Amit Nayar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CHr1Vu8W.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing PDF Inspector]]></title>
            <link>https://www.nutrient.io/blog/pdf-inspector/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-inspector/</guid>
            <pubDate>Thu, 06 Feb 2020 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CXYoNXgx.png" alt="Introducing PDF Inspector" /></p>PDF Inspector is a powerful diagnostic tool for reading and analyzing PDF files.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CXYoNXgx.png"/>
        </item>
        <item>
            <title><![CDATA[Introduction to SwiftUI for React Developers (Part 1)]]></title>
            <link>https://www.nutrient.io/blog/intro-to-swiftui-for-react-developers-part-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/intro-to-swiftui-for-react-developers-part-1/</guid>
            <pubDate>Wed, 05 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.RDo9ax51.png" alt="Introduction to SwiftUI for React Developers (Part 1)" /></p>A discussion of the basic concepts of SwiftUI from the point of view of a React developer.]]></description>
            <author>Guillermo Peralta Scura</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.RDo9ax51.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit Libraries 1.1 update for Java & .NET]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-libraries-1-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-libraries-1-1/</guid>
            <pubDate>Tue, 04 Feb 2020 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dnen1o7C.png" alt="PSPDFKit Libraries 1.1 update for Java & .NET" /></p>Discover the new RedactionProcessor API and enhancements in PSPDFKit Libraries 1.1 for Java and .NET, streamlining document redaction and handling.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dnen1o7C.png"/>
        </item>
        <item>
            <title><![CDATA[Compiler-Based Lock Checking in C++]]></title>
            <link>https://www.nutrient.io/blog/compiler-based-lock-checking-in-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/compiler-based-lock-checking-in-cpp/</guid>
            <pubDate>Tue, 04 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.fwOjFwjy.png" alt="Compiler-Based Lock Checking in C++" /></p>A short introduction to compiler-based lock checking in C++ with Clang using Thread Safety Analysis]]></description>
            <author>Markus Woschank</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.fwOjFwjy.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2020.1]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2020-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2020-1/</guid>
            <pubDate>Mon, 03 Feb 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.qtxsY_XK.png" alt="PSPDFKit for Web 2020.1" /></p>Support for Digital Signatures and the new Instant Comments component in PSPDFKit for Web 2020.1.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.qtxsY_XK.png"/>
        </item>
        <item>
            <title><![CDATA[How to bridge native iOS code to React Native]]></title>
            <link>https://www.nutrient.io/blog/how-to-bridge-native-ios-code-to-react-native/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-bridge-native-ios-code-to-react-native/</guid>
            <pubDate>Wed, 29 Jan 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D4mEurG4.png" alt="How to bridge native iOS code to React Native" /></p>A video tutorial about how to bridge native iOS code to React Native.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D4mEurG4.png"/>
        </item>
        <item>
            <title><![CDATA[The state of progressive web apps in 2020]]></title>
            <link>https://www.nutrient.io/blog/progressive-web-apps-in-2020/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/progressive-web-apps-in-2020/</guid>
            <pubDate>Tue, 28 Jan 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.-rh_XB2s.png" alt="The state of progressive web apps in 2020" /></p>Examining new developments in the PWA landscape that affect mobile and desktop browsers.]]></description>
            <author>Marco Scannadinari</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.-rh_XB2s.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 9.2 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-9-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-9-2/</guid>
            <pubDate>Wed, 22 Jan 2020 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B6VopvYn.png" alt="PSPDFKit 9.2 for iOS" /></p>Introducing PSPDFKit 9.2 for iOS — with updated UI text and additional Dark Mode and Mac Catalyst enhancements.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B6VopvYn.png"/>
        </item>
        <item>
            <title><![CDATA[The C++ Lifetime Profile: How It Plans to Make C++ Code Safer]]></title>
            <link>https://www.nutrient.io/blog/the-cpp-lifetime-profile/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-cpp-lifetime-profile/</guid>
            <pubDate>Wed, 22 Jan 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.04mpnFkI.png" alt="The C++ Lifetime Profile: How It Plans to Make C++ Code Safer" /></p>This blog post explains what the C++ Lifetime Profile is and how it intends to make the language safer and help avoid memory management problems.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.04mpnFkI.png"/>
        </item>
        <item>
            <title><![CDATA[How to Add Attribution to PDFs with PSPDFKit for iOS]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-attribution-to-pdfs-with-pspdfkit-for-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-attribution-to-pdfs-with-pspdfkit-for-ios/</guid>
            <pubDate>Tue, 21 Jan 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Y2AAR8mF.png" alt="How to Add Attribution to PDFs with PSPDFKit for iOS" /></p>Learn how to include attribution when sharing the contents of a PDF.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Y2AAR8mF.png"/>
        </item>
        <item>
            <title><![CDATA[Moving a Git Repository into Its Submodule]]></title>
            <link>https://www.nutrient.io/blog/moving-a-git-repository-into-its-submodule/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/moving-a-git-repository-into-its-submodule/</guid>
            <pubDate>Wed, 15 Jan 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BRzIMLUN.png" alt="Moving a Git Repository into Its Submodule" /></p>How we improved our Git repository setup by moving our PDF Viewer for iOS repository into our PSPDFKit repository.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BRzIMLUN.png"/>
        </item>
        <item>
            <title><![CDATA[Adopting UIAppearance in Custom Views]]></title>
            <link>https://www.nutrient.io/blog/adopting-uiappearance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adopting-uiappearance/</guid>
            <pubDate>Tue, 14 Jan 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DJFbdQEI.png" alt="Adopting UIAppearance in Custom Views" /></p>Learn how to support styling your own custom views using UIAppearance.]]></description>
            <author>Adrian Kashivskyy</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DJFbdQEI.png"/>
        </item>
        <item>
            <title><![CDATA[Filtering Tests in Android]]></title>
            <link>https://www.nutrient.io/blog/filtering-tests-in-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/filtering-tests-in-android/</guid>
            <pubDate>Wed, 08 Jan 2020 03:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.p7UZo0zX.png" alt="Filtering Tests in Android" /></p>A look at the android.support.test.filters library and what it provides you with.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.p7UZo0zX.png"/>
        </item>
        <item>
            <title><![CDATA[Serving PDFs with Express.js]]></title>
            <link>https://www.nutrient.io/blog/serving-pdfs-with-expressjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/serving-pdfs-with-expressjs/</guid>
            <pubDate>Tue, 07 Jan 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CGOnGItK.png" alt="Serving PDFs with Express.js" /></p>We cover some of the different ways to serve PDFs with Express.js]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CGOnGItK.png"/>
        </item>
        <item>
            <title><![CDATA[Print only watermarks in SharePoint Online]]></title>
            <link>https://www.nutrient.io/blog/generating-print-only-watermarks-in-sharepoint-online-and-power-automate-flow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generating-print-only-watermarks-in-sharepoint-online-and-power-automate-flow/</guid>
            <pubDate>Wed, 01 Jan 2020 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Print only watermarks in SharePoint Online" /></p>Learn how to generate print-only watermarks in SharePoint Online and Power Automate for enhanced document security and control.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[2019: Year in Review]]></title>
            <link>https://www.nutrient.io/blog/2019-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2019-in-review/</guid>
            <pubDate>Mon, 30 Dec 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DFSyRzt1.png" alt="2019: Year in Review" /></p>With 2020 just around the corner, we wanted to reflect on the past year.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DFSyRzt1.png"/>
        </item>
        <item>
            <title><![CDATA[The Functional Side of std::optional with C++20]]></title>
            <link>https://www.nutrient.io/blog/the-functional-side-of-optional/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-functional-side-of-optional/</guid>
            <pubDate>Wed, 18 Dec 2019 04:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C9GSzUKK.png" alt="The Functional Side of std::optional with C++20" /></p>std::optional is already really useful, and it's about to get better with C++20.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C9GSzUKK.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.1 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-6-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-6-1/</guid>
            <pubDate>Tue, 17 Dec 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-6-1-header.tVOVrUTg.png" alt="PSPDFKit 6.1 for Android" /></p>Introducing PSPDFKit 6.1 for Android — with improvements to accessibility, availability of PDF page overlay views, support for custom document outlines, and more.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-6-1-header.tVOVrUTg.png"/>
        </item>
        <item>
            <title><![CDATA[From zero to hero: How I got a full-time job in tech]]></title>
            <link>https://www.nutrient.io/blog/zero-to-hero-how-i-got-a-job-in-tech/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/zero-to-hero-how-i-got-a-job-in-tech/</guid>
            <pubDate>Tue, 17 Dec 2019 04:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bu4Nlc_g.png" alt="From zero to hero: How I got a full-time job in tech" /></p>A political scientist turned web engineer describes her journey of transformation. She also reveals a few aspects that can make or break an internship in tech (and in general).]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bu4Nlc_g.png"/>
        </item>
        <item>
            <title><![CDATA[Integrating PSPDFKit with GatsbyJS]]></title>
            <link>https://www.nutrient.io/blog/integrating-pspdfkit-in-gatsbyjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrating-pspdfkit-in-gatsbyjs/</guid>
            <pubDate>Mon, 16 Dec 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cff9Bqvq.png" alt="Integrating PSPDFKit with GatsbyJS" /></p>Enhance your GatsbyJS static generated site with the PDF viewing and annotating capabilities of PSPDFKit for Web.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cff9Bqvq.png"/>
        </item>
        <item>
            <title><![CDATA[Our Top Ten Blog Posts of 2019]]></title>
            <link>https://www.nutrient.io/blog/top-ten-blog-posts-of-2019/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-ten-blog-posts-of-2019/</guid>
            <pubDate>Mon, 16 Dec 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Our Top Ten Blog Posts of 2019" /></p>A countdown of our top blog posts in 2019 featuring workflow, productivity, efficiency, and change management topics.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Open links in Safari, not Safari view controller]]></title>
            <link>https://www.nutrient.io/blog/open-links-in-safari-not-safari-view-controller/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-links-in-safari-not-safari-view-controller/</guid>
            <pubDate>Wed, 11 Dec 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ch7Q1IQu.png" alt="Open links in Safari, not Safari view controller" /></p>Why we changed our default for opening web links from SFSafariViewController to the Safari app.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ch7Q1IQu.png"/>
        </item>
        <item>
            <title><![CDATA[Our Journey from Genymotion to the Android Emulator]]></title>
            <link>https://www.nutrient.io/blog/our-journey-from-genymotion-to-the-android-emulator/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/our-journey-from-genymotion-to-the-android-emulator/</guid>
            <pubDate>Tue, 10 Dec 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ssRt9ryE.png" alt="Our Journey from Genymotion to the Android Emulator" /></p>How we migrated our Genymotion-based CI to an AVD.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ssRt9ryE.png"/>
        </item>
        <item>
            <title><![CDATA[3 Emerging Technologies That Aid Employee Workflow]]></title>
            <link>https://www.nutrient.io/blog/emerging-technologies-that-aid-employee-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/emerging-technologies-that-aid-employee-workflow/</guid>
            <pubDate>Mon, 09 Dec 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="3 Emerging Technologies That Aid Employee Workflow" /></p>As technologies continue to advance, they have entirely reshaped modern organizations by making their processes highly integrated, streamlined, and more straightforward to conduct for employees.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Open PDFs in a Svelte app with NutrientViewer]]></title>
            <link>https://www.nutrient.io/blog/open-pdfs-in-a-svelte-app-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdfs-in-a-svelte-app-with-pspdfkit/</guid>
            <pubDate>Mon, 09 Dec 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CmoZXZiq.png" alt="Open PDFs in a Svelte app with NutrientViewer" /></p>Integrate Nutrient Web SDK from scratch in a Svelte application using Parcel.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CmoZXZiq.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 9.1 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-9-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-9-1/</guid>
            <pubDate>Thu, 05 Dec 2019 14:35:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C7U9XnWE.png" alt="PSPDFKit 9.1 for iOS" /></p>Introducing PSPDFKit 9.1 for iOS — featuring improved Image Documents, better Mac Catalyst support, and extended appearance customization options.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C7U9XnWE.png"/>
        </item>
        <item>
            <title><![CDATA[WebAssembly and Emscripten Chat with Alon Zakai]]></title>
            <link>https://www.nutrient.io/blog/webassembly-emscripten-chat-alon-zakai/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/webassembly-emscripten-chat-alon-zakai/</guid>
            <pubDate>Wed, 04 Dec 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ck10rUlU.png" alt="WebAssembly and Emscripten Chat with Alon Zakai" /></p>A chat with Alon Zakai, co-creator of WebAssembly and creator of Emscripten.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ck10rUlU.png"/>
        </item>
        <item>
            <title><![CDATA[How Formpipe uses Nutrient to power its Meetings Plus app]]></title>
            <link>https://www.nutrient.io/blog/case-study-formpipe/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-formpipe/</guid>
            <pubDate>Tue, 03 Dec 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CvUeLpZa.jpg" alt="How Formpipe uses Nutrient to power its Meetings Plus app" /></p>Discover how Formpipe integrates Nutrient to enhance its Meetings Plus app for efficient document management and collaboration.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CvUeLpZa.jpg"/>
        </item>
        <item>
            <title><![CDATA[Persisting the Tabs State on Android]]></title>
            <link>https://www.nutrient.io/blog/android-persistent-tabs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-persistent-tabs/</guid>
            <pubDate>Wed, 27 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.eeA19WGy.png" alt="Persisting the Tabs State on Android" /></p>A blog post describing how to persist the tabs state inside PdfActivity.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.eeA19WGy.png"/>
        </item>
        <item>
            <title><![CDATA[Introduction to C++ for Swift Developers]]></title>
            <link>https://www.nutrient.io/blog/intro-cpp-swift-developers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/intro-cpp-swift-developers/</guid>
            <pubDate>Tue, 26 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BlPOeLkl.png" alt="Introduction to C++ for Swift Developers" /></p>An introduction to the C++ language for Swift developers, with an overview of reasons to use C++ and a look at differences and similarities between the languages.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BlPOeLkl.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.5 update for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-5/</guid>
            <pubDate>Fri, 22 Nov 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.CEtmkK3U.png" alt="PSPDFKit 2.5 update for Windows" /></p>Explore new features in PSPDFKit 2.5 for Windows, including annotation editability controls, dynamic editing, and improved text extraction.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.CEtmkK3U.png"/>
        </item>
        <item>
            <title><![CDATA[What Are Companies Automating?]]></title>
            <link>https://www.nutrient.io/blog/what-are-companies-automating/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-are-companies-automating/</guid>
            <pubDate>Thu, 21 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What Are Companies Automating?" /></p>Infographic showing what companies are automating with workflow management software.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Adopting Dark Mode on iOS and Ensuring Backward Compatibility]]></title>
            <link>https://www.nutrient.io/blog/adopting-dark-mode-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adopting-dark-mode-on-ios/</guid>
            <pubDate>Wed, 20 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYC5iIvR.png" alt="Adopting Dark Mode on iOS and Ensuring Backward Compatibility" /></p>A comprehensive overview of adopting Dark Mode in an iOS app, along with a few tips to make the process of development easier.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BYC5iIvR.png"/>
        </item>
        <item>
            <title><![CDATA[How to Merge Two or More PDFs in .NET]]></title>
            <link>https://www.nutrient.io/blog/merge-two-pdfs-dotnet/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/merge-two-pdfs-dotnet/</guid>
            <pubDate>Tue, 19 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BCKvJC6j.png" alt="How to Merge Two or More PDFs in .NET" /></p>Learn how to merge PDFs in .NET the simple way — with code examples, explanations, and extra features.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BCKvJC6j.png"/>
        </item>
        <item>
            <title><![CDATA[Improving keyboard accessibility in our Android SDK]]></title>
            <link>https://www.nutrient.io/blog/how-we-improved-keyboard-navigation-accessibility-in-our-android-sdk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-improved-keyboard-navigation-accessibility-in-our-android-sdk/</guid>
            <pubDate>Wed, 13 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.l0eIkPBC.png" alt="Improving keyboard accessibility in our Android SDK" /></p>Discover how we enhanced keyboard navigation access in our Android SDK to ensure usability for all users.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.l0eIkPBC.png"/>
        </item>
        <item>
            <title><![CDATA[Making C++ Talk to Other Languages with SWIG]]></title>
            <link>https://www.nutrient.io/blog/making-cpp-talk-to-other-languages-with-swig/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/making-cpp-talk-to-other-languages-with-swig/</guid>
            <pubDate>Tue, 12 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BslY7_Ci.png" alt="Making C++ Talk to Other Languages with SWIG" /></p>Using SWIG to generate interfaces to talk to a C++ backend.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BslY7_Ci.png"/>
        </item>
        <item>
            <title><![CDATA[Advances in Hybrid Technologies]]></title>
            <link>https://www.nutrient.io/blog/advances-in-hybrid-technologies/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/advances-in-hybrid-technologies/</guid>
            <pubDate>Wed, 06 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.UKFs4dtj.png" alt="Advances in Hybrid Technologies" /></p>We recently updated our hybrid technologies.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.UKFs4dtj.png"/>
        </item>
        <item>
            <title><![CDATA[Open PDFs in a Next.js app with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-nextjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-nextjs/</guid>
            <pubDate>Tue, 05 Nov 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ccf7XvW1.png" alt="Open PDFs in a Next.js app with Nutrient" /></p>How to add a PDF viewer to your Next.js app by embedding Nutrient Web SDK.]]></description>
            <author>Ritesh Kumar</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ccf7XvW1.png"/>
        </item>
        <item>
            <title><![CDATA[Add barcodes to documents with SharePoint]]></title>
            <link>https://www.nutrient.io/blog/add-barcodes-to-documents-using-sharepoint-workflows-office-365-or-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-barcodes-to-documents-using-sharepoint-workflows-office-365-or-api/</guid>
            <pubDate>Fri, 01 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Add barcodes to documents with SharePoint" /></p>Discover how to add various barcode types to your documents using SharePoint, workflows, Office 365, or API integrations.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Effective PDF conversion for email attachments]]></title>
            <link>https://www.nutrient.io/blog/dealing-with-attachments-when-converting-emails-infopath-forms-and-merging-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/dealing-with-attachments-when-converting-emails-infopath-forms-and-merging-documents/</guid>
            <pubDate>Fri, 01 Nov 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Effective PDF conversion for email attachments" /></p>Learn how to handle email and InfoPath form attachments efficiently using our PDF conversion solutions, offering flexibility and control.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Introducing PSPDFKit Libraries]]></title>
            <link>https://www.nutrient.io/blog/introducing-pspdfkit-libraries/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-pspdfkit-libraries/</guid>
            <pubDate>Thu, 31 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.JcKC4771.png" alt="Introducing PSPDFKit Libraries" /></p>The power and stability of PSPDFKit in .NET and Java.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.JcKC4771.png"/>
        </item>
        <item>
            <title><![CDATA[Why What You Listen to at Work Can Make You More Productive]]></title>
            <link>https://www.nutrient.io/blog/music-work-productivity-focus/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/music-work-productivity-focus/</guid>
            <pubDate>Wed, 30 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why What You Listen to at Work Can Make You More Productive" /></p>Listening to music or other types of audio can make you more productive at work and help you focus on tasks better — so what should you listen to?]]></description>
            <author>Deanna deBara</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Garbage in, Garbage out: Data Collection Tips]]></title>
            <link>https://www.nutrient.io/blog/garbage-garbage-data-collection-critical-compliance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/garbage-garbage-data-collection-critical-compliance/</guid>
            <pubDate>Thu, 24 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Garbage in, Garbage out: Data Collection Tips" /></p>The lack of structure in gathering information typically results in costly rework or critical decisions made on incomplete information.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Beginner’s guide to Docker commands]]></title>
            <link>https://www.nutrient.io/blog/docker-import-export-vs-load-save/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/docker-import-export-vs-load-save/</guid>
            <pubDate>Wed, 23 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CtorqrFQ.jpg" alt="Beginner’s guide to Docker commands" /></p>Learn the key differences between Docker import/export and load/save commands in this beginner-friendly guide.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CtorqrFQ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Creating a Web Component with PDF.js]]></title>
            <link>https://www.nutrient.io/blog/create-web-component-pdfjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/create-web-component-pdfjs/</guid>
            <pubDate>Tue, 22 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CGyu0ebq.png" alt="Creating a Web Component with PDF.js" /></p>Taking advantage of native platform features to create a reusable component that can show a PDF.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CGyu0ebq.png"/>
        </item>
        <item>
            <title><![CDATA[The all-new PSPDFKit for Cordova library]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-cordova/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-cordova/</guid>
            <pubDate>Mon, 21 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BcqFETFv.png" alt="The all-new PSPDFKit for Cordova library" /></p>PSPDFKit for Cordova is our new and unified library for Android and iOS.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BcqFETFv.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.4 for Windows release features]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-4/</guid>
            <pubDate>Thu, 17 Oct 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.BvmunYi9.png" alt="PSPDFKit 2.4 for Windows release features" /></p>Explore the new touch gesture support and embedded PDF JavaScript in PSPDFKit 2.4 for Windows. Learn more about its exciting features today!]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.BvmunYi9.png"/>
        </item>
        <item>
            <title><![CDATA[Convert a PDF to an Image on Android]]></title>
            <link>https://www.nutrient.io/blog/convert-pdf-to-image-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-pdf-to-image-android/</guid>
            <pubDate>Wed, 16 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BQMk4wcm.png" alt="Convert a PDF to an Image on Android" /></p>This article explains how to render your PDF files to images using both Android's built-in PDF libraries and PSPDFKit.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BQMk4wcm.png"/>
        </item>
        <item>
            <title><![CDATA[How to Approach Workflow ROI]]></title>
            <link>https://www.nutrient.io/blog/how-to-approach-workflow-roi/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-approach-workflow-roi/</guid>
            <pubDate>Wed, 16 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Approach Workflow ROI" /></p>There are similarities among every new hire process, expense request process, change request process, etc., but no one handles the same process exactly the same way.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Chandler Concrete uses Nutrient to optimize and digitize its employees' document workflow in the field]]></title>
            <link>https://www.nutrient.io/blog/case-study-chandler-concrete/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-chandler-concrete/</guid>
            <pubDate>Tue, 15 Oct 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BRgCy2Vv.jpg" alt="How Chandler Concrete uses Nutrient to optimize and digitize its employees' document workflow in the field" /></p>Discover how Chandler Concrete digitized document workflows using Nutrient, enhancing efficiency and reducing costs in the field.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BRgCy2Vv.jpg"/>
        </item>
        <item>
            <title><![CDATA[Boost your business process visibility]]></title>
            <link>https://www.nutrient.io/blog/boost-process-visibility-to-improve-operational-responsiveness/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/boost-process-visibility-to-improve-operational-responsiveness/</guid>
            <pubDate>Thu, 10 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Boost your business process visibility" /></p>Learn how to document, automate, and monitor workflows for better visibility and operational efficiency.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[When people leave: Do you have a succession plan?]]></title>
            <link>https://www.nutrient.io/blog/succession-planning/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/succession-planning/</guid>
            <pubDate>Fri, 04 Oct 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="When people leave: Do you have a succession plan?" /></p>Succession planning is a process for identifying personnel with the potential to replace existing staff members they separate from the company and also includes the development of current staff members into key roles before they’re needed, helping to minimize the disruption of a sudden vacancy.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Why You Should Automate Your Offboarding Process]]></title>
            <link>https://www.nutrient.io/blog/why-you-should-automate-your-offboarding-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-you-should-automate-your-offboarding-process/</guid>
            <pubDate>Wed, 25 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why You Should Automate Your Offboarding Process" /></p>The benefits of automated the offboarding process are numerous and can ensure consistency, accuracy, and compliance.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-6/</guid>
            <pubDate>Fri, 20 Sep 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-6-header.Cz8v5lfD.png" alt="PSPDFKit 6 for Android" /></p>PSPDFKit 6 for Android improves on performance and accessibility, auto-expands free text annotations, adds annotation z-index ordering and a new all-in-one fragment, and more.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-6-header.Cz8v5lfD.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing the Mac Catalyst PDF SDK]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-mac-catalyst/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-mac-catalyst/</guid>
            <pubDate>Thu, 19 Sep 2019 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header._2cnTl4-.png" alt="Introducing the Mac Catalyst PDF SDK" /></p>Port your iOS apps to macOS with PSPDFKit for Mac Catalyst.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header._2cnTl4-.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 9 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-9/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-9/</guid>
            <pubDate>Thu, 19 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DsjKeVRP.png" alt="PSPDFKit 9 for iOS" /></p>PSPDFKit 9 for iOS introduces Mac Catalyst support, as well as many great new iOS 13 features such as native Dark Mode and multi-window support.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DsjKeVRP.png"/>
        </item>
        <item>
            <title><![CDATA[The Android Drag-and-Drop Framework in Practice]]></title>
            <link>https://www.nutrient.io/blog/android-drag-and-drop-framework/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-drag-and-drop-framework/</guid>
            <pubDate>Wed, 18 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Du84L_LR.png" alt="The Android Drag-and-Drop Framework in Practice" /></p>Using the Android drag-and-drop framework — from theory to implementation.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Du84L_LR.png"/>
        </item>
        <item>
            <title><![CDATA[Add a watermark to a PDF on Android]]></title>
            <link>https://www.nutrient.io/blog/add-watermark-pdf-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-watermark-pdf-android/</guid>
            <pubDate>Tue, 17 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJEusS6C.png" alt="Add a watermark to a PDF on Android" /></p>How to add a watermark to a PDF on Android.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CJEusS6C.png"/>
        </item>
        <item>
            <title><![CDATA[Selling Your Workflow Automation Ideas Internally]]></title>
            <link>https://www.nutrient.io/blog/selling-workflow-automation-ideas-internally/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/selling-workflow-automation-ideas-internally/</guid>
            <pubDate>Mon, 16 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Selling Your Workflow Automation Ideas Internally" /></p>Selling your ideas internally depends on a number of factors, including culture, how the topic is broached and the stakes.]]></description>
            <author>Cindy Cook DeRuyter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Understanding the Gradle Build System]]></title>
            <link>https://www.nutrient.io/blog/understand-gradle-build-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/understand-gradle-build-system/</guid>
            <pubDate>Wed, 11 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DeHOtMBE.png" alt="Understanding the Gradle Build System" /></p>In this article, we'll explore the Gradle build system, how it works, and why it is the new standard for building Android projects.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DeHOtMBE.png"/>
        </item>
        <item>
            <title><![CDATA[Merge PDF Documents on Android]]></title>
            <link>https://www.nutrient.io/blog/merge-pdf-documents-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/merge-pdf-documents-on-android/</guid>
            <pubDate>Tue, 10 Sep 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B062tlh3.png" alt="Merge PDF Documents on Android" /></p>We'll take a look at two ways to merge PDF documents on Android.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B062tlh3.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2019.5]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2019-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2019-5/</guid>
            <pubDate>Mon, 09 Sep 2019 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.MGSAGHhp.png" alt="PSPDFKit for Web 2019.5" /></p>Announcing PSPDFKit for Web 2019.5! This release introduces our new Form Designer component and supports embedded JavaScript in PDF files on Standalone.]]></description>
            <author>Luna Graysen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.MGSAGHhp.png"/>
        </item>
        <item>
            <title><![CDATA[Challenges of Using Emojis with C++]]></title>
            <link>https://www.nutrient.io/blog/emojis-and-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/emojis-and-cpp/</guid>
            <pubDate>Mon, 09 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CAuUY27n.png" alt="Challenges of Using Emojis with C++" /></p>In this article, we discuss the challenges of implementing your own custom emoji support in a cross-platform way.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CAuUY27n.png"/>
        </item>
        <item>
            <title><![CDATA[How to expose native iOS APIs to Cordova]]></title>
            <link>https://www.nutrient.io/blog/how-to-expose-ios-api-to-cordova/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-expose-ios-api-to-cordova/</guid>
            <pubDate>Wed, 04 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DoKYh9rr.png" alt="How to expose native iOS APIs to Cordova" /></p>A tutorial about how to expose native iOS APIs to Cordova.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DoKYh9rr.png"/>
        </item>
        <item>
            <title><![CDATA[Managing Ideas and Innovation with Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/managing-ideas-and-innovation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/managing-ideas-and-innovation/</guid>
            <pubDate>Wed, 04 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Managing Ideas and Innovation with Workflow Automation" /></p>Managing ideas with workflow automation ensures that ideas from employees, customers, and partners are captured, tracked and reviewed appropriately.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Adding Custom Localization to PSPDFKit for Web]]></title>
            <link>https://www.nutrient.io/blog/add-new-localization-pspdfkit-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-new-localization-pspdfkit-web/</guid>
            <pubDate>Tue, 03 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D38jWc-r.png" alt="Adding Custom Localization to PSPDFKit for Web" /></p>This post will cover how you can add custom localization to PSPDFKit for Web.]]></description>
            <author>Veronica Marini</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D38jWc-r.png"/>
        </item>
        <item>
            <title><![CDATA[PDF Features for Writing and Sharing Scientific Research]]></title>
            <link>https://www.nutrient.io/blog/pdf-features-for-writing-and-sharing-scientific-research/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-features-for-writing-and-sharing-scientific-research/</guid>
            <pubDate>Mon, 02 Sep 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.6vnGFiog.png" alt="PDF Features for Writing and Sharing Scientific Research" /></p>PSPDFKit can help you carry out scientific research with features like annotation replies, digital signatures, and JavaScript.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.6vnGFiog.png"/>
        </item>
        <item>
            <title><![CDATA[What Is an Intent?]]></title>
            <link>https://www.nutrient.io/blog/what-is-an-intent/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-an-intent/</guid>
            <pubDate>Tue, 27 Aug 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D4g-FgiG.png" alt="What Is an Intent?" /></p>An overview of intents, their uses, and pitfalls to consider.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D4g-FgiG.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.3 release overview]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-3/</guid>
            <pubDate>Wed, 21 Aug 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.pwZfPETU.png" alt="PSPDFKit 2.3 release overview" /></p>Explore the new features of PSPDFKit 2.3 for Windows, including the Document Editor UI, password management, and enhanced performance.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.pwZfPETU.png"/>
        </item>
        <item>
            <title><![CDATA[Dealing with large memory requirements on Android]]></title>
            <link>https://www.nutrient.io/blog/android-large-memory-requirements/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-large-memory-requirements/</guid>
            <pubDate>Wed, 21 Aug 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Doypeu8f.png" alt="Dealing with large memory requirements on Android" /></p>This article provides tips for optimizing memory usage of your apps.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Doypeu8f.png"/>
        </item>
        <item>
            <title><![CDATA[NDK Debugging]]></title>
            <link>https://www.nutrient.io/blog/ndk-debugging/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ndk-debugging/</guid>
            <pubDate>Tue, 20 Aug 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.dI7l8h1u.png" alt="NDK Debugging" /></p>A set of tips for debugging native NDK code in Android apps.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.dI7l8h1u.png"/>
        </item>
        <item>
            <title><![CDATA[How Do I Fix NetworkOnMainThreadException?]]></title>
            <link>https://www.nutrient.io/blog/android-network-on-main-thread-exception/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-network-on-main-thread-exception/</guid>
            <pubDate>Mon, 19 Aug 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CQ8Db-Fk.png" alt="How Do I Fix NetworkOnMainThreadException?" /></p>A post detailing what NetworkOnMainThreadException is and how to prevent it.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CQ8Db-Fk.png"/>
        </item>
        <item>
            <title><![CDATA[Making Better Workflow Hand-Offs]]></title>
            <link>https://www.nutrient.io/blog/making-better-workflow-hand-offs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/making-better-workflow-hand-offs/</guid>
            <pubDate>Fri, 16 Aug 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Making Better Workflow Hand-Offs" /></p>When hand-offs occur as part of a critical business process, mistakes and misunderstandings can cost an organization real time and money.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[The role of Nutrient as a PDF processor]]></title>
            <link>https://www.nutrient.io/blog/the-role-of-the-pdf-processor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-role-of-the-pdf-processor/</guid>
            <pubDate>Wed, 14 Aug 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D1xHhAYt.png" alt="The role of Nutrient as a PDF processor" /></p>How we fit into the PDF landscape.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D1xHhAYt.png"/>
        </item>
        <item>
            <title><![CDATA[Performance Evaluation of Linked Lists]]></title>
            <link>https://www.nutrient.io/blog/linked-lists-performance-evaluation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/linked-lists-performance-evaluation/</guid>
            <pubDate>Tue, 13 Aug 2019 07:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.T7nSHBp1.png" alt="Performance Evaluation of Linked Lists" /></p>Today we'll delve into the performance evaluation of linked lists, a controversial topic among many experienced developers, and try to understand why they trigger a warning in the Error Prone report.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.T7nSHBp1.png"/>
        </item>
        <item>
            <title><![CDATA[Optimizing Windows files with Aquaforest OCR]]></title>
            <link>https://www.nutrient.io/blog/in-place-ocr-for-windows-file-systems-using-document-searchability-ocr/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/in-place-ocr-for-windows-file-systems-using-document-searchability-ocr/</guid>
            <pubDate>Mon, 12 Aug 2019 14:57:58 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Optimizing Windows files with Aquaforest OCR" /></p>Transform non-searchable content into searchable files with Aquaforest Searchlight OCR in Windows file systems and SharePoint.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Add a Watermark to a PDF in UWP]]></title>
            <link>https://www.nutrient.io/blog/add-watermark-pdf-uwp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-watermark-pdf-uwp/</guid>
            <pubDate>Mon, 12 Aug 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DBfiY0Ns.png" alt="Add a Watermark to a PDF in UWP" /></p>How to add a watermark to a PDF on UWP.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DBfiY0Ns.png"/>
        </item>
        <item>
            <title><![CDATA[React Redux's New Features]]></title>
            <link>https://www.nutrient.io/blog/react-redux-new-features/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-redux-new-features/</guid>
            <pubDate>Wed, 07 Aug 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1jpphvx.png" alt="React Redux's New Features" /></p>An overview of React Redux's seven new features in action.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1jpphvx.png"/>
        </item>
        <item>
            <title><![CDATA[Does Workflow Automation Improve Employee Morale?]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-improve-employee-morale/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-improve-employee-morale/</guid>
            <pubDate>Wed, 07 Aug 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Does Workflow Automation Improve Employee Morale?" /></p>We discuss what impact workflow automation has on improving employee morale and improving organizational productivity.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Removing Sensitive Information from a PDF]]></title>
            <link>https://www.nutrient.io/blog/removing-sensitive-information-from-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/removing-sensitive-information-from-pdf/</guid>
            <pubDate>Tue, 06 Aug 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B3yuLYs8.png" alt="Removing Sensitive Information from a PDF" /></p>This article explains different forms of redaction and discusses different methods used to redact a PDF document.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B3yuLYs8.png"/>
        </item>
        <item>
            <title><![CDATA[How to Await an Async Event Handler Delegate in UWP]]></title>
            <link>https://www.nutrient.io/blog/async-callbacks-with-deferral-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/async-callbacks-with-deferral-csharp/</guid>
            <pubDate>Mon, 05 Aug 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CbBTzmC8.png" alt="How to Await an Async Event Handler Delegate in UWP" /></p>Asynchronous programming is hard, and the WinRT interface poses further issues. Learn how to implement a deferral to wait on a user action before completing additional work.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CbBTzmC8.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.5 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-8-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-8-5/</guid>
            <pubDate>Wed, 31 Jul 2019 16:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.3D33eXsS.png" alt="PSPDFKit 8.5 for iOS" /></p>Introducing PSPDFKit 8.5 for iOS — with user interface options to change the stacking order of annotations and the page binding of documents.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.3D33eXsS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2019.4]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2019-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2019-4/</guid>
            <pubDate>Wed, 31 Jul 2019 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ClnI1ZNy.png" alt="PSPDFKit for Web 2019.4" /></p>Announcing PSPDFKit for Web 2019.4 — including the new Document Editor component, a complete visual overhaul, support for the Welsh language, and new Catalog examples.]]></description>
            <author>Luna Graysen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ClnI1ZNy.png"/>
        </item>
        <item>
            <title><![CDATA[Smoother Interactions on the Web: getCoalescedEvents()]]></title>
            <link>https://www.nutrient.io/blog/using-getcoalescedevents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-getcoalescedevents/</guid>
            <pubDate>Wed, 31 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BaDue0wn.png" alt="Smoother Interactions on the Web: getCoalescedEvents()" /></p>How to use the getCoalescedEvents() method of the PointerEvent API to improve the precision of drawing apps or of any web application.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BaDue0wn.png"/>
        </item>
        <item>
            <title><![CDATA[Customizing segmented controls in Nutrient]]></title>
            <link>https://www.nutrient.io/blog/customize-segmented-controls/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customize-segmented-controls/</guid>
            <pubDate>Tue, 30 Jul 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BEeBhY1f.png" alt="Customizing segmented controls in Nutrient" /></p>We show how to customize the segmented controls in the document info coordinator.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BEeBhY1f.png"/>
        </item>
        <item>
            <title><![CDATA[Are companies succeeding at going paperless?]]></title>
            <link>https://www.nutrient.io/blog/going-paperless-success/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/going-paperless-success/</guid>
            <pubDate>Mon, 29 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Are companies succeeding at going paperless?" /></p>Are companies actually succeeding at going paperless? This article uncovers some facts and figures about the business world’s attempts to cut down on paper and ink.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Repairing PDF Files]]></title>
            <link>https://www.nutrient.io/blog/repairing-pdf-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/repairing-pdf-files/</guid>
            <pubDate>Mon, 29 Jul 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.tkzGCeFF.png" alt="Repairing PDF Files" /></p>A blog post about some repairs PDF viewers make when processing documents.]]></description>
            <author>Erik Verbruggen</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.tkzGCeFF.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.5 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-5-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-5-5/</guid>
            <pubDate>Fri, 26 Jul 2019 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-5-5-header.DQ2mpnwk.png" alt="PSPDFKit 5.5 for Android" /></p>Introducing PSPDFKit 5.5 for Android — including a floating thumbnail bar, RTL document support, image stamp rotation, and better performance.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-5-5-header.DQ2mpnwk.png"/>
        </item>
        <item>
            <title><![CDATA[How to Take Notes Using the PSPDFKit UI]]></title>
            <link>https://www.nutrient.io/blog/take-notes-in-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/take-notes-in-pspdfkit/</guid>
            <pubDate>Wed, 24 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.pvqYi7-S.png" alt="How to Take Notes Using the PSPDFKit UI" /></p>An introduction to adding notes to your PDFs with PSPDFKit.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.pvqYi7-S.png"/>
        </item>
        <item>
            <title><![CDATA[How DB Systel GmbH uses Nutrient to digitize and display railway plans]]></title>
            <link>https://www.nutrient.io/blog/case-study-db-systel-gmbh/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/case-study-db-systel-gmbh/</guid>
            <pubDate>Tue, 23 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DLp_31ZH.jpg" alt="How DB Systel GmbH uses Nutrient to digitize and display railway plans" /></p>Discover how DB Systel GmbH digitizes railway plans using Nutrient for efficient maintenance and operations in the field.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DLp_31ZH.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to manipulate annotations programmatically in Cordova]]></title>
            <link>https://www.nutrient.io/blog/how-to-manipulate-annotations-programmatically-in-cordova/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-manipulate-annotations-programmatically-in-cordova/</guid>
            <pubDate>Mon, 22 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CrIA1omy.png" alt="How to manipulate annotations programmatically in Cordova" /></p>A tutorial about how to manipulate annotations programmatically in Cordova using Instant JSON and XFDF.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CrIA1omy.png"/>
        </item>
        <item>
            <title><![CDATA[How to Create a Game with PDF and JavaScript]]></title>
            <link>https://www.nutrient.io/blog/create-pdf-game-tic-tac-toe-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/create-pdf-game-tic-tac-toe-javascript/</guid>
            <pubDate>Wed, 17 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BU8dUOyE.png" alt="How to Create a Game with PDF and JavaScript" /></p>This blog post explains how to extend the link creation API in PSPDFKit to create JavaScript actions and build a simple tic-tac-toe PDF game.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BU8dUOyE.png"/>
        </item>
        <item>
            <title><![CDATA[Making a Resource Thread-Safe with Locks]]></title>
            <link>https://www.nutrient.io/blog/making-a-class-thread-safe/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/making-a-class-thread-safe/</guid>
            <pubDate>Tue, 16 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.71La7ObG.png" alt="Making a Resource Thread-Safe with Locks" /></p>We discuss how to ensure thread safety and synchronization via locking.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.71La7ObG.png"/>
        </item>
        <item>
            <title><![CDATA[Maximize workflow automation with quick wins]]></title>
            <link>https://www.nutrient.io/blog/workflow-success-with-quick-wins/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-success-with-quick-wins/</guid>
            <pubDate>Tue, 16 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Maximize workflow automation with quick wins" /></p>Discover how focusing on quick wins can boost your workflow automation success and enhance team motivation and social proof.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Sync annotations using external files]]></title>
            <link>https://www.nutrient.io/blog/saving-and-syncing-strategy-external-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/saving-and-syncing-strategy-external-files/</guid>
            <pubDate>Mon, 15 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D_8JVXOo.png" alt="Sync annotations using external files" /></p>Explore strategies to save and sync annotations using external files for better efficiency.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D_8JVXOo.png"/>
        </item>
        <item>
            <title><![CDATA[Electronic signatures in a PDF]]></title>
            <link>https://www.nutrient.io/blog/electronic-signatures-on-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/electronic-signatures-on-pdf/</guid>
            <pubDate>Thu, 11 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.hqByUEVY.png" alt="Electronic signatures in a PDF" /></p>Understand the differences between ink electronic signatures and certificate-based digital signatures when designing your screen flow, function, and backend.]]></description>
            <author>Sam Fleder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.hqByUEVY.png"/>
        </item>
        <item>
            <title><![CDATA[When C++ Doesn't Move]]></title>
            <link>https://www.nutrient.io/blog/when-cpp-doesnt-move/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/when-cpp-doesnt-move/</guid>
            <pubDate>Wed, 10 Jul 2019 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Djw1t4Lw.png" alt="When C++ Doesn't Move" /></p>C++ move semantics make your code more efficient, but sometimes a move is not performed. In this blog post, we explore why.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Djw1t4Lw.png"/>
        </item>
        <item>
            <title><![CDATA[Inserting an Image into a PDF with Swift]]></title>
            <link>https://www.nutrient.io/blog/insert-image-into-pdf-with-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/insert-image-into-pdf-with-swift/</guid>
            <pubDate>Wed, 10 Jul 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.nmnpCBKE.png" alt="Inserting an Image into a PDF with Swift" /></p>We provide a step-by-step explanation of how to insert an image into a PDF using Swift.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.nmnpCBKE.png"/>
        </item>
        <item>
            <title><![CDATA[How We Work at PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/how-we-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-work/</guid>
            <pubDate>Wed, 03 Jul 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DGRDhJTs.png" alt="How We Work at PSPDFKit" /></p>A post about how we work at PSPDFKit.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DGRDhJTs.png"/>
        </item>
        <item>
            <title><![CDATA[The Soft Keyboard on Android]]></title>
            <link>https://www.nutrient.io/blog/android-soft-keyboard/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-soft-keyboard/</guid>
            <pubDate>Tue, 02 Jul 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DlaRw7aZ.png" alt="The Soft Keyboard on Android" /></p>Tips for working with the soft keyboard on Android.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DlaRw7aZ.png"/>
        </item>
        <item>
            <title><![CDATA[Is My Document a Valid PDF?]]></title>
            <link>https://www.nutrient.io/blog/is-my-pdf-valid/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/is-my-pdf-valid/</guid>
            <pubDate>Mon, 01 Jul 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.p8TZPxdz.png" alt="Is My Document a Valid PDF?" /></p>Discover how to determine if your PDF has an invalid PDF format and learn effective methods for validation and correction. Explore common issues and solutions with Nutrient.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.p8TZPxdz.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.2 for Windows release]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-2/</guid>
            <pubDate>Thu, 27 Jun 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.zAbWkmK8.png" alt="PSPDFKit 2.2 for Windows release" /></p>Discover the new features in PSPDFKit 2.2 for Windows, including multithreaded rendering, faster search, and improved performance.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.zAbWkmK8.png"/>
        </item>
        <item>
            <title><![CDATA[Swizzling in Swift]]></title>
            <link>https://www.nutrient.io/blog/swizzling-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swizzling-in-swift/</guid>
            <pubDate>Wed, 26 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.08RwWxsp.png" alt="Swizzling in Swift" /></p>A quick crash course on how to swizzle correctly, and how to do it in Swift 5.1]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.08RwWxsp.png"/>
        </item>
        <item>
            <title><![CDATA[Working with PDF Metadata in Swift]]></title>
            <link>https://www.nutrient.io/blog/working-with-pdf-metadata-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/working-with-pdf-metadata-in-swift/</guid>
            <pubDate>Tue, 25 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BRtEWaXI.png" alt="Working with PDF Metadata in Swift" /></p>How and what metadata can be stored in a PDF, and how to programmatically work with this information.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BRtEWaXI.png"/>
        </item>
        <item>
            <title><![CDATA[How to view PDFs on Android]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-android/</guid>
            <pubDate>Mon, 24 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.3GZNWMRt.jpg" alt="How to view PDFs on Android" /></p>Learn to display PDFs in Android apps using PdfRenderer, Android PdfViewer, or Nutrient SDK. Includes setup guides and code examples for each approach.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.3GZNWMRt.jpg"/>
        </item>
        <item>
            <title><![CDATA[Retaining Objects Using a Fragment]]></title>
            <link>https://www.nutrient.io/blog/retaining-objects-using-a-fragment/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/retaining-objects-using-a-fragment/</guid>
            <pubDate>Thu, 20 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CF2r6lTx.png" alt="Retaining Objects Using a Fragment" /></p>An overview of how to use a fragment to retain objects during a configuration change.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CF2r6lTx.png"/>
        </item>
        <item>
            <title><![CDATA[A Gentle Introduction to RxJS]]></title>
            <link>https://www.nutrient.io/blog/gentle-intro-rxjs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/gentle-intro-rxjs/</guid>
            <pubDate>Wed, 19 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BvGFOQjm.png" alt="A Gentle Introduction to RxJS" /></p>A short introduction to RxJS, highlighting the differences between traditional event-based JavaScript and the use of Observables.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BvGFOQjm.png"/>
        </item>
        <item>
            <title><![CDATA[A guide to business process design examples]]></title>
            <link>https://www.nutrient.io/blog/how-to-design-a-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-design-a-process/</guid>
            <pubDate>Wed, 19 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A guide to business process design examples" /></p>Discover essential steps and examples for effective business process design to enhance efficiency and scalability. Streamline your processes now!]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Drawing on PDFs Using Ink Annotations]]></title>
            <link>https://www.nutrient.io/blog/ink-annotation-in-pdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ink-annotation-in-pdfkit/</guid>
            <pubDate>Tue, 18 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.gXF4a647.png" alt="Drawing on PDFs Using Ink Annotations" /></p>We show how to draw on a PDF using an ink annotation in PDFKit.]]></description>
            <author>Akshat Patel</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.gXF4a647.png"/>
        </item>
        <item>
            <title><![CDATA[Problems with Nullability Annotations]]></title>
            <link>https://www.nutrient.io/blog/problems-with-nullability-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/problems-with-nullability-annotations/</guid>
            <pubDate>Wed, 12 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BhDUtQ7G.png" alt="Problems with Nullability Annotations" /></p>A look at some issues with Android's nullability annotations and how to fix them.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BhDUtQ7G.png"/>
        </item>
        <item>
            <title><![CDATA[Add a watermark to a PDF on the web]]></title>
            <link>https://www.nutrient.io/blog/add-watermark-pdf-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-watermark-pdf-web/</guid>
            <pubDate>Tue, 11 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CRL8lNwC.png" alt="Add a watermark to a PDF on the web" /></p>How to add a watermark to a PDF on the web.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CRL8lNwC.png"/>
        </item>
        <item>
            <title><![CDATA[How to show a PDF in SwiftUI]]></title>
            <link>https://www.nutrient.io/blog/how-to-show-a-pdf-in-swiftui/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-show-a-pdf-in-swiftui/</guid>
            <pubDate>Mon, 10 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.-bUMKiEd.png" alt="How to show a PDF in SwiftUI" /></p>How to show a PDF using SwiftUI, Apple's PDFKit, and Nutrient iOS SDK.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.-bUMKiEd.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.1 for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-1/</guid>
            <pubDate>Wed, 05 Jun 2019 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.hJ1HH6EZ.png" alt="PSPDFKit 2.1 for Windows" /></p>Discover the new font rendering improvements in PSPDFKit 2.1 for Windows, including better glyph positioning and support for non-Latin alphabets.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.hJ1HH6EZ.png"/>
        </item>
        <item>
            <title><![CDATA[Open and Annotate PDFs from Your Elm App]]></title>
            <link>https://www.nutrient.io/blog/open-and-annotate-pdfs-from-your-elm-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-and-annotate-pdfs-from-your-elm-app/</guid>
            <pubDate>Wed, 05 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C7GU-uxz.png" alt="Open and Annotate PDFs from Your Elm App" /></p>A tutorial on how to add advanced PDF features to your Elm app using PSPDFKit for Web]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C7GU-uxz.png"/>
        </item>
        <item>
            <title><![CDATA[How to open a PDF in Flutter using advance_pdf_viewer2]]></title>
            <link>https://www.nutrient.io/blog/opening-a-pdf-in-flutter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/opening-a-pdf-in-flutter/</guid>
            <pubDate>Tue, 04 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bv5txr73.png" alt="How to open a PDF in Flutter using advance_pdf_viewer2" /></p>A tutorial on how to open a PDF in Flutter.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bv5txr73.png"/>
        </item>
        <item>
            <title><![CDATA[Merge PDFs in Swift]]></title>
            <link>https://www.nutrient.io/blog/merge-pdfs-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/merge-pdfs-in-swift/</guid>
            <pubDate>Mon, 03 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DgikL8S0.png" alt="Merge PDFs in Swift" /></p>How to merge multiple PDF files in Swift.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DgikL8S0.png"/>
        </item>
        <item>
            <title><![CDATA[Quality Assurance with Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/quality-assurance-with-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/quality-assurance-with-workflow-automation/</guid>
            <pubDate>Mon, 03 Jun 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Quality Assurance with Workflow Automation" /></p>Quality assurance can be applied to a wide variety of business disciplines and is not just limited to the production of a physical good.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-8-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-8-4/</guid>
            <pubDate>Thu, 30 May 2019 17:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DYcvhsSK.png" alt="PSPDFKit 8.4 for iOS" /></p>Introducing PSPDFKit 8.4 for iOS — featuring a new floating page scrubber bar, a refreshed look for the annotation inspector, rotation for text annotations, and an eraser thickness slider.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DYcvhsSK.png"/>
        </item>
        <item>
            <title><![CDATA[WWDC for First-Timers, 2019 Edition]]></title>
            <link>https://www.nutrient.io/blog/wwdc-tips-2019-edition/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/wwdc-tips-2019-edition/</guid>
            <pubDate>Thu, 30 May 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJrHsksx.png" alt="WWDC for First-Timers, 2019 Edition" /></p>Here's how to get the most out of Apple's Worldwide Developer Conference.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CJrHsksx.png"/>
        </item>
        <item>
            <title><![CDATA[Fix Xcode IDE problems effectively]]></title>
            <link>https://www.nutrient.io/blog/how-xcode-indexing-works-and-how-to-solve-problems/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-xcode-indexing-works-and-how-to-solve-problems/</guid>
            <pubDate>Wed, 29 May 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BO7OH5C7.png" alt="Fix Xcode IDE problems effectively" /></p>Learn how Xcode indexing works and discover tips to troubleshoot code assistance issues for iOS and macOS app development.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BO7OH5C7.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2019.3]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2019-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2019-3/</guid>
            <pubDate>Wed, 29 May 2019 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BaS7VnO6.png" alt="PSPDFKit for Web 2019.3" /></p>Announcing PSPDFKit for Web 2019.3 — including intelligent ink annotation splitting, a new eraser tool, faster search, and new Catalog examples.]]></description>
            <author>Luna Graysen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BaS7VnO6.png"/>
        </item>
        <item>
            <title><![CDATA[What are business rules and what is their importance?]]></title>
            <link>https://www.nutrient.io/blog/business-rules-explained/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-rules-explained/</guid>
            <pubDate>Tue, 28 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What are business rules and what is their importance?" /></p>Business Rules: In their simplest definition, are directives that define business activities. Learn More.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Beyond Theming with CSS]]></title>
            <link>https://www.nutrient.io/blog/beyond-theming-with-css/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/beyond-theming-with-css/</guid>
            <pubDate>Tue, 28 May 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CXP4Nk5D.png" alt="Beyond Theming with CSS" /></p>In this blog post, we’ll look at some simple solutions we use at PSPDFKit to make our modals more inclusive and accessible.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CXP4Nk5D.png"/>
        </item>
        <item>
            <title><![CDATA[Understanding Android Dimensions]]></title>
            <link>https://www.nutrient.io/blog/android-dimensions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-dimensions/</guid>
            <pubDate>Mon, 27 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BL3EVvkB.png" alt="Understanding Android Dimensions" /></p>A post about existing Android dimensions, their purpose, and common conversion rules.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BL3EVvkB.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.4 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-5-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-5-4/</guid>
            <pubDate>Thu, 23 May 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-5-4-header.BOVbyuAs.png" alt="PSPDFKit 5.4 for Android" /></p>Introducing PSPDFKit 5.4 for Android — featuring sound annotations, cloudy borders, a new color picker, a magnifier widget, and much more.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-5-4-header.BOVbyuAs.png"/>
        </item>
        <item>
            <title><![CDATA[Secure Documents with PSPDFKit for iOS]]></title>
            <link>https://www.nutrient.io/blog/secure-documents-with-pspdfkit-for-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/secure-documents-with-pspdfkit-for-ios/</guid>
            <pubDate>Wed, 22 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C1slFVnA.png" alt="Secure Documents with PSPDFKit for iOS" /></p>How to secure documents using PSPDFKit for iOS.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C1slFVnA.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.0 update for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-2-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-2-0/</guid>
            <pubDate>Tue, 21 May 2019 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DELZ--pD.png" alt="PSPDFKit 2.0 update for Windows" /></p>Explore the latest enhancements in PSPDFKit 2.0 for Windows, including ARM64 support, custom annotations, and document editing features.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DELZ--pD.png"/>
        </item>
        <item>
            <title><![CDATA[Gradle Task Configuration Avoidance in Android Builds]]></title>
            <link>https://www.nutrient.io/blog/gradle-task-configuration-avoidance-in-android-builds/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/gradle-task-configuration-avoidance-in-android-builds/</guid>
            <pubDate>Tue, 21 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.YEZJnx8l.png" alt="Gradle Task Configuration Avoidance in Android Builds" /></p>An overview of Gradle's task configuration avoidance APIs and how they are used by the Android build system.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.YEZJnx8l.png"/>
        </item>
        <item>
            <title><![CDATA[PDF Text Extraction in Swift]]></title>
            <link>https://www.nutrient.io/blog/pdf-text-extraction-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-text-extraction-in-swift/</guid>
            <pubDate>Mon, 20 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C8-Hfas2.png" alt="PDF Text Extraction in Swift" /></p>We demonstrate how to extract text from a PDF using Swift via PDFKit.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C8-Hfas2.png"/>
        </item>
        <item>
            <title><![CDATA[Making metadata matter: improving content findability with SharePoint]]></title>
            <link>https://www.nutrient.io/blog/automated-metadata-tagging-for-sharepoint-and-office-365/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automated-metadata-tagging-for-sharepoint-and-office-365/</guid>
            <pubDate>Fri, 17 May 2019 08:47:15 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Making metadata matter: improving content findability with SharePoint" /></p>Learn how to implement automated metadata tagging for SharePoint and Office 365 using Nutrient Document Searchability.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Use Native C++ in UWP]]></title>
            <link>https://www.nutrient.io/blog/use-native-cplusplus-in-uwp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-native-cplusplus-in-uwp/</guid>
            <pubDate>Wed, 15 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D75baSif.png" alt="How to Use Native C++ in UWP" /></p>How to include native C++ in your UWP app and call into it from C#.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D75baSif.png"/>
        </item>
        <item>
            <title><![CDATA[How to Use Android App Bundles]]></title>
            <link>https://www.nutrient.io/blog/app-bundles/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/app-bundles/</guid>
            <pubDate>Tue, 14 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.gkYDHtLF.png" alt="How to Use Android App Bundles" /></p>This blog post explains what Android App Bundles are and how to upload them to Google Play.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.gkYDHtLF.png"/>
        </item>
        <item>
            <title><![CDATA[Open PDF Documents with ReasonML]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-with-reasonml/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-with-reasonml/</guid>
            <pubDate>Mon, 13 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DuyR1H43.png" alt="Open PDF Documents with ReasonML" /></p>How to open and work with PDF documents from your ReasonML app.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DuyR1H43.png"/>
        </item>
        <item>
            <title><![CDATA[Contributing to Google's PDFium]]></title>
            <link>https://www.nutrient.io/blog/contributing-to-pdfium/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/contributing-to-pdfium/</guid>
            <pubDate>Wed, 08 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ULfImEUo.png" alt="Contributing to Google's PDFium" /></p>A little inside look at which PDF engine we use and why.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ULfImEUo.png"/>
        </item>
        <item>
            <title><![CDATA[Lessons from a decade of remote work]]></title>
            <link>https://www.nutrient.io/blog/remote-work-what-ive-learned/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/remote-work-what-ive-learned/</guid>
            <pubDate>Tue, 07 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B7WUZDby.png" alt="Lessons from a decade of remote work" /></p>Explore key lessons and tips from a software engineer's 10 years in remote work, including overcoming challenges and finding the right company.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B7WUZDby.png"/>
        </item>
        <item>
            <title><![CDATA[Understanding PDF bookmarks and outlines]]></title>
            <link>https://www.nutrient.io/blog/understanding-pdf-outline/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/understanding-pdf-outline/</guid>
            <pubDate>Mon, 06 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.o1tVAlMC.png" alt="Understanding PDF bookmarks and outlines" /></p>Discover the differences between PDF bookmarks and outlines, and how they impact document navigation and user experience.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.o1tVAlMC.png"/>
        </item>
        <item>
            <title><![CDATA[The many benefits of using a monorepo]]></title>
            <link>https://www.nutrient.io/blog/benefits-of-a-monorepo/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/benefits-of-a-monorepo/</guid>
            <pubDate>Wed, 01 May 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DPMwn_Cu.png" alt="The many benefits of using a monorepo" /></p>A monorepo? Isn't that just a weird Facebook and Google thing? Why is PSPDFKit using a monorepo?]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DPMwn_Cu.png"/>
        </item>
        <item>
            <title><![CDATA[Kotlin Coroutines]]></title>
            <link>https://www.nutrient.io/blog/kotlin-coroutines/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kotlin-coroutines/</guid>
            <pubDate>Tue, 30 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DwEK9cac.png" alt="Kotlin Coroutines" /></p>A look at Kotlin coroutines and how they compare to other solutions for concurrency.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DwEK9cac.png"/>
        </item>
        <item>
            <title><![CDATA[How to extend React Native APIs for Windows]]></title>
            <link>https://www.nutrient.io/blog/how-to-extend-react-native-apis-for-windows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-extend-react-native-apis-for-windows/</guid>
            <pubDate>Mon, 29 Apr 2019 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DcvCyM9o.png" alt="How to extend React Native APIs for Windows" /></p>A tutorial about how to expose native PSPDFKit for Windows APIs to React Native.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DcvCyM9o.png"/>
        </item>
        <item>
            <title><![CDATA[The Bittersweet iOS Document Browser]]></title>
            <link>https://www.nutrient.io/blog/the-bittersweet-ios-document-browser/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-bittersweet-ios-document-browser/</guid>
            <pubDate>Wed, 24 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJPiiY6G.png" alt="The Bittersweet iOS Document Browser" /></p>A quick look at both the benefits and downsides of using the iOS system document browser in your applications.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CJPiiY6G.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.3 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-8-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-8-3/</guid>
            <pubDate>Tue, 23 Apr 2019 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-8-3-header.FTG7kp0b.png" alt="PSPDFKit 8.3 for iOS" /></p>Introducing PSPDFKit 8.3 for iOS — featuring stamp annotation rotation, a new link annotation editing UI, extended support for keyboard shortcuts, and much more.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-8-3-header.FTG7kp0b.png"/>
        </item>
        <item>
            <title><![CDATA[Five Reasons to Automate Your Workflow Now]]></title>
            <link>https://www.nutrient.io/blog/five-reasons-to-automate-your-workflow-now/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/five-reasons-to-automate-your-workflow-now/</guid>
            <pubDate>Tue, 23 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Five Reasons to Automate Your Workflow Now" /></p>We offer five reasons why it's time to make workflow automation a high priority including productivity, efficiency, risk-reduction, and competition.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDF invoices in Node.js using PDFKit]]></title>
            <link>https://www.nutrient.io/blog/generate-pdf-invoices-pdfkit-nodejs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generate-pdf-invoices-pdfkit-nodejs/</guid>
            <pubDate>Tue, 23 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.M_skFVka.png" alt="How to generate PDF invoices in Node.js using PDFKit" /></p>Discover how to efficiently create dynamic PDF invoices in your Node.js application using the PDFKit library. Follow this step-by-step tutorial to implement both static and dynamic data for your invoices.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.M_skFVka.png"/>
        </item>
        <item>
            <title><![CDATA[Custom data for PDF annotations]]></title>
            <link>https://www.nutrient.io/blog/custom-annotation-data/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/custom-annotation-data/</guid>
            <pubDate>Thu, 18 Apr 2019 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-a86HSg.png" alt="Custom data for PDF annotations" /></p>Custom annotation data is a simple way to add user-defined attributes to PDF annotations.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-a86HSg.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2019.2]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2019-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2019-2/</guid>
            <pubDate>Thu, 18 Apr 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C_pqw4F2.png" alt="PSPDFKit for Web 2019.2" /></p>Announcing PSPDFKit for Web 2019.2 — including accessibility improvements, custom annotation data, new Server APIs, and a preloadWorker API.]]></description>
            <author>Luna Graysen</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C_pqw4F2.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.12 features and updates]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-12/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-12/</guid>
            <pubDate>Tue, 16 Apr 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.rFTyFEnx.png" alt="PSPDFKit 1.12 features and updates" /></p>Discover the latest features of PSPDFKit 1.12 for Windows including document editing, glyph indexing, and password protected document support.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.rFTyFEnx.png"/>
        </item>
        <item>
            <title><![CDATA[How PSPDFKit succeeds at being a remote company]]></title>
            <link>https://www.nutrient.io/blog/how-pspdfkit-succeeds-at-being-a-remote-company/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-pspdfkit-succeeds-at-being-a-remote-company/</guid>
            <pubDate>Mon, 15 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CifahiFv.png" alt="How PSPDFKit succeeds at being a remote company" /></p>How a culture of trust, flexibility, discipline, and camaraderie helps us succeed.]]></description>
            <author>Nicolas Dular</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CifahiFv.png"/>
        </item>
        <item>
            <title><![CDATA[Debug Emscripten with the Tracing API]]></title>
            <link>https://www.nutrient.io/blog/debug-emscripten-with-tracing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/debug-emscripten-with-tracing/</guid>
            <pubDate>Wed, 10 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.euLhhtHY.png" alt="Debug Emscripten with the Tracing API" /></p>How to debug memory usage in an Emscripten app.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.euLhhtHY.png"/>
        </item>
        <item>
            <title><![CDATA[Tips for creating a maintainable and fast PDF form]]></title>
            <link>https://www.nutrient.io/blog/tips-create-maintainable-fast-pdf-form/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tips-create-maintainable-fast-pdf-form/</guid>
            <pubDate>Tue, 09 Apr 2019 08:15:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWL6OcxX.png" alt="Tips for creating a maintainable and fast PDF form" /></p>This article offers some tips for creating a PDF form so that the document is maintainable and performs well in PDF viewers.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DWL6OcxX.png"/>
        </item>
        <item>
            <title><![CDATA[Preparing My Tax Return with Apache PDFBox, Docker, and Make]]></title>
            <link>https://www.nutrient.io/blog/preparing-my-tax-return-with-apache-pdfbox-docker-and-make/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/preparing-my-tax-return-with-apache-pdfbox-docker-and-make/</guid>
            <pubDate>Mon, 08 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDoblyvY.png" alt="Preparing My Tax Return with Apache PDFBox, Docker, and Make" /></p>How I combined Apache PDFBox, Docker, and Make to streamline my tax return workflow.]]></description>
            <author>Claudio Ortolina</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BDoblyvY.png"/>
        </item>
        <item>
            <title><![CDATA[Java 8 in Android Apps]]></title>
            <link>https://www.nutrient.io/blog/java-8-in-android-apps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/java-8-in-android-apps/</guid>
            <pubDate>Wed, 03 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DQVWMlP4.png" alt="Java 8 in Android Apps" /></p>This article explains how to enable Java 8 features in an Android app and gives an overview of the available Java 8 features.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DQVWMlP4.png"/>
        </item>
        <item>
            <title><![CDATA[Getting started with Nutrient Flutter SDK]]></title>
            <link>https://www.nutrient.io/blog/getting-started-with-pspdfkit-flutter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/getting-started-with-pspdfkit-flutter/</guid>
            <pubDate>Tue, 02 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bxol_WnB.png" alt="Getting started with Nutrient Flutter SDK" /></p>Learn how to get started with Nutrient Flutter SDK. This step-by-step tutorial covers installation, setup, and running a sample app on iOS and Android, helping you integrate powerful PDF features in your Flutter projects.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bxol_WnB.png"/>
        </item>
        <item>
            <title><![CDATA[Watermarking a PDF on iOS]]></title>
            <link>https://www.nutrient.io/blog/watermarking-a-pdf-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/watermarking-a-pdf-ios/</guid>
            <pubDate>Mon, 01 Apr 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DrjaDNn2.png" alt="Watermarking a PDF on iOS" /></p>We explain how to watermark a PDF — both temporarily and permanently.]]></description>
            <author>Aditya Krishnadevan</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DrjaDNn2.png"/>
        </item>
        <item>
            <title><![CDATA[Handling Nullability in Your Code]]></title>
            <link>https://www.nutrient.io/blog/handling-nullability-in-your-code/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/handling-nullability-in-your-code/</guid>
            <pubDate>Wed, 27 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Va5rF-u5.png" alt="Handling Nullability in Your Code" /></p>A brief excursion into the Java type system, nullability, and remedies for the billion-dollar mistake.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Va5rF-u5.png"/>
        </item>
        <item>
            <title><![CDATA[React to PDF: Generate PDFs from React components]]></title>
            <link>https://www.nutrient.io/blog/create-pdfs-with-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/create-pdfs-with-react/</guid>
            <pubDate>Tue, 26 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C7Ftv_5g.png" alt="React to PDF: Generate PDFs from React components" /></p>Learn how to generate PDFs from React components using @react-pdf/renderer. Includes Flexbox layout, images, links, and when to use Nutrient’s SDK for production apps.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C7Ftv_5g.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.3 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-5-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-5-3/</guid>
            <pubDate>Tue, 26 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-5-3-header.Dcr5p26A.png" alt="PSPDFKit 5.3 for Android" /></p>Introducing PSPDFKit 5.3 for Android — featuring improved ink annotation tools, custom annotation data support, performance improvements, and much more.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-5-3-header.Dcr5p26A.png"/>
        </item>
        <item>
            <title><![CDATA[Extracting Images from a PDF in Swift]]></title>
            <link>https://www.nutrient.io/blog/extracting-images-from-a-pdf-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/extracting-images-from-a-pdf-in-swift/</guid>
            <pubDate>Mon, 25 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CvnACGry.png" alt="Extracting Images from a PDF in Swift" /></p>How to extract images from a PDF with Swift.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CvnACGry.png"/>
        </item>
        <item>
            <title><![CDATA[Embracing the Limits of UIActivityViewController]]></title>
            <link>https://www.nutrient.io/blog/embracing-the-limits-of-uiactivityviewcontroller/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/embracing-the-limits-of-uiactivityviewcontroller/</guid>
            <pubDate>Wed, 20 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BB8tWZPv.png" alt="Embracing the Limits of UIActivityViewController" /></p>We talk about our experience in implementing the new sharing flow.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BB8tWZPv.png"/>
        </item>
        <item>
            <title><![CDATA[Using ViewModels to retain state on Android]]></title>
            <link>https://www.nutrient.io/blog/using-viewmodels-to-retain-state-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-viewmodels-to-retain-state-on-android/</guid>
            <pubDate>Tue, 19 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CGM4Ilv9.png" alt="Using ViewModels to retain state on Android" /></p>How to use Android's ViewModel class to retain complex objects across configuration changes.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CGM4Ilv9.png"/>
        </item>
        <item>
            <title><![CDATA[How to convert HTML to PDF in JavaScript: Six libraries compared (2026)]]></title>
            <link>https://www.nutrient.io/blog/html-to-pdf-in-javascript/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/html-to-pdf-in-javascript/</guid>
            <pubDate>Mon, 18 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BTc_KWPP.png" alt="How to convert HTML to PDF in JavaScript: Six libraries compared (2026)" /></p>This guide covers six approaches to HTML-to-PDF conversion in JavaScript — client-side, server-side, and managed API — with code examples, CSS support notes, and a decision guide.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BTc_KWPP.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.11 for Windows release notes]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-11/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-11/</guid>
            <pubDate>Thu, 14 Mar 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.BwSYiYb6.png" alt="PSPDFKit 1.11 for Windows release notes" /></p>Explore the latest features and improvements in PSPDFKit 1.11 for Windows, including enhanced performance and new capabilities for PDF management.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.BwSYiYb6.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit and Swift]]></title>
            <link>https://www.nutrient.io/blog/swift-and-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swift-and-pspdfkit/</guid>
            <pubDate>Wed, 13 Mar 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B76-1kX-.png" alt="PSPDFKit and Swift" /></p>Will PSPDFKit for iOS move to Swift? In this post, we weigh the pros and cons.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B76-1kX-.png"/>
        </item>
        <item>
            <title><![CDATA[My first PSPDFKit retreat]]></title>
            <link>https://www.nutrient.io/blog/my-first-pspdfkit-retreat/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/my-first-pspdfkit-retreat/</guid>
            <pubDate>Tue, 12 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BvqMGaKt.png" alt="My first PSPDFKit retreat" /></p>A freelancer is invited to her first PSPDFKit retreat. In this blog post, she shares her experience.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BvqMGaKt.png"/>
        </item>
        <item>
            <title><![CDATA[Annotate PDFs with Images via PDFKit]]></title>
            <link>https://www.nutrient.io/blog/image-annotation-via-pdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/image-annotation-via-pdfkit/</guid>
            <pubDate>Mon, 11 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.a-Mw8ILz.png" alt="Annotate PDFs with Images via PDFKit" /></p>We show you how to annotate a PDF with an image via PDFKit.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.a-Mw8ILz.png"/>
        </item>
        <item>
            <title><![CDATA[Adding Logging to Crash Reports]]></title>
            <link>https://www.nutrient.io/blog/logs-for-your-crash-reports/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/logs-for-your-crash-reports/</guid>
            <pubDate>Wed, 06 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.LP40Uzoa.png" alt="Adding Logging to Crash Reports" /></p>Understanding crash reports is often difficult without extra context. Learn how we attach application logs to crash reports via Google's Firebase Crashlytics in the free PDF Viewer for iOS app.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.LP40Uzoa.png"/>
        </item>
        <item>
            <title><![CDATA[What are configuration changes in Android?]]></title>
            <link>https://www.nutrient.io/blog/android-configchanges/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-configchanges/</guid>
            <pubDate>Tue, 05 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.-j3_DcjC.png" alt="What are configuration changes in Android?" /></p>An overview of configuration changes on Android, including best practices for modern development.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.-j3_DcjC.png"/>
        </item>
        <item>
            <title><![CDATA[Converting an Image to a PDF in Swift]]></title>
            <link>https://www.nutrient.io/blog/converting-an-image-to-a-pdf-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-an-image-to-a-pdf-in-swift/</guid>
            <pubDate>Mon, 04 Mar 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DYJFlnU5.png" alt="Converting an Image to a PDF in Swift" /></p>We provide a step-by-step explanation of how to convert an image to a PDF.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DYJFlnU5.png"/>
        </item>
        <item>
            <title><![CDATA[The City of Baltimore makes processes more efficient]]></title>
            <link>https://www.nutrient.io/blog/customers-the-city-of-baltimore/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-the-city-of-baltimore/</guid>
            <pubDate>Thu, 28 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DnYpT0Sk.jpg" alt="The City of Baltimore makes processes more efficient" /></p>Baltimore’s Business Process Improvement Office and its project to make the city’s processes more efficient with workflow automation.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DnYpT0Sk.jpg"/>
        </item>
        <item>
            <title><![CDATA[Open a PDF on the Universal Windows Platform]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-in-uwp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-in-uwp/</guid>
            <pubDate>Wed, 27 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.BIRLOeJf.png" alt="Open a PDF on the Universal Windows Platform" /></p>How to display a PDF in your UWP app.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.BIRLOeJf.png"/>
        </item>
        <item>
            <title><![CDATA[How Spaced Repetition Helps You Learn New Things]]></title>
            <link>https://www.nutrient.io/blog/how-spaced-repetition-helps-you-learn-new-things/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-spaced-repetition-helps-you-learn-new-things/</guid>
            <pubDate>Tue, 26 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-2NrPnK.png" alt="How Spaced Repetition Helps You Learn New Things" /></p>We present spaced repetition as a learning technique that can help you be more efficient at work.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D-2NrPnK.png"/>
        </item>
        <item>
            <title><![CDATA[Incremental and Full Save in PDFs]]></title>
            <link>https://www.nutrient.io/blog/incremental-and-full-save-in-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/incremental-and-full-save-in-pdfs/</guid>
            <pubDate>Mon, 25 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CdB2xalh.png" alt="Incremental and Full Save in PDFs" /></p>This article goes into what's involved when incrementally or fully saving a PDF, and why it matters.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CdB2xalh.png"/>
        </item>
        <item>
            <title><![CDATA[Sharing Business Logic Using React Native]]></title>
            <link>https://www.nutrient.io/blog/sharing-business-logic-using-react-native/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharing-business-logic-using-react-native/</guid>
            <pubDate>Wed, 20 Feb 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CXvxKDgu.png" alt="Sharing Business Logic Using React Native" /></p>Not only can React Native be used to provide the UI for your application, but it is also a convenient way to share business logic.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CXvxKDgu.png"/>
        </item>
        <item>
            <title><![CDATA[Android Debug Bridge Tricks and Tips]]></title>
            <link>https://www.nutrient.io/blog/android-debug-bridge-tips-and-tricks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-debug-bridge-tips-and-tricks/</guid>
            <pubDate>Tue, 19 Feb 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.UNf2ys6R.png" alt="Android Debug Bridge Tricks and Tips" /></p>An introduction to Android Debug Bridge (adb) and an overview of some tricks.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.UNf2ys6R.png"/>
        </item>
        <item>
            <title><![CDATA[Open PDFs in an Angular App with PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-angular/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-angular/</guid>
            <pubDate>Mon, 18 Feb 2019 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.FoKr6Hqr.png" alt="Open PDFs in an Angular App with PSPDFKit" /></p>How to add a PDF viewer to your Angular app by embedding PSPDFKit for Web.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.FoKr6Hqr.png"/>
        </item>
        <item>
            <title><![CDATA[How to test REST API clients in Android apps]]></title>
            <link>https://www.nutrient.io/blog/how-to-test-rest-api-clients-in-android-apps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-test-rest-api-clients-in-android-apps/</guid>
            <pubDate>Wed, 13 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dk7fJ-fk.png" alt="How to test REST API clients in Android apps" /></p>Build simple and flexible integration tests for Nutrient Instant using a custom abstraction layer on top of OkHttp’s MockWebServer. Includes Kotlin code examples.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dk7fJ-fk.png"/>
        </item>
        <item>
            <title><![CDATA[Ninja refactoring: Improve your code step-by-step]]></title>
            <link>https://www.nutrient.io/blog/ninja-refactoring/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ninja-refactoring/</guid>
            <pubDate>Tue, 12 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D4NmziQp.png" alt="Ninja refactoring: Improve your code step-by-step" /></p>Learn about ninja refactoring and how to efficiently enhance your code quality with quick, incremental improvements.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D4NmziQp.png"/>
        </item>
        <item>
            <title><![CDATA[How to Convert HTML to PDF with Swift]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-html-to-pdf-with-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-html-to-pdf-with-swift/</guid>
            <pubDate>Mon, 11 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C2nSW68M.png" alt="How to Convert HTML to PDF with Swift" /></p>A tutorial about how to convert simple HTML to PDF using Swift.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C2nSW68M.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2019.1]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2019-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2019-1/</guid>
            <pubDate>Thu, 07 Feb 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-najqIS.png" alt="PSPDFKit for Web 2019.1" /></p>Announcing PSPDFKit for Web 2019.1 — including support for cloudy borders, advanced annotation permission APIs, and new examples.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-najqIS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.2 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-8-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-8-2/</guid>
            <pubDate>Thu, 07 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-8-2-header.DDiIwsSD.png" alt="PSPDFKit 8.2 for iOS" /></p>Introducing PSPDFKit 8.2 for iOS — featuring an extended and redesigned bookmark UI, updated half modals, and significant performance improvements.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-8-2-header.DDiIwsSD.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.2 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-5-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-5-2/</guid>
            <pubDate>Wed, 06 Feb 2019 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-5-2-header.DesUI8QR.png" alt="PSPDFKit 5.2 for Android" /></p>Introducing PSPDFKit 5.2 for Android — featuring multithreaded rendering, new signature APIs, a smaller library size, and many more improvements.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-5-2-header.DesUI8QR.png"/>
        </item>
        <item>
            <title><![CDATA[Saving the Activity State]]></title>
            <link>https://www.nutrient.io/blog/saving-the-activity-state/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/saving-the-activity-state/</guid>
            <pubDate>Wed, 06 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.VkcvW1rv.png" alt="Saving the Activity State" /></p>An overview of how to make sure your activity state is saved.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.VkcvW1rv.png"/>
        </item>
        <item>
            <title><![CDATA[Incident Response Plan Need an Update?]]></title>
            <link>https://www.nutrient.io/blog/incident-response-plan-need-an-update/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/incident-response-plan-need-an-update/</guid>
            <pubDate>Tue, 05 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Incident Response Plan Need an Update?" /></p>Incident response plans, when continually improved, increase your customer's trust with a prompt, transparent response to any security threat.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Making Notes on a PDF Document]]></title>
            <link>https://www.nutrient.io/blog/making-notes-on-a-pdf-document/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/making-notes-on-a-pdf-document/</guid>
            <pubDate>Tue, 05 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D6dItPcI.png" alt="Making Notes on a PDF Document" /></p>This post highlights the tools and features within a PDF that help with marking and making notes in a document.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D6dItPcI.png"/>
        </item>
        <item>
            <title><![CDATA[Writing and Maintaining Good Code Documentation]]></title>
            <link>https://www.nutrient.io/blog/writing-and-maintaining-good-code-documentation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/writing-and-maintaining-good-code-documentation/</guid>
            <pubDate>Mon, 04 Feb 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cg5259MX.png" alt="Writing and Maintaining Good Code Documentation" /></p>Tips, tricks, and techniques for documenting your code the correct way.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cg5259MX.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.10 update highlights]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-10/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-10/</guid>
            <pubDate>Thu, 31 Jan 2019 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.B2COeQNh.png" alt="PSPDFKit 1.10 update highlights" /></p>Explore the new APIs, watermark options, and toolbar customization in PSPDFKit 1.10 for Windows. Discover all the updates and improvements.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.B2COeQNh.png"/>
        </item>
        <item>
            <title><![CDATA[UWP for iOS Developers]]></title>
            <link>https://www.nutrient.io/blog/uwp-for-ios-developers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/uwp-for-ios-developers/</guid>
            <pubDate>Wed, 30 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B9XB7wh4.png" alt="UWP for iOS Developers" /></p>A brief introduction to Universal Windows development for iOS developers.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B9XB7wh4.png"/>
        </item>
        <item>
            <title><![CDATA[Build a book reader with PDF.js: Two-page spread view tutorial]]></title>
            <link>https://www.nutrient.io/blog/implement-pdf-viewer-pdf-js/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/implement-pdf-viewer-pdf-js/</guid>
            <pubDate>Tue, 29 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dx5ii3Kh.jpg" alt="Build a book reader with PDF.js: Two-page spread view tutorial" /></p>Learn how to build a book reader with PDF.js, featuring two-page spread view, page-flip navigation, and reading mode toggles, for an immersive reading experience.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Dx5ii3Kh.jpg"/>
        </item>
        <item>
            <title><![CDATA[Eight Hours: Sleep]]></title>
            <link>https://www.nutrient.io/blog/eight-hours-sleep/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/eight-hours-sleep/</guid>
            <pubDate>Mon, 28 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bq6EpnlS.png" alt="Eight Hours: Sleep" /></p>Can't concentrate during the day? Sleep may be the key to ensuring you do.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bq6EpnlS.png"/>
        </item>
        <item>
            <title><![CDATA[Using the Bottom Navigation View in Android]]></title>
            <link>https://www.nutrient.io/blog/using-the-bottom-navigation-view-in-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-the-bottom-navigation-view-in-android/</guid>
            <pubDate>Wed, 23 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dm1iKp-j.png" alt="Using the Bottom Navigation View in Android" /></p>An introduction to implementing bottom navigation in your app with a simple example that incorporates synced page switching as well.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dm1iKp-j.png"/>
        </item>
        <item>
            <title><![CDATA[How to Make Better Request Forms]]></title>
            <link>https://www.nutrient.io/blog/better-request-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/better-request-forms/</guid>
            <pubDate>Tue, 22 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Make Better Request Forms" /></p>Request forms should be user-friendly on the front, report-friendly in the back, and help the request process move along smoothly.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Open a PDF in Elm]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-in-elm/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-in-elm/</guid>
            <pubDate>Tue, 22 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DSYKzExI.png" alt="Open a PDF in Elm" /></p>How to integrate PDF support into your Elm app.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DSYKzExI.png"/>
        </item>
        <item>
            <title><![CDATA[Eight Hours: Recreation]]></title>
            <link>https://www.nutrient.io/blog/eight-hours-recreation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/eight-hours-recreation/</guid>
            <pubDate>Mon, 21 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DLR4nYAs.png" alt="Eight Hours: Recreation" /></p>Focus on making the most of life outside your work in an effort to improve your working life.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DLR4nYAs.png"/>
        </item>
        <item>
            <title><![CDATA[Visual Studio Code for C++]]></title>
            <link>https://www.nutrient.io/blog/visual-studio-code-for-cpp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/visual-studio-code-for-cpp/</guid>
            <pubDate>Wed, 16 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ci7RHW1p.png" alt="Visual Studio Code for C++" /></p>How to use Visual Studio Code for C++ development.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ci7RHW1p.png"/>
        </item>
        <item>
            <title><![CDATA[Creating a PDF in Swift using PDFKit]]></title>
            <link>https://www.nutrient.io/blog/creating-pdf-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-pdf-in-swift/</guid>
            <pubDate>Tue, 15 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDJN35UO.png" alt="Creating a PDF in Swift using PDFKit" /></p>How to create and customize a PDF in Swift using PDFKit.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BDJN35UO.png"/>
        </item>
        <item>
            <title><![CDATA[Eight Hours: Work]]></title>
            <link>https://www.nutrient.io/blog/eight-hours-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/eight-hours-work/</guid>
            <pubDate>Mon, 14 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D6lrrJ8z.png" alt="Eight Hours: Work" /></p>Do we spend our working hours efficiently, or can we optimize the way we work?]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D6lrrJ8z.png"/>
        </item>
        <item>
            <title><![CDATA[Inspecting APK Files]]></title>
            <link>https://www.nutrient.io/blog/inspecting-apk-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/inspecting-apk-files/</guid>
            <pubDate>Wed, 09 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B26e0qfb.png" alt="Inspecting APK Files" /></p>This article discusses the basics of Android reverse engineering using the Apktool, smali, and Java decompilers.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B26e0qfb.png"/>
        </item>
        <item>
            <title><![CDATA[Converting an Attributed String to a PDF]]></title>
            <link>https://www.nutrient.io/blog/converting-attributed-string-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-attributed-string-to-pdf/</guid>
            <pubDate>Tue, 08 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DzqnS6Ue.png" alt="Converting an Attributed String to a PDF" /></p>How to convert a string with formatting to a PDF.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DzqnS6Ue.png"/>
        </item>
        <item>
            <title><![CDATA[Mindfulness in modern work]]></title>
            <link>https://www.nutrient.io/blog/eight-hours-introduction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/eight-hours-introduction/</guid>
            <pubDate>Mon, 07 Jan 2019 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BwcT8FxV.png" alt="Mindfulness in modern work" /></p>Explore how modern work-life balance can enhance efficiency and mindfulness in our daily routine, beyond the traditional eight-hour workday.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BwcT8FxV.png"/>
        </item>
        <item>
            <title><![CDATA[2018: Year in Review]]></title>
            <link>https://www.nutrient.io/blog/2018-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2018-in-review/</guid>
            <pubDate>Wed, 26 Dec 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-hero.BMWoIpmK.png" alt="2018: Year in Review" /></p>With 2019 just around the corner, we wanted to reflect on the past year.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-hero.BMWoIpmK.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.9 release highlights]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-9/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-9/</guid>
            <pubDate>Thu, 20 Dec 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.fNntaTVo.png" alt="PSPDFKit 1.9 release highlights" /></p>Discover the new annotation properties, XFDF support, and improved drawing features in PSPDFKit 1.9 for Windows.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.fNntaTVo.png"/>
        </item>
        <item>
            <title><![CDATA[Self-Sizing Table View Cells in Practice]]></title>
            <link>https://www.nutrient.io/blog/self-sizing-table-view-cells/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/self-sizing-table-view-cells/</guid>
            <pubDate>Wed, 19 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DXDg1nBu.png" alt="Self-Sizing Table View Cells in Practice" /></p>A look at self-sizing table view cells for apps supporting iOS 10, 11, and 12, covering three implementation approaches and some pitfalls I encountered supporting these across our UI in PSPDFKit.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DXDg1nBu.png"/>
        </item>
        <item>
            <title><![CDATA[Generating PDFs with Ruby: 2018 Edition]]></title>
            <link>https://www.nutrient.io/blog/generating-pdfs-with-ruby/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generating-pdfs-with-ruby/</guid>
            <pubDate>Tue, 18 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/generating-pdfs-with-ruby-header.BI1ybXqc.png" alt="Generating PDFs with Ruby: 2018 Edition" /></p>This post surveys the Ruby landscape in 2018 to evaluate the current state-of-the-art of generating PDFs with Ruby.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/generating-pdfs-with-ruby-header.BI1ybXqc.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2018.7]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2018-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2018-7/</guid>
            <pubDate>Tue, 18 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.VOV9esy5.png" alt="PSPDFKit for Web 2018.7" /></p>Announcing PSPDFKit for Web 2018.7 — Featuring a new Catalog example app, smooth drawing, a new highlighter tool, and several new customization options.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.VOV9esy5.png"/>
        </item>
        <item>
            <title><![CDATA[Open and annotate PDFs in a TypeScript app]]></title>
            <link>https://www.nutrient.io/blog/open-and-annotate-pdfs-in-a-typescript-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-and-annotate-pdfs-in-a-typescript-app/</guid>
            <pubDate>Mon, 17 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DYQrSTdS.png" alt="Open and annotate PDFs in a TypeScript app" /></p>How to add a PDF viewer and annotator to your TypeScript app by embedding PSPDFKit for Web.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DYQrSTdS.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.1 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-5-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-5-1/</guid>
            <pubDate>Thu, 13 Dec 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-5-1-header.hV8WaL9b.png" alt="PSPDFKit 5.1 for Android" /></p>Introducing PSPDFKit 5.1 for Android — featuring a new free-form redaction tool, AndroidX support, and many more improvements.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-5-1-header.hV8WaL9b.png"/>
        </item>
        <item>
            <title><![CDATA[External storage permissions on Android]]></title>
            <link>https://www.nutrient.io/blog/external-storage-permissions-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/external-storage-permissions-on-android/</guid>
            <pubDate>Wed, 12 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.bp7FyfmD.png" alt="External storage permissions on Android" /></p>An exploration of how permissions work, starting from a high level and working down to the lower lever managed by FUSE, the native Android module that interacts with the file system.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.bp7FyfmD.png"/>
        </item>
        <item>
            <title><![CDATA[How to Increase the Logcat Buffer Size]]></title>
            <link>https://www.nutrient.io/blog/how-to-increase-the-logcat-buffer-size/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-increase-the-logcat-buffer-size/</guid>
            <pubDate>Tue, 11 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cfv8phhz.png" alt="How to Increase the Logcat Buffer Size" /></p>Don't lose your logs. Increase your logcat buffer!]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cfv8phhz.png"/>
        </item>
        <item>
            <title><![CDATA[Understanding images in PDF]]></title>
            <link>https://www.nutrient.io/blog/understanding-images-in-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/understanding-images-in-pdf/</guid>
            <pubDate>Mon, 10 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/understanding-images-in-pdf-header.oudXB1YX.png" alt="Understanding images in PDF" /></p>We take a look at how images are stored in a PDF and discuss some important things to know about them.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/understanding-images-in-pdf-header.oudXB1YX.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8.1 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-8-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-8-1/</guid>
            <pubDate>Thu, 06 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-8-1-header.CsmnYujg.png" alt="PSPDFKit 8.1 for iOS" /></p>Introducing PSPDFKit 8.1 for iOS — featuring free-form redaction, file conflict detection, and Apple Pencil gestures.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-8-1-header.CsmnYujg.png"/>
        </item>
        <item>
            <title><![CDATA[Search and Redact Text in Swift]]></title>
            <link>https://www.nutrient.io/blog/search-and-redact-text-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/search-and-redact-text-in-swift/</guid>
            <pubDate>Wed, 05 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CywwUX_J.png" alt="Search and Redact Text in Swift" /></p>How to search and redact text using Swift and PSPDFKit for iOS.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CywwUX_J.png"/>
        </item>
        <item>
            <title><![CDATA[Supporting Hybrid Technologies]]></title>
            <link>https://www.nutrient.io/blog/supporting-hybrid-technologies/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/supporting-hybrid-technologies/</guid>
            <pubDate>Tue, 04 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DWpD_SDb.png" alt="Supporting Hybrid Technologies" /></p>We support all major hybrid technologies, including Cordova, Electron, Flutter, Ionic, React Native, and Xamarin.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DWpD_SDb.png"/>
        </item>
        <item>
            <title><![CDATA[How to generate PDFs with Elixir]]></title>
            <link>https://www.nutrient.io/blog/how-to-generate-pdfs-with-elixir/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-generate-pdfs-with-elixir/</guid>
            <pubDate>Mon, 03 Dec 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D1qReWAb.png" alt="How to generate PDFs with Elixir" /></p>In this blog post, we'll look at an example of how to generate PDFs with Elixir.]]></description>
            <author>Maximilian Störchle</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D1qReWAb.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.8 for Windows update]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-8/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-8/</guid>
            <pubDate>Thu, 29 Nov 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.lRJjMR-T.png" alt="PSPDFKit 1.8 for Windows update" /></p>Discover the latest updates in PSPDFKit 1.8 for Windows, including custom stamps, bookmarks sidebar, and improved CSS for a better user experience.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.lRJjMR-T.png"/>
        </item>
        <item>
            <title><![CDATA[Tips and Tricks for Contributing to the Swift Language]]></title>
            <link>https://www.nutrient.io/blog/tips-for-contributing-to-the-swift-language/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tips-for-contributing-to-the-swift-language/</guid>
            <pubDate>Wed, 28 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CgXhbZvl.png" alt="Tips and Tricks for Contributing to the Swift Language" /></p>This post describes the process for contributing code to the Swift programming language, including how to propose changes to the language, write a pull request, address feedback, and make your code part of the next version of the language.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CgXhbZvl.png"/>
        </item>
        <item>
            <title><![CDATA[Color-Correct Night Mode]]></title>
            <link>https://www.nutrient.io/blog/color-correct-night-mode/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/color-correct-night-mode/</guid>
            <pubDate>Tue, 27 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C-as98jU.png" alt="Color-Correct Night Mode" /></p>A blog post showing how we go the extra mile to create good-looking color in night mode.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C-as98jU.png"/>
        </item>
        <item>
            <title><![CDATA[Using Signposts for Performance Tuning on iOS]]></title>
            <link>https://www.nutrient.io/blog/using-signposts-for-performance-tuning-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-signposts-for-performance-tuning-on-ios/</guid>
            <pubDate>Wed, 21 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BLUddbvG.png" alt="Using Signposts for Performance Tuning on iOS" /></p>A look at the different ways that we measure and try to improve performance at PSPDFKit.]]></description>
            <author>Aditya Krishnadevan</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BLUddbvG.png"/>
        </item>
        <item>
            <title><![CDATA[Creating an Efficient App Store Screenshot Workflow]]></title>
            <link>https://www.nutrient.io/blog/creating-an-efficient-app-store-screenshot-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-an-efficient-app-store-screenshot-workflow/</guid>
            <pubDate>Tue, 20 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.0Ot24DO7.png" alt="Creating an Efficient App Store Screenshot Workflow" /></p>A look at how we generate our screenshots for the iOS App Store.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.0Ot24DO7.png"/>
        </item>
        <item>
            <title><![CDATA[Time Management]]></title>
            <link>https://www.nutrient.io/blog/time-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/time-management/</guid>
            <pubDate>Mon, 19 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C_oCtUxm.png" alt="Time Management" /></p>A discussion of how managing time by incorporating productivity techniques, making lists, planning your days, and finding ways to utilize downtime can help with your workflow.]]></description>
            <author>Nishant Desai</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C_oCtUxm.png"/>
        </item>
        <item>
            <title><![CDATA[Tips for Engaging Project Stakeholders]]></title>
            <link>https://www.nutrient.io/blog/tips-for-engaging-project-stakeholders/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tips-for-engaging-project-stakeholders/</guid>
            <pubDate>Mon, 19 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Tips for Engaging Project Stakeholders" /></p>Tips for how project managers can keep their project stakeholders engaged and make them active, valuable members in any successful project.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[iOS HEIC Performance]]></title>
            <link>https://www.nutrient.io/blog/ios-heic-performance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ios-heic-performance/</guid>
            <pubDate>Wed, 14 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.5nnllDiS.png" alt="iOS HEIC Performance" /></p>We evaluate the encoding and decoding performance of HEIC.]]></description>
            <author>Aditya Krishnadevan</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.5nnllDiS.png"/>
        </item>
        <item>
            <title><![CDATA[Rendering Tests Using Robolectric]]></title>
            <link>https://www.nutrient.io/blog/rendering-tests-using-robolectric/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rendering-tests-using-robolectric/</guid>
            <pubDate>Tue, 13 Nov 2018 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CCFqaEQl.png" alt="Rendering Tests Using Robolectric" /></p>Rendering tests using Robolectric with a custom bitmap shadow.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CCFqaEQl.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2018.6]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2018-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2018-6/</guid>
            <pubDate>Tue, 13 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dwq_jmBE.png" alt="PSPDFKit for Web 2018.6" /></p>Announcing PSPDFKit for Web 2018.6 — with stamp annotations, bookmarks, a smaller WASM build, and a lot more.]]></description>
            <author>Nicolas Dular</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dwq_jmBE.png"/>
        </item>
        <item>
            <title><![CDATA[PDF syntax 101: Understanding PDF Object Types]]></title>
            <link>https://www.nutrient.io/blog/pdf-syntax-101/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-syntax-101/</guid>
            <pubDate>Mon, 12 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DsiLlboE.png" alt="PDF syntax 101: Understanding PDF Object Types" /></p>An overview of the internal structure of a PDF.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DsiLlboE.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-5/</guid>
            <pubDate>Wed, 07 Nov 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/android-5-header.CSMXzxvZ.png" alt="PSPDFKit 5 for Android" /></p>Introducing PSPDFKit 5 for Android — featuring the new Redaction and Comparison components, many improvements to existing APIs, and full support for Android 9 Pie.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/android-5-header.CSMXzxvZ.png"/>
        </item>
        <item>
            <title><![CDATA[Challenges of Adopting Drag and Drop]]></title>
            <link>https://www.nutrient.io/blog/challenges-of-drag-and-drop/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/challenges-of-drag-and-drop/</guid>
            <pubDate>Wed, 07 Nov 2018 08:10:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DELGr1in.png" alt="Challenges of Adopting Drag and Drop" /></p>A recap of how we integrated drag-and-drop support into our Document Editor in iOS.]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DELGr1in.png"/>
        </item>
        <item>
            <title><![CDATA[How to Help Your Team Realize Untapped Potential]]></title>
            <link>https://www.nutrient.io/blog/how-to-help-your-team-realize-untapped-potential/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-help-your-team-realize-untapped-potential/</guid>
            <pubDate>Wed, 07 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Help Your Team Realize Untapped Potential" /></p>Realizing untapped employee potential requires an understanding of the general personality types of employees and the best ways to motivate each type.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What are Kotlin contracts and how are they useful?]]></title>
            <link>https://www.nutrient.io/blog/kotlin-contracts/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kotlin-contracts/</guid>
            <pubDate>Tue, 06 Nov 2018 08:10:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BbVL7V_m.png" alt="What are Kotlin contracts and how are they useful?" /></p>An overview of the experimental Kotlin Contracts API.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BbVL7V_m.png"/>
        </item>
        <item>
            <title><![CDATA[What’s Hiding in Your PDF?]]></title>
            <link>https://www.nutrient.io/blog/whats-hiding-in-your-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/whats-hiding-in-your-pdf/</guid>
            <pubDate>Mon, 05 Nov 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.nAhR3Q0Z.png" alt="What’s Hiding in Your PDF?" /></p>PDFs hold information you may not know about. Discover different forms of metadata and where to look for them.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.nAhR3Q0Z.png"/>
        </item>
        <item>
            <title><![CDATA[How to program a calculator in a PDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-program-a-calculator-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-program-a-calculator-pdf/</guid>
            <pubDate>Wed, 31 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BjNVSWUb.png" alt="How to program a calculator in a PDF" /></p>PDF supports JavaScript, and you can use this functionality to program small applications inside a document.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BjNVSWUb.png"/>
        </item>
        <item>
            <title><![CDATA[Using paths to draw shapes with borders]]></title>
            <link>https://www.nutrient.io/blog/using-paths-to-draw-shapes-with-borders/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-paths-to-draw-shapes-with-borders/</guid>
            <pubDate>Tue, 30 Oct 2018 07:15:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DYKQiVJ7.png" alt="Using paths to draw shapes with borders" /></p>How to use a flexible path API to draw complex shapes with borders.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DYKQiVJ7.png"/>
        </item>
        <item>
            <title><![CDATA[Running multiple instances of a service with Docker Compose]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-docker-compose-to-run-multiple-instances-of-a-service-in-development/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-docker-compose-to-run-multiple-instances-of-a-service-in-development/</guid>
            <pubDate>Mon, 29 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BetXBFMN.png" alt="Running multiple instances of a service with Docker Compose" /></p>Learn how to efficiently run multiple instances of a service using Docker Compose. This guide covers configuration examples, load balancing with NGINX, and best practices for local development.]]></description>
            <author>Maximilian Störchle</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BetXBFMN.png"/>
        </item>
        <item>
            <title><![CDATA[Using clang-tidy and integrating it in Jenkins]]></title>
            <link>https://www.nutrient.io/blog/using-clang-tidy-and-integrating-it-in-jenkins/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-clang-tidy-and-integrating-it-in-jenkins/</guid>
            <pubDate>Wed, 24 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CbKqvFt_.png" alt="Using clang-tidy and integrating it in Jenkins" /></p>The benefits of using clang-tidy and how to get started setting it up in Jenkins.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CbKqvFt_.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.7 release for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-7/</guid>
            <pubDate>Tue, 23 Oct 2018 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.CF7W8S70.png" alt="PSPDFKit 1.7 release for Windows" /></p>Discover the new PDF saving options and API features in PSPDFKit 1.7 for Windows, including incremental saving and customizable logging.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.CF7W8S70.png"/>
        </item>
        <item>
            <title><![CDATA[Refactoring Large Codebases: Tips and Tricks]]></title>
            <link>https://www.nutrient.io/blog/refactoring-large-codebases-tips/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/refactoring-large-codebases-tips/</guid>
            <pubDate>Tue, 23 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cfr_DWCi.png" alt="Refactoring Large Codebases: Tips and Tricks" /></p>If you're going to fall down a rabbit hole anyway, you might as well enjoy it!]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cfr_DWCi.png"/>
        </item>
        <item>
            <title><![CDATA[Tools Consulting Firms Use to Scale Operations]]></title>
            <link>https://www.nutrient.io/blog/tools-consulting-firms-use-to-scale-operations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tools-consulting-firms-use-to-scale-operations/</guid>
            <pubDate>Tue, 23 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Tools Consulting Firms Use to Scale Operations" /></p>The right software tools can also help ensure that consulting firms derive maximum efficiency and value from their own internal operations.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Open and annotate PDFs from your Vue.js app]]></title>
            <link>https://www.nutrient.io/blog/open-and-annotate-pdfs-from-your-vuejs-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-and-annotate-pdfs-from-your-vuejs-app/</guid>
            <pubDate>Mon, 22 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.HAYvR5ho.png" alt="Open and annotate PDFs from your Vue.js app" /></p>How to add a PDF viewer to your Vue.js app by embedding Nutrient Web SDK.]]></description>
            <author>Miguel Calderón</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.HAYvR5ho.png"/>
        </item>
        <item>
            <title><![CDATA[Improving Dynamic Type Support]]></title>
            <link>https://www.nutrient.io/blog/improving-dynamic-type-support/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/improving-dynamic-type-support/</guid>
            <pubDate>Wed, 17 Oct 2018 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.tvs8uWkx.png" alt="Improving Dynamic Type Support" /></p>How to improve Dynamic Type support in your app and bring it to the next level.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.tvs8uWkx.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 8 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-8-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-8-0/</guid>
            <pubDate>Wed, 17 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-8-0-header.BwBFT83p.png" alt="PSPDFKit 8 for iOS" /></p>Introducing PSPDFKit 8 for iOS. Featuring new redaction and comparison components, an overhauled sharing UI, and full iOS 12 and Xcode 10 support.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-8-0-header.BwBFT83p.png"/>
        </item>
        <item>
            <title><![CDATA[Building accessible modals in React]]></title>
            <link>https://www.nutrient.io/blog/building-accessible-modals-with-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/building-accessible-modals-with-react/</guid>
            <pubDate>Tue, 16 Oct 2018 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CZ2HIqpU.png" alt="Building accessible modals in React" /></p>Learn how to build WCAG 2.2 AA-compliant modal dialogs in React with the native dialog element, focus trapping, ARIA roles, keyboard navigation, and prefers-reduced-motion support.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CZ2HIqpU.png"/>
        </item>
        <item>
            <title><![CDATA[Office 365 / SharePoint Hierarchy Explained]]></title>
            <link>https://www.nutrient.io/blog/office-365-sharepoint-hierarchy-explained-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/office-365-sharepoint-hierarchy-explained-2/</guid>
            <pubDate>Mon, 15 Oct 2018 14:37:24 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Office 365 / SharePoint Hierarchy Explained" /></p>Understand the five layers of the Office 365 and SharePoint hierarchy and learn how Aquaforest Searchlight connects to each level for OCR.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How We Onboard New Engineers]]></title>
            <link>https://www.nutrient.io/blog/onboarding-new-engineers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/onboarding-new-engineers/</guid>
            <pubDate>Mon, 15 Oct 2018 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BKYbhpCe.png" alt="How We Onboard New Engineers" /></p>Learn about how we take new engineer hires and guide them toward being fully productive members of our team.]]></description>
            <author>Nicolas Dular</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BKYbhpCe.png"/>
        </item>
        <item>
            <title><![CDATA[How to Extend LLDB to Provide a Better Debugging Experience]]></title>
            <link>https://www.nutrient.io/blog/how-to-extend-lldb-to-provide-a-better-debugging-experience/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-extend-lldb-to-provide-a-better-debugging-experience/</guid>
            <pubDate>Tue, 09 Oct 2018 08:10:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.H2y9TNNl.png" alt="How to Extend LLDB to Provide a Better Debugging Experience" /></p>Explore the extensibility capabilities of LLDB, a debugger for Swift, C, C++, and Objective-C code.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.H2y9TNNl.png"/>
        </item>
        <item>
            <title><![CDATA[Examples for Using Our Frameworks]]></title>
            <link>https://www.nutrient.io/blog/examples-for-using-our-frameworks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/examples-for-using-our-frameworks/</guid>
            <pubDate>Mon, 08 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.U38UtRcM.png" alt="Examples for Using Our Frameworks" /></p>Here at PSPDFKit, we believe doing practical work is the best way to learn things, so we decided to create a few example apps to help customers explore our framework.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.U38UtRcM.png"/>
        </item>
        <item>
            <title><![CDATA[How to Lead Through Chaos]]></title>
            <link>https://www.nutrient.io/blog/how-to-lead-through-chaos/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-lead-through-chaos/</guid>
            <pubDate>Fri, 05 Oct 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Lead Through Chaos" /></p>What separates a truly great leader from the merely good? In most cases, it's the ability to rise to the occasion during times of crisis and chaos.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Music for Concentration]]></title>
            <link>https://www.nutrient.io/blog/music-for-concentration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/music-for-concentration/</guid>
            <pubDate>Tue, 02 Oct 2018 08:30:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BhteUu25.png" alt="Music for Concentration" /></p>We cover how music can help you get in that all-important and elusive state of flow.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BhteUu25.png"/>
        </item>
        <item>
            <title><![CDATA[Integrating PSPDFKit with CocoaPods]]></title>
            <link>https://www.nutrient.io/blog/integrating-pspdfkit-with-cocoapods/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrating-pspdfkit-with-cocoapods/</guid>
            <pubDate>Mon, 01 Oct 2018 08:15:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.zmKoEQLQ.png" alt="Integrating PSPDFKit with CocoaPods" /></p>A complete step-by-step guide on how to install CocoaPods and integrate PSPDFKit.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.zmKoEQLQ.png"/>
        </item>
        <item>
            <title><![CDATA[Running Native Code in Electron and the Case for WebAssembly]]></title>
            <link>https://www.nutrient.io/blog/running-native-code-in-electron-and-the-case-for-webassembly/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/running-native-code-in-electron-and-the-case-for-webassembly/</guid>
            <pubDate>Wed, 26 Sep 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.B-i_Sj4a.png" alt="Running Native Code in Electron and the Case for WebAssembly" /></p>We're exploring solutions to run native code in Electron and how WebAssembly can help us with this.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.B-i_Sj4a.png"/>
        </item>
        <item>
            <title><![CDATA[PWA — Progressive web applications]]></title>
            <link>https://www.nutrient.io/blog/pwa-progressive-web-applications/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pwa-progressive-web-applications/</guid>
            <pubDate>Tue, 25 Sep 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BMiz4g-E.png" alt="PWA — Progressive web applications" /></p>Nutrient Web SDK and progressive web applications: an open source example and guide.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BMiz4g-E.png"/>
        </item>
        <item>
            <title><![CDATA[Custom PDF Page Templates with PSPDFKit for iOS]]></title>
            <link>https://www.nutrient.io/blog/custom-pdf-page-templates-with-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/custom-pdf-page-templates-with-ios/</guid>
            <pubDate>Mon, 24 Sep 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.WyQDCr9q.png" alt="Custom PDF Page Templates with PSPDFKit for iOS" /></p>We show how a developer can use our PSPDFPageTemplate class to create custom PDF templates with iOS]]></description>
            <author>Oscar Swanros</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.WyQDCr9q.png"/>
        </item>
        <item>
            <title><![CDATA[Marzipan: Porting iOS Apps to the Mac]]></title>
            <link>https://www.nutrient.io/blog/porting-ios-apps-to-mac-marzipan-iosmac-uikit-appkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/porting-ios-apps-to-mac-marzipan-iosmac-uikit-appkit/</guid>
            <pubDate>Thu, 20 Sep 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.VUfnjjku.png" alt="Marzipan: Porting iOS Apps to the Mac" /></p>With macOS Mojave, Apple is adding support to bring apps written in UIKit to macOS without the requirement of having to rewrite the UI in AppKit. This is not yet officially supported — this post will explore what we can expect in 2019 and how you can use Marzipan today.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.VUfnjjku.png"/>
        </item>
        <item>
            <title><![CDATA[The Challenges of Changelogs]]></title>
            <link>https://www.nutrient.io/blog/the-challenges-of-changelogs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-challenges-of-changelogs/</guid>
            <pubDate>Wed, 19 Sep 2018 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Ca8yHuHx.png" alt="The Challenges of Changelogs" /></p>How we handle changelogs at PSPDFKit and the tools we built to help us with this.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Ca8yHuHx.png"/>
        </item>
        <item>
            <title><![CDATA[Open a PDF in React on the web with react-pdf]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-in-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-in-react/</guid>
            <pubDate>Tue, 18 Sep 2018 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.K-C7bvq3.png" alt="Open a PDF in React on the web with react-pdf" /></p>An easy and free option to render PDF pages in your React app.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.K-C7bvq3.png"/>
        </item>
        <item>
            <title><![CDATA[Naming Is Hard — Difficulties of Naming Variables]]></title>
            <link>https://www.nutrient.io/blog/naming-is-hard/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/naming-is-hard/</guid>
            <pubDate>Wed, 12 Sep 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.DzZ2uGar.png" alt="Naming Is Hard — Difficulties of Naming Variables" /></p>Is naming a variable so hard? According to Martin Fowler, it is. In this blog post, I'll try to shed some light on what naming entails and why it's a challenge.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.DzZ2uGar.png"/>
        </item>
        <item>
            <title><![CDATA[Naming Classes — Why It Matters, and How to Do It Well]]></title>
            <link>https://www.nutrient.io/blog/naming-classes-why-it-matters-how-to-do-it-well/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/naming-classes-why-it-matters-how-to-do-it-well/</guid>
            <pubDate>Mon, 10 Sep 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/preview.whFF-E4v.png" alt="Naming Classes — Why It Matters, and How to Do It Well" /></p>Tips for choosing good class names.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/preview.whFF-E4v.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.6 for Windows update]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-6/</guid>
            <pubDate>Thu, 06 Sep 2018 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.hdt5pBJV.png" alt="PSPDFKit 1.6 for Windows update" /></p>Discover the new features in PSPDFKit 1.6 for Windows, including image annotations, sidebar modes, and improved localization support.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.hdt5pBJV.png"/>
        </item>
        <item>
            <title><![CDATA[How to Implement New Company Policies]]></title>
            <link>https://www.nutrient.io/blog/how-to-implement-new-company-policies/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-implement-new-company-policies/</guid>
            <pubDate>Thu, 06 Sep 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Implement New Company Policies" /></p>Finding effective ways to implement new policies and procedures can increase adoption and policy compliance]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2018.5]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2018-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2018-5/</guid>
            <pubDate>Wed, 05 Sep 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DhKru5UZ.png" alt="PSPDFKit for Web 2018.5" /></p>Announcing PSPDFKit for Web 2018.5, with image annotations, new table of contents and annotation sidebars, ink highlighter and arrow tools, and a lot more.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DhKru5UZ.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.8 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-4-8/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-4-8/</guid>
            <pubDate>Wed, 05 Sep 2018 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-android-4-8-header.C40JLcCS.png" alt="PSPDFKit 4.8 for Android" /></p>Introducing PSPDFKit 4.8 for Android — with document tabs, a pop-up toolbar, custom free text fonts, a new Document Editor API, and more.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-android-4-8-header.C40JLcCS.png"/>
        </item>
        <item>
            <title><![CDATA[How to Delegate Authority: Tips and Benefits]]></title>
            <link>https://www.nutrient.io/blog/how-to-delegate-authority/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-delegate-authority/</guid>
            <pubDate>Tue, 04 Sep 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Delegate Authority: Tips and Benefits" /></p>Delegating authority is a core management skill, but it's also one that can be difficult to implement.This post discusses the benefits delegation offers an organization, the barriers managers face when delegating and some actionable ideas to make delegating easier.]]></description>
            <author>Chris Campbell</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Advanced Techniques for React Native UI Components]]></title>
            <link>https://www.nutrient.io/blog/advanced-techniques-for-react-native-ui-components/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/advanced-techniques-for-react-native-ui-components/</guid>
            <pubDate>Wed, 29 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BHjoOLg5.png" alt="Advanced Techniques for React Native UI Components" /></p>An outline of some of the more advanced techniques you can apply to React Native UI components on Android.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BHjoOLg5.png"/>
        </item>
        <item>
            <title><![CDATA[How to extend React Native APIs]]></title>
            <link>https://www.nutrient.io/blog/how-to-extend-react-native-api/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-extend-react-native-api/</guid>
            <pubDate>Tue, 28 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BdZiJlOv.png" alt="How to extend React Native APIs" /></p>A tutorial about how to expose native iOS APIs to React Native.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BdZiJlOv.png"/>
        </item>
        <item>
            <title><![CDATA[How to Parse XML Documents in Elixir]]></title>
            <link>https://www.nutrient.io/blog/how-to-parse-xml-documents-in-elixir/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-parse-xml-documents-in-elixir/</guid>
            <pubDate>Mon, 27 Aug 2018 15:15:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DLvCvyeq.png" alt="How to Parse XML Documents in Elixir" /></p>A tutorial on how to parse XML documents in Elixir.]]></description>
            <author>Maximilian Störchle</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DLvCvyeq.png"/>
        </item>
        <item>
            <title><![CDATA[Protecting PDF Documents]]></title>
            <link>https://www.nutrient.io/blog/protecting-pdf-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/protecting-pdf-documents/</guid>
            <pubDate>Wed, 22 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CZhhxIOd.png" alt="Protecting PDF Documents" /></p>Password-based security for PDF documents.]]></description>
            <author>Marcin Krzyżanowski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CZhhxIOd.png"/>
        </item>
        <item>
            <title><![CDATA[Debugging WebView in UWP Apps with Edge DevTools]]></title>
            <link>https://www.nutrient.io/blog/edge-devtools-uwp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/edge-devtools-uwp/</guid>
            <pubDate>Tue, 21 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.E7n6x4QY.png" alt="Debugging WebView in UWP Apps with Edge DevTools" /></p>We show how a developer can use Edge DevTools to debug a WebView in a UWP app.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.E7n6x4QY.png"/>
        </item>
        <item>
            <title><![CDATA[RxJava for Multi-Level Data Retrieval]]></title>
            <link>https://www.nutrient.io/blog/rxjava-for-multilevel-data-retrieval/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rxjava-for-multilevel-data-retrieval/</guid>
            <pubDate>Mon, 20 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CqTC2rAy.png" alt="RxJava for Multi-Level Data Retrieval" /></p>RxJava can be useful for many things, and in this post, we’ll have a look at how to use it to add offline support to your app.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CqTC2rAy.png"/>
        </item>
        <item>
            <title><![CDATA[Switching to a Standing Desk]]></title>
            <link>https://www.nutrient.io/blog/switching-to-a-standing-desk/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/switching-to-a-standing-desk/</guid>
            <pubDate>Wed, 15 Aug 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Hgjh3qQA.png" alt="Switching to a Standing Desk" /></p>We discuss some of the benefits of switching to a standing desk.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Hgjh3qQA.png"/>
        </item>
        <item>
            <title><![CDATA[Database Transactions with Ecto]]></title>
            <link>https://www.nutrient.io/blog/database-transactions-with-ecto/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/database-transactions-with-ecto/</guid>
            <pubDate>Tue, 14 Aug 2018 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DS_kc0Vm.png" alt="Database Transactions with Ecto" /></p>How to use database transactions and Ecto.Multi in Elixir]]></description>
            <author>Nicolas Dular</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DS_kc0Vm.png"/>
        </item>
        <item>
            <title><![CDATA[Immutable.js and Lazy Evaluation]]></title>
            <link>https://www.nutrient.io/blog/immutablejs-and-lazy-evaluation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/immutablejs-and-lazy-evaluation/</guid>
            <pubDate>Mon, 13 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BYs4Fd1H.png" alt="Immutable.js and Lazy Evaluation" /></p>A short introduction to Immutable.js and how lazy operations improve performance and readability of your code.]]></description>
            <author>Maximilian Störchle</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BYs4Fd1H.png"/>
        </item>
        <item>
            <title><![CDATA[Effective Remote Communication]]></title>
            <link>https://www.nutrient.io/blog/effective-remote-communication/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/effective-remote-communication/</guid>
            <pubDate>Wed, 08 Aug 2018 04:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.Cg1Sl9nD.png" alt="Effective Remote Communication" /></p>Communication is hard — especially for remote companies. Here's how we organize communication at PSPDFKit.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.Cg1Sl9nD.png"/>
        </item>
        <item>
            <title><![CDATA[Modern CMake Tips]]></title>
            <link>https://www.nutrient.io/blog/modern-cmake-tips/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/modern-cmake-tips/</guid>
            <pubDate>Tue, 07 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ioQC8jg3.png" alt="Modern CMake Tips" /></p>There are better ways to write CMake scripts.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ioQC8jg3.png"/>
        </item>
        <item>
            <title><![CDATA[Adding Spellchecking to Your Tests]]></title>
            <link>https://www.nutrient.io/blog/adding-spellchecking-to-your-tests/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adding-spellchecking-to-your-tests/</guid>
            <pubDate>Mon, 06 Aug 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CpIfcHIJ.png" alt="Adding Spellchecking to Your Tests" /></p>How we added simple spelling and grammar checks to our website build process to catch some common mistakes.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CpIfcHIJ.png"/>
        </item>
        <item>
            <title><![CDATA[How I Got Started with Flutter]]></title>
            <link>https://www.nutrient.io/blog/starting-with-flutter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/starting-with-flutter/</guid>
            <pubDate>Tue, 31 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DLqdLx0u.png" alt="How I Got Started with Flutter" /></p>A short review of Flutter from a mobile developer’s standpoint.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DLqdLx0u.png"/>
        </item>
        <item>
            <title><![CDATA[PDF Viewer 3 — PDF Viewer Pro]]></title>
            <link>https://www.nutrient.io/blog/pdf-viewer-3-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-viewer-3-0/</guid>
            <pubDate>Wed, 25 Jul 2018 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CL_B6GDa.png" alt="PDF Viewer 3 — PDF Viewer Pro" /></p>Announcing PDF Viewer 3 with PDF Viewer Pro, our feature pack for the professional user.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CL_B6GDa.png"/>
        </item>
        <item>
            <title><![CDATA[Swift by Sundell Podcast with Peter Steinberger]]></title>
            <link>https://www.nutrient.io/blog/swift-by-sundell-podcast/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swift-by-sundell-podcast/</guid>
            <pubDate>Wed, 25 Jul 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BfIl_MS0.png" alt="Swift by Sundell Podcast with Peter Steinberger" /></p>On July 19, our CEO, Peter Steinberger, was interviewed by John Sundell on his Swift by Sundell podcast.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BfIl_MS0.png"/>
        </item>
        <item>
            <title><![CDATA[Generate On-Device PDF Reports on iOS]]></title>
            <link>https://www.nutrient.io/blog/generate-on-device-pdf-reports-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/generate-on-device-pdf-reports-on-ios/</guid>
            <pubDate>Tue, 24 Jul 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C8Gdl8Ii.png" alt="Generate On-Device PDF Reports on iOS" /></p>How to generate on-device PDF reports without using an internet connection.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C8Gdl8Ii.png"/>
        </item>
        <item>
            <title><![CDATA[Back-Pressure Queuing System in Elixir]]></title>
            <link>https://www.nutrient.io/blog/back-pressure-queuing-system-with-sbroker/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/back-pressure-queuing-system-with-sbroker/</guid>
            <pubDate>Mon, 23 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C96gFvYv.png" alt="Back-Pressure Queuing System in Elixir" /></p>Learn to build a back-pressure queuing system in Elixir using the sbroker library to enhance performance and reliability.]]></description>
            <author>Maximilian Störchle</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C96gFvYv.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 7.7 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-7-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-7-7/</guid>
            <pubDate>Thu, 19 Jul 2018 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-7-7-header.BpMD_1ov.png" alt="PSPDFKit 7.7 for iOS" /></p>Introducing PSPDFKit 7.7 for iOS — featuring a new document info screen, Document Editor enhancements, improved thumbnail filtering, image document export, and preliminary iOS 12 and Xcode 10 support.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-7-7-header.BpMD_1ov.png"/>
        </item>
        <item>
            <title><![CDATA[An Introduction to Stimulus.js]]></title>
            <link>https://www.nutrient.io/blog/introduction-to-stimulus-js/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introduction-to-stimulus-js/</guid>
            <pubDate>Wed, 18 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DSta4p3S.png" alt="An Introduction to Stimulus.js" /></p>In this article, we'll look at the Stimulus JavaScript framework and how it can help bring some order to a website's frontend codebase.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DSta4p3S.png"/>
        </item>
        <item>
            <title><![CDATA[Task Delegation Can Save Your Bacon]]></title>
            <link>https://www.nutrient.io/blog/task-delegation-can-save-your-bacon/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/task-delegation-can-save-your-bacon/</guid>
            <pubDate>Wed, 18 Jul 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Task Delegation Can Save Your Bacon" /></p>Task delegation is a critical part of any process, especially where a neglected task can have serious repercussions.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.5 for Windows updates]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-5/</guid>
            <pubDate>Tue, 17 Jul 2018 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/windows-1-5-header.DJhp3uZ_.png" alt="PSPDFKit 1.5 for Windows updates" /></p>Explore new features in PSPDFKit 1.5 for Windows, including shape annotations and password support. Full changelog available!]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/windows-1-5-header.DJhp3uZ_.png"/>
        </item>
        <item>
            <title><![CDATA[Moving Your Gradle Build Scripts to Kotlin]]></title>
            <link>https://www.nutrient.io/blog/moving-your-gradle-build-scripts-to-kotlin/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/moving-your-gradle-build-scripts-to-kotlin/</guid>
            <pubDate>Mon, 16 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.HiY2GSn5.png" alt="Moving Your Gradle Build Scripts to Kotlin" /></p>Another take on writing your project's Gradle build files in pure Kotlin code.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.HiY2GSn5.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2018.4]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2018-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2018-4/</guid>
            <pubDate>Thu, 12 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DRfIAJzi.png" alt="PSPDFKit for Web 2018.4" /></p>Announcing PSPDFKit for Web 2018.4, which introduces shape annotations, blend modes, and an improved annotation toolbar.]]></description>
            <author>Nicolas Dular</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DRfIAJzi.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.7 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-4-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-4-7/</guid>
            <pubDate>Mon, 09 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-android-4-7-header.chBFT7wK.png" alt="PSPDFKit 4.7 for Android" /></p>Introducing PSPDFKit 4.7 for Android — featuring JavaScript support, a document info view, free text callouts, and more.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-android-4-7-header.chBFT7wK.png"/>
        </item>
        <item>
            <title><![CDATA[A real-world WebAssembly benchmark]]></title>
            <link>https://www.nutrient.io/blog/a-real-world-webassembly-benchmark/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-real-world-webassembly-benchmark/</guid>
            <pubDate>Thu, 05 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CJF7U_Fe.png" alt="A real-world WebAssembly benchmark" /></p>A WebAssembly benchmark for browser vendors to test a real-world production application.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CJF7U_Fe.png"/>
        </item>
        <item>
            <title><![CDATA[Smart Grid Sizing]]></title>
            <link>https://www.nutrient.io/blog/smart-grid-sizing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/smart-grid-sizing/</guid>
            <pubDate>Tue, 03 Jul 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DCDewoHi.png" alt="Smart Grid Sizing" /></p>How PSPDFKit is smart about choosing thumbnail sizes.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DCDewoHi.png"/>
        </item>
        <item>
            <title><![CDATA[Scaling PSPDFKit Server]]></title>
            <link>https://www.nutrient.io/blog/scaling-pspdfkit-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/scaling-pspdfkit-server/</guid>
            <pubDate>Tue, 26 Jun 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.k0TbLi_d.png" alt="Scaling PSPDFKit Server" /></p>A quick look at how we added horizontal scalability to PSPDFKit Server.]]></description>
            <author>Silvio Doblhofer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.k0TbLi_d.png"/>
        </item>
        <item>
            <title><![CDATA[ARMing PSPDFKit for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-4/</guid>
            <pubDate>Thu, 21 Jun 2018 16:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/windows-1-4-header.BqtfF53p.png" alt="ARMing PSPDFKit for Windows" /></p>PSPDFKit for the Universal Windows Platform (UWP) supports ARM.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/windows-1-4-header.BqtfF53p.png"/>
        </item>
        <item>
            <title><![CDATA[How to use Slack and not go bananas]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-slack-and-not-go-bananas/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-slack-and-not-go-bananas/</guid>
            <pubDate>Thu, 21 Jun 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/sadslack.DJOHUyGW.png" alt="How to use Slack and not go bananas" /></p>Slack is both amazing and awful. At a time when many companies quit Slack, we refined our processes to make it work well for us.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/sadslack.DJOHUyGW.png"/>
        </item>
        <item>
            <title><![CDATA[Tips for Designing an Android Library]]></title>
            <link>https://www.nutrient.io/blog/tips-for-designing-an-android-library/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tips-for-designing-an-android-library/</guid>
            <pubDate>Mon, 18 Jun 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.iTaatQDK.png" alt="Tips for Designing an Android Library" /></p>We take a look at some of the things you should keep in mind when designing an Android library.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.iTaatQDK.png"/>
        </item>
        <item>
            <title><![CDATA[Best PDF viewer for Android: How to create a PDF on Android]]></title>
            <link>https://www.nutrient.io/blog/ways-to-create-a-pdf-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ways-to-create-a-pdf-on-android/</guid>
            <pubDate>Wed, 13 Jun 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BeXd1Nr4.png" alt="Best PDF viewer for Android: How to create a PDF on Android" /></p>Discover the best PDF viewers for Android and learn how to create PDFs with different methods, from using built-in tools to integrating powerful libraries like Nutrient.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BeXd1Nr4.png"/>
        </item>
        <item>
            <title><![CDATA[5 Things You Should Stop Doing with Microsoft Excel]]></title>
            <link>https://www.nutrient.io/blog/5-things-you-should-stop-doing-with-microsoft-excel/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/5-things-you-should-stop-doing-with-microsoft-excel/</guid>
            <pubDate>Wed, 13 Jun 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="5 Things You Should Stop Doing with Microsoft Excel" /></p>Excel is a great tool but it's often used in ways it was never intended. Here are some of the ways it should never be used.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Embed Files Using File Annotations]]></title>
            <link>https://www.nutrient.io/blog/how-to-embed-files-using-file-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-embed-files-using-file-annotations/</guid>
            <pubDate>Mon, 11 Jun 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DfziB1dR.png" alt="How to Embed Files Using File Annotations" /></p>We're taking a look at how to embed files using file annotations.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DfziB1dR.png"/>
        </item>
        <item>
            <title><![CDATA[Instant Layers - Multiple Users Annotate One Document]]></title>
            <link>https://www.nutrient.io/blog/instant-layers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/instant-layers/</guid>
            <pubDate>Thu, 31 May 2018 13:10:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/instant-layers.B85_xlva.png" alt="Instant Layers - Multiple Users Annotate One Document" /></p>Simplify managing multiple versions of a document with this one weird trick.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/instant-layers.B85_xlva.png"/>
        </item>
        <item>
            <title><![CDATA[Image Documents - Annotate PNG, JPEG, and TIFF Just Like PDF]]></title>
            <link>https://www.nutrient.io/blog/image-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/image-documents/</guid>
            <pubDate>Thu, 31 May 2018 13:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.CpzAaBrQ.png" alt="Image Documents - Annotate PNG, JPEG, and TIFF Just Like PDF" /></p>With the new Image Document component, image files can be displayed and annotated with PSPDFKit, just like PDF files.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.CpzAaBrQ.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 7.6 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-7-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-7-6/</guid>
            <pubDate>Thu, 31 May 2018 12:05:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-7-6-header.B9nU-ear.png" alt="PSPDFKit 7.6 for iOS" /></p>Introducing PSPDFKit 7.6 for iOS — featuring non-destructive image documents, page templates, and stamp UI improvements.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-7-6-header.B9nU-ear.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2018.3]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2018-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2018-3/</guid>
            <pubDate>Thu, 31 May 2018 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.nU16dEai.png" alt="PSPDFKit for Web 2018.3" /></p>Announcing PSPDFKit for Web 2018.3, which introduces ink signatures, password-protected PDF unlocking, and combined touchscreen and mouse support.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.nU16dEai.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.6 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-4-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-4-6/</guid>
            <pubDate>Thu, 31 May 2018 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-android-4-6-header.BTZlTA4_.png" alt="PSPDFKit 4.6 for Android" /></p>Introducing PSPDFKit 4.6 for Android — featuring annotation & page rotation, non-destructive image documents, system clipboard images, file annotations, custom page content and more.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-android-4-6-header.BTZlTA4_.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.3 for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-3/</guid>
            <pubDate>Wed, 30 May 2018 20:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/windows-1-3-header.BZtMZSCI.png" alt="PSPDFKit 1.3 for Windows" /></p>Introducing PSPDFKit 1.3 for Windows — featuring customizable toolbars, ink signatures and various other improvements and API additions.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/windows-1-3-header.BZtMZSCI.png"/>
        </item>
        <item>
            <title><![CDATA[Reviewbot]]></title>
            <link>https://www.nutrient.io/blog/reviewbot/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reviewbot/</guid>
            <pubDate>Tue, 29 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/reviewbot-logo.DWFwAZmQ.png" alt="Reviewbot" /></p>Reviewbot posts GitHub pull requests that are ready to be reviewed into Slack. How does it know when a pull request is ready? We have a special label in our repositories, named `READY TO REVIEW`.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/reviewbot-logo.DWFwAZmQ.png"/>
        </item>
        <item>
            <title><![CDATA[Line Annotations in PDF]]></title>
            <link>https://www.nutrient.io/blog/line-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/line-annotations/</guid>
            <pubDate>Wed, 23 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/line-annotations-header.DOwrzFHa.png" alt="Line Annotations in PDF" /></p>Line annotations are one of the most frequently used annotation types, and they are ideal for things like drawing attention to important areas of your document, diagramming the process flow, and decoration.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/line-annotations-header.DOwrzFHa.png"/>
        </item>
        <item>
            <title><![CDATA[Exporting Images from PDF with PSPDFKit for macOS]]></title>
            <link>https://www.nutrient.io/blog/exporting-images-from-pdf-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/exporting-images-from-pdf-with-pspdfkit/</guid>
            <pubDate>Mon, 21 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.-AXE0TB0.png" alt="Exporting Images from PDF with PSPDFKit for macOS" /></p>We'll look at how a simple Swift script and PSPDFKit for macOS can be used to export image assets for your website or app from a vector PDF graphic, using an iOS app icon as an example.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.-AXE0TB0.png"/>
        </item>
        <item>
            <title><![CDATA[Rendering PDF Previews]]></title>
            <link>https://www.nutrient.io/blog/rendering-pdf-previews/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rendering-pdf-previews/</guid>
            <pubDate>Wed, 16 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DSoA7Gl4.png" alt="Rendering PDF Previews" /></p>An overview of how to render PDF previews.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DSoA7Gl4.png"/>
        </item>
        <item>
            <title><![CDATA[Real World Project Management]]></title>
            <link>https://www.nutrient.io/blog/real-world-project-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/real-world-project-management/</guid>
            <pubDate>Tue, 15 May 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Real World Project Management" /></p>It’s amazing what people are taught about project management and what really happens in the real world so let's get real about project management.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Advances in Auto Layout]]></title>
            <link>https://www.nutrient.io/blog/auto-layout-advances/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/auto-layout-advances/</guid>
            <pubDate>Mon, 14 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D6dG1O0Z.png" alt="Advances in Auto Layout" /></p>An overview of how Auto Layout has changed in recent years and how to best use it.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D6dG1O0Z.png"/>
        </item>
        <item>
            <title><![CDATA[Async Stacktraces in Android Studio]]></title>
            <link>https://www.nutrient.io/blog/async-stacktraces-in-android-studio/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/async-stacktraces-in-android-studio/</guid>
            <pubDate>Wed, 09 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Cao6PpOD.png" alt="Async Stacktraces in Android Studio" /></p>How to create asynchronous stacktraces in Android Studio and IntelliJ.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Cao6PpOD.png"/>
        </item>
        <item>
            <title><![CDATA[Smart Punctuation in iOS: A Developer's Guide]]></title>
            <link>https://www.nutrient.io/blog/ios-11-smart-punctuation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ios-11-smart-punctuation/</guid>
            <pubDate>Mon, 07 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.COu8vcTG.png" alt="Smart Punctuation in iOS: A Developer's Guide" /></p>Discover how iOS's Smart Punctuation affects string handling and learn best practices for developers managing text input in their apps.]]></description>
            <author>Aditya Krishnadevan</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.COu8vcTG.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.2 for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-2/</guid>
            <pubDate>Thu, 03 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/windows-1-2-header.DbjBFSZj.png" alt="PSPDFKit 1.2 for Windows" /></p>Introducing PSPDFKit 1.2 for Windows — featuring indexed full-text search, a new API for page sizes and an improved catalog.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/windows-1-2-header.DbjBFSZj.png"/>
        </item>
        <item>
            <title><![CDATA[What are appearance streams?]]></title>
            <link>https://www.nutrient.io/blog/what-are-appearance-streams/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-are-appearance-streams/</guid>
            <pubDate>Wed, 02 May 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CKJBn8Rm.jpg" alt="What are appearance streams?" /></p>An explanation of what appearance streams actually are, along with their gotchas.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CKJBn8Rm.jpg"/>
        </item>
        <item>
            <title><![CDATA[RxJava Is Async yet Blocking]]></title>
            <link>https://www.nutrient.io/blog/rxjava-is-async-but-blocking/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rxjava-is-async-but-blocking/</guid>
            <pubDate>Mon, 30 Apr 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BXyxaYqC.png" alt="RxJava Is Async yet Blocking" /></p>An explanation of why RxJava is both asynchronous and blocking.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BXyxaYqC.png"/>
        </item>
        <item>
            <title><![CDATA[Docker Compose for Multiple Configurations]]></title>
            <link>https://www.nutrient.io/blog/how-to-manage-multiple-system-configurations-using-docker-compose/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-manage-multiple-system-configurations-using-docker-compose/</guid>
            <pubDate>Thu, 26 Apr 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Xau0fGX4.png" alt="Docker Compose for Multiple Configurations" /></p>Learn how to manage various system configurations effectively using Docker Compose for local development and testing.]]></description>
            <author>Maximilian Störchle</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Xau0fGX4.png"/>
        </item>
        <item>
            <title><![CDATA[What happens after you report an issue?]]></title>
            <link>https://www.nutrient.io/blog/what-happens-after-you-report-an-issue/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-happens-after-you-report-an-issue/</guid>
            <pubDate>Tue, 24 Apr 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.PL2qUVF5.png" alt="What happens after you report an issue?" /></p>In this article, we discuss our internal process for how we handle bugs that you report.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.PL2qUVF5.png"/>
        </item>
        <item>
            <title><![CDATA[The Subtle Art of Real-Time Debugging With Android Studio]]></title>
            <link>https://www.nutrient.io/blog/android-subtle-art-of-debugging/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-subtle-art-of-debugging/</guid>
            <pubDate>Tue, 17 Apr 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.8YZ4iQwZ.png" alt="The Subtle Art of Real-Time Debugging With Android Studio" /></p>Debugging in real time with Android Studio.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.8YZ4iQwZ.png"/>
        </item>
        <item>
            <title><![CDATA[Hints for Beginners Navigating Around New Code]]></title>
            <link>https://www.nutrient.io/blog/code-navigation-for-beginners/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/code-navigation-for-beginners/</guid>
            <pubDate>Mon, 16 Apr 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DQNPfmrG.png" alt="Hints for Beginners Navigating Around New Code" /></p>We share some tips on how to navigate a new codebase.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DQNPfmrG.png"/>
        </item>
        <item>
            <title><![CDATA[PDF rendering — Definition, how to render, and more]]></title>
            <link>https://www.nutrient.io/blog/render-pdfs-in-the-browser-with-pdf-js/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/render-pdfs-in-the-browser-with-pdf-js/</guid>
            <pubDate>Tue, 10 Apr 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D2sfgUhX.png" alt="PDF rendering — Definition, how to render, and more" /></p>Learn how to render PDF files in your browser with PDF.js, an open source JavaScript library by Mozilla. This tutorial walks you through PDF embedding, customization, and use cases for rendering PDFs directly on your webpage without plugins.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D2sfgUhX.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.1 for Windows]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-windows-1-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-windows-1-1/</guid>
            <pubDate>Mon, 09 Apr 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/windows-1-1-header.DnKr6LRn.png" alt="PSPDFKit 1.1 for Windows" /></p>Today we're releasing PSPDFKit 1.1 for Windows!]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/windows-1-1-header.DnKr6LRn.png"/>
        </item>
        <item>
            <title><![CDATA[Powering seamless eSignatures in DocuSign with Nutrient]]></title>
            <link>https://www.nutrient.io/blog/customer-spotlight-docusign/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customer-spotlight-docusign/</guid>
            <pubDate>Wed, 04 Apr 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.syjsATqe.jpg" alt="Powering seamless eSignatures in DocuSign with Nutrient" /></p>See how DocuSign uses Nutrient to streamline eSignatures, enhance performance, and ensure a seamless, reliable, and customizable document workflow.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.syjsATqe.jpg"/>
        </item>
        <item>
            <title><![CDATA[Searching PDFs]]></title>
            <link>https://www.nutrient.io/blog/searching-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/searching-pdfs/</guid>
            <pubDate>Tue, 03 Apr 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CqPM8DuR.png" alt="Searching PDFs" /></p>Searching PDFS and how we help you handle edge cases and avoid common pitfalls.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CqPM8DuR.png"/>
        </item>
        <item>
            <title><![CDATA[Failable Methods with Djinni]]></title>
            <link>https://www.nutrient.io/blog/failable-methods-with-djinni/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/failable-methods-with-djinni/</guid>
            <pubDate>Thu, 29 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D1gJ5gOo.png" alt="Failable Methods with Djinni" /></p>In this article, we have look at using result types to model failable computations in the Djinni IDL.]]></description>
            <author>Daniel Demiss</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D1gJ5gOo.png"/>
        </item>
        <item>
            <title><![CDATA[Five Ways to Reduce the Cost of Compliance]]></title>
            <link>https://www.nutrient.io/blog/reduce-compliance-costs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reduce-compliance-costs/</guid>
            <pubDate>Thu, 29 Mar 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Five Ways to Reduce the Cost of Compliance" /></p>Reduce compliance costs with these five ways to reduce the cost of compliance in your firm, so you can allocate resources appropriately.]]></description>
            <author>Cindy Cook DeRuyter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2018.2]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2018-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2018-2/</guid>
            <pubDate>Wed, 28 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CsDxtgG_.png" alt="PSPDFKit for Web 2018.2" /></p>Announcing PSPDFKit for Web 2018.2, with support for Electron, improved APIs, localization for 27 languages, and much more.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CsDxtgG_.png"/>
        </item>
        <item>
            <title><![CDATA[Using webpack with Middleman]]></title>
            <link>https://www.nutrient.io/blog/using-webpack-with-middleman/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-webpack-with-middleman/</guid>
            <pubDate>Mon, 26 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-Q0W_fS.png" alt="Using webpack with Middleman" /></p>We explain how to integrate Middleman and webpack to boost your frontend productivity.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D-Q0W_fS.png"/>
        </item>
        <item>
            <title><![CDATA[Leveraging SQLite Full-Text Search on iOS]]></title>
            <link>https://www.nutrient.io/blog/leveraging-sqlite-full-text-search-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/leveraging-sqlite-full-text-search-on-ios/</guid>
            <pubDate>Thu, 22 Mar 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.o0r9c7PL.png" alt="Leveraging SQLite Full-Text Search on iOS" /></p>We look at SQLite’s FTS extension and how you can use it to add high performance search to your app.]]></description>
            <author>Aditya Krishnadevan</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.o0r9c7PL.png"/>
        </item>
        <item>
            <title><![CDATA[Forms in PDF]]></title>
            <link>https://www.nutrient.io/blog/forms-in-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/forms-in-pdf/</guid>
            <pubDate>Mon, 19 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BxrIj9ld.png" alt="Forms in PDF" /></p>Forms provide a simple yet flexible way to gather data from users.]]></description>
            <author>Nick Winder</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BxrIj9ld.png"/>
        </item>
        <item>
            <title><![CDATA[Deploy WebAssembly PDF Viewer in One Command]]></title>
            <link>https://www.nutrient.io/blog/deploy-webassembly-pdf-viewer-to-zeit-now-sh/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/deploy-webassembly-pdf-viewer-to-zeit-now-sh/</guid>
            <pubDate>Wed, 14 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dph9I1jl.png" alt="Deploy WebAssembly PDF Viewer in One Command" /></p>Learn how to effortlessly deploy a WebAssembly PDF viewer to the cloud using PSPDFKit in just one command.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dph9I1jl.png"/>
        </item>
        <item>
            <title><![CDATA[UICollectionView All the Things!]]></title>
            <link>https://www.nutrient.io/blog/uicollectionview-all-the-things/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/uicollectionview-all-the-things/</guid>
            <pubDate>Tue, 13 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C2q2G4jB.png" alt="UICollectionView All the Things!" /></p>`UICollectionView` is now at the heart of every document. This blog post talks about why and how we rewrote our view hierarchy.]]></description>
            <author>Michael Ochs</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C2q2G4jB.png"/>
        </item>
        <item>
            <title><![CDATA[Using Kotlin to Make the PSPDFKit API Even Better]]></title>
            <link>https://www.nutrient.io/blog/using-kotlin-to-make-the-pspdfkit-api-even-better/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-kotlin-to-make-the-pspdfkit-api-even-better/</guid>
            <pubDate>Mon, 12 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DUYqCKYC.png" alt="Using Kotlin to Make the PSPDFKit API Even Better" /></p>Kotlin provides the ability to extend any class with new functionality, and we can use this to expand the PSPDFKit API.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DUYqCKYC.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.4 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-4-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-4-4/</guid>
            <pubDate>Fri, 09 Mar 2018 11:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-android-4-4-header.BcczpPv6.png" alt="PSPDFKit 4.4 for Android" /></p>Today we're releasing PSPDFKit 4.4 for Android!]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-android-4-4-header.BcczpPv6.png"/>
        </item>
        <item>
            <title><![CDATA[React Native UI Component for Android]]></title>
            <link>https://www.nutrient.io/blog/react-native-ui-component-for-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-native-ui-component-for-android/</guid>
            <pubDate>Tue, 06 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BETNDtca.png" alt="React Native UI Component for Android" /></p>Introducing Android support for our native UI component for showing PDFs in a React Native app with PSPDFKit.]]></description>
            <author>Reinhard Hafenscher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BETNDtca.png"/>
        </item>
        <item>
            <title><![CDATA[Rendering PDFs on Android]]></title>
            <link>https://www.nutrient.io/blog/rendering-pdfs-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/rendering-pdfs-on-android/</guid>
            <pubDate>Mon, 05 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DUA-vbRe.png" alt="Rendering PDFs on Android" /></p>How to handle rendering large amounts of bitmaps and maintain a slick UX while doing it.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DUA-vbRe.png"/>
        </item>
        <item>
            <title><![CDATA[First-Class Swift API for Objective-C Frameworks]]></title>
            <link>https://www.nutrient.io/blog/first-class-swift-api-for-objective-c-frameworks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/first-class-swift-api-for-objective-c-frameworks/</guid>
            <pubDate>Fri, 02 Mar 2018 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BBKngczK.png" alt="First-Class Swift API for Objective-C Frameworks" /></p>Objective-C and Swift interoperability with PSPDFKitSwift]]></description>
            <author>Marcin Krzyżanowski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BBKngczK.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 7.4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-7-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-7-4/</guid>
            <pubDate>Fri, 02 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-7-4-header.DOE4WQrv.png" alt="PSPDFKit 7.4 for iOS" /></p>Introducing PSPDFKit 7.4 for iOS — featuring a new document features helper, text selection enhancements, and improved Swift interoperability.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-7-4-header.DOE4WQrv.png"/>
        </item>
        <item>
            <title><![CDATA[React Native UI Component for iOS]]></title>
            <link>https://www.nutrient.io/blog/react-native-ui-component-for-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-native-ui-component-for-ios/</guid>
            <pubDate>Thu, 01 Mar 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0jABvus.png" alt="React Native UI Component for iOS" /></p>Introducing a native UI component for showing PDFs in a React Native app with PSPDFKit.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B0jABvus.png"/>
        </item>
        <item>
            <title><![CDATA[Optimizing WebAssembly Startup Time]]></title>
            <link>https://www.nutrient.io/blog/optimize-webassembly-startup-performance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/optimize-webassembly-startup-performance/</guid>
            <pubDate>Tue, 27 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CTSYLnC7.png" alt="Optimizing WebAssembly Startup Time" /></p>Four simple yet effective solutions we currently employ in PSPDFKit for Web to reduce WebAssembly startup time.]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CTSYLnC7.png"/>
        </item>
        <item>
            <title><![CDATA[Ways to Create a PDF on iOS]]></title>
            <link>https://www.nutrient.io/blog/ways-to-create-a-pdf-on-ios/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ways-to-create-a-pdf-on-ios/</guid>
            <pubDate>Mon, 26 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CB_UT0co.png" alt="Ways to Create a PDF on iOS" /></p>We look at the different ways of creating a PDF on iOS.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CB_UT0co.png"/>
        </item>
        <item>
            <title><![CDATA[How to open and view a PDF in React Native]]></title>
            <link>https://www.nutrient.io/blog/opening-a-pdf-in-react-native/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/opening-a-pdf-in-react-native/</guid>
            <pubDate>Thu, 22 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BzWw_qhC.jpg" alt="How to open and view a PDF in React Native" /></p>Learn how to open and display PDF files in React Native using react-native-pdf and Nutrient SDK. Step-by-step tutorial with code examples for iOS and Android.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BzWw_qhC.jpg"/>
        </item>
        <item>
            <title><![CDATA[Localization at PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/localization-at-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/localization-at-pspdfkit/</guid>
            <pubDate>Mon, 19 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.wxUzUzh-.png" alt="Localization at PSPDFKit" /></p>An overview of how localization is handled at PSPDFKit.]]></description>
            <author>Christoph Mantler</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.wxUzUzh-.png"/>
        </item>
        <item>
            <title><![CDATA[Introducing PSPDFKit for Windows]]></title>
            <link>https://www.nutrient.io/blog/introducing-pspdfkit-windows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-pspdfkit-windows/</guid>
            <pubDate>Thu, 15 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/windows-1-0-header.CjgRqf7i.png" alt="Introducing PSPDFKit for Windows" /></p>Introducing PSPDFKit for the Universal Windows Platform (UWP).]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/windows-1-0-header.CjgRqf7i.png"/>
        </item>
        <item>
            <title><![CDATA[How to run your Phoenix application with Docker]]></title>
            <link>https://www.nutrient.io/blog/how-to-run-your-phoenix-application-with-docker/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-run-your-phoenix-application-with-docker/</guid>
            <pubDate>Tue, 13 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BkYV5ncu.png" alt="How to run your Phoenix application with Docker" /></p>Learn how to run Elixir applications in Docker containers to simplify development and deployment environments for Phoenix applications. Includes Dockerfile, docker-compose, and Postgres setup.]]></description>
            <author>Nicolas Dular</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BkYV5ncu.png"/>
        </item>
        <item>
            <title><![CDATA[How to display a PDF in HTML: Six easy ways (with code)]]></title>
            <link>https://www.nutrient.io/blog/open-pdf-in-your-web-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/open-pdf-in-your-web-app/</guid>
            <pubDate>Mon, 12 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.tyi7auut.png" alt="How to display a PDF in HTML: Six easy ways (with code)" /></p>This article walks through six ways to embed a PDF in HTML — the native <code>object</code>, <code>iframe</code>, and <code>embed</code> tags; an <code>object</code> and <code>iframe</code> fallback combo; the Google Docs viewer, and JavaScript PDF viewers like PDF.js and Nutrient Web SDK. Each approach has tradeoffs around browser support, customization, and privacy, which the article covers in detail, alongside best practices for displaying PDFs reliably.]]></description>
            <author>Hulya Masharipov</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.tyi7auut.png"/>
        </item>
        <item>
            <title><![CDATA[Access Control Management | Access Management]]></title>
            <link>https://www.nutrient.io/blog/access-control-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/access-control-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Access Control Management | Access Management" /></p>Access control policies can be easily enforced and implemented with workflow automation software by standardizing the process of providing access across the organization.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Beyond data entry: How accounts payable automation transforms finance operations]]></title>
            <link>https://www.nutrient.io/blog/accounts-payable-automation-software-solutions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/accounts-payable-automation-software-solutions/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CIJN4etY.png" alt="Beyond data entry: How accounts payable automation transforms finance operations" /></p>Manual invoice processing costs businesses $12 per invoice on average, with processing cycles stretching up to 25 days. These numbers highlight the resource drain and inefficiencies plaguing traditional accounts payable (AP) departments.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CIJN4etY.png"/>
        </item>
        <item>
            <title><![CDATA[Accounts payable workflow: How to automate AP in six steps (2026)]]></title>
            <link>https://www.nutrient.io/blog/accounts-payable-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/accounts-payable-workflow/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.6_mTfBKM.png" alt="Accounts payable workflow: How to automate AP in six steps (2026)" /></p>Build an efficient accounts payable workflow — capture invoices, route approvals, and automate payments with AI data extraction. Steps, examples, and software.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.6_mTfBKM.png"/>
        </item>
        <item>
            <title><![CDATA[Understanding the Accounts Receivable Process]]></title>
            <link>https://www.nutrient.io/blog/accounts-receivable-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/accounts-receivable-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Understanding the Accounts Receivable Process" /></p>What is the accounts receivable process? Let's look at standard accounts receivable business processes, improvement ideas, and process flows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A Guide to Understanding Agile Workflows]]></title>
            <link>https://www.nutrient.io/blog/agile-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/agile-workflow/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A Guide to Understanding Agile Workflows" /></p>What is an Agile Workflow? Learn all about agile workflows, explore agile workflow diagrams, and more in this quick guide.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[AP Automation | Drastically Improve AP Workflow]]></title>
            <link>https://www.nutrient.io/blog/ap-automation-requirements/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ap-automation-requirements/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="AP Automation | Drastically Improve AP Workflow" /></p>AP Automation process software: Replace manual finance processes with automated business rules, routing, and integration. Learn More.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Approval management: Streamline critical approvals with automation]]></title>
            <link>https://www.nutrient.io/blog/approval-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approval-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CML1T-IF.png" alt="Approval management: Streamline critical approvals with automation" /></p>Approval management is essential when risk is significant, speed is critical, and transparency is required. Automate approval workflows to ensure accuracy, efficiency, and accountability.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CML1T-IF.png"/>
        </item>
        <item>
            <title><![CDATA[Approval Process | Manage Approvals Better]]></title>
            <link>https://www.nutrient.io/blog/approval-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approval-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Approval Process | Manage Approvals Better" /></p>Approval process management keeps organizational workflow efficient, fosters transparency, and provides requesters with a better experience.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Use Approval Routing in Your Organization]]></title>
            <link>https://www.nutrient.io/blog/approval-routing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approval-routing/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Use Approval Routing in Your Organization" /></p>Approval routing refers to how multiple people approve certain requests within an organization, based on everything from budget to personnel resources.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Efficient approval software with workflow management for streamlined processes]]></title>
            <link>https://www.nutrient.io/blog/approval-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approval-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.v2Q2R4nU.png" alt="Efficient approval software with workflow management for streamlined processes" /></p>Discover how Nutrient Workflow approval software streamlines approval processes across your organization. Automate approvals, improve efficiency, and ensure trackability with our robust workflow management features.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.v2Q2R4nU.png"/>
        </item>
        <item>
            <title><![CDATA[Approval Tracking Software | Gain Visibility]]></title>
            <link>https://www.nutrient.io/blog/approval-tracking-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approval-tracking-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Approval Tracking Software | Gain Visibility" /></p>Approval tracking software provides a complete view of any approval process from request to final signoff.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Approvals matrix]]></title>
            <link>https://www.nutrient.io/blog/approvals-matrix/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approvals-matrix/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Approvals matrix" /></p>Approvals matrix: A table that provides the business rules for routing a task in a business process based on preset conditions (also sometimes referred to as a 'schedule of authority' or 'authority matrix'). It ensures tasks are directed to the appropriate approvers according to organizational rules and approval levels.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Audit trail: Track every action and stay compliance-ready]]></title>
            <link>https://www.nutrient.io/blog/audit-trail/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/audit-trail/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ozltJ6Z3.png" alt="Audit trail: Track every action and stay compliance-ready" /></p>An audit trail records who did what, when, and why. Nutrient Workflow automatically logs every action so you can prove compliance and catch errors fast.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ozltJ6Z3.png"/>
        </item>
        <item>
            <title><![CDATA[Automate Approvals Quickly with Integrify]]></title>
            <link>https://www.nutrient.io/blog/automate-approvals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automate-approvals/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automate Approvals Quickly with Integrify" /></p>Automate approvals with the power to improve turnaround time, accuracy, and compliance while providing a better user experience. See it in action.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automated Procedures Improve Organizational Efficiency]]></title>
            <link>https://www.nutrient.io/blog/automated-procedures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automated-procedures/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automated Procedures Improve Organizational Efficiency" /></p>Automated procedures ensure standards are met, compliance is maintained, and best practices are followed consistently. Learn More.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automated Process Design]]></title>
            <link>https://www.nutrient.io/blog/automated-process-design/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automated-process-design/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automated Process Design" /></p>Automated process design uses a structured method to build out the elements of a process using an automation platform to replace manual workflow.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is an automation platform?]]></title>
            <link>https://www.nutrient.io/blog/automation-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automation-platform/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D1eNGd3Q.jpg" alt="What is an automation platform?" /></p>Learn what an automation platform is and how to utilize digital automation to optimize your business performance and workflow.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.D1eNGd3Q.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business process management 101: Frameworks, tools, and best practices]]></title>
            <link>https://www.nutrient.io/blog/bpm-guide/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-guide/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BOGnx9tu.png" alt="Business process management 101: Frameworks, tools, and best practices" /></p>Learn what business process management (BPM) is, why it matters, and how to implement it effectively. Explore key concepts, tools, and real-world examples in this comprehensive BPM guide.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BOGnx9tu.png"/>
        </item>
        <item>
            <title><![CDATA[BPM Platform | Manage Business Processes with Automation]]></title>
            <link>https://www.nutrient.io/blog/bpm-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-platform/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPM Platform | Manage Business Processes with Automation" /></p>a BPM platform provides a framework and tools for managing the tasks in a process related to people or systems.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Presentation: Introduction to Business Process Management]]></title>
            <link>https://www.nutrient.io/blog/bpm-presentation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-presentation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Presentation: Introduction to Business Process Management" /></p>An introduction to Business Process Management (BPM) for organizations who want to improve their business processes, workflow and request management.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[BPM software | Integrify]]></title>
            <link>https://www.nutrient.io/blog/bpm-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPM software | Integrify" /></p>BPM software for enterprises in need of sophisticated process automation and workflow management.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[BPM system]]></title>
            <link>https://www.nutrient.io/blog/bpm-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-system/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPM system" /></p>BPM System definition and usage for organizations attempting to automate their critical business processes.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[BPM tools: What they do and how to choose one]]></title>
            <link>https://www.nutrient.io/blog/bpm-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-tools/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPM tools: What they do and how to choose one" /></p>What BPM tools do, the core capabilities to look for — process mapping, workflow automation, forms, KPI dashboards — and how to evaluate process management tools.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[BPMS Portal]]></title>
            <link>https://www.nutrient.io/blog/bpms-portal/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpms-portal/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPMS Portal" /></p>A BPMS (Business Process Management Suite) provides a portal for employees, customers, vendors or anyone else who needs access to the forms and processes you build to automate your business.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Managing Budget Approvals]]></title>
            <link>https://www.nutrient.io/blog/budget-approvals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/budget-approvals/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Managing Budget Approvals" /></p>Budget approvals managed with process automation significantly improve speed, accuracy, and compliance for the organization]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Budgeting Process Overview]]></title>
            <link>https://www.nutrient.io/blog/budgeting-process-overview/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/budgeting-process-overview/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Budgeting Process Overview" /></p>What is a budgeting process? How do you build one? Let's look at the budget planning process, from budgeting steps to best practices and more.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business automation software: How to choose the right tool (2026)]]></title>
            <link>https://www.nutrient.io/blog/business-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Business automation software: How to choose the right tool (2026)" /></p>A buyer’s guide to business automation software: the categories of business process automation tools, the criteria that separate them, and pricing models.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business Management Software | Integrify]]></title>
            <link>https://www.nutrient.io/blog/business-management-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-management-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Business Management Software | Integrify" /></p>Business management software can automate and improve business operations by replacing manual work with intelligent task management.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business process management software]]></title>
            <link>https://www.nutrient.io/blog/business-process-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-process-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Business process management software" /></p>Integrify's Business Process Management software (BPM software) that provides businesses with process definition, process automation, and visibility.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business Process Mapping Software]]></title>
            <link>https://www.nutrient.io/blog/business-process-mapping-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-process-mapping-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Business Process Mapping Software" /></p>Process mapping software provides an intelligent way to identify efficiency failures and bottlenecks. Learn about the use of business process mapping software here.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business Process Modeling for Organizational Success]]></title>
            <link>https://www.nutrient.io/blog/business-process-modeling/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-process-modeling/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Business Process Modeling for Organizational Success" /></p>Discover the significance of business process modeling and its best practices to improve efficiency and growth in your organization.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is business process reengineering (BPR)? Definition and examples]]></title>
            <link>https://www.nutrient.io/blog/business-process-reengineering-bpr-definition/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-process-reengineering-bpr-definition/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BWTx41Au.jpg" alt="What is business process reengineering (BPR)? Definition and examples" /></p>Business process reengineering promises efficiency, engagement, and productivity, but how do you actually automate repetitive tasks, integrate AI‑driven automation, and ensure process efficiency at scale? Getting ahead in the business world requires organizations to step back, rethink core functions, and apply task automation software and workflow automation tools to eliminate bottlenecks. That’s where business process reengineering (BPR) comes in.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BWTx41Au.jpg"/>
        </item>
        <item>
            <title><![CDATA[Transform your processes for competitive advantage]]></title>
            <link>https://www.nutrient.io/blog/business-process-transformation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-process-transformation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Transform your processes for competitive advantage" /></p>Discover how process transformation can streamline operations, reduce waste, and enhance competitiveness through digital automation.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A Guide to Business Rules Engine Software]]></title>
            <link>https://www.nutrient.io/blog/business-rules-engine-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-rules-engine-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A Guide to Business Rules Engine Software" /></p>What is a business rules engine, and how does it work? Let's look at the definition of a rules engine and how you can use BRE software.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimize your CAPA compliance efforts]]></title>
            <link>https://www.nutrient.io/blog/capa-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capa-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Optimize your CAPA compliance efforts" /></p>Enhance your corrective action and preventive action processes with streamlined automation to ensure compliance and continuous improvement.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Easier and Less Risk CapEx Approval]]></title>
            <link>https://www.nutrient.io/blog/capex-approvals-managed/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capex-approvals-managed/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Easier and Less Risk CapEx Approval" /></p>CapEx Approvals and approval workflows can be streamlined and standardized with Nutrient's workflow automation software. Learn more.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[CapEx automation walkthrough]]></title>
            <link>https://www.nutrient.io/blog/capex-automation-walkthrough/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capex-automation-walkthrough/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="CapEx automation walkthrough" /></p>Explore how CapEx automation streamlines the approval process, improves efficiency, and enhances decision-making through automated workflows and real-time tracking.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What does CapEx mean? Capital expenditure examples and management guide]]></title>
            <link>https://www.nutrient.io/blog/capex-examples/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capex-examples/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.w8_BPf7d.png" alt="What does CapEx mean? Capital expenditure examples and management guide" /></p>Learn what CapEx means with practical capital expenditure examples, plus discover how Nutrient Workflow automates CapEx approvals for faster, more accurate decision-making.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.w8_BPf7d.png"/>
        </item>
        <item>
            <title><![CDATA[OpEx vs. CapEx: Key differences, examples, and tax treatment]]></title>
            <link>https://www.nutrient.io/blog/capex-vs-opex/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capex-vs-opex/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DQadvmLr.jpg" alt="OpEx vs. CapEx: Key differences, examples, and tax treatment" /></p>The difference between OpEx and CapEx determines how your organization manages spending, handles tax strategy, and runs approval workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DQadvmLr.jpg"/>
        </item>
        <item>
            <title><![CDATA[Capital Budgeting Process | Automate Budget Approval Workflow]]></title>
            <link>https://www.nutrient.io/blog/capital-budgeting-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capital-budgeting-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Capital Budgeting Process | Automate Budget Approval Workflow" /></p>What is capital budgeting? The capital budgeting process involves the analysis of cost and revenue for major financial expenditures for a business.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Capital cost vs. operating cost: Understanding capital expenditure (CapEx) request forms]]></title>
            <link>https://www.nutrient.io/blog/capital-expenditure-request-form/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capital-expenditure-request-form/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DfTH4FSn.png" alt="Capital cost vs. operating cost: Understanding capital expenditure (CapEx) request forms" /></p>Simplify and accelerate CapEx request submissions and approvals with Nutrient Workflow. Discover how automated forms improve compliance, efficiency, and reporting.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DfTH4FSn.png"/>
        </item>
        <item>
            <title><![CDATA[Capital expenditure requests]]></title>
            <link>https://www.nutrient.io/blog/capital-expenditure-requests/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/capital-expenditure-requests/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D3oG2i1R.png" alt="Capital expenditure requests" /></p>Capital expenditure request management software by Nutrient Workflow Automation simplifies and streamlines the process of CapEx request submissions and approvals.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D3oG2i1R.png"/>
        </item>
        <item>
            <title><![CDATA[Change Control Process | Integrify]]></title>
            <link>https://www.nutrient.io/blog/change-control-process-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/change-control-process-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Change Control Process | Integrify" /></p>Change control process automation is a way of creating a consistent, systematic and predictable way of managing change requests more efficiently.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Change request form: Project management]]></title>
            <link>https://www.nutrient.io/blog/change-request-form-for-project-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/change-request-form-for-project-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.PVtYKYb4.png" alt="Change request form: Project management" /></p>Change request forms for project management can be automated, improving turnaround time and compliance requirements.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.PVtYKYb4.png"/>
        </item>
        <item>
            <title><![CDATA[Streamline Change Request Management with Automation]]></title>
            <link>https://www.nutrient.io/blog/change-request-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/change-request-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CPqYPbnH.jpg" alt="Streamline Change Request Management with Automation" /></p>Discover how to optimize change request management with automation. Improve efficiency, reduce errors, and ensure compliance with streamlined workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CPqYPbnH.jpg"/>
        </item>
        <item>
            <title><![CDATA[Change Requests, Processes, and Forms — Centralized]]></title>
            <link>https://www.nutrient.io/blog/change-request-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/change-request-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Change Requests, Processes, and Forms — Centralized" /></p>What is change request management? Let’s look at the change request process, how it can be automated, and best practices for change request management.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Client Onboarding Workflow]]></title>
            <link>https://www.nutrient.io/blog/client-account-onboarding/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/client-account-onboarding/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Client Onboarding Workflow" /></p>Client onboarding workflow is a critical first step in ensuring account satisfaction and reducing customer turnover and should be automated to ensure compliance.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Client intake process: Improving onboarding workflows]]></title>
            <link>https://www.nutrient.io/blog/client-intake-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/client-intake-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.6Fiej3Ef.png" alt="Client intake process: Improving onboarding workflows" /></p>The client intake process is critical to ensuring both smooth onboarding for client projects and long-term client success.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.6Fiej3Ef.png"/>
        </item>
        <item>
            <title><![CDATA[Clinical Trial Intake Forms]]></title>
            <link>https://www.nutrient.io/blog/clinical-trial-intake-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/clinical-trial-intake-forms/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Clinical Trial Intake Forms" /></p>A clinical trial management system using smart forms is a must. Learn about clinical trial intake forms and templates here.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Workflow SaaS | Cloud Workflow Automation Software]]></title>
            <link>https://www.nutrient.io/blog/cloud-based-saas-workflow-bpm-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/cloud-based-saas-workflow-bpm-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow SaaS | Cloud Workflow Automation Software" /></p>Cloud-based SaaS Workflow Automationn Software from Integrify ensures organizations can rapidly deploy workflow solutions in secure public or private cloud environments.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Complaint Handling Software | Manage Complaints Better]]></title>
            <link>https://www.nutrient.io/blog/complaint-handling/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/complaint-handling/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Complaint Handling Software | Manage Complaints Better" /></p>Complaint handling software and complaint management processes are critical to ensuring customer satisfaction and continuous improvement.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Complaint Management | Improve Response Time and Service]]></title>
            <link>https://www.nutrient.io/blog/complaint-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/complaint-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Complaint Management | Improve Response Time and Service" /></p>Complaint management software automates the intake, routing, assignment, and tracking for complaint-generated activities to support compliance and ensure continuous improvement.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streamline contract management with automation]]></title>
            <link>https://www.nutrient.io/blog/contract-management-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/contract-management-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Streamline contract management with automation" /></p>Discover how to streamline your contract management workflow using automation for improved compliance and reduced risk.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Effective CAPA process explained]]></title>
            <link>https://www.nutrient.io/blog/corrective-action-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/corrective-action-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.pVNaEhgL.png" alt="Effective CAPA process explained" /></p>Discover the essential steps in the CAPA process to address non-conformities, improve operational efficiency, and ensure compliance in your organization.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.pVNaEhgL.png"/>
        </item>
        <item>
            <title><![CDATA[Three decision table examples and use cases]]></title>
            <link>https://www.nutrient.io/blog/decision-table-examples/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/decision-table-examples/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dvx9JujF.jpg" alt="Three decision table examples and use cases" /></p>Explore what a decision table is, common challenges, and three practical decision table examples to improve workflows and decision-making.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Dvx9JujF.jpg"/>
        </item>
        <item>
            <title><![CDATA[Digital Operations | Transforming Your Business]]></title>
            <link>https://www.nutrient.io/blog/digital-operations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digital-operations/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Digital Operations | Transforming Your Business" /></p>Digital Operations means enabling 24X7 anywhere access to work in an efficient, user-friendly, measurable environment.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Digital process automation: What it is, examples, and how to get started]]></title>
            <link>https://www.nutrient.io/blog/digital-process-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digital-process-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DFGq2BDo.jpg" alt="Digital process automation: What it is, examples, and how to get started" /></p>Digital automation streamlines business processes for employees, customers, and vendors. Learn what can be automated and see real examples across departments.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DFGq2BDo.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document workflow automation: How to digitize and scale document-driven processes]]></title>
            <link>https://www.nutrient.io/blog/digital-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digital-workflow-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Document workflow automation: How to digitize and scale document-driven processes" /></p>Document workflow automation turns manual, document-heavy processes into digital flows — routing, approvals, eSignatures, and data capture. Learn how it works and how to scale it.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document approval workflow: How to automate review, routing, and signoff]]></title>
            <link>https://www.nutrient.io/blog/document-approval-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-approval-system/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Document approval workflow: How to automate review, routing, and signoff" /></p>A document approval workflow formalizes who reviews what and in what order, as well as what happens when someone approves, rejects, or requests changes. This guide covers common patterns, failure modes, and how to automate with Nutrient.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document Control | Processes and Practices]]></title>
            <link>https://www.nutrient.io/blog/document-control/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-control/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Document Control | Processes and Practices" /></p>Document control enforces document review process standards and provides a complete audit trail of activities. Learn More.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A Guide to Document Workflow Management Software]]></title>
            <link>https://www.nutrient.io/blog/document-workflow-management-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-workflow-management-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A Guide to Document Workflow Management Software" /></p>Document management is a problem in the workplace that's often underestimated. Here's how proper document workflow management software can be key to a business.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streamline workflows with electronic forms]]></title>
            <link>https://www.nutrient.io/blog/electronic-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/electronic-forms/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.ag2JvAiC.png" alt="Streamline workflows with electronic forms" /></p>Discover how electronic forms can enhance efficiency, reduce costs, and improve data security for your business operations.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.ag2JvAiC.png"/>
        </item>
        <item>
            <title><![CDATA[Employee self-service portal]]></title>
            <link>https://www.nutrient.io/blog/employee-self-service-portal/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/employee-self-service-portal/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.By3e1x1x.jpg" alt="Employee self-service portal" /></p>An employee self-service portal (ESS Portal) provides a consistent, user-friendly Web portal for employees to make service requests, manage requests, and track request status.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.By3e1x1x.jpg"/>
        </item>
        <item>
            <title><![CDATA[Form automation | Build and route digital forms]]></title>
            <link>https://www.nutrient.io/blog/form-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/form-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CxgCqwua.png" alt="Form automation | Build and route digital forms" /></p>Form automation software is the easiest and simplest solution to keeping your company at the top of its game, and keeping employees focused on tasks that matter.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CxgCqwua.png"/>
        </item>
        <item>
            <title><![CDATA[Grievance process: Resolve complaints faster and protect your organization]]></title>
            <link>https://www.nutrient.io/blog/grievance-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/grievance-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DTOVtLFO.jpg" alt="Grievance process: Resolve complaints faster and protect your organization" /></p>A grievance process handles employee complaints fairly. Nutrient Workflow automates routing, tracking, and resolution so nothing goes unaddressed.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DTOVtLFO.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streamline healthcare workflows for efficiency]]></title>
            <link>https://www.nutrient.io/blog/healthcare/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/healthcare/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Streamline healthcare workflows for efficiency" /></p>Discover how automated workflow management enhances compliance, reduces risks, and boosts efficiency in healthcare organizations.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Understanding the standardization process: How to standardize processes]]></title>
            <link>https://www.nutrient.io/blog/how-to-standardize-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-standardize-processes/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DiFzgIi5.jpg" alt="Understanding the standardization process: How to standardize processes" /></p>Learn how to standardize processes to ensure compliance, efficiency, and accuracy while providing a better user experience.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DiFzgIi5.jpg"/>
        </item>
        <item>
            <title><![CDATA[Idea management software: Manage innovation and ideas]]></title>
            <link>https://www.nutrient.io/blog/idea-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/idea-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.UQ824MWR.png" alt="Idea management software: Manage innovation and ideas" /></p>Idea management software encourages innovation and participation while providing standardization and efficiency in the idea submission and review process.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.UQ824MWR.png"/>
        </item>
        <item>
            <title><![CDATA[Incident Management Process | Reduce Organizational Risk]]></title>
            <link>https://www.nutrient.io/blog/incident-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/incident-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Incident Management Process | Reduce Organizational Risk" /></p>Incident management process refers to the highly coordinated incident response workflow an organization uses to discover, assess, address, report, and document incidents.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Efficient workflow strategies for finance]]></title>
            <link>https://www.nutrient.io/blog/industry-finance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-finance/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Efficient workflow strategies for finance" /></p>Discover how workflow solutions enhance finance operations, ensuring compliance and boosting ROI across your organization.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Food and Beverage Workflow Management]]></title>
            <link>https://www.nutrient.io/blog/industry-food-and-beverage-workflow-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-food-and-beverage-workflow-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Food and Beverage Workflow Management" /></p>The food and beverage industry can benefit in multiple different ways by ditching the old way of workflow management and automating their processes.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Effective manufacturing workflow strategies]]></title>
            <link>https://www.nutrient.io/blog/industry-manufacturing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-manufacturing/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Effective manufacturing workflow strategies" /></p>Discover essential strategies for enhancing workflow management in manufacturing to boost efficiency and stay competitive.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Automated Workflow for Pharma and Biotech]]></title>
            <link>https://www.nutrient.io/blog/industry-pharma-biotech/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/industry-pharma-biotech/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automated Workflow for Pharma and Biotech" /></p>Discover how automated workflows enhance efficiency and control in pharmaceuticals and biotech industries with our innovative solutions.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is an intake form? From submission to automated workflow]]></title>
            <link>https://www.nutrient.io/blog/intake-form/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/intake-form/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BDoJ9gCA.jpg" alt="What is an intake form? From submission to automated workflow" /></p>An intake form is the starting point of almost every business process. But the form itself is only the beginning — what determines whether that process runs smoothly is what happens after the submit button is clicked.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BDoJ9gCA.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify CapEx Demonstration Webinar]]></title>
            <link>https://www.nutrient.io/blog/integrify-capex-demonstration-webinar/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-capex-demonstration-webinar/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify CapEx Demonstration Webinar" /></p>Webinar showing how Integrify can be used to manage capital expenditure (CapEx) requests within an organization.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify Implementation Process]]></title>
            <link>https://www.nutrient.io/blog/integrify-implementation-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-implementation-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Implementation Process" /></p>On every implementation of Integrify, our goal is to set you up for complete and total success. That means giving you skilled project managers, developers and support resources.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Intelligent automation platform overview]]></title>
            <link>https://www.nutrient.io/blog/intelligent-automation-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/intelligent-automation-platform/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Intelligent automation platform overview" /></p>What is intelligent process automation? Let’s give an overview of intelligent process automation solutions and the need for a strong intelligent automation platform.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Internal Controls for Better Compliance | Reducing Risk]]></title>
            <link>https://www.nutrient.io/blog/internal-controls-better-compliance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/internal-controls-better-compliance/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D-HaPtpR.png" alt="Internal Controls for Better Compliance | Reducing Risk" /></p>Internal controls are critical to reducing risk and maintaining compliance with organizational policies and operational objectives as well as external laws and regulations.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D-HaPtpR.png"/>
        </item>
        <item>
            <title><![CDATA[Automated invoice approval software for efficiency]]></title>
            <link>https://www.nutrient.io/blog/invoice-approval-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/invoice-approval-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CE0lNzJN.jpg" alt="Automated invoice approval software for efficiency" /></p>Learn how invoice approval software automates workflows and reduces errors in accounts payable processing.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CE0lNzJN.jpg"/>
        </item>
        <item>
            <title><![CDATA[Invoice processing automation: Why you need to make it happen]]></title>
            <link>https://www.nutrient.io/blog/invoice-processing-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/invoice-processing-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Invoice processing automation: Why you need to make it happen" /></p>Automated invoice processing will save your business time, money, and trouble. Learn all about invoice processing automation and what software best helps.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Setting Up an IT Onboarding Checklist for Clients and Employees]]></title>
            <link>https://www.nutrient.io/blog/it-onboarding-checklist/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/it-onboarding-checklist/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Setting Up an IT Onboarding Checklist for Clients and Employees" /></p>Onboarding new IT employees or new IT clients is complex. Here is how to set up an IT onboarding checklist for a smooth onboarding process.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[IT Service Requests | Integrify]]></title>
            <link>https://www.nutrient.io/blog/it-service-requests/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/it-service-requests/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="IT Service Requests | Integrify" /></p>IT Request Management allows IT teams to efficiently manage the intake and tracking of IT requests while providing analytics for process improvement.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Job Requisition Process]]></title>
            <link>https://www.nutrient.io/blog/job-requisition-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/job-requisition-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Job Requisition Process" /></p>Job requisition process management makes it possible to streamline the hiring process and onboard new employees quickly and compliantly.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Journal Entry Process]]></title>
            <link>https://www.nutrient.io/blog/journal-entry-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/journal-entry-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Journal Entry Process" /></p>The journal entry process is critical because journal entries are the workhorse of accounting for finance teams.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Material requisition software: Automate approvals and reduce errors]]></title>
            <link>https://www.nutrient.io/blog/material-requisition/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/material-requisition/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DqnoPYQp.jpg" alt="Material requisition software: Automate approvals and reduce errors" /></p>Learn how to manage requisitioned materials with automated workflows. Reduce errors, speed up approvals, and keep production on schedule.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DqnoPYQp.jpg"/>
        </item>
        <item>
            <title><![CDATA[Employee offboarding solution: Automation and examples]]></title>
            <link>https://www.nutrient.io/blog/offboarding-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/offboarding-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BHBVhEqC.jpg" alt="Employee offboarding solution: Automation and examples" /></p>Discover how to automate the employee offboarding process to reduce risk, enhance consistency, and secure your organization. Learn tips, examples, and benefits.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BHBVhEqC.jpg"/>
        </item>
        <item>
            <title><![CDATA[Office Automation Transforms Operations]]></title>
            <link>https://www.nutrient.io/blog/office-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/office-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Office Automation Transforms Operations" /></p>Office automation software helps organizations complete core processes and tasks more efficiently while improving customer service and employee engagement.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[The complete guide to on-premises (self-managed) workflow management software]]></title>
            <link>https://www.nutrient.io/blog/on-premises-workflow-management-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/on-premises-workflow-management-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C_GNAaAG.png" alt="The complete guide to on-premises (self-managed) workflow management software" /></p>Nutrient Workflow's on-premises (self-managed) Workflow Automation Platform gives you the full functionality of Nutrient Workflow on your servers or private cloud. Nutrient Workflow customers can seamlessly integrate workflow and business process management into their existing on-premises environments by installing a server license in less than an hour.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.C_GNAaAG.png"/>
        </item>
        <item>
            <title><![CDATA[Operations automation]]></title>
            <link>https://www.nutrient.io/blog/operations-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/operations-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B3AxOYM0.jpg" alt="Operations automation" /></p>Operations automation provides significant efficiency and compliance gains with the right combination of people, processes, and technology.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B3AxOYM0.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is operations software? Streamline business operations]]></title>
            <link>https://www.nutrient.io/blog/operations-management-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/operations-management-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dev6cDdW.png" alt="What is operations software? Streamline business operations" /></p>Operations software helps businesses automate, orchestrate, and monitor processes across teams to drive efficiency, visibility, and growth.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dev6cDdW.png"/>
        </item>
        <item>
            <title><![CDATA[Designing and optimizing an order fulfillment process]]></title>
            <link>https://www.nutrient.io/blog/order-fulfillment-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/order-fulfillment-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Designing and optimizing an order fulfillment process" /></p>Your order fulfillment process can make or break your business. Let’s review how you can make order fulfillment as streamlined and automated as possible.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[People, process, tools]]></title>
            <link>https://www.nutrient.io/blog/people-process-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/people-process-tools/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.afFd5hfF.png" alt="People, process, tools" /></p>The people, processes, and tools concept optimizes the relationship between these three critical elements of any organization for maximum performance.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.afFd5hfF.png"/>
        </item>
        <item>
            <title><![CDATA[Process automation: Benefits, examples, and implementation]]></title>
            <link>https://www.nutrient.io/blog/process-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Db9O11um.jpg" alt="Process automation: Benefits, examples, and implementation" /></p>Explore how process automation streamlines workflows, reduces errors, and boosts productivity. Learn about BPA, RPA, and ITPA with real-world examples and benefits.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Db9O11um.jpg"/>
        </item>
        <item>
            <title><![CDATA[Process compliance]]></title>
            <link>https://www.nutrient.io/blog/process-compliance/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-compliance/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B1Ix5Sjx.png" alt="Process compliance" /></p>Process compliance ensures that the company's policies and procedures are designed to comply with internal and external policies]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B1Ix5Sjx.png"/>
        </item>
        <item>
            <title><![CDATA[Process flow analysis: How to map, review, and improve your workflows]]></title>
            <link>https://www.nutrient.io/blog/process-flows/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-flows/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.e37auUkD.jpg" alt="Process flow analysis: How to map, review, and improve your workflows" /></p>Learn how process flow analysis helps you map steps, spot bottlenecks, and improve workflows. Includes diagram tips, examples, and automation with Nutrient.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.e37auUkD.jpg"/>
        </item>
        <item>
            <title><![CDATA[Process mapping examples: Eight real workflows you can automate today (2026)]]></title>
            <link>https://www.nutrient.io/blog/process-mapping-examples/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-mapping-examples/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DLSdsUKY.jpg" alt="Process mapping examples: Eight real workflows you can automate today (2026)" /></p>Eight real process mapping examples across finance, HR, legal, and more. Learn the standard symbols, pick the right map type, and turn static maps into automated workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DLSdsUKY.jpg"/>
        </item>
        <item>
            <title><![CDATA[Process Redesign]]></title>
            <link>https://www.nutrient.io/blog/process-redesign/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/process-redesign/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Process Redesign" /></p>Process redesign, when done properly, yields a more efficient, less wasteful, and higher-quality process output]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Project Approval System]]></title>
            <link>https://www.nutrient.io/blog/project-approval-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/project-approval-system/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Project Approval System" /></p>A project approval system provides standardized, smart project intake forms, intelligent routing based on business rules, and create approval tasks for project stakeholders to validate projects.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Project Approval Workflow]]></title>
            <link>https://www.nutrient.io/blog/project-approval-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/project-approval-workflow/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Project Approval Workflow" /></p>Project approval workflow applies consistent, value-based approval criteria and automated routing for project requests that impact an organization financially.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Project Intake Process | Manage Project Request and Setup]]></title>
            <link>https://www.nutrient.io/blog/project-intake/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/project-intake/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Project Intake Process | Manage Project Request and Setup" /></p>Automate project intake for compliance and efficiency and ensure project requests are managed more effectively.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Project Request Forms | Need Better Project Intake?]]></title>
            <link>https://www.nutrient.io/blog/project-request-forms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/project-request-forms/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Project Request Forms | Need Better Project Intake?" /></p>Project request forms can drastically improve project intake and planning. Learn More.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Project Request Management]]></title>
            <link>https://www.nutrient.io/blog/project-request-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/project-request-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Project Request Management" /></p>Project request management applies consistent, value-based approval criteria and automated routing for project requests that impact an organization financially.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Request Fulfillment | Intake, Routing, Tracking]]></title>
            <link>https://www.nutrient.io/blog/request-fulfillment/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/request-fulfillment/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Request Fulfillment | Intake, Routing, Tracking" /></p>Request Fulfillment is the systematic capture of requirements, management of related tasks, and quality assurance required for internal or external requests using a centralized platform.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Request management: How to route, track, and automate every request (2026)]]></title>
            <link>https://www.nutrient.io/blog/request-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/request-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bsh1fPh2.png" alt="Request management: How to route, track, and automate every request (2026)" /></p>Learn what request management is, how to build a request management system that routes and tracks requests automatically, and how to choose the right software.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bsh1fPh2.png"/>
        </item>
        <item>
            <title><![CDATA[Request tracker: Efficient request intake and workflow automation]]></title>
            <link>https://www.nutrient.io/blog/request-tracker/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/request-tracker/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.mLZoFXuG.jpg" alt="Request tracker: Efficient request intake and workflow automation" /></p>Discover how our Request Tracker helps streamline request intake, task management, process automation, and reporting. Improve workflow efficiency and track requests in real-time with KPI dashboards and audit trails.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.mLZoFXuG.jpg"/>
        </item>
        <item>
            <title><![CDATA[Requisition Process with Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/requisition-approvals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/requisition-approvals/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Requisition Process with Workflow Automation" /></p>Requisition approvals should be reliable, organized, and consistent using automation to ensure efficiency and accuracy.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Requisition forms: How to automate approvals and eliminate manual errors (2026)]]></title>
            <link>https://www.nutrient.io/blog/requisition-form/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/requisition-form/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.-4KIW2Br.png" alt="Requisition forms: How to automate approvals and eliminate manual errors (2026)" /></p>Requisition forms are one type of intake form that organizations use to manage internal requests for goods and services. This guide covers what requisition forms are, the different types, and how to automate the entire requisition-to-approval workflow.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.-4KIW2Br.png"/>
        </item>
        <item>
            <title><![CDATA[Requisition Process Optimization]]></title>
            <link>https://www.nutrient.io/blog/requisition-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/requisition-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Requisition Process Optimization" /></p>Discover how automating the requisition process can improve productivity, save costs, and enhance transparency in your business operations.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Purchase requisition system: Streamline procurement with automated workflows]]></title>
            <link>https://www.nutrient.io/blog/requisition-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/requisition-system/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B-9WkpU8.png" alt="Purchase requisition system: Streamline procurement with automated workflows" /></p>A purchase requisition system enables employees to request items or services efficiently, ensuring a structured approval process before purchases are made. This automated requisition process allows organizations to manage procurement requests seamlessly, improving transparency and cost control. By submitting a purchase request through a centralized system, businesses can eliminate manual errors and accelerate purchasing decisions.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B-9WkpU8.png"/>
        </item>
        <item>
            <title><![CDATA[See Workflow Automation]]></title>
            <link>https://www.nutrient.io/blog/see-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/see-workflow-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="See Workflow Automation" /></p>Options for seeing Workflow Automation in action.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Software Asset Management (SAM) Automation]]></title>
            <link>https://www.nutrient.io/blog/software-asset-management-sam-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/software-asset-management-sam-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Software Asset Management (SAM) Automation" /></p>Software asset management can ensure compliance, reduce costs, manage risks, make better decisions, improve efficiency, and enhance security.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Task automation: How to automate document workflows and repetitive tasks (2026)]]></title>
            <link>https://www.nutrient.io/blog/task-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/task-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.sK0yh4E1.png" alt="Task automation: How to automate document workflows and repetitive tasks (2026)" /></p>Learn what task automation is, see real examples of document-centric automation, and discover how to automate routing, approvals, data extraction, and signing without code.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.sK0yh4E1.png"/>
        </item>
        <item>
            <title><![CDATA[How to streamline the contract approval process]]></title>
            <link>https://www.nutrient.io/blog/vendor-and-contract-approvals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vendor-and-contract-approvals/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DcFSjfGt.jpg" alt="How to streamline the contract approval process" /></p>Discover how to automate your contract approval process for increased efficiency, reduced risk, and seamless workflows.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DcFSjfGt.jpg"/>
        </item>
        <item>
            <title><![CDATA[Visual Workflow Designer]]></title>
            <link>https://www.nutrient.io/blog/visual-workflow-designer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/visual-workflow-designer/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Visual Workflow Designer" /></p>A Visual Workflow Designer can help illustrate a business process and then manage the ongoing maintenance of an automated workflow with a visual, drag and drop interface.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What is a Process App?]]></title>
            <link>https://www.nutrient.io/blog/what-is-a-process-app/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-a-process-app/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="What is a Process App?" /></p>A process app or workflow app is a custom application built with a low-code solution that includes forms, workflows, and tools that automate a specific process.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[BPMS meaning: Automate workflows and cut approval time]]></title>
            <link>https://www.nutrient.io/blog/what-is-bpms/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-bpms/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DKN-ewKX.jpg" alt="BPMS meaning: Automate workflows and cut approval time" /></p>BPMS refers to business process management software. See how Nutrient Workflow helps you automate approvals, reduce errors, and get processes running in days.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DKN-ewKX.jpg"/>
        </item>
        <item>
            <title><![CDATA[A guide to understanding business logic and software]]></title>
            <link>https://www.nutrient.io/blog/what-is-business-logic/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-business-logic/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.COT6pk32.jpg" alt="A guide to understanding business logic and software" /></p>What is business logic? Can you compare business logic vs. application logic? Let’s look at the definition of business logic, business logic software and more.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.COT6pk32.jpg"/>
        </item>
        <item>
            <title><![CDATA[Effective demand management strategies and practices]]></title>
            <link>https://www.nutrient.io/blog/what-is-demand-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-is-demand-management/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Dbf0g_VM.png" alt="Effective demand management strategies and practices" /></p>Explore demand management strategies and best practices to enhance forecasting accuracy and customer satisfaction. Discover tools to optimize your business.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Dbf0g_VM.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow analysis for operational efficiency]]></title>
            <link>https://www.nutrient.io/blog/workflow-analysis/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-analysis/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DQrtCa23.png" alt="Workflow analysis for operational efficiency" /></p>Discover how workflow analysis can enhance your business efficiency by streamlining processes and reducing costs. Learn the key steps and benefits.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DQrtCa23.png"/>
        </item>
        <item>
            <title><![CDATA[Choosing a workflow automation platform in 2026: A buyer’s guide]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Choosing a workflow automation platform in 2026: A buyer’s guide" /></p>How to evaluate workflow automation platforms in 2026 — categories, evaluation criteria, deployment tradeoffs, and when Nutrient Workflow fits.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Workflow automation for ERP: Enhance your enterprise resource planning]]></title>
            <link>https://www.nutrient.io/blog/workflow-automation-erp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-automation-erp/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.55QqHdpg.jpg" alt="Workflow automation for ERP: Enhance your enterprise resource planning" /></p>Learn how Workflow Automation integrates with ERP systems to streamline processes, improve efficiency, and provide a complete tool for managing tasks and data in enterprise resource planning.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.55QqHdpg.jpg"/>
        </item>
        <item>
            <title><![CDATA[Workflow design software: Best tools to automate processes]]></title>
            <link>https://www.nutrient.io/blog/workflow-design-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-design-tools/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.uCRqlO1m.png" alt="Workflow design software: Best tools to automate processes" /></p>Workflow design software helps businesses automate customer service processes, support tickets, and approval workflows with drag-and-drop process builders. Learn about the top tools for 2025, including Nutrient’s latest AI-powered features.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.uCRqlO1m.png"/>
        </item>
        <item>
            <title><![CDATA[Business process workflow engines]]></title>
            <link>https://www.nutrient.io/blog/workflow-engine/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-engine/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.D3y_e0Uq.png" alt="Business process workflow engines" /></p>Discover how business process workflow engines automate tasks, improve efficiency, and streamline decision-making. Learn key features and use cases and how Nutrient Workflow empowers enterprise automation.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.D3y_e0Uq.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow integration]]></title>
            <link>https://www.nutrient.io/blog/workflow-integration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-integration/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DFJ11I-7.png" alt="Workflow integration" /></p>Workflow integration allows you to add process automation to your enterprise applications and databases of record (ERP, CRM, Accounting, HRIS, etc.) Get a Demo.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DFJ11I-7.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow management software solutions]]></title>
            <link>https://www.nutrient.io/blog/workflow-management-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-management-software/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CFIrCJtH.png" alt="Workflow management software solutions" /></p>Discover how workflow management software enhances efficiency, reduces errors, and automates business processes to boost productivity.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CFIrCJtH.png"/>
        </item>
        <item>
            <title><![CDATA[Workflow process: Cut approval time and eliminate bottlenecks]]></title>
            <link>https://www.nutrient.io/blog/workflow-process/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-process/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bovqk8lK.png" alt="Workflow process: Cut approval time and eliminate bottlenecks" /></p>A workflow process moves work from request to completion. Learn how to automate approvals, reduce delays, and track every step with Nutrient Workflow.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.Bovqk8lK.png"/>
        </item>
        <item>
            <title><![CDATA[What is a workflow product? Features, benefits, and selection tips]]></title>
            <link>https://www.nutrient.io/blog/workflow-product/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-product/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.4ZqyIyKI.jpg" alt="What is a workflow product? Features, benefits, and selection tips" /></p>Discover how workflow products help businesses automate processes, improve operations, and enhance compliance. Learn key features, benefits, and tips for choosing the right software.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.4ZqyIyKI.jpg"/>
        </item>
        <item>
            <title><![CDATA[Workflow system — Choosing the right platform]]></title>
            <link>https://www.nutrient.io/blog/workflow-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-system/</guid>
            <pubDate>Sun, 11 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.OeklxWTx.png" alt="Workflow system — Choosing the right platform" /></p>A workflow system should provide a platform and tools for automating processes involving both machine and human tasks to improve efficiency.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.OeklxWTx.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2018.1]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2018-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2018-1/</guid>
            <pubDate>Thu, 08 Feb 2018 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CLnipWkE.png" alt="PSPDFKit for Web 2018.1" /></p>Announcing PSPDFKit for Web 2018.1, with a new thumbnail sidebar, page rotation, and XFDF support.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.CLnipWkE.png"/>
        </item>
        <item>
            <title><![CDATA[Theming PSPDFKit for Web]]></title>
            <link>https://www.nutrient.io/blog/theming-pspdfkit-for-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/theming-pspdfkit-for-web/</guid>
            <pubDate>Tue, 06 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DOQ6YPUn.png" alt="Theming PSPDFKit for Web" /></p>We look at how easy it is to theme PSPDFKit for Web to fit your web app’s style.]]></description>
            <author>William Meleyal</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.DOQ6YPUn.png"/>
        </item>
        <item>
            <title><![CDATA[Leverage Instant Layers and Forms to Do a Public Survey]]></title>
            <link>https://www.nutrient.io/blog/public-pdf-survey/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/public-pdf-survey/</guid>
            <pubDate>Mon, 05 Feb 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.NagQOsFS.png" alt="Leverage Instant Layers and Forms to Do a Public Survey" /></p>We discuss a simple approach for doing a public survey.]]></description>
            <author>Silvio Doblhofer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.NagQOsFS.png"/>
        </item>
        <item>
            <title><![CDATA[Use Microsoft Flow to Copy SharePoint Metadata]]></title>
            <link>https://www.nutrient.io/blog/use-microsoft-flow-to-copy-sharepoint-metadata/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-microsoft-flow-to-copy-sharepoint-metadata/</guid>
            <pubDate>Thu, 01 Feb 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Use Microsoft Flow to Copy SharePoint Metadata" /></p>Copy SharePoint metadata in Microsoft Flow using Nutrient PDF Converter (formerly Muhimbi) actions. Control which fields to copy or skip during conversion.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Android Studio Shortcuts: How to Boost Your Productivity]]></title>
            <link>https://www.nutrient.io/blog/android-studio-shortcuts/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-studio-shortcuts/</guid>
            <pubDate>Wed, 31 Jan 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BBJg-GFL.png" alt="Android Studio Shortcuts: How to Boost Your Productivity" /></p>The best shortcuts for Android Studio. The most famous and the most underrated.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BBJg-GFL.png"/>
        </item>
        <item>
            <title><![CDATA[Binary Frameworks in Swift]]></title>
            <link>https://www.nutrient.io/blog/binary-frameworks-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/binary-frameworks-swift/</guid>
            <pubDate>Mon, 29 Jan 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BqD-PNLh.png" alt="Binary Frameworks in Swift" /></p>ABI? Module stability? What does binary stability mean, and how will it affect you?]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.BqD-PNLh.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.3 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-4-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-4-3/</guid>
            <pubDate>Wed, 24 Jan 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-android-4-3-header.JzmM7bxB.png" alt="PSPDFKit 4.3 for Android" /></p>Today we're releasing PSPDFKit 4.3 for Android!]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-android-4-3-header.JzmM7bxB.png"/>
        </item>
        <item>
            <title><![CDATA[PDF digital signatures: Compliance, cross-platform implementation, and security guide (2026)]]></title>
            <link>https://www.nutrient.io/blog/digital-signatures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/digital-signatures/</guid>
            <pubDate>Mon, 22 Jan 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CsTY5zij.jpg" alt="PDF digital signatures: Compliance, cross-platform implementation, and security guide (2026)" /></p>PDF documents carry sensitive information such as contracts, legal agreements, and confidential data. Digital signatures protect these documents from tampering and verify the author’s identity. This guide covers digital signature implementation — from basic concepts to production deployment across web, iOS, Android, and .NET platforms.]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CsTY5zij.jpg"/>
        </item>
        <item>
            <title><![CDATA[Simple Kotlin Tips for Beginners]]></title>
            <link>https://www.nutrient.io/blog/simple-kotlin-tricks/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/simple-kotlin-tricks/</guid>
            <pubDate>Mon, 15 Jan 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.npTEPldP.png" alt="Simple Kotlin Tips for Beginners" /></p>Useful tricks for beginners to start writing better code with Kotlin.]]></description>
            <author>Anastasiia Zhuravleva</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.npTEPldP.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 7.3 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-7-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-7-3/</guid>
            <pubDate>Fri, 12 Jan 2018 09:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-7-3-header.CYJK_zzw.png" alt="PSPDFKit 7.3 for iOS" /></p>Introducing PSPDFKit 7.3 for iOS. Featuring image document support, text selection enhancements, and Digital Signature improvements.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-7-3-header.CYJK_zzw.png"/>
        </item>
        <item>
            <title><![CDATA[What are PDF annotations? Types, examples, and how they work (2026)]]></title>
            <link>https://www.nutrient.io/blog/what-are-annotations/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-are-annotations/</guid>
            <pubDate>Mon, 08 Jan 2018 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BNESqJfA.jpg" alt="What are PDF annotations? Types, examples, and how they work (2026)" /></p>A PDF annotation is a markup object layered on a page — a highlight, comment, stamp, drawing, or form field — that adds information without changing the underlying content. This guide covers every annotation type, how to annotate a PDF, and how annotations are stored in the file.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BNESqJfA.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to extract text from a PDF]]></title>
            <link>https://www.nutrient.io/blog/pdf-text-extraction/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-text-extraction/</guid>
            <pubDate>Tue, 02 Jan 2018 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.w84t4xcZ.png" alt="How to extract text from a PDF" /></p>Extracting text from a PDF is harder than it looks because PDFs store rendering instructions, not structured text. This guide explains why PDF text extraction is tricky, compares popular tools across languages, and provides code examples for Python, JavaScript, Java, Swift, and Kotlin.]]></description>
            <author>Patrik Weiskircher</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.w84t4xcZ.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.9]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-9/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-9/</guid>
            <pubDate>Thu, 14 Dec 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/forms.FDTQh5CT.png" alt="PSPDFKit for Web 2017.9" /></p>Announcing PSPDFKit for Web 2017.9, Interactive Forms, Instant Layers, a Responsive Toolbar, and Headless Mode]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/forms.FDTQh5CT.png"/>
        </item>
        <item>
            <title><![CDATA[Adopting Drag and Drop on iOS]]></title>
            <link>https://www.nutrient.io/blog/drag-and-drop/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/drag-and-drop/</guid>
            <pubDate>Fri, 08 Dec 2017 10:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/drag-and-drop-header.Cx-41oiu.png" alt="Adopting Drag and Drop on iOS" /></p>Utilizing the new Drag and Drop feature in iOS 11, and how we integrated it to enhance the user experience.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/drag-and-drop-header.Cx-41oiu.png"/>
        </item>
        <item>
            <title><![CDATA[High-performance PDF rendering for LiquidText]]></title>
            <link>https://www.nutrient.io/blog/customer-spotlight-liquidtext/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customer-spotlight-liquidtext/</guid>
            <pubDate>Fri, 01 Dec 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.mFxdN7eO.jpg" alt="High-performance PDF rendering for LiquidText" /></p>Discover how LiquidText achieves high-performance PDF rendering with Nutrient, enhancing content analysis for professionals and students.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.mFxdN7eO.jpg"/>
        </item>
        <item>
            <title><![CDATA[Use vector stamps instead of blurry shapes]]></title>
            <link>https://www.nutrient.io/blog/vector-stamps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/vector-stamps/</guid>
            <pubDate>Mon, 27 Nov 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DLBVjVSD.jpg" alt="Use vector stamps instead of blurry shapes" /></p>Tips and tricks for using vector-based stamp annotations.]]></description>
            <author>Rad Azzouz</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DLBVjVSD.jpg"/>
        </item>
        <item>
            <title><![CDATA[Sharing annotations with Instant JSON]]></title>
            <link>https://www.nutrient.io/blog/instant-json/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/instant-json/</guid>
            <pubDate>Thu, 23 Nov 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/instant-json.BnW1o-7S.png" alt="Sharing annotations with Instant JSON" /></p>Instant JSON is a low-tech way to share annotations between documents.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/instant-json.BnW1o-7S.png"/>
        </item>
        <item>
            <title><![CDATA[Why Change Is So Difficult in an Office (and How to Cope)]]></title>
            <link>https://www.nutrient.io/blog/why-change-is-so-difficult/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/why-change-is-so-difficult/</guid>
            <pubDate>Tue, 21 Nov 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why Change Is So Difficult in an Office (and How to Cope)" /></p>Change can and should be a peaceful transition toward a better work environment for everyone.]]></description>
            <author>Meredith Summers</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 7.1 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-7-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-7-1/</guid>
            <pubDate>Fri, 17 Nov 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ios-7-1-header.Cw6cqiIg.png" alt="PSPDFKit 7.1 for iOS" /></p>Introducing PSPDFKit 7.1 for iOS. Featuring iPhone X compatibility, copying and pasting document pages, drawing performance improvements, and more.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ios-7-1-header.Cw6cqiIg.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.1 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-4-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-4-1/</guid>
            <pubDate>Wed, 15 Nov 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-android-4-1-header.BBX4ICSD.png" alt="PSPDFKit 4.1 for Android" /></p>Today we're releasing PSPDFKit 4.1 for Android!]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-android-4-1-header.BBX4ICSD.png"/>
        </item>
        <item>
            <title><![CDATA[Make Android Animations Reactive with VanGogh]]></title>
            <link>https://www.nutrient.io/blog/reactive-animations-on-android-with-van-gogh/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reactive-animations-on-android-with-van-gogh/</guid>
            <pubDate>Fri, 10 Nov 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/van-gogh-cover.CoZ7XKY9.png" alt="Make Android Animations Reactive with VanGogh" /></p>Android view animations powered by RxJava 2.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/van-gogh-cover.CoZ7XKY9.png"/>
        </item>
        <item>
            <title><![CDATA[Award-winning writing app Ulysses enhances the writing experience with seamless PDF integration]]></title>
            <link>https://www.nutrient.io/blog/customer-spotlight-ulysses/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customer-spotlight-ulysses/</guid>
            <pubDate>Thu, 09 Nov 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BMrlClXN.jpg" alt="Award-winning writing app Ulysses enhances the writing experience with seamless PDF integration" /></p>See how Ulysses uses Nutrient to provide a smooth, reliable PDF preview and export experience, allowing writers to focus on their craft distraction-free.]]></description>
            <author>Natalye Childress</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BMrlClXN.jpg"/>
        </item>
        <item>
            <title><![CDATA[Business Process Automation and Digital Transformation]]></title>
            <link>https://www.nutrient.io/blog/business-process-automation-digital-transformation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/business-process-automation-digital-transformation/</guid>
            <pubDate>Mon, 06 Nov 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Business Process Automation and Digital Transformation" /></p>Business Process Automation and Digital Transformation: Learn how BPA can lead your transformation efforts.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add PDF support to your web app in no time]]></title>
            <link>https://www.nutrient.io/blog/integrate-pspdfkit-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrate-pspdfkit-web/</guid>
            <pubDate>Wed, 01 Nov 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/cover.C5RwueCk.png" alt="How to add PDF support to your web app in no time" /></p>A step-by-step tutorial on how to display and annotate PDF files inside your web app using the PSPDFKit JavaScript library.]]></description>
            <author>Martin Schürrer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/cover.C5RwueCk.png"/>
        </item>
        <item>
            <title><![CDATA[Challenges of Supporting iPhone X]]></title>
            <link>https://www.nutrient.io/blog/supporting-iphone-x/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/supporting-iphone-x/</guid>
            <pubDate>Tue, 31 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/iphone-x-preview.OFOywVi2.png" alt="Challenges of Supporting iPhone X" /></p>Tips and tricks for adding support for the iPhone X in PSPDFKit.]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/iphone-x-preview.OFOywVi2.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.7]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-7/</guid>
            <pubDate>Wed, 25 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/multiple-server-support.BCTv0htE.png" alt="PSPDFKit for Web 2017.7" /></p>Announcing PSPDFKit for Web 2017.7, Supporting Horizontal Scaling, Externally Managed Documents, and an Improved Printing System]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/multiple-server-support.BCTv0htE.png"/>
        </item>
        <item>
            <title><![CDATA[How to use iOS Data Protection (updated for iOS 17)]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-ios-data-protection/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-ios-data-protection/</guid>
            <pubDate>Tue, 24 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/iphone-with-padlock.B5eDdXe8.png" alt="How to use iOS Data Protection (updated for iOS 17)" /></p>How apps can use iOS Data Protection to secure their files.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/iphone-with-padlock.B5eDdXe8.png"/>
        </item>
        <item>
            <title><![CDATA[Establish, then Automate your Standard Operating Procedures]]></title>
            <link>https://www.nutrient.io/blog/establish-then-automate-your-standard-operating-procedures/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/establish-then-automate-your-standard-operating-procedures/</guid>
            <pubDate>Wed, 18 Oct 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Establish, then Automate your Standard Operating Procedures" /></p>It's safe to say that every business (except perhaps a sole proprietorship) stands to benefit from formalizing their standard operating procedures (SOPs).]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Add a Biometric Digital Signature to Any Document with PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/add-a-biometric-digital-signature-to-any-document-with-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-a-biometric-digital-signature-to-any-document-with-pspdfkit/</guid>
            <pubDate>Tue, 17 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DniDo_U1.png" alt="Add a Biometric Digital Signature to Any Document with PSPDFKit" /></p>Electronic signatures have come a long way in the past couple decades in both adoption and adding additional security to a signature on an electronic document.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DniDo_U1.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.0 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-4-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-4-0/</guid>
            <pubDate>Thu, 12 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-android-4-header.Bp4KtL_G.png" alt="PSPDFKit 4.0 for Android" /></p>Today we're releasing PSPDFKit 4.0 for Android!]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-android-4-header.Bp4KtL_G.png"/>
        </item>
        <item>
            <title><![CDATA[Instant fall update: New features and improvements]]></title>
            <link>https://www.nutrient.io/blog/instant-fall-update/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/instant-fall-update/</guid>
            <pubDate>Wed, 11 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/instant-note-sync.xKIriAMs.png" alt="Instant fall update: New features and improvements" /></p>Discover the latest updates to Instant since its launch, including cross-platform note annotations, enhanced download progress on mobile, and improved syncing control for seamless real-time collaboration.]]></description>
            <author>Martin Schürrer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/instant-note-sync.xKIriAMs.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.0 for macOS: AppKit PDF SDK]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-macos-2-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-macos-2-0/</guid>
            <pubDate>Fri, 06 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/macos-v2-launch-hero.CBU0yCw3.png" alt="PSPDFKit 2.0 for macOS: AppKit PDF SDK" /></p>]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/macos-v2-launch-hero.CBU0yCw3.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 7.0 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-7-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-7-0/</guid>
            <pubDate>Wed, 04 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/v7-launch-hero.C8jOuNyp.png" alt="PSPDFKit 7.0 for iOS" /></p>Introducing PSPDFKit 7.0 for iOS. iOS 11 support. Drag and Drop. New View Hierarchy. Biometric Signatures. Checkpoints.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/v7-launch-hero.C8jOuNyp.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.6.1]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-6-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-6-1/</guid>
            <pubDate>Mon, 02 Oct 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ie11.C1GU2bS0.png" alt="PSPDFKit for Web 2017.6.1" /></p>Announcing PSPDFKit for Web 2017.6.1, with full support for Internet Explorer 11 when using the standalone deployment option.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ie11.C1GU2bS0.png"/>
        </item>
        <item>
            <title><![CDATA[Converting SharePoint Online Pages / Items to PDF]]></title>
            <link>https://www.nutrient.io/blog/converting-sharepoint-online-pages-items-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-sharepoint-online-pages-items-to-pdf/</guid>
            <pubDate>Sun, 01 Oct 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Converting SharePoint Online Pages / Items to PDF" /></p>Convert SharePoint Online pages and list items to PDF using Nutrient PDF Converter (formerly Muhimbi) via the UI, Power Automate, or REST API. Learn how.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.6]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-6/</guid>
            <pubDate>Mon, 18 Sep 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/header.DS-k-0WO.png" alt="PSPDFKit for Web 2017.6" /></p>Announcing PSPDFKit for Web 2017.6, introducing Double Page mode, Note Annotations and improved rendering performances]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/header.DS-k-0WO.png"/>
        </item>
        <item>
            <title><![CDATA[Adding a Kingfisher job as a Nutrient document automation server step (legacy integration)]]></title>
            <link>https://www.nutrient.io/blog/adding-a-kingfisher-job-as-a-document-automation-server-step/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adding-a-kingfisher-job-as-a-document-automation-server-step/</guid>
            <pubDate>Fri, 08 Sep 2017 16:59:33 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Adding a Kingfisher job as a Nutrient document automation server step (legacy integration)" /></p>Learn how to integrate legacy Kingfisher jobs with Nutrient Document Automation Server for enhanced document automation workflows.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Introducing PDFXKit - A Drop-in Replacement for PDFKit]]></title>
            <link>https://www.nutrient.io/blog/introducing-pdfxkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/introducing-pdfxkit/</guid>
            <pubDate>Thu, 07 Sep 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pdfxkit.B7pEaEiI.png" alt="Introducing PDFXKit - A Drop-in Replacement for PDFKit" /></p>]]></description>
            <author>Konstantin Bender</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pdfxkit.B7pEaEiI.png"/>
        </item>
        <item>
            <title><![CDATA[Native View Controllers and React Native - It Just Works™]]></title>
            <link>https://www.nutrient.io/blog/native-view-controllers-and-react-native/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/native-view-controllers-and-react-native/</guid>
            <pubDate>Wed, 30 Aug 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/embedded_pspdfkit.DQeHN3Uy.jpg" alt="Native View Controllers and React Native - It Just Works™" /></p>Embed native UIViewController instances inline in a React Native app using Nutrient for PDF rendering with flexible flexbox sizing. See how.]]></description>
            <author>Ben Kraus</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/embedded_pspdfkit.DQeHN3Uy.jpg"/>
        </item>
        <item>
            <title><![CDATA[WebAssembly: A New Hope]]></title>
            <link>https://www.nutrient.io/blog/webassembly-a-new-hope/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/webassembly-a-new-hope/</guid>
            <pubDate>Wed, 09 Aug 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/blogpost-cover.K8kmMuCJ.png" alt="WebAssembly: A New Hope" /></p>What is WebAssembly, and what does it mean for the web?]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/blogpost-cover.K8kmMuCJ.png"/>
        </item>
        <item>
            <title><![CDATA[Secure Media Playback on Android]]></title>
            <link>https://www.nutrient.io/blog/secure-media-playback-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/secure-media-playback-on-android/</guid>
            <pubDate>Wed, 02 Aug 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/blogpost-cover.B6Z4mrc0.png" alt="Secure Media Playback on Android" /></p>Picking smart defaults with security in mind when playing videos on Android.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/blogpost-cover.B6Z4mrc0.png"/>
        </item>
        <item>
            <title><![CDATA[How to Convert PowerApps Forms to PDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-powerapps-forms-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-powerapps-forms-to-pdf/</guid>
            <pubDate>Tue, 01 Aug 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Convert PowerApps Forms to PDF" /></p>Convert PowerApps form data to PDF using Power Automate and Nutrient PDF Converter (formerly Muhimbi). Capture inputs, compose HTML, and email the PDF.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nintex Forms to PDF Conversion Guide]]></title>
            <link>https://www.nutrient.io/blog/practical-nintex-forms-to-pdf-conversion-using-the-pdf-converter-for-sharepoint-on-premises/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/practical-nintex-forms-to-pdf-conversion-using-the-pdf-converter-for-sharepoint-on-premises/</guid>
            <pubDate>Tue, 01 Aug 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Nintex Forms to PDF Conversion Guide" /></p>Learn how to easily convert Nintex Forms to PDF using the Muhimbi PDF Converter for SharePoint On-Premises with this practical guide.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nintex Workflow PDF conversion made simple]]></title>
            <link>https://www.nutrient.io/blog/use-nintex-workflow-for-office-365-to-pdf-convert-merge-watermark-secure-ocr-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-nintex-workflow-for-office-365-to-pdf-convert-merge-watermark-secure-ocr-files/</guid>
            <pubDate>Tue, 01 Aug 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Nintex Workflow PDF conversion made simple" /></p>Discover how to integrate Nintex Workflow for Office 365 with Muhimbi PDF Converter for easy document conversion, merging, and more.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Synchronizing Documents with PSPDFKit Instant]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-instant/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-instant/</guid>
            <pubDate>Tue, 25 Jul 2017 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/instant-hero.jbT254uI.png" alt="Synchronizing Documents with PSPDFKit Instant" /></p>]]></description>
            <author>Martin Schürrer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/instant-hero.jbT254uI.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.3 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-3-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-3-3/</guid>
            <pubDate>Thu, 20 Jul 2017 21:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-3_3-for-android.BLzstY8B.png" alt="PSPDFKit 3.3 for Android" /></p>Today we're releasing PSPDFKit 3.3 for Android!]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-3_3-for-android.BLzstY8B.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.9 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-9/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-9/</guid>
            <pubDate>Thu, 20 Jul 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/text-markup.DSxUqdPN.png" alt="PSPDFKit 6.9 for iOS" /></p>Introducing PSPDFKit 6.9 for iOS. Text Markup Behavior. Catalog Refresh. Signature Improvements. UI Tweaks.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/text-markup.DSxUqdPN.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.5]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-5/</guid>
            <pubDate>Mon, 17 Jul 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-for-web-2017_5.BJw7HBVJ.png" alt="PSPDFKit for Web 2017.5" /></p>Announcing PSPDFKit for Web 2017.5, introducing standalone deployment and a richer JavaScript API]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-for-web-2017_5.BJw7HBVJ.png"/>
        </item>
        <item>
            <title><![CDATA[Is it Time to Overhaul Your Processes?]]></title>
            <link>https://www.nutrient.io/blog/is-it-time-to-overhaul-your-processes/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/is-it-time-to-overhaul-your-processes/</guid>
            <pubDate>Fri, 14 Jul 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Is it Time to Overhaul Your Processes?" /></p>Here are just a few of the reasons why you should review your business processes regularly and look for opportunities to improve them.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[User Breakpoints in Xcode]]></title>
            <link>https://www.nutrient.io/blog/user-breakpoints-in-xcode/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/user-breakpoints-in-xcode/</guid>
            <pubDate>Thu, 13 Jul 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/user-breakpoints-in-xcode.6WMLKLCN.png" alt="User Breakpoints in Xcode" /></p>User breakpoints are a not very well known feature in Xcode but they are very powerful and can improve your debugging experience and show issues more prominent.]]></description>
            <author>Michael Ochs</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/user-breakpoints-in-xcode.6WMLKLCN.png"/>
        </item>
        <item>
            <title><![CDATA[Improve Corporate Governance With BPM]]></title>
            <link>https://www.nutrient.io/blog/improve-corporate-governance-bpm/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/improve-corporate-governance-bpm/</guid>
            <pubDate>Wed, 28 Jun 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Improve Corporate Governance With BPM" /></p>Corporate governance is defined as the establishment of policies, and continuous monitoring of their proper implementation, by the members of the governing body of an organization.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Why You Need a Dedicated Approval Management System]]></title>
            <link>https://www.nutrient.io/blog/need-dedicated-approval-management-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/need-dedicated-approval-management-system/</guid>
            <pubDate>Fri, 23 Jun 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Why You Need a Dedicated Approval Management System" /></p>Approval management systems can regain hours of lost time every week while providing better visibility into every approval process]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.8 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-8/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-8/</guid>
            <pubDate>Thu, 22 Jun 2017 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/watermark-detection.Zqp3_hIU.png" alt="PSPDFKit 6.8 for iOS" /></p>Introducing PSPDFKit 6.8 for iOS. Revamped Digital Signatures. Watermark Filtering. iOS 11. And More.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/watermark-detection.Zqp3_hIU.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.2 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-3-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-3-2/</guid>
            <pubDate>Thu, 15 Jun 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[Today we're releasing PSPDFKit 3.2 for Android! With a new night mode and scrolling settings, improved search and video annotation support.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Even Swiftier Objective-C]]></title>
            <link>https://www.nutrient.io/blog/even-swiftier-objective-c/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/even-swiftier-objective-c/</guid>
            <pubDate>Wed, 14 Jun 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[Bring Swift-style let, var, foreach, defer, and typed copy to Objective-C using macros and categories. Improve safety and readability in mixed codebases.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[HTML to PDF conversion using SharePoint methods]]></title>
            <link>https://www.nutrient.io/blog/converting-html-web-content-to-pdf-using-sharepoint-csharp-java-and-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-html-web-content-to-pdf-using-sharepoint-csharp-java-and-php/</guid>
            <pubDate>Thu, 01 Jun 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="HTML to PDF conversion using SharePoint methods" /></p>Learn how to convert HTML and web pages to PDF using SharePoint with improved compatibility and features for a seamless experience.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Linting and Code Formatting at PSPDFKit]]></title>
            <link>https://www.nutrient.io/blog/linting-and-code-formatting-at-pspdfkit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/linting-and-code-formatting-at-pspdfkit/</guid>
            <pubDate>Wed, 31 May 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/linting-and-code-formatting-at-pspdfkit.BH1_RLut.png" alt="Linting and Code Formatting at PSPDFKit" /></p>How we do code formatting in C++/Objective-C/Java/JavaScript]]></description>
            <author>Daniel Martín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/linting-and-code-formatting-at-pspdfkit.BH1_RLut.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for macOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-macos/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-macos/</guid>
            <pubDate>Thu, 25 May 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/banner.sFjm80-N.png" alt="PSPDFKit for macOS" /></p>]]></description>
            <author>Konstantin Bender</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/banner.sFjm80-N.png"/>
        </item>
        <item>
            <title><![CDATA[50 Shaders of Android: Drawing on Canvas]]></title>
            <link>https://www.nutrient.io/blog/50-shaders-of-android-drawing-on-canvas/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/50-shaders-of-android-drawing-on-canvas/</guid>
            <pubDate>Thu, 18 May 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/50-shaders-of-android-drawing-on-canvas.DfobrbLO.png" alt="50 Shaders of Android: Drawing on Canvas" /></p>Low-level drawing and animation on Android using Canvas and powerful Shader classes.]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/50-shaders-of-android-drawing-on-canvas.DfobrbLO.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.4]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-4/</guid>
            <pubDate>Tue, 16 May 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[PSPDFKit for Web 2017.4 is out, now with mobile annotations, a toolbar API and a document pan mode!]]></description>
            <author>Giuseppe Gurgone</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.1 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-3-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-3-1/</guid>
            <pubDate>Thu, 11 May 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[Today we're releasing PSPDFKit 3.1 for Android!]]></description>
            <author>Simone Arpe</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.7 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-7/</guid>
            <pubDate>Wed, 10 May 2017 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/page-grabber.RC_4PSMG.png" alt="PSPDFKit 6.7 for iOS" /></p>Introducing PSPDFKit 6.7 for iOS. Page Grabber. File Coordination. Document Progress Indication. Privacy Access Denied UI.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/page-grabber.RC_4PSMG.png"/>
        </item>
        <item>
            <title><![CDATA[Creating Better User Experiences with Animations and Lottie]]></title>
            <link>https://www.nutrient.io/blog/creating-better-user-experiences-with-animations-and-lottie/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/creating-better-user-experiences-with-animations-and-lottie/</guid>
            <pubDate>Wed, 03 May 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/creating-better-user-experiences-with-animations-and-lottie.B1UL_VMr.png" alt="Creating Better User Experiences with Animations and Lottie" /></p>Improving an app’s User Experience made easy by adding animations powered by Lottie.]]></description>
            <author>Samo Korošec</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/creating-better-user-experiences-with-animations-and-lottie.B1UL_VMr.png"/>
        </item>
        <item>
            <title><![CDATA[How we test and generate interactive CSS documentation]]></title>
            <link>https://www.nutrient.io/blog/how-we-test-and-generate-interactive-css-documentation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-we-test-and-generate-interactive-css-documentation/</guid>
            <pubDate>Thu, 27 Apr 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/how-we-test-and-generate-interactive-css-documentation.B2guIcV0.png" alt="How we test and generate interactive CSS documentation" /></p>Automating CSS testing and documentation with Hound and Webdriver]]></description>
            <author>Nicolas Dular</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/how-we-test-and-generate-interactive-css-documentation.B2guIcV0.png"/>
        </item>
        <item>
            <title><![CDATA[Reduce operational risk with effective workflow management]]></title>
            <link>https://www.nutrient.io/blog/reduce-operational-risk-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/reduce-operational-risk-workflow/</guid>
            <pubDate>Fri, 21 Apr 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Reduce operational risk with effective workflow management" /></p>This article provides keys to reduce operational risk based on several different potential failure points in your organization.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[4 steps to a successful company retreat]]></title>
            <link>https://www.nutrient.io/blog/4-steps-to-a-successful-company-retreat/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/4-steps-to-a-successful-company-retreat/</guid>
            <pubDate>Thu, 20 Apr 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/4-steps-to-a-successful-company-retreat.DwJm7C7j.jpg" alt="4 steps to a successful company retreat" /></p>Plan a successful company retreat in 4 steps. Nutrient shares how distributed teams use structured schedules, clear goals, and bonding to build culture.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/4-steps-to-a-successful-company-retreat.DwJm7C7j.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.0 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-3-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-3-0/</guid>
            <pubDate>Thu, 13 Apr 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/v3_0-hero.Ks-MiP1G.png" alt="PSPDFKit 3.0 for Android" /></p>Today we're releasing PSPDFKit 3.0 for Android!]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/v3_0-hero.Ks-MiP1G.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.6 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-6/</guid>
            <pubDate>Thu, 06 Apr 2017 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/rtl-document.7HnpSRg-.png" alt="PSPDFKit 6.6 for iOS" /></p>Introducing PSPDFKit 6.6 for iOS. Right-to-Left Documents. Annotation Drawing. Line Thickness. Various Bug-fixes.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/rtl-document.7HnpSRg-.png"/>
        </item>
        <item>
            <title><![CDATA[Internationalization - Right to Left Support for Mobile Apps]]></title>
            <link>https://www.nutrient.io/blog/internationalization-right-to-left-support-for-mobile-apps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/internationalization-right-to-left-support-for-mobile-apps/</guid>
            <pubDate>Wed, 05 Apr 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/internationalization-rtl-support-title.kj_JrNUG.png" alt="Internationalization - Right to Left Support for Mobile Apps" /></p>What Right to Left Support Actually Means and How We Implemented It]]></description>
            <author>Michael Ochs</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/internationalization-rtl-support-title.kj_JrNUG.png"/>
        </item>
        <item>
            <title><![CDATA[Integrify Just Got Even Better]]></title>
            <link>https://www.nutrient.io/blog/integrify-just-got-even-better/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-just-got-even-better/</guid>
            <pubDate>Tue, 04 Apr 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Just Got Even Better" /></p>Spring is here and we're officially releasing a new version of Integrify (cue chirping birds). You can check out the full list of features, videos and more here.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to use Microsoft Flow to Convert Emails to PDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-microsoft-flow-to-convert-emails-to-pdfs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-microsoft-flow-to-convert-emails-to-pdfs/</guid>
            <pubDate>Sat, 01 Apr 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to use Microsoft Flow to Convert Emails to PDF" /></p>Automatically convert email bodies to PDF using Microsoft Flow and Nutrient PDF Converter (formerly Muhimbi), then archive results in Dropbox. Learn how.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to use Microsoft Flow to Convert HTML to PDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-microsoft-flow-to-convert-html-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-microsoft-flow-to-convert-html-to-pdf/</guid>
            <pubDate>Sat, 01 Apr 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to use Microsoft Flow to Convert HTML to PDF" /></p>Convert HTML and blog posts to PDF using Microsoft Flow and Nutrient PDF Converter (formerly Muhimbi). Trigger from RSS feeds and email results. Learn how.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.3]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-3/</guid>
            <pubDate>Wed, 29 Mar 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[PSPDFKit for Web 2017.3 with printing and greatly improved CSS customization.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Writing Concise Code with Kotlin and RxJava]]></title>
            <link>https://www.nutrient.io/blog/writing-concise-code-with-kotlin-and-rxjava/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/writing-concise-code-with-kotlin-and-rxjava/</guid>
            <pubDate>Wed, 22 Mar 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/kotlin-and-rxjava.BoHs1m0M.png" alt="Writing Concise Code with Kotlin and RxJava" /></p>Tips and tricks how to write readable, concise, and beautiful code using the Kotlin language and RxJava.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/kotlin-and-rxjava.BoHs1m0M.png"/>
        </item>
        <item>
            <title><![CDATA[How to build a freehand drawing using React]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-free-hand-drawing-using-react/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-free-hand-drawing-using-react/</guid>
            <pubDate>Thu, 16 Mar 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-loves-react.W0Ec11tV.png" alt="How to build a freehand drawing using React" /></p>Learn how to build a freehand drawing app with React and SVG. Follow our step-by-step guide for a seamless development experience.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-loves-react.W0Ec11tV.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.5 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-5/</guid>
            <pubDate>Thu, 09 Mar 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/marking-marks.0JBF_xSk.gif" alt="PSPDFKit 6.5 for iOS" /></p>Introducing PSPDFKit 6.5 for iOS. Better Apple Pencil Support. 3D Touch. Forms. UI Enhancements. Even More Improvements.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/gif" url="https://www.nutrient.io/_astro/marking-marks.0JBF_xSk.gif"/>
        </item>
        <item>
            <title><![CDATA[Women in Software Development? YES PLEASE!]]></title>
            <link>https://www.nutrient.io/blog/women-in-software-development/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/women-in-software-development/</guid>
            <pubDate>Wed, 08 Mar 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/rita-working.BSaLgky9.jpg" alt="Women in Software Development? YES PLEASE!" /></p>We celebrate International Women's Day at PSPDFKit!]]></description>
            <author>Tina Chern</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/rita-working.BSaLgky9.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert any file to PDF Configuration Options]]></title>
            <link>https://www.nutrient.io/blog/convert-any-file-to-pdf-configuration-options-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-any-file-to-pdf-configuration-options-2/</guid>
            <pubDate>Fri, 03 Mar 2017 18:18:40 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert any file to PDF Configuration Options" /></p>Compare three MS Office-to-PDF conversion methods in Autobahn DX: Native, Direct Print, and Extended Print. Choose the right option for your workflow.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Collaboration tools for developers and designers]]></title>
            <link>https://www.nutrient.io/blog/design-and-development-tools/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/design-and-development-tools/</guid>
            <pubDate>Thu, 02 Mar 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/design-apps.Jicskdxb.png" alt="Collaboration tools for developers and designers" /></p>Discover essential tools for effective collaboration between developers and designers, including GitHub, Slack, and Affinity Designer.]]></description>
            <author>Samo Korošec</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/design-apps.Jicskdxb.png"/>
        </item>
        <item>
            <title><![CDATA[How to use Power Automate to Convert OneDrive files to PDFF]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-microsoft-flow-to-convert-onedrive-files-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-microsoft-flow-to-convert-onedrive-files-to-pdf/</guid>
            <pubDate>Wed, 01 Mar 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to use Power Automate to Convert OneDrive files to PDFF" /></p>Convert OneDrive files to PDF automatically with Power Automate and Nutrient PDF Converter (formerly Muhimbi). Trigger on upload and save PDFs to OneDrive.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert SharePoint files to PDF via Flow]]></title>
            <link>https://www.nutrient.io/blog/use-flow-to-convert-a-file-to-pdf-and-email-it-when-a-sharepoint-document-is-added/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-flow-to-convert-a-file-to-pdf-and-email-it-when-a-sharepoint-document-is-added/</guid>
            <pubDate>Wed, 01 Mar 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert SharePoint files to PDF via Flow" /></p>Learn how to use Flow to automatically convert SharePoint documents to PDF and send them via email with this easy-to-follow guide.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert email attachments to PDF easily]]></title>
            <link>https://www.nutrient.io/blog/use-flow-to-pdf-convert-email-attachments-to-onedrive-dropbox-google-drive-etc/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-flow-to-pdf-convert-email-attachments-to-onedrive-dropbox-google-drive-etc/</guid>
            <pubDate>Wed, 01 Mar 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert email attachments to PDF easily" /></p>Learn to automate PDF conversion of email attachments to OneDrive, Dropbox and Google Drive using Microsoft Flow for efficient file management.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Everybody Designs: An Agile Approach to Design]]></title>
            <link>https://www.nutrient.io/blog/everybody-designs/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/everybody-designs/</guid>
            <pubDate>Thu, 23 Feb 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-signature-view.CZZmBBOC.png" alt="Everybody Designs: An Agile Approach to Design" /></p>How PSPDFKit uses an agile approach for design work]]></description>
            <author>Samo Korošec</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-signature-view.CZZmBBOC.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.2]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-2/</guid>
            <pubDate>Fri, 17 Feb 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[Introducing PSPDFKit for Web 2017.2.]]></description>
            <author>Alexei Sholik</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[How to fix a bug, blindfolded]]></title>
            <link>https://www.nutrient.io/blog/how-to-fix-a-bug-blindfolded/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-fix-a-bug-blindfolded/</guid>
            <pubDate>Thu, 16 Feb 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[A debugging story about tracking down an Android crash with no stack traces, no logs, and no debugger. Learn how we fixed a Heisenbug in our thumbnail grid.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[SEC Priorities for 2017 May Mean a Push for FinTech]]></title>
            <link>https://www.nutrient.io/blog/sec-priorities-2017-may-mean-push-fintech/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sec-priorities-2017-may-mean-push-fintech/</guid>
            <pubDate>Wed, 15 Feb 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="SEC Priorities for 2017 May Mean a Push for FinTech" /></p>The Securities and Exchange Commission’s Office of Compliance Inspections and Examinations announced its 2017 priorities focus more on FinTech.]]></description>
            <author>Cindy Cook DeRuyter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Getting users to actually use your workflow system]]></title>
            <link>https://www.nutrient.io/blog/getting-users-actually-use-workflow-system/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/getting-users-actually-use-workflow-system/</guid>
            <pubDate>Fri, 10 Feb 2017 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Getting users to actually use your workflow system" /></p>User adoption is critical with workflow management software and can be a major failure point in any new implementation.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[What cultural diversity means to us]]></title>
            <link>https://www.nutrient.io/blog/what-cultural-diversity-means-to-us/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/what-cultural-diversity-means-to-us/</guid>
            <pubDate>Thu, 09 Feb 2017 15:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pspdfkit-map.CVviqRNK.png" alt="What cultural diversity means to us" /></p>Our execution of cultural diversity]]></description>
            <author>Tina Chern</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pspdfkit-map.CVviqRNK.png"/>
        </item>
        <item>
            <title><![CDATA[Making the Most of Remote Work]]></title>
            <link>https://www.nutrient.io/blog/remote-work/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/remote-work/</guid>
            <pubDate>Thu, 02 Feb 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/mountain-top.DSOqEpum.jpg" alt="Making the Most of Remote Work" /></p>At PSPDFKit, we strive to hire the best people for the job, regardless of where they are in the world. Here, I want to share how I’ve been making the most of remote work.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/mountain-top.DSOqEpum.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-4/</guid>
            <pubDate>Tue, 31 Jan 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[Introducing PSPDFKit 6.4 for iOS. RTL Support. Image Editor. FTS 5. Swift Enhancements.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2017.1]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2017-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2017-1/</guid>
            <pubDate>Wed, 25 Jan 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[PSPDFKit for Web 2017.1, now with search.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.9 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-9/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-9/</guid>
            <pubDate>Tue, 24 Jan 2017 14:00:00 GMT</pubDate>
            <description><![CDATA[Today we're releasing PSPDFKit 2.9 for Android!]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[The Struggle with Action Extensions]]></title>
            <link>https://www.nutrient.io/blog/action-extension/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/action-extension/</guid>
            <pubDate>Tue, 24 Jan 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[Pitfalls when developing a Share or an Action Extension]]></description>
            <author>Michael Ochs</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[The Case for Deprecating UITableView]]></title>
            <link>https://www.nutrient.io/blog/the-case-for-deprecating-uitableview/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-case-for-deprecating-uitableview/</guid>
            <pubDate>Thu, 19 Jan 2017 12:10:00 GMT</pubDate>
            <description><![CDATA[Make the case for replacing UITableView with UICollectionView in iOS apps. Covers API differences, layout flexibility, and migration patterns from Nutrient.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Creating a Compelling Today Widget]]></title>
            <link>https://www.nutrient.io/blog/today-widget/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/today-widget/</guid>
            <pubDate>Wed, 11 Jan 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[Best Practices on Developing a Today Widget]]></description>
            <author>Stefan Kieleithner</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Super Fast Builds Using distcc]]></title>
            <link>https://www.nutrient.io/blog/crazy-fast-builds-using-distcc/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/crazy-fast-builds-using-distcc/</guid>
            <pubDate>Thu, 05 Jan 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[How to dramatically shorten your build times with distcc.]]></description>
            <author>James Swift</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[2016 In Review]]></title>
            <link>https://www.nutrient.io/blog/2016-in-review/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/2016-in-review/</guid>
            <pubDate>Wed, 04 Jan 2017 12:00:00 GMT</pubDate>
            <description><![CDATA[2016 has been our most successful, exciting and overall transforming year so far since the inception of PSPDFKit as a company.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.3 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-3/</guid>
            <pubDate>Wed, 21 Dec 2016 18:00:00 GMT</pubDate>
            <description><![CDATA[Introducing PSPDFKit 6.3 for iOS. PSPDFKit Instant Compatibility. More Languages. UI Improvements.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web 2016.3]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-web-2016-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-web-2016-3/</guid>
            <pubDate>Wed, 21 Dec 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Introducing PSPDFKit for Web 2016.3. Now with a dashboard.]]></description>
            <author>Philipp Spiess</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Chef on macOS]]></title>
            <link>https://www.nutrient.io/blog/chef-on-macos/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/chef-on-macos/</guid>
            <pubDate>Mon, 19 Dec 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Use Chef to manage and provision macOS CI machines at scale. Nutrient shares how to set up Test Kitchen, cookbooks, and reproducible Mac infrastructure.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Hiding Your Action and Share Extensions In Your Own Apps]]></title>
            <link>https://www.nutrient.io/blog/hiding-action-share-extensions-in-your-own-apps/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/hiding-action-share-extensions-in-your-own-apps/</guid>
            <pubDate>Wed, 07 Dec 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Prevent iOS Action and Share extensions from appearing inside your own app using NSExtensionActivationRule predicates and a custom UIActivityItemSource.]]></description>
            <author>Aditya Krishnadevan</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Custom IT request management for efficient workflows]]></title>
            <link>https://www.nutrient.io/blog/request-handling-rolling-system-request-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/request-handling-rolling-system-request-management/</guid>
            <pubDate>Mon, 05 Dec 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Custom IT request management for efficient workflows" /></p>Discover how to build a tailored IT request handling system that meets your organization’s needs and enhances user experience.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit for Web]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-for-web/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-for-web/</guid>
            <pubDate>Thu, 01 Dec 2016 14:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/web.BeIK6XHb.png" alt="PSPDFKit for Web" /></p>Nutrient Web SDK is a drop-in PDF viewer for browsers with annotation, editing, and real-time collaboration via Nutrient Instant. Try it now.]]></description>
            <author>Martin Schurrer</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/web.BeIK6XHb.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.8 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-8/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-8/</guid>
            <pubDate>Thu, 01 Dec 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Today we're releasing PSPDFKit 2.8 for Android!]]></description>
            <author>Jernej Virag</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.2 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-2/</guid>
            <pubDate>Tue, 29 Nov 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Announcing PSPDFKit 6.2 for iOS. Lock Annotations. Document Sharing. Customizations. Performance Improvements.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[A clean status bar with Android System UI and QuickDemo]]></title>
            <link>https://www.nutrient.io/blog/clean-statusbar-with-systemui-and-quickdemo/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/clean-statusbar-with-systemui-and-quickdemo/</guid>
            <pubDate>Thu, 17 Nov 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[How to enable Android's demo mode using a quick setting tile]]></description>
            <author>David Schreiber‑Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6.1 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-1/</guid>
            <pubDate>Tue, 15 Nov 2016 18:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/v6_1_hero.B5CJS9hq.jpg" alt="PSPDFKit 6.1 for iOS" /></p>PSPDFKit 6.1 for iOS, featuring a whole new search interface overhaul, analytics integration and much more.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/v6_1_hero.B5CJS9hq.jpg"/>
        </item>
        <item>
            <title><![CDATA[Restoring State in Android MVP Architecture]]></title>
            <link>https://www.nutrient.io/blog/restoring-state-in-android-mvp-architecture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/restoring-state-in-android-mvp-architecture/</guid>
            <pubDate>Thu, 10 Nov 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[State restoration is an important part of the Android framework, but we might encounter problems with it when implementing MVP architecture.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.7 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-7/</guid>
            <pubDate>Mon, 07 Nov 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/v2_7-android-header.DDAJZBBn.png" alt="PSPDFKit 2.7 for Android" /></p>Another month, another version of PSPDFKit for Android. Say hello to 2.7!]]></description>
            <author>Jernej Virag</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/v2_7-android-header.DDAJZBBn.png"/>
        </item>
        <item>
            <title><![CDATA[PDF Viewer]]></title>
            <link>https://www.nutrient.io/blog/pdf-viewer/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-viewer/</guid>
            <pubDate>Tue, 25 Oct 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/pdf-viewer-release@2x.Cfo4ngg_.png" alt="PDF Viewer" /></p>After many years of providing the industry leading PDF framework for companies, PDF Viewer is now available for iOS and Android.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/pdf-viewer-release@2x.Cfo4ngg_.png"/>
        </item>
        <item>
            <title><![CDATA[Searchlight and SharePoint Online options]]></title>
            <link>https://www.nutrient.io/blog/document-searchability-and-sharepoint-online-configuration-options-and-security/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-searchability-and-sharepoint-online-configuration-options-and-security/</guid>
            <pubDate>Mon, 24 Oct 2016 11:21:19 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Searchlight and SharePoint Online options" /></p>Learn the configuration options and security features of Aquaforest Searchlight for SharePoint Online to enhance your document processing.]]></description>
            <author>Shrevin Sookun</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Running Tests with Clang's AddressSanitizer]]></title>
            <link>https://www.nutrient.io/blog/test-with-asan/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/test-with-asan/</guid>
            <pubDate>Tue, 18 Oct 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/xcode8-diagnostics-tsan.2V2OCk02.png" alt="Running Tests with Clang's AddressSanitizer" /></p>Clang has powerful sanitizers that are incredibly useful, so we collected our experiences using them between iOS, Android, and our C++ core to help you through some gotchas.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/xcode8-diagnostics-tsan.2V2OCk02.png"/>
        </item>
        <item>
            <title><![CDATA[Top 5 ways customers use the Document Editor]]></title>
            <link>https://www.nutrient.io/blog/top-five-ways-customers-use-the-document-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/top-five-ways-customers-use-the-document-editor/</guid>
            <pubDate>Thu, 13 Oct 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/document-editor.bbNq4UBt.png" alt="Top 5 ways customers use the Document Editor" /></p>We’ve identified five popular ways to use the Document Editor, but since it’s backed by our powerful API, you can build your own custom tools to more specifically fit your needs.]]></description>
            <author>Jen Hoverstad</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/document-editor.bbNq4UBt.png"/>
        </item>
        <item>
            <title><![CDATA[Android animations powered by RxJava]]></title>
            <link>https://www.nutrient.io/blog/android-animations-powered-by-rx-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/android-animations-powered-by-rx-java/</guid>
            <pubDate>Wed, 05 Oct 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/ss1.DLUYvXS8.png" alt="Android animations powered by RxJava" /></p>The purpose of this post is to show you how to combine RxJava features with animations on Android to create a great user interface without a lot of nested code.]]></description>
            <author>Ivan Skoric</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/ss1.DLUYvXS8.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.6 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-6/</guid>
            <pubDate>Mon, 03 Oct 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/v2_6-android-header.q-Tu-v7U.jpg" alt="PSPDFKit 2.6 for Android" /></p>PSPDFKit continues its saga on Android with the 2.6 release and a host of new features and improvements! Check out this post to learn about the updated features.]]></description>
            <author>Jernej Virag</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/v2_6-android-header.q-Tu-v7U.jpg"/>
        </item>
        <item>
            <title><![CDATA[Attach PDF Files to Email Using Microsoft Flow]]></title>
            <link>https://www.nutrient.io/blog/attach-converted-pdf-files-to-an-email-using-microsoft-flow-and-sharepoint-online/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/attach-converted-pdf-files-to-an-email-using-microsoft-flow-and-sharepoint-online/</guid>
            <pubDate>Sat, 01 Oct 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Attach PDF Files to Email Using Microsoft Flow" /></p>Learn how to automatically convert and send PDF files as email attachments using Microsoft Flow and SharePoint Online with this step-by-step guide.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient 💖 React Native]]></title>
            <link>https://www.nutrient.io/blog/react-native-module/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/react-native-module/</guid>
            <pubDate>Thu, 29 Sep 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B0jABvus.png" alt="Nutrient 💖 React Native" /></p>Discover Nutrient’s React Native PDF SDK — an easy-to-integrate, customizable PDF viewer for iOS and Android apps. Learn how to add advanced PDF features like annotations, editing, forms, and digital signatures using a simple JavaScript API.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/article-header.B0jABvus.png"/>
        </item>
        <item>
            <title><![CDATA[Debugging a specific instance with scripted breakpoints]]></title>
            <link>https://www.nutrient.io/blog/scripted-breakpoints/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/scripted-breakpoints/</guid>
            <pubDate>Wed, 28 Sep 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/command.rA2pW1vR.png" alt="Debugging a specific instance with scripted breakpoints" /></p>When debugging an issue that is somewhere deep inside your code, you easily end up debugging a class that has lots of living instances. Sometimes, you are only interested in a very particular one. This can become very tedious work.]]></description>
            <author>Michael Ochs</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/command.rA2pW1vR.png"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 6 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-6-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-6-0/</guid>
            <pubDate>Fri, 23 Sep 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/v6.pyfpbBTY.jpg" alt="PSPDFKit 6 for iOS" /></p>PSPDFKit 6 for iOS is fully optimized for Xcode 8 and iOS 10, comes with improved API for Swift 3, faster rendering, various fixes, and a visual refresh.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/v6.pyfpbBTY.jpg"/>
        </item>
        <item>
            <title><![CDATA[Hiring a distributed team]]></title>
            <link>https://www.nutrient.io/blog/hiring-a-distributed-team/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/hiring-a-distributed-team/</guid>
            <pubDate>Tue, 20 Sep 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/interview-at-computer.BohSTbWq.jpg" alt="Hiring a distributed team" /></p>Who you hire can have a dramatic effect on your team’s culture, company’s productivity and, overall, is the most influential factor in determining the success or failure of a company. Over the past six years at PSPDFKit, we’ve slowly learned what’s important, what works, and what doesn’t work, at least for us.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/interview-at-computer.BohSTbWq.jpg"/>
        </item>
        <item>
            <title><![CDATA[BPM Guide: Special Situations Overview]]></title>
            <link>https://www.nutrient.io/blog/bpm-guide-part-9-special-situations-requiring-business-process-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-guide-part-9-special-situations-requiring-business-process-management/</guid>
            <pubDate>Tue, 20 Sep 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPM Guide: Special Situations Overview" /></p>Explore strategic BPM insights for mergers, outsourcing, software replacement, and financial turnarounds. Enhance your business process management today.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Writing good bug reports]]></title>
            <link>https://www.nutrient.io/blog/writing-good-bug-reports/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/writing-good-bug-reports/</guid>
            <pubDate>Tue, 13 Sep 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/radar-works.Csqaix7y.png" alt="Writing good bug reports" /></p>At PSPDFKit, we work every day to read through developers' bug reports. In fact, we forward many of them to the engineers at Apple. While this post is Apple-centric, many details can be applied to any sort of bug reporting.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/radar-works.Csqaix7y.png"/>
        </item>
        <item>
            <title><![CDATA[Real-time collaboration, Apple, and you]]></title>
            <link>https://www.nutrient.io/blog/real-time-collaboration/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/real-time-collaboration/</guid>
            <pubDate>Thu, 08 Sep 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Apple recognizes that real-time collaboration is necessary and so do we. Here's how PSPDFKit is upgrading your ability to work with teams.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[BPM Guide (Part 8): From Process Diagrams to Real Process Change]]></title>
            <link>https://www.nutrient.io/blog/bpm-guide-part-8-process-diagrams-real-process-change/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-guide-part-8-process-diagrams-real-process-change/</guid>
            <pubDate>Tue, 06 Sep 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPM Guide (Part 8): From Process Diagrams to Real Process Change" /></p>After KPIs and metrics, there are two other important factors to consider: technology implications and the people side of change.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Spicing up status messages]]></title>
            <link>https://www.nutrient.io/blog/spicing-up-status-messages/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/spicing-up-status-messages/</guid>
            <pubDate>Wed, 31 Aug 2016 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/hud.QNJa_O3B.png" alt="Spicing up status messages" /></p>At PSPDFKit, we likely spend just as much time polishing the UI as we do implementing PDF features or tweaking the performance. Here's a look at how one of our developers explored improving our status messages.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/hud.QNJa_O3B.png"/>
        </item>
        <item>
            <title><![CDATA[Just a simple bookmark]]></title>
            <link>https://www.nutrient.io/blog/just-a-simple-bookmark/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/just-a-simple-bookmark/</guid>
            <pubDate>Thu, 25 Aug 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/analog-bookmark.DS4Mt5zX.jpg" alt="Just a simple bookmark" /></p>When books became digital, bookmarks became more complicated. Instead of stuffing a piece of paper in a book, you now had to store a digital marker, which is not always as simple as it looks.]]></description>
            <author>Jernej Virag</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/analog-bookmark.DS4Mt5zX.jpg"/>
        </item>
        <item>
            <title><![CDATA[BPM Guide (Part 7): Managing Evolving Processes in Real Time]]></title>
            <link>https://www.nutrient.io/blog/bpm-guide-part-7-managing-evolving-processes-real-time/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-guide-part-7-managing-evolving-processes-real-time/</guid>
            <pubDate>Wed, 24 Aug 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="BPM Guide (Part 7): Managing Evolving Processes in Real Time" /></p>Modeling improvements to your business processes involves considerable effort but it is only the starting point for effective process management.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.5 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-5/</guid>
            <pubDate>Tue, 16 Aug 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/bookmarks.BnC50gMr.gif" alt="PSPDFKit 2.5 for Android" /></p>The PSPDFKit Android team has been working hard to bring you the newest release 2.5 of PSPDFKit for Android! Check out this post to learn about the updated features.]]></description>
            <author>Jernej Virag</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/gif" url="https://www.nutrient.io/_astro/bookmarks.BnC50gMr.gif"/>
        </item>
        <item>
            <title><![CDATA[Converting Xcode Test Runs to JUnit, the Fast Way]]></title>
            <link>https://www.nutrient.io/blog/converting-xcode-test-results-the-fast-way/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-xcode-test-results-the-fast-way/</guid>
            <pubDate>Thu, 11 Aug 2016 10:00:00 GMT</pubDate>
            <description><![CDATA[Convert Xcode test results to JUnit format using trainer, a fastlane plugin that reads plist output for fast, reliable CI reporting. Learn how.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[The importance of retreats for a remote company]]></title>
            <link>https://www.nutrient.io/blog/the-importance-of-retreats-for-a-remote-company/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-importance-of-retreats-for-a-remote-company/</guid>
            <pubDate>Sat, 06 Aug 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Learn why in-person retreats are essential for remote company culture. Nutrient shares how annual team retreats build community and unlock communication.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Opening a PDF in Swift]]></title>
            <link>https://www.nutrient.io/blog/opening-a-pdf-in-swift/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/opening-a-pdf-in-swift/</guid>
            <pubDate>Wed, 27 Jul 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Open and display PDF documents in Swift using Nutrient with a step-by-step Xcode project setup, from adding files to presenting the viewer.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Preventing Popovers on Popovers]]></title>
            <link>https://www.nutrient.io/blog/popovers-on-popovers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/popovers-on-popovers/</guid>
            <pubDate>Wed, 20 Jul 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Explore how UIKit handles action sheets and activity view controllers inside popovers and form sheets on iOS, and what the HIG rules mean in practice.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Effective process mapping guide]]></title>
            <link>https://www.nutrient.io/blog/bpm-guide-part-4-effective-process-mapping-puts-straight-path-business-improvement/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-guide-part-4-effective-process-mapping-puts-straight-path-business-improvement/</guid>
            <pubDate>Tue, 19 Jul 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Effective process mapping guide" /></p>Learn how effective process mapping can enhance business efficiency and drive improvement. Discover key strategies for successful mapping.]]></description>
            <author>Joanne Wortman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to build a screen reader]]></title>
            <link>https://www.nutrient.io/blog/how-to-build-a-screenreader/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-build-a-screenreader/</guid>
            <pubDate>Tue, 12 Jul 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Build an Android screen reader with Nutrient using text-to-speech and synchronized highlighting. Step-by-step Java tutorial with RxJava and Android TTS API.]]></description>
            <author>David Schreiber‑Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Efficient iOS Version Checking]]></title>
            <link>https://www.nutrient.io/blog/efficient-ios-version-checking/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/efficient-ios-version-checking/</guid>
            <pubDate>Wed, 06 Jul 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Compare iOS versions efficiently using NSFoundationVersionNumber and NSProcessInfo in Objective-C and Swift. Avoid string comparison pitfalls in iOS apps.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-5-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-5-4/</guid>
            <pubDate>Fri, 01 Jul 2016 10:00:00 GMT</pubDate>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Investigating Thread Safety of UIImage]]></title>
            <link>https://www.nutrient.io/blog/investigating-thread-safety-of-uiimage/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/investigating-thread-safety-of-uiimage/</guid>
            <pubDate>Thu, 30 Jun 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Explore the thread safety of UIImage in iOS, including the UITraitCollection race condition that causes crashes when creating images on background threads.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Enterprise BPM: Essential for Organizational Agility]]></title>
            <link>https://www.nutrient.io/blog/bpm-guide-part-2-enterprise-process-management-imperative-every-organization/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/bpm-guide-part-2-enterprise-process-management-imperative-every-organization/</guid>
            <pubDate>Mon, 27 Jun 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Enterprise BPM: Essential for Organizational Agility" /></p>Discover why enterprise BPM is vital for adapting to change and staying competitive in today's dynamic business environment.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.3 for iOS and Beyond]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-5-3-and-beyond/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-5-3-and-beyond/</guid>
            <pubDate>Wed, 08 Jun 2016 15:00:00 GMT</pubDate>
            <description><![CDATA[PSPDFKit 5.3 for iOS includes customizable color picker, new display settings, and other features!]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.4 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-4/</guid>
            <pubDate>Wed, 08 Jun 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Nutrient Android SDK 2.4 adds redesigned toolbars, annotation mode APIs, document printing, and improved accessibility with TalkBack support.]]></description>
            <author>Jernej Virag</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[End–to–End Testing: What, Why, and How?]]></title>
            <link>https://www.nutrient.io/blog/e2e-testing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/e2e-testing/</guid>
            <pubDate>Wed, 08 Jun 2016 10:00:00 GMT</pubDate>
            <description><![CDATA[End-to-end testing for real-time sync protects against data corruption across multiple clients. Learn how Nutrient Instant built its e2e test infrastructure.]]></description>
            <author>Daniel Demiss</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Testing HTTP APIs in Elixir]]></title>
            <link>https://www.nutrient.io/blog/testing-http-apis-in-elixir/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/testing-http-apis-in-elixir/</guid>
            <pubDate>Wed, 01 Jun 2016 14:34:00 GMT</pubDate>
            <description><![CDATA[Test HTTP APIs in Elixir without hitting real external services using the open source Bypass library. Covers Nutrient Instant authentication flow testing.]]></description>
            <author>Alexei Sholik</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Swifty Objective-C]]></title>
            <link>https://www.nutrient.io/blog/swifty-objective-c/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/swifty-objective-c/</guid>
            <pubDate>Thu, 26 May 2016 12:10:00 GMT</pubDate>
            <description><![CDATA[Write Objective-C that feels native in Swift using nullability, generics, and modern annotations. Learn how Nutrient keeps its codebase Swift-friendly.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Selective Pull Request Testing]]></title>
            <link>https://www.nutrient.io/blog/selective-pull-request-testing/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/selective-pull-request-testing/</guid>
            <pubDate>Fri, 20 May 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Filter CI builds in a monorepo to run only relevant tests on pull requests by configuring ghprb file path regions in Jenkins. Save time and resources.]]></description>
            <author>Julian Grosshauser</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Continuous iOS Code Coverage With Jenkins and Slather]]></title>
            <link>https://www.nutrient.io/blog/continuous-ios-code-coverage-with-jenkins-and-slather/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/continuous-ios-code-coverage-with-jenkins-and-slather/</guid>
            <pubDate>Wed, 11 May 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Set up continuous iOS code coverage reporting with Xcode 7, Jenkins, and Slather. Covers profdata format conversion and per-PR coverage tracking.]]></description>
            <author>Matej Bukovinski</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Keyboard Handling on Android]]></title>
            <link>https://www.nutrient.io/blog/keyboard-handling-on-android/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/keyboard-handling-on-android/</guid>
            <pubDate>Thu, 05 May 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Master Android soft keyboard handling including adjustResize in fullscreen mode, detecting keyboard visibility, and scrolling to edited annotations.]]></description>
            <author>Tomáš Šurín</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Running UI Tests on iOS With Ludicrous Speed]]></title>
            <link>https://www.nutrient.io/blog/running-ui-tests-with-ludicrous-speed/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/running-ui-tests-with-ludicrous-speed/</guid>
            <pubDate>Wed, 27 Apr 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Speed up iOS UI tests at scale using KIF framework, snapshot testing, and optimized Xcode configuration. Learn how Nutrient makes UI tests fast and reliable.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Ensuring Compliance by Improving User Experience]]></title>
            <link>https://www.nutrient.io/blog/ensuring-compliance-improving-user-experience/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ensuring-compliance-improving-user-experience/</guid>
            <pubDate>Thu, 21 Apr 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Ensuring Compliance by Improving User Experience" /></p>The real costs of failing to comply with laws and regulations are potentially staggering. User Experience can help.]]></description>
            <author>Cindy Cook DeRuyter</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Adding live search to Jazzy docs]]></title>
            <link>https://www.nutrient.io/blog/adding-live-search-to-jazzy/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/adding-live-search-to-jazzy/</guid>
            <pubDate>Mon, 18 Apr 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Add live client-side search to Jazzy-generated API docs using lunr.js and typeahead.js. Learn how Nutrient indexes 300 classes instantly in the browser.]]></description>
            <author>Esad Hajdarevic</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Automated compliance workflows for efficiency]]></title>
            <link>https://www.nutrient.io/blog/every-compliance-officers-best-friend-automated-compliance-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/every-compliance-officers-best-friend-automated-compliance-workflow/</guid>
            <pubDate>Mon, 18 Apr 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automated compliance workflows for efficiency" /></p>Discover how automated compliance workflows can streamline approvals, audits, and attestations, reducing errors and enhancing efficiency.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Kotlin-Ready Online Guides]]></title>
            <link>https://www.nutrient.io/blog/kotlin-ready-online-guides/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kotlin-ready-online-guides/</guid>
            <pubDate>Fri, 15 Apr 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/kotlin-ready-guides.D8rn0EzJ.png" alt="Kotlin-Ready Online Guides" /></p>Our Guides received a large update – now with Kotlin usage examples.]]></description>
            <author>David Schreiber-Ranner</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/kotlin-ready-guides.D8rn0EzJ.png"/>
        </item>
        <item>
            <title><![CDATA[A pragmatic cross-platform approach]]></title>
            <link>https://www.nutrient.io/blog/a-pragmatic-approach-to-cross-platform/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-pragmatic-approach-to-cross-platform/</guid>
            <pubDate>Wed, 13 Apr 2016 06:00:00 GMT</pubDate>
            <description><![CDATA[Learn how Nutrient shares a C++ core across iOS, Android, and Web while keeping native UI per platform — a pragmatic cross-platform approach that scales.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Debugging Rotation Issues]]></title>
            <link>https://www.nutrient.io/blog/debugging-rotation-issues/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/debugging-rotation-issues/</guid>
            <pubDate>Thu, 07 Apr 2016 11:00:00 GMT</pubDate>
            <description><![CDATA[Discover how we resolved a freezing issue in our Document Editor app after rotation, ensuring smooth user interaction and event handling.]]></description>
            <author>Michael Ochs</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[The Document Editor]]></title>
            <link>https://www.nutrient.io/blog/the-document-editor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/the-document-editor/</guid>
            <pubDate>Thu, 31 Mar 2016 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Surprises with Swift Extensions]]></title>
            <link>https://www.nutrient.io/blog/surprises-with-swift-extensions/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/surprises-with-swift-extensions/</guid>
            <pubDate>Thu, 24 Mar 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Discover why Swift extensions on Objective-C classes still require prefixes and how to use @objc() to keep names clean in Swift while fixing runtime crashes.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Automating Facility Management Workflow]]></title>
            <link>https://www.nutrient.io/blog/automating-facility-management-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/automating-facility-management-workflow/</guid>
            <pubDate>Tue, 01 Mar 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Automating Facility Management Workflow" /></p>Facility management teams can react more quickly, provide consistent service, keep audit trails and provide better security and safety.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[BP streamlines financial approvals and compliance with Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-bp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-bp/</guid>
            <pubDate>Thu, 18 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CeSl5XBG.jpg" alt="BP streamlines financial approvals and compliance with Nutrient Workflow" /></p>Compliance in asset management is critical for a large, global oil and gas company.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CeSl5XBG.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Cardinal Logistics scaled operations and ensured SOX compliance with Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-cardinal-logistics/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-cardinal-logistics/</guid>
            <pubDate>Thu, 18 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.qe1SXXpc.jpg" alt="How Cardinal Logistics scaled operations and ensured SOX compliance with Nutrient Workflow" /></p>Cardinal needed a new system to assure verification and compliance of profit and loss reporting.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.qe1SXXpc.jpg"/>
        </item>
        <item>
            <title><![CDATA[Medcor’s journey to automate the new hire process]]></title>
            <link>https://www.nutrient.io/blog/customers-medcor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-medcor/</guid>
            <pubDate>Thu, 18 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bj-n_kEU.jpg" alt="Medcor’s journey to automate the new hire process" /></p>Medcor needed to quickly automate the new hire process to save time and money and improve the efficiency of the process.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bj-n_kEU.jpg"/>
        </item>
        <item>
            <title><![CDATA[Michelman & Robinson streamlines legal workflows and integrates with Omega using Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-michelman-robinson/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-michelman-robinson/</guid>
            <pubDate>Thu, 18 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Bg_rWpdm.jpg" alt="Michelman & Robinson streamlines legal workflows and integrates with Omega using Nutrient Workflow" /></p>Finding a workflow system that was configurable and easy to adapt to change at a sensible cost point.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Bg_rWpdm.jpg"/>
        </item>
        <item>
            <title><![CDATA[4-H automates and streamlines the curriculum peer review process]]></title>
            <link>https://www.nutrient.io/blog/customers-national-4-h/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-national-4-h/</guid>
            <pubDate>Thu, 18 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.lgt3NE20.jpg" alt="4-H automates and streamlines the curriculum peer review process" /></p>4-H automates and streamlines the curriculum peer review process with Nutrient Workflow.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.lgt3NE20.jpg"/>
        </item>
        <item>
            <title><![CDATA[Red Bull enhances cross-country asset management and approval workflows with Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-red-bull/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-red-bull/</guid>
            <pubDate>Thu, 18 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.B6yt87aW.jpg" alt="Red Bull enhances cross-country asset management and approval workflows with Nutrient Workflow" /></p>Nutrient gives Red Bull asset acquisition wings: Centralizing country-specific processes across a region]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.B6yt87aW.jpg"/>
        </item>
        <item>
            <title><![CDATA[U.S. Pipe streamlines CapEx, offboarding, and more]]></title>
            <link>https://www.nutrient.io/blog/customers-us-pipe/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-us-pipe/</guid>
            <pubDate>Thu, 18 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.DJwcSUgg.jpg" alt="U.S. Pipe streamlines CapEx, offboarding, and more" /></p>Finding a workflow management solution that could be deployed and managed with internal resources became a priority.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.DJwcSUgg.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.2 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-2/</guid>
            <pubDate>Thu, 18 Feb 2016 06:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.2 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-5-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-5-2/</guid>
            <pubDate>Wed, 17 Feb 2016 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[The curious case of Android premultiplied alpha]]></title>
            <link>https://www.nutrient.io/blog/a-curious-case-of-android-alpha/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-curious-case-of-android-alpha/</guid>
            <pubDate>Fri, 12 Feb 2016 12:00:00 GMT</pubDate>
            <description><![CDATA[Debug transparent pixel artifacts on Android caused by premultiplied alpha in bitmaps rendered via C++ NDK. See how Nutrient solved the issue.]]></description>
            <author>Jernej Virag</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Baylor University transforms request management with Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-baylor-university/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-baylor-university/</guid>
            <pubDate>Tue, 09 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.BR5g0BKB.jpg" alt="Baylor University transforms request management with Nutrient Workflow" /></p>The ITS department at Baylor needed a solution that would completely replace manual and paper-based processes for personnel actions.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.BR5g0BKB.jpg"/>
        </item>
        <item>
            <title><![CDATA[Caregility streamlines processes and enhances compliance]]></title>
            <link>https://www.nutrient.io/blog/customers-caregility/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-caregility/</guid>
            <pubDate>Tue, 09 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.iT10s2di.jpg" alt="Caregility streamlines processes and enhances compliance" /></p>Caregility needed to standardize its processes to remain competitive in the healthcare market.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.iT10s2di.jpg"/>
        </item>
        <item>
            <title><![CDATA[Streamline security with workflow automation]]></title>
            <link>https://www.nutrient.io/blog/manage-security-incidents-better-workflow-automation/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/manage-security-incidents-better-workflow-automation/</guid>
            <pubDate>Tue, 02 Feb 2016 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Streamline security with workflow automation" /></p>Enhance your response to security incidents using workflow automation for faster resolutions and improved compliance tracking.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2.1 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-1/</guid>
            <pubDate>Wed, 27 Jan 2016 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5.1 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-5-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-5-1/</guid>
            <pubDate>Tue, 22 Dec 2015 12:00:00 GMT</pubDate>
            <description><![CDATA[Discover PSPDFKit 5.1's improved integration, iOS 9 adaptivity, and enhanced night mode for a seamless annotation editing experience.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 2 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-2-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-2-0/</guid>
            <pubDate>Mon, 07 Dec 2015 12:00:00 GMT</pubDate>
            <description><![CDATA[Create and edit, Highlight, Underline, StrikeOut, Squiggle, Ink, Note, and FreeText annotations with PSPDFKit 2.0 for Android.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Watermark files in SharePoint Online]]></title>
            <link>https://www.nutrient.io/blog/add-watermarks-when-files-are-opened-or-downloaded-in-sharepoint-online-office-365/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/add-watermarks-when-files-are-opened-or-downloaded-in-sharepoint-online-office-365/</guid>
            <pubDate>Tue, 01 Dec 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Watermark files in SharePoint Online" /></p>Learn how to add dynamic watermarks to files when opened or downloaded in SharePoint Online for enhanced security and tracking.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Presentation Controllers and Adaptive Presentations]]></title>
            <link>https://www.nutrient.io/blog/presentation-controllers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/presentation-controllers/</guid>
            <pubDate>Wed, 25 Nov 2015 18:00:00 GMT</pubDate>
            <description><![CDATA[Deep dive into UIPresentationController and adaptive presentations in iOS 8, covering custom controllers, limitations, and real-world edge cases.]]></description>
            <author>Douglas Hill</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Workflow Management Use Case: Vendor and Contract Approvals]]></title>
            <link>https://www.nutrient.io/blog/workflow-management-use-case-vendor-and-contract-approvals/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/workflow-management-use-case-vendor-and-contract-approvals/</guid>
            <pubDate>Wed, 07 Oct 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Workflow Management Use Case: Vendor and Contract Approvals" /></p>Vendor and contract approval management can be difficult without an automated workflow system to provide a standardized process.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Using Ccache for Fun and Profit]]></title>
            <link>https://www.nutrient.io/blog/ccache-for-fun-and-profit/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/ccache-for-fun-and-profit/</guid>
            <pubDate>Tue, 06 Oct 2015 12:00:00 GMT</pubDate>
            <description><![CDATA[Speed up Xcode builds for large iOS projects using Ccache as a compiler cache. Nutrient explains setup, configuration, and real-world performance gains.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[How PCI Pharma Services streamlined CapEx approvals with mobile workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-pci-pharma-services/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-pci-pharma-services/</guid>
            <pubDate>Tue, 29 Sep 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.C9gkhu3B.jpg" alt="How PCI Pharma Services streamlined CapEx approvals with mobile workflow" /></p>PCI Pharma Services transformed its capital expenditure process with Nutrient Workflow, achieving mobile approvals, full visibility, and 100 percent compliance.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.C9gkhu3B.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 5 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-5-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-5-0/</guid>
            <pubDate>Mon, 28 Sep 2015 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.4 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-1-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-1-4/</guid>
            <pubDate>Thu, 24 Sep 2015 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Integrify Named a KMWorld 2015 Trend-Setting Product]]></title>
            <link>https://www.nutrient.io/blog/integrify-named-a-kmworld-2015-trend-setting-product/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-named-a-kmworld-2015-trend-setting-product/</guid>
            <pubDate>Fri, 21 Aug 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Named a KMWorld 2015 Trend-Setting Product" /></p>Integrify, a leader in workflow management and enterprise request solutions, announced that it has been named to KMWorld's 2015 List of Trend-Setting Products.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.3 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-1-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-1-3/</guid>
            <pubDate>Wed, 19 Aug 2015 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[5 Questions to Ask a Workflow Management Vendor]]></title>
            <link>https://www.nutrient.io/blog/5-questions-you-should-ask-a-prospective-workflow-management-vendor/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/5-questions-you-should-ask-a-prospective-workflow-management-vendor/</guid>
            <pubDate>Wed, 05 Aug 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="5 Questions to Ask a Workflow Management Vendor" /></p>There are some key questions you should be prepared to ask before making a shortlist of workflow management software vendors.]]></description>
            <author>Mike Raia</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Add QR Codes to SharePoint Documents]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-qr-codes-to-sharepoint-documents-using-the-muhimbi-pdf-converter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-qr-codes-to-sharepoint-documents-using-the-muhimbi-pdf-converter/</guid>
            <pubDate>Sat, 01 Aug 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Add QR Codes to SharePoint Documents" /></p>Learn how to seamlessly add QR codes to SharePoint documents using the Muhimbi PDF Converter for enhanced data management and convenience.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert Postscript to PDF with Autobahn DX]]></title>
            <link>https://www.nutrient.io/blog/converting-postscript-ps-files-to-pdf-using-document-automation-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-postscript-ps-files-to-pdf-using-document-automation-server/</guid>
            <pubDate>Fri, 10 Jul 2015 12:12:51 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert Postscript to PDF with Autobahn DX" /></p>Learn how to convert Postscript (.ps) files into searchable PDFs using Autobahn DX with our easy step-by-step guide.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Muhimbi PDF Converter - New Setup experience]]></title>
            <link>https://www.nutrient.io/blog/muhimbi-pdf-converter-new-setup-experience/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/muhimbi-pdf-converter-new-setup-experience/</guid>
            <pubDate>Wed, 01 Jul 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Muhimbi PDF Converter - New Setup experience" /></p>]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 1.2 for Android]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-android-1-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-android-1-2/</guid>
            <pubDate>Wed, 03 Jun 2015 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Finding Duplicate Files in SharePoint]]></title>
            <link>https://www.nutrient.io/blog/finding-duplicate-files-in-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/finding-duplicate-files-in-sharepoint/</guid>
            <pubDate>Fri, 29 May 2015 12:42:47 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Finding Duplicate Files in SharePoint" /></p>Find exact duplicate files across SharePoint farms using MD5 hashing and Aquaforest CheckPoint. Works across SharePoint Online and on-premises environments.]]></description>
            <author>Shrevin Sookun</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-4-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-4-4/</guid>
            <pubDate>Wed, 29 Apr 2015 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[How Oakland Unified School District streamlined vendor management]]></title>
            <link>https://www.nutrient.io/blog/customers-oakland-unified-school-district/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-oakland-unified-school-district/</guid>
            <pubDate>Tue, 07 Apr 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.4oiKLHig.jpg" alt="How Oakland Unified School District streamlined vendor management" /></p>OUSD used Nutrient Workflow to automate vendor contracts and approvals, reducing manual effort and increasing transparency across the district.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.4oiKLHig.jpg"/>
        </item>
        <item>
            <title><![CDATA[Accelerating and simplifying 360-degree workflows with NeoSystems]]></title>
            <link>https://www.nutrient.io/blog/customers-neosystems/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-neosystems/</guid>
            <pubDate>Tue, 10 Mar 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.61wY5MU9.jpg" alt="Accelerating and simplifying 360-degree workflows with NeoSystems" /></p>Choosing a workflow management system that would automate critical back office functions like finance and HR.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.61wY5MU9.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.3 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-4-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-4-3/</guid>
            <pubDate>Fri, 06 Mar 2015 12:00:00 GMT</pubDate>
            <description><![CDATA[Discover the stability improvements in PSPDFKit 4.3, featuring persistent back/forward navigation and enhanced Swift nullability support for better PDF handling]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Converting .MSG files to PDF]]></title>
            <link>https://www.nutrient.io/blog/converting-msg-files-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-msg-files-to-pdf/</guid>
            <pubDate>Tue, 24 Feb 2015 16:16:05 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Converting .MSG files to PDF" /></p>Configure Autobahn DX to convert Outlook .MSG files to PDF by setting up the Windows service account and Outlook profile without internet access.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Aquaforest Searchlight - Best Practices]]></title>
            <link>https://www.nutrient.io/blog/document-searchability-best-practices/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/document-searchability-best-practices/</guid>
            <pubDate>Mon, 16 Feb 2015 16:38:50 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Aquaforest Searchlight - Best Practices" /></p>Optimize Aquaforest Searchlight for large SharePoint libraries with batch processing, fragmentation, parallel cores, and storage management best practices.]]></description>
            <author>Shrevin Sookun</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.2 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-4-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-4-2/</guid>
            <pubDate>Tue, 03 Feb 2015 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Table of Contents Generation for PDFs]]></title>
            <link>https://www.nutrient.io/blog/server-side-table-of-contents-generation-for-pdfs-and-merged-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/server-side-table-of-contents-generation-for-pdfs-and-merged-files/</guid>
            <pubDate>Thu, 01 Jan 2015 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Table of Contents Generation for PDFs" /></p>Discover how to enhance your PDFs with dynamic table of contents generation for merged files using our powerful API features.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Enable SSL/HTTPS Communication in the Muhimbi Conversion Service]]></title>
            <link>https://www.nutrient.io/blog/enable-ssl-https-communication-in-the-muhimbi-conversion-service/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/enable-ssl-https-communication-in-the-muhimbi-conversion-service/</guid>
            <pubDate>Mon, 01 Dec 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Enable SSL/HTTPS Communication in the Muhimbi Conversion Service" /></p>]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Server Side PDF Conversion of Bentley MicroStation DGN Files]]></title>
            <link>https://www.nutrient.io/blog/server-side-pdf-conversion-of-bentley-microstation-dgn-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/server-side-pdf-conversion-of-bentley-microstation-dgn-files/</guid>
            <pubDate>Mon, 01 Dec 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Server Side PDF Conversion of Bentley MicroStation DGN Files" /></p>Convert Bentley MicroStation DGN files to PDF server-side using Nutrient PDF Converter (formerly Muhimbi) and DgnXchange third-party integration.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Exacto enhances request management and business efficiency using Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-exacto/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-exacto/</guid>
            <pubDate>Thu, 20 Nov 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Byp9yXP7.jpg" alt="Exacto enhances request management and business efficiency using Nutrient Workflow" /></p>Exacto needed a workflow management system that would automate sales, technical, marketing, compliance, research, and operations.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Byp9yXP7.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4.1 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-4-1/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-4-1/</guid>
            <pubDate>Wed, 05 Nov 2014 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-4-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-4-0/</guid>
            <pubDate>Tue, 23 Sep 2014 12:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.7 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-3-7/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-3-7/</guid>
            <pubDate>Tue, 22 Jul 2014 20:14:00 GMT</pubDate>
            <description><![CDATA[Discover the new features of PSPDFKit 3.7, including customizable drawing styles and enhanced stylus support for a seamless annotation experience.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Aquaforest OCR Timeout]]></title>
            <link>https://www.nutrient.io/blog/aquaforest-ocr-timeout/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/aquaforest-ocr-timeout/</guid>
            <pubDate>Fri, 06 Jun 2014 15:06:37 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Aquaforest OCR Timeout" /></p>Understand and configure OCR timeout settings in Aquaforest products, including MrcTimeout and OcrProcessSetupTimeout, to handle slow or stalled pages.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Effortlessly convert PDF attachments]]></title>
            <link>https://www.nutrient.io/blog/programmatically-converting-and-merging-files-attached-to-pdf-documents/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/programmatically-converting-and-merging-files-attached-to-pdf-documents/</guid>
            <pubDate>Tue, 01 Apr 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Effortlessly convert PDF attachments" /></p>Discover how to programmatically convert and merge files attached to PDF documents using advanced PDF conversion techniques.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.6 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-3-6/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-3-6/</guid>
            <pubDate>Sun, 30 Mar 2014 17:11:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[How to Extract Text from PDF using Nintex Workflow]]></title>
            <link>https://www.nutrient.io/blog/how-to-extract-text-from-pdf-using-nintex-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-extract-text-from-pdf-using-nintex-workflow/</guid>
            <pubDate>Sat, 01 Mar 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Extract Text from PDF using Nintex Workflow" /></p>]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.5 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-3-5/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-3-5/</guid>
            <pubDate>Wed, 12 Feb 2014 09:02:00 GMT</pubDate>
            <description><![CDATA[Explore the new PSPDFKit 3.5 with smarter resizing, improved keyboard support, and a custom annotation toolbar for a seamless PDF experience.]]></description>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[How to Create an Approval task with Multiple Recipients]]></title>
            <link>https://www.nutrient.io/blog/approval-task-multiple-recipients-queue-thresholds/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/approval-task-multiple-recipients-queue-thresholds/</guid>
            <pubDate>Tue, 04 Feb 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Create an Approval task with Multiple Recipients" /></p>The Approval task in Integrify provides a method to quickly add and configure an approval step in your workflow.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify 6 Offers New Features, including 2 new task types]]></title>
            <link>https://www.nutrient.io/blog/integrify-6-offers-new-features-including-2-new-task-types/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-6-offers-new-features-including-2-new-task-types/</guid>
            <pubDate>Tue, 28 Jan 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify 6 Offers New Features, including 2 new task types" /></p>Integrify 6 offers a 100% web-based platform to centrally manage user requests from multiple locations, streamline workflow and operations]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify 6 Update with 2 new task types and features]]></title>
            <link>https://www.nutrient.io/blog/integrify-6-update-with-2-new-task-types-and-features/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-6-update-with-2-new-task-types-and-features/</guid>
            <pubDate>Tue, 28 Jan 2014 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify 6 Update with 2 new task types and features" /></p>Nutrient Workflow 6 introduces two new task types on the platform, expanding workflow automation capabilities for enterprise process management teams.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.4 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-3-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-3-4/</guid>
            <pubDate>Wed, 15 Jan 2014 09:39:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Configuring SharePoint for PDF Files]]></title>
            <link>https://www.nutrient.io/blog/configuring-sharepoint-for-pdf-files/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/configuring-sharepoint-for-pdf-files/</guid>
            <pubDate>Fri, 10 Jan 2014 15:45:19 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Configuring SharePoint for PDF Files" /></p>Learn how to configure SharePoint to properly display, index, and open PDF files across versions 2007, 2010, and 2013 with or without iFilters.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PSPDFKit 3.3 for iOS]]></title>
            <link>https://www.nutrient.io/blog/pspdfkit-ios-3-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pspdfkit-ios-3-3/</guid>
            <pubDate>Sun, 29 Dec 2013 08:00:00 GMT</pubDate>
            <author>Peter Steinberger</author>
            <category>undefined</category>
            <category>undefined</category>
        </item>
        <item>
            <title><![CDATA[Convert MSG and EML emails to PDF]]></title>
            <link>https://www.nutrient.io/blog/convert-msg-and-eml-based-emails-to-pdf-using-pdf-converter-services-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-msg-and-eml-based-emails-to-pdf-using-pdf-converter-services-sharepoint/</guid>
            <pubDate>Fri, 01 Nov 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert MSG and EML emails to PDF" /></p>Discover how to convert MSG and EML emails to PDF using advanced PDF converter services, perfect for archiving and compliance needs.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to OCR images and scanned PDFs using C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-ocr-images-and-pdfs-using-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-ocr-images-and-pdfs-using-csharp/</guid>
            <pubDate>Tue, 01 Oct 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to OCR images and scanned PDFs using C#" /></p>A C# sample that calls the Nutrient Web Services API to OCR image-based PDFs, making them fully searchable.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to OCR Images & Scanned PDFs using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-ocr-images-and-pdfs-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-ocr-images-and-pdfs-using-java/</guid>
            <pubDate>Tue, 01 Oct 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to OCR Images & Scanned PDFs using Java" /></p>]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify 6: Enterprise request management software]]></title>
            <link>https://www.nutrient.io/blog/integrify-announces-general-availability-of-integrify-6-for-enterprise-request-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-announces-general-availability-of-integrify-6-for-enterprise-request-management/</guid>
            <pubDate>Tue, 27 Aug 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify 6: Enterprise request management software" /></p>Discover Integrify 6, the software solution for enterprise request management that simplifies workflows and enhances mobile usability.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Sync with Active Directory in the Private Cloud]]></title>
            <link>https://www.nutrient.io/blog/integrifys-latest-private-cloud-option-sync-with-active-directory-in-the-cloud/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrifys-latest-private-cloud-option-sync-with-active-directory-in-the-cloud/</guid>
            <pubDate>Tue, 23 Jul 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Sync with Active Directory in the Private Cloud" /></p>Integrify offers the flexibility to have your own private cloud setup that provides enhances the security and isolation of your data.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Ruby on Rails: Convert and Watermark Documents]]></title>
            <link>https://www.nutrient.io/blog/use-ruby-on-rails-to-convert-merge-and-watermark-html-office-files-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/use-ruby-on-rails-to-convert-merge-and-watermark-html-office-files-to-pdf/</guid>
            <pubDate>Fri, 01 Mar 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Ruby on Rails: Convert and Watermark Documents" /></p>Learn to convert, merge, and watermark HTML & Office files to PDF using Ruby on Rails and the Muhimbi PDF Converter. Start improving your workflow today!]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Sony optimized workflows and reporting]]></title>
            <link>https://www.nutrient.io/blog/customers-sony-entertainment/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-sony-entertainment/</guid>
            <pubDate>Thu, 07 Feb 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.CPIT_l_U.jpg" alt="How Sony optimized workflows and reporting" /></p>Discover how Sony improved workflow efficiency and cut costs with advanced reporting tools, delivering a positive ROI.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.CPIT_l_U.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Convert Files to PDF using PHP]]></title>
            <link>https://www.nutrient.io/blog/how-to-convert-to-pdf-using-php/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-convert-to-pdf-using-php/</guid>
            <pubDate>Fri, 01 Feb 2013 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Convert Files to PDF using PHP" /></p>Convert Word, Excel, HTML, and other files to PDF in PHP using Nutrient PDF Converter Services (formerly Muhimbi) SOAP API. Includes debugging guidance.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify unveils 7 new features]]></title>
            <link>https://www.nutrient.io/blog/integrify-releases-7-new-features-as-part-of-55-features-in-55-days-campaign-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-releases-7-new-features-as-part-of-55-features-in-55-days-campaign-3/</guid>
            <pubDate>Thu, 13 Dec 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify unveils 7 new features" /></p>Explore the 7 new features in Integrify's campaign to boost productivity and simplify your workflow. Start your free trial today!]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify 7 new features launched in 55 days]]></title>
            <link>https://www.nutrient.io/blog/integrify-releases-7-new-features-as-part-of-55-features-in-55-days-campaign-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-releases-7-new-features-as-part-of-55-features-in-55-days-campaign-2/</guid>
            <pubDate>Fri, 30 Nov 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify 7 new features launched in 55 days" /></p>Integrify unveils 7 new features as part of its 55 features in 55 days campaign. Discover what's new and enhance your workflow today!]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify releases 7 new features as part of 55 days campaign]]></title>
            <link>https://www.nutrient.io/blog/integrify-releases-7-new-features-as-part-of-55-features-in-55-days-campaign/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-releases-7-new-features-as-part-of-55-features-in-55-days-campaign/</guid>
            <pubDate>Thu, 15 Nov 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify releases 7 new features as part of 55 days campaign" /></p>Integrify releases 7 new features as part of 55 features in 55 days campaign. New features include a variety of new functionality.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify Releases 9 new features]]></title>
            <link>https://www.nutrient.io/blog/integrify-releases-9-new-features/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-releases-9-new-features/</guid>
            <pubDate>Fri, 02 Nov 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Releases 9 new features" /></p>Integrify releases 9 new features as part of their 55 features in 55 days campaign.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify's 7 New Features Launch]]></title>
            <link>https://www.nutrient.io/blog/integrify-releases-7-new-features/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-releases-7-new-features/</guid>
            <pubDate>Fri, 19 Oct 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify's 7 New Features Launch" /></p>Explore Integrify's 7 new features available now in our ongoing campaign to enhance your workflow and productivity. Start your free trial today!]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Override conversion settings for documents]]></title>
            <link>https://www.nutrient.io/blog/overriding-default-conversion-settings-when-converting-documents-in-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/overriding-default-conversion-settings-when-converting-documents-in-sharepoint/</guid>
            <pubDate>Sat, 01 Sep 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Override conversion settings for documents" /></p>Learn how to override default conversion settings in SharePoint for Muhimbi's PDF Converter to enhance document customization and control workflow parameters.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Word Automation Services and PDF Conversion]]></title>
            <link>https://www.nutrient.io/blog/using-word-automation-services-in-combination-with-the-pdf-converter-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-word-automation-services-in-combination-with-the-pdf-converter-for-sharepoint/</guid>
            <pubDate>Wed, 01 Aug 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Word Automation Services and PDF Conversion" /></p>Discover how to combine Word Automation Services with the PDF Converter for effective document conversion in SharePoint environments.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Copy Meta-Data and set content types using Nintex workflow]]></title>
            <link>https://www.nutrient.io/blog/copy-meta-data-and-set-content-types-using-nintex-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/copy-meta-data-and-set-content-types-using-nintex-workflow/</guid>
            <pubDate>Fri, 01 Jun 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Copy Meta-Data and set content types using Nintex workflow" /></p>Copy SharePoint metadata and set content types using the Nintex Workflow activity from Nutrient (formerly Muhimbi). Supports cross-library operations.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Microsoft Word Setup for Autobahn DX and PDF Junction]]></title>
            <link>https://www.nutrient.io/blog/microsoft-word-setup-for-document-automation-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/microsoft-word-setup-for-document-automation-server/</guid>
            <pubDate>Wed, 23 May 2012 14:36:13 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Microsoft Word Setup for Autobahn DX and PDF Junction" /></p>Configure Microsoft Word to work smoothly with Autobahn DX and PDF Junction by disabling pop-ups, macros, and Protected View. Get started.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Copy metadata and set content types using a SharePoint workflow]]></title>
            <link>https://www.nutrient.io/blog/copy-meta-data-and-set-content-types-using-a-sharepoint-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/copy-meta-data-and-set-content-types-using-a-sharepoint-workflow/</guid>
            <pubDate>Tue, 01 May 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Copy metadata and set content types using a SharePoint workflow" /></p>Learn how to copy metadata and set content types in SharePoint workflows using Nutrient’s standalone workflow activity. Copy fields between documents, set content types, and streamline document management across SharePoint 2007 and 2010.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Autobahn DX Windows Service]]></title>
            <link>https://www.nutrient.io/blog/autobahn-dx-windows-service/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/autobahn-dx-windows-service/</guid>
            <pubDate>Thu, 05 Apr 2012 12:21:06 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Autobahn DX Windows Service" /></p>Configure the Autobahn DX Windows Service by setting up an admin user account and Log On credentials for the Autobahn and BCL easyPDF X Loader services.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Estimating OCR Conversion Processing Time with Autobahn DX]]></title>
            <link>https://www.nutrient.io/blog/estimating-ocr-conversion-processing-time-with-document-automation-server/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/estimating-ocr-conversion-processing-time-with-document-automation-server/</guid>
            <pubDate>Mon, 12 Mar 2012 09:36:07 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Estimating OCR Conversion Processing Time with Autobahn DX" /></p>Estimate OCR processing time for large document batches using Autobahn DX. Calculate pages per CPU core hour based on complexity, resolution, and color depth.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[TIFF versus PDF]]></title>
            <link>https://www.nutrient.io/blog/tiff-versus-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/tiff-versus-pdf/</guid>
            <pubDate>Sun, 11 Mar 2012 17:47:15 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="TIFF versus PDF" /></p>Compare TIFF and PDF as document storage formats. This white paper covers file structure, compression, searchability, and which format fits your needs.]]></description>
            <author>Neil Pitman</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Document type conversion using PDF Converter]]></title>
            <link>https://www.nutrient.io/blog/convert-document-types-using-the-pdf-converter-for-sharepoint-xls-to-xslx-doc-to-docx/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-document-types-using-the-pdf-converter-for-sharepoint-xls-to-xslx-doc-to-docx/</guid>
            <pubDate>Wed, 01 Feb 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Document type conversion using PDF Converter" /></p>Discover how to convert document types such as xls to xlsx and doc to docx using the PDF Converter for SharePoint seamlessly in your workflows.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert InfoPath to Word, Excel, PDF & XPS]]></title>
            <link>https://www.nutrient.io/blog/convert-infopath-to-ms-word-excel-xps-and-pdf-using-the-muhimbi-pdf-converter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-infopath-to-ms-word-excel-xps-and-pdf-using-the-muhimbi-pdf-converter/</guid>
            <pubDate>Wed, 01 Feb 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert InfoPath to Word, Excel, PDF & XPS" /></p>Discover how to convert InfoPath forms to Word, Excel, HTML, and PDF easily with new features of the Muhimbi PDF Converter.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify Announces 1st Quarter Product Release Schedule]]></title>
            <link>https://www.nutrient.io/blog/integrify-announces-1st-quarter-product-release-schedule/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-announces-1st-quarter-product-release-schedule/</guid>
            <pubDate>Mon, 23 Jan 2012 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Announces 1st Quarter Product Release Schedule" /></p>The Integrify team has been busy developing and testing our next release, v 5.5.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Merge PDF files using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-combine-pdfs-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-combine-pdfs-using-java/</guid>
            <pubDate>Thu, 01 Dec 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Merge PDF files using Java" /></p>Learn how to merge multiple PDF files using Java. This guide provides code examples and key features for seamless PDF file management.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert Outlook MSG files to PDF now]]></title>
            <link>https://www.nutrient.io/blog/convert-outlook-msg-files-to-pdf-with-attachments-using-the-muhimbi-pdf-converter/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-outlook-msg-files-to-pdf-with-attachments-using-the-muhimbi-pdf-converter/</guid>
            <pubDate>Tue, 01 Nov 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert Outlook MSG files to PDF now" /></p>Effortlessly convert Outlook MSG files to PDF with attachments. Archive your emails securely using our advanced PDF converter.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Specify PDF paths and file names in SharePoint]]></title>
            <link>https://www.nutrient.io/blog/specifying-paths-and-file-names-when-using-the-pdf-converter-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/specifying-paths-and-file-names-when-using-the-pdf-converter-for-sharepoint/</guid>
            <pubDate>Tue, 01 Nov 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Specify PDF paths and file names in SharePoint" /></p>Learn how to accurately specify paths and file names when using the PDF Converter for SharePoint to streamline your document processing.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify® Announces Record Third Quarter 2011 Results]]></title>
            <link>https://www.nutrient.io/blog/integrify-announces-record-third-quarter-2011-results/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-announces-record-third-quarter-2011-results/</guid>
            <pubDate>Mon, 24 Oct 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify® Announces Record Third Quarter 2011 Results" /></p>Nutrient Workflow posts record Q3 2011 results fueled by Lean BPM growth, new enterprise customers, and rising demand for cloud and on-premises offerings.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Split PDF Pages & Files using C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-split-pdf-pages-using-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-split-pdf-pages-using-csharp/</guid>
            <pubDate>Sat, 01 Oct 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Split PDF Pages & Files using C#" /></p>Split PDF files by page count or bookmark using C# and the PDF Converter Services web services API. Includes key features and object model details.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF to PDF/A1b conversion made easy]]></title>
            <link>https://www.nutrient.io/blog/converting-pdf-document-to-pdf-a1b-using-the-muhimbi-pdf-converter-web-service/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-pdf-document-to-pdf-a1b-using-the-muhimbi-pdf-converter-web-service/</guid>
            <pubDate>Thu, 01 Sep 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="PDF to PDF/A1b conversion made easy" /></p>Learn how to convert PDF documents to PDF/A1b using the Muhimbi PDF Converter Web Service with a simple .NET example.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[PDF/A support in Muhimbi PDF converters]]></title>
            <link>https://www.nutrient.io/blog/pdf-a-support-in-the-muhimbi-pdf-converter-services-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/pdf-a-support-in-the-muhimbi-pdf-converter-services-sharepoint/</guid>
            <pubDate>Thu, 01 Sep 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="PDF/A support in Muhimbi PDF converters" /></p>Discover how Muhimbi's PDF converters support PDF/A standards for long-term file archiving and seamless transformation.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert HTML to PDF in Nintex Workflow]]></title>
            <link>https://www.nutrient.io/blog/convert-html-to-pdf-using-nintex-workflow-and-the-pdf-converter-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-html-to-pdf-using-nintex-workflow-and-the-pdf-converter-for-sharepoint/</guid>
            <pubDate>Mon, 01 Aug 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert HTML to PDF in Nintex Workflow" /></p>Learn how to convert HTML to PDF using Nintex Workflow with the new PDF Converter extension for seamless document management.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Watermark PDFs with Nintex and Muhimbi Converter]]></title>
            <link>https://www.nutrient.io/blog/watermark-pdfs-using-nintex-workflow-and-the-muhimbi-pdf-converter-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/watermark-pdfs-using-nintex-workflow-and-the-muhimbi-pdf-converter-for-sharepoint/</guid>
            <pubDate>Mon, 01 Aug 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Watermark PDFs with Nintex and Muhimbi Converter" /></p>Learn how to watermark PDFs using Nintex Workflow and the Muhimbi PDF Converter for seamless document enhancement and security.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[C# guide to merging PDF files]]></title>
            <link>https://www.nutrient.io/blog/how-to-combine-pdfs-using-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-combine-pdfs-using-csharp/</guid>
            <pubDate>Sun, 01 May 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="C# guide to merging PDF files" /></p>Learn how to merge multiple PDF files with C# in our detailed guide, featuring code examples and key features of the PDF merging facility.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Apply user-specific watermarks to PDFs]]></title>
            <link>https://www.nutrient.io/blog/applying-user-specific-watermarks-when-a-pdf-office-document-is-opened-in-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/applying-user-specific-watermarks-when-a-pdf-office-document-is-opened-in-sharepoint/</guid>
            <pubDate>Fri, 01 Apr 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Apply user-specific watermarks to PDFs" /></p>Learn how to apply user-specific watermarks to PDFs and Office documents in SharePoint, enhancing document security and personalization.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Dynamic PDF watermarks with user data]]></title>
            <link>https://www.nutrient.io/blog/merging-dynamic-data-into-watermarks-using-the-pdf-converter-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/merging-dynamic-data-into-watermarks-using-the-pdf-converter-for-sharepoint/</guid>
            <pubDate>Fri, 01 Apr 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Dynamic PDF watermarks with user data" /></p>Learn how to add user-specific information to watermarks in your PDFs using the latest features of the PDF Converter for SharePoint.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify named in KMWorld’s 100 companies]]></title>
            <link>https://www.nutrient.io/blog/integrify-named-in-kmworlds-100-companies-that-matter-4/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-named-in-kmworlds-100-companies-that-matter-4/</guid>
            <pubDate>Tue, 22 Feb 2011 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify named in KMWorld’s 100 companies" /></p>Integrify is honored to be listed in KMWorld's top 100 companies driving innovation in knowledge management and enterprise request management software.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to use Nintex workflow to convert documents to PDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-use-nintex-workflows-to-convert-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-use-nintex-workflows-to-convert-to-pdf/</guid>
            <pubDate>Wed, 01 Dec 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/use-nintex-workflow-to-convert-documents-to-pdf.vCov0o0e.png" alt="How to use Nintex workflow to convert documents to PDF" /></p>Discover how to use Nintex Workflow to automate document conversion to PDF. Simplify processes and enhance accessibility with our step-by-step instructions]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/png" url="https://www.nutrient.io/_astro/use-nintex-workflow-to-convert-documents-to-pdf.vCov0o0e.png"/>
        </item>
        <item>
            <title><![CDATA[Integrify Introduces Lean BPM for SharePoint]]></title>
            <link>https://www.nutrient.io/blog/integrify-introduces-lean-bpm-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-introduces-lean-bpm-for-sharepoint/</guid>
            <pubDate>Wed, 17 Nov 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Introduces Lean BPM for SharePoint" /></p>Nutrient Workflow launches Lean BPM for SharePoint, extending workflow automation beyond SharePoints native capabilities for MOSS 2007 and 2010 users.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Watermark PDFs using SharePoint Designer]]></title>
            <link>https://www.nutrient.io/blog/watermarking-pdf-documents-using-a-sharepoint-designer-workflow-part-2/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/watermarking-pdf-documents-using-a-sharepoint-designer-workflow-part-2/</guid>
            <pubDate>Fri, 01 Oct 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Watermark PDFs using SharePoint Designer" /></p>Learn how to efficiently watermark PDF documents with SharePoint Designer workflows in Part 2 of this comprehensive guide.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[HTML to PDF conversion in SharePoint]]></title>
            <link>https://www.nutrient.io/blog/convert-html-pages-to-pdf-format-using-the-sharepoint-user-interface/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-html-pages-to-pdf-format-using-the-sharepoint-user-interface/</guid>
            <pubDate>Wed, 01 Sep 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="HTML to PDF conversion in SharePoint" /></p>Learn how to easily convert HTML pages to PDF format using SharePoint's User Interface and enhance your document management.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Export InfoPath Files with Attachments to PDF]]></title>
            <link>https://www.nutrient.io/blog/how-to-export-infopath-with-attachments-to-pdf/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-export-infopath-with-attachments-to-pdf/</guid>
            <pubDate>Sun, 01 Aug 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Export InfoPath Files with Attachments to PDF" /></p>Export InfoPath forms with attachments merged into one PDF using Nutrient PDF Converter (formerly Muhimbi). Supports repeating sections and all file types.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Programmatically Converting Web / HTML Pages to PDF Format]]></title>
            <link>https://www.nutrient.io/blog/programmatically-converting-web-html-pages-to-pdf-format/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/programmatically-converting-web-html-pages-to-pdf-format/</guid>
            <pubDate>Sun, 01 Aug 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Programmatically Converting Web / HTML Pages to PDF Format" /></p>Convert webpages and HTML fragments to PDF programmatically using PDF Converter Services, with support for SharePoint, .NET, Java, and more.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to Add Watermarks to PDF using C#]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-watermarks-to-pdf-using-csharp/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-watermarks-to-pdf-using-csharp/</guid>
            <pubDate>Tue, 01 Jun 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to Add Watermarks to PDF using C#" /></p>Add text and image watermarks to PDFs in C# using Nutrient Document Conversion Service (formerly Muhimbi). Apply stamps, headers, footers, and merge fields.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to add watermarks to PDFs using Java]]></title>
            <link>https://www.nutrient.io/blog/how-to-add-watermarks-to-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/how-to-add-watermarks-to-pdf-using-java/</guid>
            <pubDate>Tue, 01 Jun 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to add watermarks to PDFs using Java" /></p>Learn how to add dynamic watermarks to PDF documents using Java and Nutrient Document Converter Services. Includes full sample code, setup instructions, and advanced configuration options.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[How to convert Office to PDF (Word, Excel, and PPT) using Java]]></title>
            <link>https://www.nutrient.io/blog/convert-office-files-to-pdf-using-java/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/convert-office-files-to-pdf-using-java/</guid>
            <pubDate>Thu, 01 Apr 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="How to convert Office to PDF (Word, Excel, and PPT) using Java" /></p>Learn how to convert Office documents to PDF using Java and Nutrient Document Converter Services. Includes step-by-step setup, sample Java code, and configuration tips for seamless integration.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Top 100 Companies in Knowledge Management]]></title>
            <link>https://www.nutrient.io/blog/integrify-named-in-kmworlds-100-companies-that-matter-3/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-named-in-kmworlds-100-companies-that-matter-3/</guid>
            <pubDate>Mon, 22 Feb 2010 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Top 100 Companies in Knowledge Management" /></p>Discover how an innovative ERM software was named in KMWorld's top 100 companies that matter in knowledge management, leading the way in efficiency.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Batch printing InfoPath forms made easy]]></title>
            <link>https://www.nutrient.io/blog/batch-print-infopath-forms-using-the-pdf-converter-for-sharepoint/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/batch-print-infopath-forms-using-the-pdf-converter-for-sharepoint/</guid>
            <pubDate>Tue, 01 Dec 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Batch printing InfoPath forms made easy" /></p>Learn how to use the PDF Converter for SharePoint to batch print InfoPath forms effectively and efficiently.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert Office documents to PDF with ease]]></title>
            <link>https://www.nutrient.io/blog/converting-office-files-to-pdf-format-using-a-web-services-based-interface/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/converting-office-files-to-pdf-format-using-a-web-services-based-interface/</guid>
            <pubDate>Tue, 01 Dec 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert Office documents to PDF with ease" /></p>Learn how to convert Office files to PDF format using a web services interface, along with features and examples of the Muhimbi PDF Converter.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[InfoPath to PDF Conversion: Troubleshooting Guide]]></title>
            <link>https://www.nutrient.io/blog/troubleshooting-infopath-to-pdf-conversion-document-converter-architecture/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/troubleshooting-infopath-to-pdf-conversion-document-converter-architecture/</guid>
            <pubDate>Sun, 01 Nov 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="InfoPath to PDF Conversion: Troubleshooting Guide" /></p>Discover essential tips for troubleshooting InfoPath to PDF conversion issues within SharePoint and ensure successful document transitions.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Convert SharePoint list data to PDF]]></title>
            <link>https://www.nutrient.io/blog/inserting-sharepoint-list-data-into-a-pdf-document-using-a-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/inserting-sharepoint-list-data-into-a-pdf-document-using-a-workflow/</guid>
            <pubDate>Tue, 01 Sep 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Convert SharePoint list data to PDF" /></p>Learn how to automate PDF generation from SharePoint list data using workflows, making holiday requests easier than ever.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify brings Single Sign-On service to SaaS customers]]></title>
            <link>https://www.nutrient.io/blog/integrify-brings-single-sign-on-service-to-saas-customers/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-brings-single-sign-on-service-to-saas-customers/</guid>
            <pubDate>Sun, 02 Aug 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify brings Single Sign-On service to SaaS customers" /></p>Nutrient Workflow OnDemand adds Single Sign-On support, letting SaaS customers authenticate via Active Directory or LDAP without separate login prompts.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[A solution for SharePoint’s common DISP_E_EXCEPTION COM error]]></title>
            <link>https://www.nutrient.io/blog/a-solution-for-sharepoints-common-disp-e-exception-com-error/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/a-solution-for-sharepoints-common-disp-e-exception-com-error/</guid>
            <pubDate>Wed, 01 Jul 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="A solution for SharePoint’s common DISP_E_EXCEPTION COM error" /></p>Learn how to resolve the common DISP_E_EXCEPTION COM error in SharePoint workflows.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify Releases version 5.0]]></title>
            <link>https://www.nutrient.io/blog/integrify-releases-integrify-version-5-0/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-releases-integrify-version-5-0/</guid>
            <pubDate>Mon, 06 Apr 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Releases version 5.0" /></p>Nutrient Workflow 5.0 launches with a new widget architecture, REST API, visual task flow designer, and embeddable process portals for enterprise BPM teams.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[SharePoint Supported Languages, Culture Names and Locale IDs]]></title>
            <link>https://www.nutrient.io/blog/sharepoint-supported-languages-culture-names-and-locale-ids/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/sharepoint-supported-languages-culture-names-and-locale-ids/</guid>
            <pubDate>Wed, 01 Apr 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="SharePoint Supported Languages, Culture Names and Locale IDs" /></p>Complete reference table of SharePoint supported languages, culture names, and locale IDs for use in SharePoint solutions and workflow activities.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Using the PDF Converter from a SharePoint Workflow]]></title>
            <link>https://www.nutrient.io/blog/using-the-pdf-converter-from-a-sharepoint-workflow/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/using-the-pdf-converter-from-a-sharepoint-workflow/</guid>
            <pubDate>Wed, 01 Apr 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Using the PDF Converter from a SharePoint Workflow" /></p>Create a SharePoint Designer workflow to convert approved documents to PDF using Nutrient PDF Converter (formerly Muhimbi). Includes step-by-step instructions.]]></description>
            <author>Clavin Fernandes</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify version 5.0: Enhanced flexibility]]></title>
            <link>https://www.nutrient.io/blog/integrify-announces-unprecedented-flexibility-and-extensibility-with-their-latest-version-5-0-release/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-announces-unprecedented-flexibility-and-extensibility-with-their-latest-version-5-0-release/</guid>
            <pubDate>Mon, 30 Mar 2009 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify version 5.0: Enhanced flexibility" /></p>Discover the new widget architecture and features in Integrify version 5.0 that streamline request management and process execution.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[SOAP Client Plugin for Seamless Web Integration]]></title>
            <link>https://www.nutrient.io/blog/integrify-offers-web-services-flexibility-with-new-soap-client-plugin/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-offers-web-services-flexibility-with-new-soap-client-plugin/</guid>
            <pubDate>Tue, 30 Sep 2008 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="SOAP Client Plugin for Seamless Web Integration" /></p>Integrify's SOAP Client Plugin allows easy integration with external web services, enhancing your workflow efficiency and process management.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify Announces Record First-Half 2008 Results]]></title>
            <link>https://www.nutrient.io/blog/integrify-announces-record-first-half-2008-results/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-announces-record-first-half-2008-results/</guid>
            <pubDate>Mon, 21 Jul 2008 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Announces Record First-Half 2008 Results" /></p>Nutrient Workflow reports record first-half 2008 results driven by SaaS adoption, new Fortune 1000 customers, and strong demand for its ERM platform.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify 4.7: Enhanced process management features]]></title>
            <link>https://www.nutrient.io/blog/integrify-4-7-delivers-enhanced-flexibility-and-configuration-options-in-process-management-software/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-4-7-delivers-enhanced-flexibility-and-configuration-options-in-process-management-software/</guid>
            <pubDate>Mon, 12 May 2008 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify 4.7: Enhanced process management features" /></p>Discover how Integrify 4.7 improves workflow with new features supporting business hours and user experience enhancements, making process management easier.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[GSK standardizes global IT request management with Nutrient Workflow]]></title>
            <link>https://www.nutrient.io/blog/customers-glaxosmithkline/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/customers-glaxosmithkline/</guid>
            <pubDate>Thu, 07 Feb 2008 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/article-header.Duny59wi.jpg" alt="GSK standardizes global IT request management with Nutrient Workflow" /></p>GSK wanted to find a request management system that could be implemented by all IT departments within the company worldwide.]]></description>
            <author>Jonathan D. Rhyne</author>
            <category>undefined</category>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/article-header.Duny59wi.jpg"/>
        </item>
        <item>
            <title><![CDATA[Nutrient Workflow 4.5 boosts user experience]]></title>
            <link>https://www.nutrient.io/blog/integrify-software-promotes-user-experience-and-extensibility-in-latest-release-for-process-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-software-promotes-user-experience-and-extensibility-in-latest-release-for-process-management/</guid>
            <pubDate>Wed, 06 Jun 2007 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Nutrient Workflow 4.5 boosts user experience" /></p>Discover how Nutrient Workflow 4.5 enhances process management with new reporting features and web services for a streamlined user experience.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify introduces further extensibility with 'Plugin Central']]></title>
            <link>https://www.nutrient.io/blog/integrify-introduces-further-extensibility-with-plugin-central/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-introduces-further-extensibility-with-plugin-central/</guid>
            <pubDate>Sun, 11 Feb 2007 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify introduces further extensibility with 'Plugin Central'" /></p>Plugin Central has been introduced in order to provide a laundry list of available integration points that allow our customers the ability to extend the capabilities of Integrify to fit their unique business needs.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[Integrify Reports Strong Customer Growth in 2006]]></title>
            <link>https://www.nutrient.io/blog/integrify-reports-strong-customer-growth-in-2006/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/integrify-reports-strong-customer-growth-in-2006/</guid>
            <pubDate>Sun, 21 Jan 2007 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="Integrify Reports Strong Customer Growth in 2006" /></p>Integrify ®, a leading provider of Enterprise Request Management (ERM) software, reports a strong increase in its customer base in 2006.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
        <item>
            <title><![CDATA[KMWorld 100 Companies That Matter in Knowledge Management: 2006]]></title>
            <link>https://www.nutrient.io/blog/kmworld-100-companies-that-matter-in-knowledge-management/</link>
            <guid isPermaLink="false">https://www.nutrient.io/blog/kmworld-100-companies-that-matter-in-knowledge-management/</guid>
            <pubDate>Tue, 28 Feb 2006 08:00:00 GMT</pubDate>
            <description><![CDATA[<p><img src="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg" alt="KMWorld 100 Companies That Matter in Knowledge Management: 2006" /></p>We figure there are more than 1,500 companies in our loosely defined space, and each one brings something of value to the table.]]></description>
            <author>Integrify</author>
            <category>undefined</category>
            <enclosure length="0" type="image/jpeg" url="https://www.nutrient.io/_astro/default-header.Bghu1tlJ.jpg"/>
        </item>
    </channel>
</rss>