Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer. Chocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction. You can host your own sources and add them to Chocolatey, you can extend Chocolatey's capabilities, and folks, it's only going to get better. ### Information - [Chocolatey Website and Community Package Repository](https://community.chocolatey.org) - [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status) - [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey) - [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4&id=73b018498d) - [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support) ### Commands There are quite a few commands you can call - you should check out the [command reference](https://docs.chocolatey.org/en-us/choco/commands). Here are the most common: - Help - choco -? or choco command -? - Search - choco search something - List - choco list -lo - Config - choco config list - Install - choco install baretail - Pin - choco pin windirstat - Outdated - choco outdated - Upgrade - choco upgrade baretail - Uninstall - choco uninstall baretail #### Alternative installation sources: - Install ruby gem - choco install compass -source ruby - Install python egg - choco install sphynx -source python - Install windows feature - choco install IIS -source windowsfeatures #### More For more advanced commands and switches, use `choco -?` or `choco command -h`. You can also look at the [command reference](https://docs.chocolatey.org/en-us/choco/commands), including how you can force a package to install the x86 version of a package. ### Create Packages? We have some great guidance on how to do that. Where? I'll give you a hint, it rhymes with socks! [Docs!](https://docs.chocolatey.org/en-us/create/create-packages) In that mess there is a link to the [PowerShell Chocolatey module reference](https://docs.chocolatey.org/en-us/create/functions).
Algorithm and data-structure library for .NET 4.5.2+ / Netstandard 2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more. Algorithmia is one of the pillars of LLBLGen Pro and is used in production successfully since May 2010. Many of the classes and algorithms in Algorithmia contain references to papers and articles on Wikipedia or other websites where you can find additional information regarding the algorithm or data-structure implemented. The core design of Algorithmia is about making algorithms and data-structures which are known for many years available to the .NET developer in easy to use and properly documented classes and methods. No class or method implemented in Algorithmia re-implements a .NET BCL (base class library) class or method unless it was necessary to do so (e.g. the linked list in .NET is re-implemented as it doesn't have an O(1) concat operation, which is necessary for the Fibonacci heap).
HiQPdf Library for .NET offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET applications with just a few lines of C# code. This library is compatible with .NET Framework for Windows 32-bit (x86) and 64-bit (x64) operating systems. The NuGet package optimized for x64 is HiQPdf.x64 . The NuGet packages for .NET Core and .NET Standard are HiQPdf.NetCore and HiQPdf.NetCore.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf Library for .NET has builds for .NET Framework 4.0 and .NET Framework 2.0 and its compatibility list includes: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0, 3.5, 2.0 and the later versions * Windows 32-bit (x86) and 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET Framework HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF preserving the exact content and style. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images
A tool to test that the source link enabled nupkg or pdb file work. It tests all source files listed in the pdb. You can also print diagnostic information for a pdb.
DISCLAIMER: This is an "unchecked" version of the Slinky library, that is, it is a release where all integrity checks have been stripped away to achieve the best performance. Use this instead of the original Slinky library IF AND ONLY IF you are certain that your code does not rely on those integrity checks and that it never violates them. Fully managed library providing quick and simple linked list implementations.
SimpleSitemap is a lite library that helps you create web sitemaps for collections or lists of items. These sitemaps follow the Sitemap Protocol. Both sitemapindex and urlset links are generated, based upon the data collection size and 'page size'. Examples of this could be a list of your users, or products, or questions.
A lock free doubly linked list for high concurrency.
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings. Commonly Used Types: System.Collections.Specialized.NameValueCollection System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.StringCollection System.Collections.Specialized.IOrderedDictionary System.Collections.Specialized.HybridDictionary System.Collections.Specialized.OrderedDictionary System.Collections.Specialized.ListDictionary System.Collections.Specialized.StringDictionary System.Collections.Specialized.BitVector32 When using NuGet 3.x this package requires at least version 3.4.
Everyone who has worked with Borland's Delphi knows how powerful Actions are. Actions are used to link together various UI elements, such as buttons, menu items, and toolbar buttons, making them behave consistently: linked items are checked/ unchecked/ enabled/ disabled at the same time, and they share the same Text and eventually Image property and, of course, execute the same code once clicked. ActionList for .NET brings these features to Windows Forms developers. Please also download and execute 1.3.0 installer from https://dl.dropbox.com/u/103746479/installers/actionlist/setup.exe so as to enable design time support in Visual Studio.
Some extensions for ASP.NET MVC for rendering forms, links, errors, paging etc over the wire. Forms elements, lists, buttons etc designed to work with Twitter Bootstrap
A Windows Forms library that provides common controls with many of the modern features introduced with Vista and more recent Windows versions. Common controls include modern buttons, combo boxes (with cue banner), command links, native-looking list views, progress bars with status, and Windows Explorer-like tree views. The library also includes additional modules that wrap functionalities such as TaskDialogs, “glass sheet” forms, text on glass, live thumbnails using the Windows DWM, virtual desktop APIs, and so on.
Build queries for Microsoft Dataverse and the Power Platform. Investigate data. Fix the layouts. Get code. Empower yourself to achieve more. Read more: https://fetchxmlbuilder.com/ FetchXML Builder is used to create and execute queries against Microsoft Dataverse / Power Apps / Dynamics 365. The Power Platform includes technologies we know as: - Microsoft Dynamics 365 - Dynamics CRM - XRM - Power Apps (Model Driven) - Power Apps (Canvas connected to Dataverse) - PowerBI (connected to Dataverse) - Microsoft Teams for Dataverse The tool will assist in three major areas: 1. Constructing queries, including more advanced features like: - aggregates - outer joins - complex "not-in"-queries - attributes from multi-level linked entities - update existing views with altered queries 2. Querying CDS/CRM for information not (easily) found in the UI - system / internal entities - attributes hidden in CRM UI - join on other fields than relationships 3. Developer assistance generating code for - C# QueryExpression code - WebAPI / OData query string - Power Automate List Records - SQL, JavaScript and C# stubs - Easy to use UI to compose queries for reports in CRM The tool reads metadata from Microsoft Dataverse and Dynamics 365 / CRM to assist with selecting entities, attributes, relations and to perform validation of condition values. To make it even more appealing, there is also the possibility to have it show "Friendly names", which will replace the technical names of entities and attributes with their display names in the users' currently selected language, much like Advanced Find does.
MonoTorrent is a cross platform and open source implementation of the BitTorrent protocol. It supports many advanced features such as Encryption, DHT, Peer Exchange, Web Seeding and Magnet Links. Notable features include: -Encryption -Dht -Peer Exchange (uTorrent style) -Local Peer Discovery -Web Seeding (getright style) -Magnet Links / Metadata download -IPV6 -FAST Extensions -Sparse files (NTFS file system) -Multi-tracker torrents -Compact tracker responses -IP Address white listing / black listing -Fast Resume -Initial Seeding (super seeding) -Selective downloading -Prioritised downloading -Full bittorrent tracker -Dynamic request queue size -Memory Cache -Endgame mode -Per torrent and global rate limiting -Individual file relocation
EVO HTML to PDF Library for .NET Core can be easily integrated your applications targeting .NET Core or .NET Standard to create PDF documents from HTML pages and strings. The library can also be used to convert HTML to images, convert HTML to SVG, create, edit and merge PDF documents. This version of the library is compatible with .NET Core and .NET Standard on Windows 32-bit (x86) and 64-bit (x64) platforms. For applications targeting .NET Framework on Windows you can use the library from EvoPdf or EvoPdf.HtmlToPdf NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use EvoPdf.Client NuGet package. EVO HTML to PDF Library for .NET Core is compatible with Windows platforms which support .NET Standard 2.0 or above, including the platforms listed below: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 (and above) * Windows 32-bit (x86) and 64-bit (x64) * Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Create PDF documents from HTML with advanced support for CSS3, SVG, Web Fonts and JavaScript * Automatically create PDF links, forms, bookmarks and table of contents from HTML tags * Place the content from multiple HTML documents at any position in PDF pages, headers or footers * Create JPEG, PNG and Bitmap raster images from HTML documents * Create high quality SVG vector images from HTML documents * Create PDF documents with text, graphics, images, headers and footers * Create PDF documents with security features and digital signatures * Create interactive PDF documents with forms, internal links, text notes and JavaScript actions * Edit, stamp, merge and split PDF documents
The Shared Library is a set of common controls and useful components for WPF applications, along with our advanced dynamic theme generation framework for WPF controls, and is included free with the purchase of any Actipro WPF control products. It contains animated transitions between two different content elements, drop shadows, horizontal list boxes, popup buttons, radial controls, color selection, shapes, and much more. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=24.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
Thread-safe singly linked list based on work presented in Zhang, K et al. Practical Non-blocking Unordered Lists.
HiQPdf Library for .NET Core offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET Core applications with just a few lines of C# code. This library is compatible with .NET Core and .NET Standard for Windows 32-bit (x86) and 64-bit (x64) operating systems. The NuGet package optimized for x64 is HiQPdf.NetCore.x64 . The NuGet packages for .NET Framework are HiQPdf and HiQPdf.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf Library for .NET Core was built to target the .NET Standard 2.0 and its compatibility list includes: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 and the later versions * Windows 32-bit (x86) and 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF preserving the exact content and style. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images
Allows easy IP address access filtering by simply adding an attribute to MVC controller or controller action. It supports: - single IP address filtering - multiple IP address filtering - single IP address range filtering - multiple IP address range filtering - a list of roles with linked IP addresses Forked from https://github.com/dejanstojanovic/IP-Address-Filtering
Syncfusion ASP.NET Core UI controls are built from the ground up to be lightweight, responsive, modular, and touch-friendly. It includes over 50 components, including grid, chart, scheduler, and much more. Learn more: https://www.syncfusion.com/products/aspnetcore?utm_source=nuget&utm_medium=listing Key features: • Supports TagHelper and fluent builder for control initialization. • Data annotation support. • Stunning built-in themes including material, bootstrap, fabric, etc. • Compliance with accessibility standards - WCAG 2.0 and Section 508. Controls Included: GRIDS DataGrid Pivot Table DATA VISUALIZATION Charts Circular Gauge Diagram Heat Map Linear Gauge Maps Range Navigator Smith Chart Sparkline TreeMap EDITORS Autocomplete Button ButtonGroup Checkbox Color Picker Combobox Date Picker Date-Range Picker Date-Time Picker Document Editor Dropdown Button Dropdown List Form Validator Rich Text Editor Switch Masked Textbox Multiselect Dropdown Numeric Textbox Radio Button Slider Split Button Textbox Time Picker Uploader LAYOUT Avatar Card Dialog ListView Tooltip NAVIGATION Accordion Context Menu Sidebar Tabs Toolbar Tree View CALENDAR Calendar Scheduler NOTIFICATIONS Badge Toast Helpful links: Documentation: https://ej2.syncfusion.com/aspnetcore/documentation?utm_source=nuget&utm_medium=listing What's New: https://www.syncfusion.com/products/whatsnew/aspnetcore-js2?utm_source=nuget&utm_medium=listing Roadmap: https://www.syncfusion.com/products/roadmap/aspnetcore-js2?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/essential-js2?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
HiQPdf Library for .NET x64 offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET applications with just a few lines of C# code. This library is compatible with .NET Framework for Windows 64-bit (x64) operating system and it is recommended when converting very large HTML documents to PDF. The NuGet packages for .NET Core and .NET Standard are HiQPdf.NetCore and HiQPdf.NetCore.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf Library for .NET x64 has builds for .NET Framework 4.0 and .NET Framework 2.0 and its compatibility list includes: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0, 3.5, 2.0 and the later versions * Windows 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET Framework HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF preserving the exact content and style. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images
Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP DOWNLOAD FULL ALBUM MP3 ========================================================================================================================================================================================== 5 minutes ago -Howdy, Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP DOWNLOAD FULL ALBUM MP3. . - Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP DOWNLOAD FULL ALBUM MP3 DOWNLOAD MP3 Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP DOWNLOAD FULL ALBUM MP3 FULL ALBUM Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP DOWNLOAD FULL ALBUM MP3 600 Their goal is to take your account name CLICK HERE >>> http://free-albums.org/1528171033.html CLICK HERE >>> http://free-albums.org/1528171033.html Here is a list of all of the different active Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP codes you can use in the game this month! Free Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP Generator - Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP Generator Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP CODES 2020 Besides purchasing stuff for use in the game the digital Generator currency can also be used by players to create virtual items like clothes and other accessories. Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP NO HUMAN VERIFICATION Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP MADE BY FORTNITE "Once all info is submitted and the magic “Do things now” button is pressed it delivers the well-worn trick of popping a fake box claiming things are happening behind the scenes. Secret hacker-style things working their magic on Ultraflex - Visions of Ultraflex DOWNLOAD FULL ALBUM MP3 ZIP servers ... All you’ll get for your troubles is your personal information added to marketing databases via the survey links."
Zara Discount Codes 2022 30 active Zara discount codes and coupons: Save on trendy and chic fashion This service is operated under license by Upfeat Media Inc. Retailers listed on this page are curated by Upfeat. Forbes editorial staff is not involved. If you make a purchase using a link on this page, Forbes may receive a commission on that sale. ==> https://cutt.ly/wFOcc3h <=== ==> https://cutt.ly/wFOcc3h <=== More About Zara Coupons How long do Zara coupons last? The Zara promo codes currently available end when Zara set the coupon expiration date. However, some Zara deals don't have a definite end date, so it's possible the promo code will be active until Zara runs out of inventory for the promotional item. Get Zara coupons. How to save money at Zara? You can save money at Zara by using one of the current Zara coupons from Slickdeals. Right now, the most you can save is 55% off. Get Zara coupons. How many Zara online coupons are available? There are currently 13 Zara online coupons reported by Zara. These deal offers are available online, including 0 coupon codes. Today alone, users have collectively cashed in on 502 offers. Get Zara coupons. How do I use Zara coupons? To use a Zara coupon, copy the related promo code to your clipboard and apply it while checking out. Some Zara coupons only apply to specific products, so make sure all the items in your cart qualify before submitting your order. If there's a brick-and-mortar store in your area, you may be able to use a printable coupon there as well.
Blazor Gantt is designed to visualize and edit the project schedule, and track the project progress. It helps to organize and schedule the projects and also you can update the project schedule through interactions like editing, dragging and resizing. Components Included: Buttons Calendars Core Data DropDowns Grid Inputs Lists Layouts Navigations Popups RichTextEditor Spinner TreeGrid Component Name: Gantt Chart The Blazor Gantt is designed to visualize and edit the project schedule, and track the project progress. It helps to organize and schedule the projects and also you can update the project schedule through interactions like editing, dragging and resizing. Key features: Data sources Timeline Unscheduled tasks Baselines Task dependency Markers Resources Sorting Filtering Editing Columns Selection Templates Localization Helpful links: Feature tour: https://www.syncfusion.com/blazor-components/blazor-gantt-chart Documentation: https://blazor.syncfusion.com/documentation/?utm_source=nuget&utm_medium=listing Demos: https://blazor.syncfusion.com/demos/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Advanced XML syntax language for use with the Actipro WPF SyntaxEditor control. Features of this optional Web Languages Add-on (sold separately from SyntaxEditor) include automated IntelliPrompt completion lists, quick info, schema validation, end tag auto-completion, background parsing with AST building, syntax error reporting, automatic outlining, smart indent, text formatting and more. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=24.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
EVO HTML to PDF Library for .NET Core x64 can be easily integrated your applications targeting .NET Core or .NET Standard to create PDF documents from HTML pages and strings. The library can also be used to convert HTML to images, convert HTML to SVG, create, edit and merge PDF documents. This optimized version of the library is compatible with .NET Core and .NET Standard on Windows 64-bit (x64) platform which offers a larger address space for executing processes, needed when converting very large HTML documents. For applications targeting .NET Framework on Windows you can use the library from EvoPdf or EvoPdf.HtmlToPdf NuGet package and the x64 variant from EvoPdf.HtmlToPdf.x64 NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use EvoPdf.Client NuGet package. EVO HTML to PDF Library for .NET Core x64 is compatible with Windows platforms which support .NET Standard 2.0 or above, including the platforms listed below: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 (and above) * Windows 64-bit (x64) * Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Create PDF documents from HTML with advanced support for CSS3, SVG, Web Fonts and JavaScript * Automatically create PDF links, forms, bookmarks and table of contents from HTML tags * Place the content from multiple HTML documents at any position in PDF pages, headers or footers * Create JPEG, PNG and Bitmap raster images from HTML documents * Create high quality SVG vector images from HTML documents * Create PDF documents with text, graphics, images, headers and footers * Create PDF documents with security features and digital signatures * Create interactive PDF documents with forms, internal links, text notes and JavaScript actions * Edit, stamp, merge and split PDF documents
HiQPdf NG Library for .NET Core offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET Core applications with just a few lines of C# code. The NG version includes an improved HTML to PDF rendering engine which supports ECMAScript 6, WOFF 2, HTTP2 and TLS 1.3 . This library is compatible with .NET Core and .NET Standard for Windows 32-bit (x86) and 64-bit (x64) operating systems. The NuGet package optimized for x64 is HiQPdf.NG.NetCore.x64 . The NuGet packages for .NET Framework are HiQPdf.NG and HiQPdf.NG.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf NG Library for .NET Core was built to target the .NET Standard 2.0 and its compatibility list includes: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 and the later versions * Windows 32-bit (x86) and 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can accurately convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images
Winnovative HTML to PDF Library for .NET Core can be easily integrated your applications targeting .NET Core or .NET Standard to create PDF documents from HTML pages and strings. The library can also be used to convert HTML to images, convert HTML to SVG, create, edit and merge PDF documents. This version of the library is compatible with .NET Core and .NET Standard on Windows 32-bit (x86) and 64-bit (x64) platforms. For applications targeting .NET Framework on Windows you can use the library from Winnovative.HtmlToPdf NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use Winnovative.Client NuGet package. Winnovative HTML to PDF Library for .NET Core is compatible with Windows platforms which support .NET Standard 2.0 or above, including the platforms listed below: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 (and above) * Windows 32-bit (x86) and 64-bit (x64) * Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Create PDF documents from HTML with advanced support for CSS3, SVG, Web Fonts and JavaScript * Automatically create PDF links, forms, bookmarks and table of contents from HTML tags * Place the content from multiple HTML documents at any position in PDF pages, headers or footers * Create JPEG, PNG and Bitmap raster images from HTML documents * Create high quality SVG vector images from HTML documents * Create PDF documents with text, graphics, images, headers and footers * Create PDF documents with security features and digital signatures * Create interactive PDF documents with forms, internal links, text notes and JavaScript actions * Edit, stamp, merge and split PDF documents
HiQPdf NG Library for .NET Core x64 offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET Core applications with just a few lines of C# code. The NG version includes an improved HTML to PDF rendering engine which supports ECMAScript 6, WOFF 2, HTTP2 and TLS 1.3 . This library is compatible with .NET Core and .NET Standard for Windows 64-bit (x64) operating system and it is recommended when converting very large HTML documents to PDF. The NuGet packages for .NET Framework are HiQPdf.NG and HiQPdf.NG.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf NG Library for .NET Core x64 was built to target the .NET Standard 2.0 and its compatibility list includes: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 and the later versions * Windows 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can accurately convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images
HiQPdf NG Library for .NET offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET applications with just a few lines of C# code. The NG version includes an improved HTML to PDF rendering engine which supports ECMAScript 6, WOFF 2, HTTP2 and TLS 1.3 . This library is compatible with .NET Framework for Windows 32-bit (x86) and 64-bit (x64) operating systems. The NuGet package optimized for x64 is HiQPdf.NG.x64 . The NuGet packages for .NET Core and .NET Standard are HiQPdf.NG.NetCore and HiQPdf.NG.NetCore.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf NG Library for .NET was built to target the .NET Framework 4.0 and its compatibility list includes: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0 and the later versions * Windows 32-bit (x86) and 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET Framework HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can accurately convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images
SEO checker helps you find common SEO issues on your website such as missing meta tags, broken links etc. SEO checker allows you to fix issues on the page before publishing the page. All validations are based on the "Search Engine Optimization Starter Guide" document from Google http://tinyurl.com/yjm24yq check the project page for a full list of validations. SEO checker allows you to preview the Google search result snippet when editing content and will give feedback about keyword usage in content and met information SEO checker will report any inbound link that is broken and will automatically redirect to the correct page when a link pointing to your website uses the wrong extension, php instead of aspx for example and will automatically redirect to the correct page when an editor renames or moves a document. SEO checker allows you to generate meta data based on existing content on the page, can automatically generate robot.txt and sitemap.xml files for you. SEO checker will also automatically solve canonical issues using its own URL Rewrite module.
Requires Sitecore 10.3 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. The Feature.Navigation library addresses the three most common forms of Navigation on Sitecore sites: Declared (static) Navigation: (explicitly defined, may differ from the shape of the content tree) - DeclaredNavigationRepository.GetNavigation - Accepts a Navigation Menu item and assembles a full tree-like ViewModel for immediate processing in your View. If you need context highlighting in your navigation, be sure to pass in the Context Item as well. When using NavigationLink objects, there are usually several opportunities to supply the text of a given link. NavigationLink.GetBestLinkText() evaluates all of them and attempts to supply the best fit. The strategy is based on overriding the concept of "name". Here are the rules: - If Use This Display Name is checked on the NavigationLink item, it wins. - If the Link.Text is supplied by the user, it wins. - If the Link.TargetItem exists and inherits from Page Navigation Title, and the field value is not null, it wins. - If the Link.TargetItem exists its DisplayName is used. - Assuming all other things are not true, use the NavigationLink's DisplayName. Note that in this condition if you intended to point to a Sitecore Item, you have a bad link. Branch (Context) Navigation: (implicitly defined. It follows the shape of the Content Tree) - BranchNavigationRepository.GetNavigation - Accepts the request Context Item (should be a Page) and generates a tree of BranchNodes representing the nearest LandingPage, its children, as well as the descendants of any children that are Ancestors of the Context Item. (will also create Children for the Context Item node in the tree). Use this to produce the expanded navigation seen on many sites with deep content. Breadcrumbs: (implicitly defined. It walks up the Content Tree to get the path) - BreadcrumbNavigationRepository.GetNavigation - Accepts the request Context Item and Context SiteInfo. Generates an array of Breadcrumb models you can enumerate on your View. The breadcrumbs will start on your Site's StartItem and end with the supplied Context Item, which will be marked IsContextItem so you can change your rendering behavior. Uses the Item.Axes.GetAncestors() method to generate the list of breadcrumbs. The included package must be installed to use this library. This should happen automatically after you build and deploy your project.
Requires Sitecore 10.3 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. The Foundation.SitemapXml namespace contains Http Handlers which intercept the request before it hits Sitecore. Robots.TXT Handler: Returns a basic document that automatically applies to all search engine agents. The stock configuration has disallows for /sitecore urls to prevent the login page from being indexed. Additional default or site specific rules can be added through the supplied configuration file. See instructions within the config file. Assuming a given Site's robots.txt does not deny the root of a site, the robots.txt file will include a link to the site's sitemap.xml file. Sitemap.XML Handler: Returns an on-the-fly document (there are cache options available) for each configured Site in your installation. The document is created by having one or more "crawlers" inspect the Content Tree generating the necessary Item facts and URLs required to produce the Sitemap. You can specify a set of default crawlers for your installation, as well as override the crawler list on a site-by-site basis. There are also provisions for excluding sites from returning a sitemap.xml document if it is not appropriate. Default Functionality: The system will function on a basic level "out of the box". There is a default Content Tree crawler that will start at the root of the current Site and include Items that have presentation details. The crawlers operate in the extranet\anonymous role and thus security can be used to "hide" Items or branches from the crawler. Crawler output has extensive support for "validating" whether an Item should be included in the sitemap or not. Facts available through the API include: - Does the Item have presentation? - Does the Item have explicit rules to prevent Search Indexing? - Does the Item represent a "Page"? It is up to the developer to supply meaningful decisions behind these facts, but answering "no" to any of them will result in the Item not being included. This library outputs substantial amounts of troubleshooting warnings to the Sitecore log file. If you're having trouble, search for Constellation.Foundation.SitemapXml in your log file. Multi-Language Support: For every "site" definition element in your Sitecore configs, add a "supportedLanguages" attribute that is a comma-delimited list of all languages available on your site (example: supportedLanguages="en-US,fr-FR,pt-PT") Doing this will force the sitemap.xml file to include "alternate" links for each language the site supports. Installation Warning: Your web.config must have a system.webServer/handlers section, and that section must have at least one handler in it (an "add" element) in order to install this package successfully. If you're using the default Sitecore web.config this won't be an issue. The handlers provided in this package must be inserted at the top of the stack of handlers.
NOTE: The current package is *DEPRECATED* We moved to here: https://www.nuget.org/packages/Syncfusion.EJ2.Blazor Syncfusion ASP.NET Core Razor Components are built from the ground up to be lightweight, responsive, modular, and touch-friendly. It includes over 50 components, including grid, chart, scheduler, and much more. Key features: • Supports ASP.NET Core Razor Component. • Stunning built-in themes including material, bootstrap, fabric, etc. • Compliance with accessibility standards - WCAG 2.0 and Section 508. Controls Included: GRIDS DataGrid Pivot Table Tree Grid DATA VISUALIZATION Charts Circular Gauge Diagram Heatmap chart Linear Gauge Maps Range Selector Smith Chart Sparkline Charts Stock Chart TreeMap EDITORS Rich Text Editor In-place Editor Word Processor CALENDARS Scheduler Calendar DatePicker DateRangePicker DateTime Picker TimePicker BUTTONS Button ButtonGroup Chips Dropdown Menu Progress Button Split Button DROPDOWNS AutoComplete ComboBox Dropdown List MultiSelect Dropdown NAVIGATION Accordion Context Menu Menu Bar Sidebar Tabs Toolbar TreeView INPUTS TextBox Input Mask Numeric Textbox Radio Button Checkbox Color Picker File Upload Range Slider Toggle Switch Button LAYOUT Avatar Card Dialog ListView Splitter Tooltip NOTIFICATIONS Badge Toast FORMS Query Builder Viewer PDF Viewer Helpful links: Documentation: https://ej2.syncfusion.com/aspnet-core-razor-components/documentation/ Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore-js2 This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Classes for Windows Shell items derived from the Vanara PInvoke libraries. Includes shell items, files, icons, links, and taskbar lists.
HiQPdf Library for .NET Core x64 offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET Core applications with just a few lines of C# code. This library is compatible with .NET Core and .NET Standard for Windows 64-bit (x64) operating system and it is recommended when converting very large HTML documents to PDF. The NuGet packages for .NET Framework are HiQPdf and HiQPdf.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf Library for .NET Core x64 was built to target the .NET Standard 2.0 and its compatibility list includes: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 and the later versions * Windows 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF preserving the exact content and style. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images
Provides chain data structures, an advanced linked list which enables highly efficient traversal.
Provides list data structures and a framework for rapid creation of new lists.
Eugene is a data structure persistence library for .NET, providing access to traditional in-memory data structures such as arrays, linked lists, array lists, hash tables, binary trees, trie trees, etc., in a format that is continuously persisted to disk.
Provides more sophisticated lists, and a framework for the creation of new list types.
MonoTorrent is a cross platform and open source implementation of the BitTorrent protocol. It supports many advanced features such as Encryption, DHT, Peer Exchange, Web Seeding and Magnet Links. Notable features include: -Encryption -Dht -Peer Exchange (uTorrent style) -Local Peer Discovery -Web Seeding (getright style) -Magnet Links / Metadata download -IPV6 -FAST Extensions -Sparse files (NTFS file system) -Multi-tracker torrents -Compact tracker responses -IP Address white listing / black listing -Fast Resume -Initial Seeding (super seeding) -Selective downloading -Prioritised downloading -Full bittorrent tracker -Dynamic request queue size -Memory Cache -Endgame mode -Per torrent and global rate limiting -Individual file relocation
EVO HTML to PDF Library NE for .NET Core x64 can be easily integrated your applications targeting .NET Core or .NET Standard to create PDF documents from HTML pages and strings. The library can also be used to convert HTML to images, convert HTML to SVG, create, edit and merge PDF documents. The New Edition (NE) version of the library offers additional support for ECMAScript 6, WOFF 2, HTTP2 and TLS 1.3 standards. This optimized version of the library is compatible with .NET Core and .NET Standard on Windows 64-bit (x64) platform. For applications targeting .NET Framework on Windows you can use the library from EvoPdf.HtmlToPdf.NE.x64 NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use EvoPdf.Client NuGet package. EVO HTML to PDF Library NE for .NET Core x64 is compatible with Windows platforms which support .NET Standard 2.0 or above, including the platforms listed below: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 (and above) * Windows 64-bit (x64) * Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Create PDF documents from HTML with advanced support for CSS3, SVG, Web Fonts and JavaScript * Support for ECMAScript 6, WOFF 2, HTTP2 and TLS 1.3 standards * Automatically create PDF links, forms, bookmarks and table of contents from HTML tags * Place the content from multiple HTML documents at any position in PDF pages, headers or footers * Create JPEG, PNG and Bitmap raster images from HTML documents * Create high quality SVG vector images from HTML documents * Create PDF documents with text, graphics, images, headers and footers * Create PDF documents with security features and digital signatures * Create interactive PDF documents with forms, internal links, text notes and JavaScript actions * Edit, stamp, merge and split PDF documents
Winnovative HTML to PDF Library for .NET Core x64 can be easily integrated your applications targeting .NET Core or .NET Standard to create PDF documents from HTML pages and strings. The library can also be used to convert HTML to images, convert HTML to SVG, create, edit and merge PDF documents. This optimized version of the library is compatible with .NET Core and .NET Standard on Windows 64-bit (x64) platform which offers a larger address space for executing processes, needed when converting very large HTML documents. For applications targeting .NET Framework on Windows you can use the library from Winnovative.HtmlToPdf NuGet package and the x64 variant from Winnovative.HtmlToPdf.x64 NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use Winnovative.Client NuGet package. Winnovative HTML to PDF Library for .NET Core x64 is compatible with Windows platforms which support .NET Standard 2.0 or above, including the platforms listed below: * .NET Core 8, 7, 6, 5, .NET Standard 2.0 , .NET Framework 4.6.2 (and above) * Windows 64-bit (x64) * Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Create PDF documents from HTML with advanced support for CSS3, SVG, Web Fonts and JavaScript * Automatically create PDF links, forms, bookmarks and table of contents from HTML tags * Place the content from multiple HTML documents at any position in PDF pages, headers or footers * Create JPEG, PNG and Bitmap raster images from HTML documents * Create high quality SVG vector images from HTML documents * Create PDF documents with text, graphics, images, headers and footers * Create PDF documents with security features and digital signatures * Create interactive PDF documents with forms, internal links, text notes and JavaScript actions * Edit, stamp, merge and split PDF documents
Automatically creates task lists on referenced issues, back linking to the source issue and automatically updated.
Supports markdown as parsed by Microsoft.Toolkit.Parsers. Includes support for the following markdown blocks: Headers Lists Code Quotes Horizontal lines Tables And the following markdown inlines: Bold Italic Strikethrough Links Images Subscript Superscript
Common classes for Windows Shell items derived from the Vanara PInvoke libraries. Includes shell items, files, icons, links, and taskbar lists.
This assembly helps you bind types immediately with a list. The assembly is an extension of type IServiceCollection. See the link to the github for a description
Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer. Chocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction. You can host your own sources and add them to Chocolatey, you can extend Chocolatey's capabilities, and folks, it's only going to get better. ### Information * [Chocolatey Website and Community Package Repository](https://chocolatey.org) * [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status) * [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [Github](https://github.com/chocolatey) * [Blog](https://chocolatey.org/blog) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4&id=73b018498d) * [Documentation](https://chocolatey.org/docs) / [Support](https://chocolatey.org/support) ### Commands There are quite a few commands you can call - you should check out the [command reference](https://chocolatey.org/docs/commands-reference). Here are the most common: * Help - choco -? or choco command -? * Search - choco search something * List - choco list -lo * Config - choco config list * Install - choco install baretail * Pin - choco pin windirstat * Outdated - choco outdated * Upgrade - choco upgrade baretail * Uninstall - choco uninstall baretail #### Alternative installation sources: * Install ruby gem - choco install compass -source ruby * Install python egg - choco install sphynx -source python * Install windows feature - choco install IIS -source windowsfeatures * Install webpi feature - choco install IIS7.5Express -source webpi #### More For more advanced commands and switches, use `choco -?` or `choco command -h`. You can also look at the [command reference](https://chocolatey.org/docs/commands-reference), including how you can force a package to install the x86 version of a package. ### Create Packages? We have some great guidance on how to do that. Where? I'll give you a hint, it rhymes with socks! [Docs!](https://chocolatey.org/docs/create-packages) In that mess there is a link to the [PowerShell Chocolatey module reference](https://chocolatey.org/docs/helpers-reference).
Parses series or movie strings to detailed object. Input: "Knight.Rider.S01E01E02.Die.grosse.Duerre.German.DVDRip.AAC.XviD-c0nFuSed.mkv" The output would be a object like that: SeriesID (object) |-> FullTitle -> Knight.Rider.S01E07.Die.grosse.Duerre (string) |-> SeriesTitle -> Knight.Rider (string) |-> EpisodeTitle-> Die.grosse.Duerre (string) |-> State -> OK_SUCCESS (Flagable Enum) |-> IsSeries -> true (bool) |-> IsMultiEpisode -> true (bool) |-> OriginalString-> Knight.Rider.S01E07.Die.grosse.Duerre.German.DVDRip.XviD-c0nFuSed.mkv (string) |-> ParsedString -> Knight.Rider.S01E07.Die.grosse.Duerre.DVDRip.German.mkv (string) |-> RemovedTokens -> {German, DVDRip, XviD} (string-list) |-> Season -> 1 (int) |-> DetectedOldSpacingChar -> '.' (char) |-> ProcessingDuration -> (TimeSpan) |-> Episodes -> 1, 2 (int list) |-> IDString -> S01E07 (string) |-> Resolutions -> {SD_Any} (enum list) |-> Year -> 1982 (int) |-> VideoCodec -> XviD (string) |-> AudioCodec -> AAC (string) |-> ReleaseGroup -> c0nFuSed (string) |-> FileInfo -> OBJECT (FileInfo) |-> ParserSettingsUsed -> OBJECT (ParserSettingsUsed) |-> Is3D -> true (bool) |-> DimensionalType -> Dimension_3DHSBS (Enum) Check "Project Site" link on the left for the GitHub project site. Icon designed by Madebyoliver from Flaticon
HiQPdf NG Library for .NET x64 offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in .NET applications with just a few lines of C# code. The NG version includes an improved HTML to PDF rendering engine which supports ECMAScript 6, WOFF 2, HTTP2 and TLS 1.3 . This library is compatible with .NET Framework for Windows 64-bit (x64) operating system and it is recommended when converting very large HTML documents to PDF. The NuGet packages for .NET Core and .NET Standard are HiQPdf.NG.NetCore and HiQPdf.NG.NetCore.x64 . For Linux, MacOS, Azure App Service, Xamarin, UWP or any other platform for .NET you can use the multi-platform HiQPdf.Client NuGet package. HiQPdf NG Library for .NET was built to target the .NET Framework 4.0 and its compatibility list includes: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0 and the later versions * Windows 32-bit (x86) and 64-bit (x64) operating systems * Azure Cloud Services, Azure Virtual Machines * Web, Desktop and Console applications for .NET Framework HiQPdf Library for .NET offers you the fastest and the most precise HTML to PDF conversion technology. You can accurately convert HTML with CSS3, JavaScript, SVG or Web Fonts to PDF. Library Features: * HTML to PDF to quickly create PDF documents from HTML * HTML to Image to take snapshots of web pages * HTML to SVG to create high quality vector images from HTML * PDF to Image to rasterize PDF document pages to images * PDF to HTML to create HTML documents from PDF pages * PDF to Text to extract text from PDF documents * Search text in PDF documents * Extract images from PDF documents * Create PDF documents with text, HTML, SVG, images and graphics * Create encrypted, password protected, digitally signed PDF documents * Create PDF documents with forms, text notes, links, JavaScript actions * Merge multiple PDF documents into a single one * Stamp PDF with HTML, text and images