Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
WikiTransformationProject
/
HTML-Renderer
Public
forked from
the-department-of-code/HTML-Renderer
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
HTML-Renderer
Source
HtmlRenderer
on
develop
User selector
All users
All time
Commit history
Commits on Apr 29, 2024
Upgrade Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0.
chrisseed
committed
527904e
View commit details
Copy full SHA for 527904e
View code at this point
Browse repository at this point
Remove Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers since the upgrade has been done.a
chrisseed
committed
61c162e
View commit details
Copy full SHA for 61c162e
View code at this point
Browse repository at this point
Upgrade Nerdbank.GitVersioning from 3.5.107 to 3.6.133.
chrisseed
committed
6694eed
View commit details
Copy full SHA for 6694eed
View code at this point
Browse repository at this point
Commits on Jun 1, 2022
font-family is always lowercase in HtmlRenderer, but returned with correct casing from PdfSharpCore.
tdocChris
committed
b5807b2
View commit details
Copy full SHA for b5807b2
View code at this point
Browse repository at this point
Enable SourceLink.
tdocChris
committed
5fcc890
View commit details
Copy full SHA for 5fcc890
View code at this point
Browse repository at this point
Commits on May 31, 2022
Prefix package names with TheDepartmentOfCode.
tdocChris
committed
1bf9ec2
View commit details
Copy full SHA for 1bf9ec2
View code at this point
Browse repository at this point
Change namespace to TheDepartmentOfCode.
tdocChris
committed
552cf1c
View commit details
Copy full SHA for 552cf1c
View code at this point
Browse repository at this point
Switch to file-scoped namespaces everywhere.
tdocChris
committed
969fe16
View commit details
Copy full SHA for 969fe16
View code at this point
Browse repository at this point
Enable symbol nuget packages.
tdocChris
committed
be1c96e
View commit details
Copy full SHA for be1c96e
View code at this point
Browse repository at this point
Add NerdBank.GitVersioning.
tdocChris
committed
a23e3fa
View commit details
Copy full SHA for a23e3fa
View code at this point
Browse repository at this point
Enable C# 10 everywhere; add DotNet.ReproducibleBuilds & DotNet.ReproducibleBuilds.Isolated to all projects via new Directory.Build.props.
tdocChris
committed
83f2b5a
View commit details
Copy full SHA for 83f2b5a
View code at this point
Browse repository at this point
Port all projects except the WPF ones to .NET Standard 2.0 / .NET 6.0.
Show description for 105d44d
tdocChris
committed
105d44d
View commit details
Copy full SHA for 105d44d
View code at this point
Browse repository at this point
Rework font resolution so that it doesn't rely on knowing what font families are available ahead of time.
tdocChris
committed
3d6b3e6
View commit details
Copy full SHA for 3d6b3e6
View code at this point
Browse repository at this point
Use upgrade-assistant to convert projects to SDK-style.
tdocChris
committed
701f94e
View commit details
Copy full SHA for 701f94e
View code at this point
Browse repository at this point
Upgrade projects to 4.8.
tdocChris
committed
b1e74d6
View commit details
Copy full SHA for b1e74d6
View code at this point
Browse repository at this point
Update everything to at least .NET Framework 3.5.
tdocChris
committed
d55d34a
View commit details
Copy full SHA for d55d34a
View code at this point
Browse repository at this point
Commits on Nov 22, 2020
Basic implementation of page-break-before - limited to "leaf" elements and "always".
chrisseed
committed
688079b
View commit details
Copy full SHA for 688079b
View code at this point
Browse repository at this point
When positioning <li> list item markers take into account that the related CssBox may have been adjusted as a result of page-break-inside: avoid processing
chrisseed
committed
8ad63ce
View commit details
Copy full SHA for 8ad63ce
View code at this point
Browse repository at this point
Revert "Merge pull request #150 from schdck/master" - nuget packages have no business changing ServicePointManager.SecurityProtocol.
Show description for d17571d
chrisseed
committed
d17571d
View commit details
Copy full SHA for d17571d
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
Fix for #149
Show description for c14d10c
schdck
committed
c14d10c
View commit details
Copy full SHA for c14d10c
View code at this point
Browse repository at this point
Commits on May 2, 2017
cleaning up: key & value can never be null in ExtractAttributes
Licshee
committed
fbe070a
View commit details
Copy full SHA for fbe070a
View code at this point
Browse repository at this point
Merge pull request #27 from redwyre/master
Show description for d90a97a
Licshee
authored
d90a97a
View commit details
Copy full SHA for d90a97a
View code at this point
Browse repository at this point
Merge pull request #64 from masterjeroen/utf32-code-conversion
Show description for 0729edf
Licshee
authored
0729edf
View commit details
Copy full SHA for 0729edf
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
Fixing words being cut on page breaks
Show description for e57cddf
Pawel
committed
e57cddf
View commit details
Copy full SHA for e57cddf
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
Convert code points from other unicode planes to utf16, like emoticons 😃, and avoid a hard unhandled exception.
Jeroen Diederix
committed
c6b3929
View commit details
Copy full SHA for c6b3929
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
cleanup code
gyfke
committed
349e166
View commit details
Copy full SHA for 349e166
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
Added paging support for pdf
Show description for 44a0453
gyfke
committed
44a0453
View commit details
Copy full SHA for 44a0453
View code at this point
Browse repository at this point
Support base64 images in css content property
gyfke
committed
530e9a0
View commit details
Copy full SHA for 530e9a0
View code at this point
Browse repository at this point
Commits on May 12, 2015
Fix for the last attribute without a value crashing the parser
redwyre
committed
369c2b0
View commit details
Copy full SHA for 369c2b0
View code at this point
Browse repository at this point
Commits on Nov 1, 2014
minor optimization, test sample for layout center with fixed size width
Arthur
committed
9a92a74
View commit details
Copy full SHA for 9a92a74
View code at this point
Browse repository at this point
Merge pull request #15 from configurator/master
Show description for 8fd5b2b
Arthur
committed
8fd5b2b
View commit details
Copy full SHA for 8fd5b2b
View code at this point
Browse repository at this point
correct hoverboxes releasing fix
Arthur
committed
4d555cb
View commit details
Copy full SHA for 4d555cb
View code at this point
Browse repository at this point
Merge pull request #18 from ArthurHub/v1.5
Show description for 821787a
Arthur
committed
821787a
View commit details
Copy full SHA for 821787a
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
Fix of memory leak with Hover boxes inside HtmlContainerInt.
Show description for a9f5d78
steck
committed
a9f5d78
View commit details
Copy full SHA for a9f5d78
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
Bugfix in CssLayoutEngine.ApplyCenterAlignment and CssLayoutEngine.ApplyRightAlignment where in certain situations an exception was thrown instead of applying the alignment due to reversed lookup.
configurator
committed
c03e1ca
View commit details
Copy full SHA for c03e1ca
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.