Resources  
  • SelectPdf HTML to PDF: Generate Invoices in ASP.NET CoreJul 10, 2026. Generate ASP.NET Core invoices as PDFs using SelectPdf or IronPDF. Compare features for single-page receipts vs. multi-page documents and cross-platform deployment.
  • Apache Hudi vs Delta Lake: Choosing a Modern Data Lake FormatJul 09, 2026. Compare Apache Hudi vs Delta Lake for modern data lakes. Choose the best format for your streaming, analytics, or data warehousing needs.
  • What Is Apache Iceberg? Architecture, Benefits, and Use Cases ExplainedJul 06, 2026. Apache Iceberg: Revolutionize your data lake with ACID, schema evolution, time travel, and enhanced performance for massive analytics workloads.
  • How to Convert Text into Currency ($) Format in Power AppsJul 01, 2026. Learn to format numbers as currency in Power Apps using the Text() function for professional and readable financial data display.
  • How to Conditionally Show or Hide Fields in SharePoint Online List FormsJul 01, 2026. Learn to conditionally show/hide SharePoint Online list form fields using JSON formulas for a cleaner, user-friendly experience.
  • Structured Output in LangChainJun 18, 2026. LangChain's structured output: TypedDict, Annotated TypedDict, Pydantic, and JsonSchema for reliable, application-ready data.
  • How to preview pdf files in Power Pages using Nutrient Web SDK (JS pdf library)May 06, 2026. Embed PDF previews in Power Pages using Nutrient Web SDK! This tutorial guides you through integrating the JavaScript library for seamless document viewing. Enhance user experience!
  • How to Set Line Spacing and Paragraph Spacing in Word Using C#Apr 16, 2026. Learn how to programmatically control line and paragraph spacing in Word documents using C#. This tutorial provides a step-by-step guide with example code for improved document layout and readability. Optimize your document generation process!
  • Types of RAG in n8n (Complete Guide with Real Examples)Apr 13, 2026. Master Retrieval-Augmented Generation (RAG) in n8n with this practical guide. Learn Naive, Advanced, Adaptive, Multi-Agent, Hybrid, and Self-Reflective RAG with real-world examples. Build powerful AI workflows, improve accuracy, and create scalable automation using vector databases, embeddings, and LLMs
  • C# 14: The End of "Ceremony" in Modern DevelopmentMar 29, 2026. C# 14 slashes boilerplate with features like the 'field' keyword and extension members. .NET Aspire simplifies microservices, and AVX10.2 boosts performance. Embrace the future!
  • Why Are Iceberg Tables Becoming the Default for Data Lakehouses Over Delta Lake?Mar 30, 2026. Discover why Apache Iceberg is overtaking Delta Lake as the preferred table format for data lakehouses. Explore its multi-engine support, scalability, and vendor neutrality.
  • How to Convert PDF Documents into AI Searchable Knowledge BaseMar 24, 2026. Transform PDFs into an AI-powered knowledge base! Extract text, create embeddings, and build a smart search system. Unlock insights and boost productivity.
  • How to Apply Conditional Formatting with JSON in SharePointMar 23, 2026. Learn how to use JSON in SharePoint to apply conditional formatting! Highlight data, add icons, and improve list readability without complex code. Boost user experience!
  • Extracting Data From PDFs in Power Query of Power BIFeb 15, 2026. In this article, I’ll walk you through this feature in a very practical, real-world way. Not just the steps, but also the thinking behind it, the common pitfalls, and how you can use it effectively in real enterprise scenarios.
  • TOON: Token Oriented Object Notation for Efficient LLM PromptsFeb 04, 2026. Discover TOON, a token-efficient data format designed for LLM prompts. Reduce costs and improve reliability compared to JSON. Ideal for structured data at scale.
  • Top Fixes for the “Too Many Different Cell Formats” Error in ExcelJan 31, 2026. Resolve the "Too Many Different Cell Formats" error in Excel! This guide offers practical solutions, from removing excessive formatting to using repair tools. Get your Excel files working smoothly again!
  • QuestPDF vs. IronPDF: HTML-to-PDF Feature ComparisonJan 28, 2026. Compare QuestPDF and IronPDF for .NET PDF generation. Explore code-first vs. HTML-to-PDF approaches, features, security, and real-world use cases to choose the best library.
  • What Is Output Structured PromptingJan 21, 2026. Unlock AI's potential with Output Structured Prompting! Define the format upfront for usable, scannable, and consistent results. Boost efficiency and clarity.
  • Understanding the Real-World Scenarios You Must Concentrate On When Using Replace()Jan 19, 2026. Stop misusing Replace() in ASP.NET! Learn when and where to use it correctly to avoid email formatting issues and data inconsistencies. Focus on human readability!
  • Using WebForms Core in GoJan 07, 2026. A Command-Oriented Approach to Server-Driven UI and Data Synchronization
  • .sln Is Retired — .slnx Is the New Reality in .NETJan 05, 2026. Discover .slnx, the modern replacement for .sln in .NET! Learn how this new format enhances collaboration, simplifies source control, and embraces cloud-native development. Embrace the future of .NET! The default solution format with the release of .NET 10.
  • Exception Handling in ASP.NET CoreDec 05, 2025. This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
  • The Ultimate C# PDF Libraries Comparison: 12 Tools for .NET ProjectsDec 02, 2025. Compare 12 top C# PDF libraries for .NET. Find the best tool for your project based on features, licensing, and use cases. Includes code examples!
  • Beginner’s Guide to Angular Pipes (Built-in and Custom) — With Practical ExamplesNov 25, 2025. Master Angular Pipes! This beginner-friendly guide covers built-in pipes (date, currency, etc.) and teaches you to create custom pipes for data transformation. Includes practical examples and performance tips.
  • 6 Types of Filters in ASP.NET Core – Complete Guide (With Examples & Use Cases)Nov 23, 2025. This article provides a complete and detailed explanation of the 6 types of Filters in ASP.NET Core, including Authorization, Resource, Action, Endpoint, Exception, and Result Filters. Each filter type is described in a clear and practical way with syntax examples, real project scenarios, and line-by-line breakdowns to help learners understand how filters work in the MVC and Web API pipeline. This guide is ideal for developers, students, and professionals preparing for .NET interviews or working on enterprise-level ASP.NET Core applications.
  • HTML to PDF C# in .NET 10: A Technical Guide for .NET DevelopersNov 19, 2025. Comprehensive guide to HTML to PDF conversion in C#, .NET 10. Evaluates 35+ solutions, architectures, and production-ready options. Find the best library!
  • The Serialization Spectrum: An Architect's Deep Dive into JSON, Typed Formats, and Data Contracts for High-Performance .NET SystemsNov 19, 2025. Unlock peak .NET performance! Deep dive into JSON, typed formats (protobuf, MessagePack), and data contracts. Optimize serialization for robust, scalable systems.
  • Generating Word, Excel, and PDF Documents Dynamically in ASP.NET CoreNov 17, 2025. Learn how to dynamically generate Word, Excel, and PDF documents in ASP.NET Core using OpenXML and QuestPDF. Includes code, diagrams, and best practices!
  • Implementing AI Document Query (“ask your PDF”) in ASP.NET CoreNov 18, 2025. Build an "ask your PDF" feature in ASP.NET Core! This guide covers PDF extraction, chunking, embeddings, Pinecone integration, RAG, and production concerns.
  • TOON vs JSON: Can Token-Oriented Object Notation Replace JSON?Nov 18, 2025. Explore TOON, a new data format optimized for LLMs, and learn why it excels in AI workflows but won't replace JSON for general-purpose development. Discover its benefits!
  • Implementing Custom File Viewer (PDF, Images, Videos, DOCX) in Angular Without iFrameNov 17, 2025. Build a custom Angular file viewer (PDF, images, videos, DOCX) without iframes! Enhance control, styling, and security using native HTML and specialized libraries.
  • TOON for LLMs: A Cleaner and More Efficient JSON AlternativeNov 16, 2025. TOON offers a leaner alternative to JSON for LLMs, slashing token usage by 30-60%. Boost efficiency and cut costs with this human-readable, compact format.
  • AI-Powered File Summarizer: Deep-Dive Architecture, Algorithms, Workflows, and Enterprise IntegrationNov 14, 2025. Comprehensive, SEO- and GEO-optimized guide to AI-powered file summarizers, covering full architecture, algorithms, RAG pipelines, extraction methods, implementation code, enterprise workflows, use cases, limitations, and optimization techniques.
  • Display Server-Side Date in Alertify Alert Using JavaScriptNov 12, 2025. Learn how to store dates in hidden fields, format them with JavaScript, and display them using Alertify. Enhance user experience with formatted date alerts!
  • Formatting Dates in JavaScriptNov 12, 2025. Master JavaScript date formatting! Learn to create, manipulate, and display dates using built-in methods and libraries like Luxon and date-fns. Handle time zones effectively.
  • Offline Document Preview in Web Apps (Angular + ASP.NET Core with PDF/DOCX)Nov 06, 2025. Implement offline document preview in Angular & ASP.NET Core for PDF/DOCX files. Enhance user experience with reliable access in disconnected environments. Ideal for enterprise apps.
  • 🧠 Automating Name Formatting with Power Automate — From “KRIsh KANAkiya” to “Krish Kanakiya”Nov 06, 2025. Clean up messy names like 'KRIsh KANAkiya' with Power Automate! This flow automatically formats names to 'Krish Kanakiya', improving data quality in PowerApps and SharePoint.
  • Automating Bank Statement Analysis with LLMs & RAG TechniquesNov 04, 2025. Explore how this project automates bank statement processing, uses OCR + layout models + embedding + vector DB + LLM + RAG to convert PDF statements into structured data and enable natural-language querying and financial insights.
  • Customize C# Code Formatting in Visual Studio CodeOct 24, 2025. This guide provides practical steps to customize your VS Code settings, utilize .editorconfig for team consistency, and leverage CSharpier for automated formatting. Learn to control indentation, spacing, and brace placement for cleaner, more readable code. Improve collaboration and maintain a professional coding style across all your C# projects, ensuring consistency and ease of maintenance.
  • Animation of Different Signalling Formats using PythonOct 08, 2025. Unlock the power of visual signal analysis with Python! This article demonstrates how to animate NRZ, Manchester, and Differential Manchester signalling formats using matplotlib. Learn to debug real-time systems like train control with intuitive visualizations, revealing timing errors and protocol violations. Turn raw data into actionable insights and build your own signal observability tool in just 50 lines of code. See the signal, save time, and enhance safety!
  • PDF Generation in Power Apps like a PRO (using Custom API)!Sep 23, 2025. Learn how to generate PDFs from Power Apps using a custom API, secured by Azure API Management, and upload them to SharePoint Online with certificate authentication. This comprehensive article covers everything from Power Apps design and custom connector creation to API setup and secure SharePoint integration, ensuring a scalable and secure document generation workflow.
  • Extract Text from Documents using Python (with and without AI)Sep 15, 2025. Learn how to extract text from various document types (Word, PowerPoint, PDF, emails, images) using Python and the MarkItDown package. This article covers text extraction without AI and enhances it with AI for images using OpenAI. Simplify document processing for search, summarization, and data pipelines.
  • IndiaAI Pre-Summit Events 2025: How to Apply and Draft a Winning ProposalSep 14, 2025. Unlock opportunities at the IndiaAI Pre-Summit Events 2025! This guide provides essential information on how to apply, draft a winning proposal, and contribute to shaping India's AI strategy. Learn about eligibility, proposal requirements, evaluation criteria, and get a sample proposal to boost your chances of success in workshops, hackathons, and more.
  • How to Print PDF files in C# (Developer Tutorial)Aug 23, 2025. IronPrint is a C#/.NET library for direct, reliable PDF printing. It supports silent printing, multi-page documents, duplex, and custom printer settings, enabling automated, professional printing for enterprise and desktop applications.
  • Choose a Data Storage Approach at the CloudAug 23, 2025. This Article explains different types of data classification—structured, semi-structured, and unstructured data—in simple, easy-to-understand language. It breaks down how each type is stored, organized, and used, with real-world examples like product catalogs, photos, and business reports. We also explored common data serialization formats (XML, JSON, YAML) with plain explanations, examples, pros and cons, and a comparison table. Finally, we summarized everything with a visual infographic and a comparison table to make it easy to remember.
  • JSON The backbone of modern data exchange Aug 21, 2025. JSON (JavaScript Object Notation) is a lightweight, human- and machine-readable data format used for exchanging information across web, mobile, and cloud applications. It’s simple, flexible, fast, and widely adopted.
  • Get Structured JSON Output from a PromptAug 20, 2025. Want AI to return clean JSON instead of messy text? Learn prompt engineering techniques to get structured JSON outputs from LLMs, with examples and best practices for developers.
  • PDF Generation in ASP.NET Core MVC using Puppeteer SharpAug 20, 2025. Puppeteer Sharp enables .NET apps to generate browser-quality PDFs from HTML, supporting modern CSS, JavaScript, and dynamic content. Automate the creation of PDFs for invoices, tickets, or web pages with ease and accuracy.
  • MongoDB: Flexible NoSQL Database for Modern ApplicationsAug 19, 2025. MongoDB is a popular open-source NoSQL database that uses a flexible document-oriented model with BSON format, offering scalability, sharding, replication, and easy integration for modern web and mobile apps.
  • Validate the UPI ID FormatAug 06, 2025. To validate the UPI ID format in your existing JavaScript method (where you already check for an empty input), you can simply add a regular expression check after the empty check.
  • Code cleanup in Visual Studio 2022Jul 19, 2025. Learn how to perform effective code cleanup in Visual Studio 2022. This article covers built-in tools, shortcuts, and best practices to keep your C# code clean, consistent, and maintainable.
  • Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScriptJul 11, 2025. This project showcases a browser-based tool to load and annotate PDF files dynamically using movable, resizable, and editable text elements. It allows users to place texts on a canvas over the PDF, adjust font size and spacing, and export all data as a structured JSON. Ideal for printed form customization, data mapping, and PDF editing tasks.
  • Guide: Importing Test Cases into Zephyr Squad using ExcelJul 10, 2025. This guide provides step-by-step instructions for importing multiple test cases into Zephyr Squad using an Excel file. It also explains the importance of the 'Discriminator' field, the correct use of 'Issue Type = Test', and how to structure test steps.
  • How to Display a PDF in an SPFx Web Part Jul 03, 2025. Easily embed scrollable, responsive PDF files in your SPFx React web part using the react-pdf library. View multiple pages, enable text selection, and render documents smoothly without forcing downloads or new tabs.
  • Parquet vs Delta Format: Choosing the Right Data Storage SolutionJun 25, 2025. Compare Parquet and Delta formats to choose the best data storage solution. Learn about performance, ACID transactions, schema evolution, and use cases for modern data engineering needs.
  • Exporting React Data Grid to PDFJun 23, 2025. Learn how to display and export user data as a PDF in a React app using react-data-table-component, jspdf, and jspdf-autotable. Add sorting, pagination, and download functionality with ease.3/3
  • Resume Parser with Hugging Face Spaces & Agentic‑Resume‑ParserJun 20, 2025. Parsing a resume into structured data (like name, contact info, job titles, education) is hugely useful — whether you're building an ATS, automating HR intake, or organizing job applications.
  • Embed and View SharePoint PDFs in Power Apps Using the Experimental PDF ViewerJun 18, 2025. Power Apps has introduced a powerful experimental control that allows you to embed and view PDFs directly inside your app interface.
  • How to Use Azure AI Document Intelligence in Power Automate FlowsJun 16, 2025. Automate document processing with Azure AI Document Intelligence and Power Automate. Extract data from PDFs, invoices, and forms with high accuracy—no code needed. Perfect for HR, finance, logistics, and more.
  • PDF Generation Using Power Automate FlowApr 29, 2025. This Power Automate flow enables PDF generation directly from Power Apps. It parses input data, populates a Word template, converts it to PDF, and saves it to SharePoint.
  • Convert .media to MP4 with FFmpeg: Reliable Webcam Recording SolutionApr 21, 2025. Learn how to easily convert .media files from webcam recordings to the widely supported MP4 format using FFmpeg.
  • The Start and End Date Time should be set based on the UTC, ISO, and Central Time zonesMar 10, 2025. This JavaScript code is tailored for Dynamics 365 CRM, focusing on Date Time fields for Start and End Date Time. It triggers when the Scheduled Start (scheduled start) field changes and ensures that both the start and end Date Time values span the entire day in UTC, ISO, and Central Time.
  • What is Code Refactoring?Mar 03, 2025. Code refactoring is the process of restructuring existing code without changing its behavior to help code readability and maintainability.
  • Create and Convert Word to PDF in OneDrive Using Power AppsFeb 04, 2025. Create a Canvas App to upload a Word document to OneDrive and convert it to PDF using Power Automate. Utilize Media Control, OnSelect events, and Power Automate flow to create, convert, and store the file seamlessly.
  • Apply UI to Enhance Choice Fields with Conditional FormattingJan 02, 2025. Enhance SharePoint lists with UI Conditional Formatting. Use JSON to customize Choice Fields, changing colors, icons, and text dynamically based on values like "Done" or "In progress" for better data visualization.
  • Add Data Bars UI in SharePoint List Column Formatting in SharePoint ListJan 01, 2025. This article walks you through the process of customizing your SharePoint list columns for better data visualization and enhancing the current view with conditional formatting to display dynamic, visually appealing data bars.
  • How to Apply Conditional Formatting with JSON in SharePointDec 31, 2024. This article covers the basics of JSON formatting, step-by-step instructions to customize SharePoint lists, and tips for creating dynamic and visually appealing displays to improve user experience.
  • How to Format List Views in SharePointDec 31, 2024. SharePoint list formatting enhances data presentation by customizing appearance, adding alternating row styles, and applying conditional formatting. It improves readability, highlights key data, and boosts user experience for efficient collaboration.
  • Format Literal Strings in C#Nov 26, 2024. Different techniques to display special characters and add different types of formatting to the output. This article explores C# string literals, including regular, verbatim, and interpolated strings, escape sequences, and formatting techniques like composite formatting.
  • How to Use Markdown to Format Power Automate Approval RequestsNov 25, 2024. This guide explains how to create visually appealing and well-structured emails, improving clarity and user experience in approval workflows. Customize your emails with ease using HTML.
  • Data Cleansing in SQL ServerNov 24, 2024. Learn the essentials of Data Cleansing in SQL Server to enhance data quality and reliability. This guide covers techniques like removing duplicates, handling null values, standardizing formats, and transforming data using SQL queries.
  • Converting HTML to PDF or Image in C# Using wkhtmltopdf Part 2 - Header & FooterNov 13, 2024. In this tutorial, learn how to convert HTML to PDF or image in C# using wkhtmltopdf. This part covers adding and customizing headers and footers in your generated PDFs, enhancing document structure and appearance.
  • Converting HTML to PDF or Image in C# Using wkhtmltopdfNov 05, 2024. This guide explains generating PDFs and images from HTML using wkhtmltopdf in C#. With wkhtmltopdf's Webkit-based engine, convert HTML content, including complex CSS and JavaScript, into high-quality PDFs or images.
  • How to Store Temporary Information in Table Like Format in C#?Oct 28, 2024. In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
  • Serialization and DeSerialization in C#Oct 21, 2024. Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binary, and SOAP serialization.
  • Trigger Approval flow with SharePoint Column FormattingSep 21, 2024. To trigger a workflow with a button using column formatting in SharePoint, you can create a column that uses JSON formatting to display a button that, when clicked, initiates a workflow.
  • Auto-Format Code in VS Code on Save to Streamline Your WorkflowAug 20, 2024. Effortlessly maintain clean and consistent code in VS Code by enabling auto-format on save. Streamline your workflow and let VS Code handle the formatting for you.
  • Elevate Your Code with Vertical Coding StyleJul 26, 2024. In the world of software development, code readability and maintainability are paramount. One effective way to achieve these goals is by adopting the Vertical Coding Style. The result is code that is easier to understand and navigate. Let's explore how Vertical Coding Style can elevate your coding practices.
  • Generating PDFs in .NET Core Web APIJul 26, 2024. In this comprehensive guide, learn how to generate PDFs in .NET Core Web API. This tutorial covers essential tools and libraries, step-by-step instructions, and practical examples to help you create robust PDF documents programmatically.
  • PDF Generation in .NET Core 8.0 APIJul 11, 2024. Learn how to generate PDFs in a .NET Core 8.0 API using the DinkToPdf library. This guide covers project setup, adding DinkToPdf, configuring settings, creating endpoints, and testing your API.
  • PDF Viewer Search functionality in Telerik UI for .NET MAUIJul 03, 2024. Enhance your mobile and desktop applications with robust search functionality using the PDF Viewer in Telerik UI for .NET MAUI. Easily integrate and navigate through PDF documents with advanced search capabilities, offering users a seamless experience.
  • Copying Footers Between SharePoint Sites Using PnP PowerShellJun 24, 2024. I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites is straightforward with PnP.
  • Working with Dates and Times in Python Using PendulumMay 30, 2024. Pendulum is a powerful Python library for handling dates and times. It simplifies working with timezones, supports date manipulation, formatting, parsing, and provides convenient methods for datetime arithmetic.
  • Understanding ToString() vs Convert.ToString() in C#May 23, 2024. In C#, both ToString() and Convert.ToString() are used to convert objects to their string representation. However, they have different usages and behavior. Understanding the differences between these two methods can help you choose the right one for your needs.
  • String in .NET C#: Usage, and ExampleMay 16, 2024. A string in C# is an object belonging to the String class that symbolizes a string of characters. Numerous operations, including length, concatenation, comparison, obtaining substring, search, trim, replacement, and more, can be carried out on strings.
  • Convert Doc to Pdf using NodeJSMay 08, 2024. In this article, I demonstrate how to convert Word files to PDF using PowerShell, a feature supported on all Windows operating systems.
  • How to Create Custom HTML / CSS Elements in Power AppsApr 29, 2024. Explore the powerful HTML text control in Power Apps, enabling rich text formatting, customization, and cross-platform compatibility. Learn its features, benefits, and limitations, alongside a step-by-step guide for integration. Elevate your app development with visually stunning .
  • Easily Extract Values from PDF Without AI Only Using .NET Core 8Apr 20, 2024. In this post, we will be discussing extracting content from PDF file without using any AI algorithms.
  • Transfer Multiple File Formats Between Blob Containers with Logic AppMar 30, 2024. Moving multiple file format files between Blob storage containers using the logic app. This article demonstrates how to utilize Azure Logic Apps to automate workflows between Blob storage and OneDrive, creating approval-based processes. No code is required.
  • Gemini Pro Text: Flawless Formatting with markdown2Mar 29, 2024. This guide explores the integration of Gemini Pro AI output with markdown2 for HTML rendering in Django web apps. It details the challenges of formatting symbols, offers practical solutions, and empowers developers to optimize the display of AI-generated content, enhancing user experiences on web platforms effectively.
  • Blazor Signature to Sing a PDF DocumentMar 21, 2024. Discover how to implement digital signature functionality in Blazor applications for PDF document signing. Utilize C# capabilities to integrate e-signature features seamlessly, enhancing document management within your web-based projects.
  • Exploring the Data Table Control in Power AppsMar 12, 2024. Discover the intricacies of the Data Table Control in Power Apps with our comprehensive guide. Learn to harness its power for seamless data manipulation, visualization, and user interaction.
  • Exploring the Power of Rich Text Editor in Power AppsMar 12, 2024. Unlock the potential of Power Apps with this in-depth exploration of the Rich Text Editor feature. Our comprehensive guide provides step-by-step tutorials, tips, and insights into leveraging this powerful tool for text formatting and customization.
  • JavaScript Date Formats in TypeScriptMar 07, 2024. When it comes to handling dates in JavaScript, understanding various date formats is essential for creating dynamic and user-friendly applications. The JavaScript Date object empowers developers to work with dates, and this guide explores three common date formats: ISO Date, Short Date, and Long Date.
  • How Do I Open an OCR File in PDF?Mar 05, 2024. Explore methods to open OCR files in PDF. Get the best guides to open an OCR file in PDF with easy steps. Open OCR PDF files in C# using the iTextSharp library. Install iTextSharp, write C# code to extract text, and run the code for OCR PDF processing.
  • Understanding Regional Settings in SharePointMar 01, 2024. This guide offers a comprehensive overview of Regional Settings in SharePoint, emphasizing their significance in enhancing user experience and fostering global collaboration. It covers the functionality, customization options, and benefits of Regional Settings, and instructions for accessing and configuring them.
  • How to Create a Logic App to Split PDF by TextFeb 29, 2024. In this article, we are going to learn about how to create a Logic App to split PDF by text. Create a Logic App to effortlessly split PDFs by text and store them in Dropbox using Azure Logic Apps. Follow the steps, connect PDF4me and Dropbox, and configure triggers and actions seamlessly.
  • External Streaming Data - Bitstream FormatFeb 14, 2024. The main aim of this article is to extend knowledge related to object-oriented programming focusing on interoperability between the computing process and data visualization, archiving, and networking resources.
  • SharePoint Online List JSON View Formatting - Video ThumbnailFeb 13, 2024. Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails along with details like titles and descriptions.
  • Securing PDF Uploads in MVC: Mitigating PDF Injection and Cross-site Scripting VulnerabilitiesJan 15, 2024. PDF Injection, also known as PDF XSS (Cross-site Scripting), can be a serious security vulnerability. To prevent such issues during PDF upload and viewing in an MVC (Model-View-Controller) application, it's crucial to implement proper validation and sanitation mechanisms. Below is a sample code that demonstrates how to handle PDF uploads securely and prevent PDF Injection leading to Cross-site Scripting in an MVC environment.