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
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 }}
ArthurHub
/
HTML-Renderer
Public
Notifications
You must be signed in to change notification settings
Fork
550
Star
1.4k
Code
Issues
94
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Support for .NET 6.0 & SkiaSharp Renderer
- #200
#200
Closed
driekus77
wants to merge 27 commits into
ArthurHub:master
ArthurHub/HTML-Renderer:master
from
driekus77:features/net60
driekus77/HTML-Renderer:features/net60
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Support for .NET 6.0 & SkiaSharp Renderer
#200
driekus77
wants to merge 27 commits into
ArthurHub:master
ArthurHub/HTML-Renderer:master
from
driekus77:features/net60
driekus77/HTML-Renderer:features/net60
Copy head branch name to clipboard
Commits
Commits on Nov 20, 2022
Introducing net6.0 port of HtmlRenderer
Show description for 0e83496
Henry Roeland
committed
0e83496
View commit details
Copy full SHA for 0e83496
Browse repository at this point
Commits on Nov 11, 2023
Merge pull request #2 from driekus77/features/net60
Show description for eb1eead
mstancombe
authored
eb1eead
View commit details
Copy full SHA for eb1eead
Browse repository at this point
Adding demo app to compare, Modify PdfSharp to use Async invocation, WIP on Skia.
mstancombe
committed
28506df
View commit details
Copy full SHA for 28506df
Browse repository at this point
Commits on Nov 12, 2023
Updated to .net 7, lots more work getting Skia font sizing more accurately matching PDFSharp, Implemented lines/rectangles in Skia.
mstancombe
committed
df4712e
View commit details
Copy full SHA for df4712e
Browse repository at this point
Updated remaining projects to net7, some tweaks for winforms sample.
mstancombe
committed
b8bcc17
View commit details
Copy full SHA for b8bcc17
Browse repository at this point
Commits on Nov 29, 2023
Update README.md
Show description for 7ed7537
driekus77
committed
7ed7537
View commit details
Copy full SHA for 7ed7537
Browse repository at this point
Commits on Dec 9, 2023
Update skia dependency
mstancombe
committed
1965791
View commit details
Copy full SHA for 1965791
Browse repository at this point
Adding build pipeline for the net6 branch to push Core and Skia.
mstancombe
committed
f1441cf
View commit details
Copy full SHA for f1441cf
Browse repository at this point
Add project URL
mstancombe
committed
25fe939
View commit details
Copy full SHA for 25fe939
Browse repository at this point
Set build scripts to net 7
mstancombe
committed
bc0e555
View commit details
Copy full SHA for bc0e555
Browse repository at this point
Removed non cross plat rendering targets (Win/WPF) from default builds. These might just be removed permenantly in future.
mstancombe
committed
0ebaf37
View commit details
Copy full SHA for 0ebaf37
Browse repository at this point
Fix case issue
mstancombe
committed
8c27700
View commit details
Copy full SHA for 8c27700
Browse repository at this point
Fix issue where core not published
mstancombe
committed
688e6c5
View commit details
Copy full SHA for 688e6c5
Browse repository at this point
Image Fixes
Show description for 9e6cf7b
mstancombe
committed
9e6cf7b
View commit details
Copy full SHA for 9e6cf7b
Browse repository at this point
Add SVG Support
mstancombe
committed
6541e80
View commit details
Copy full SHA for 6541e80
Browse repository at this point
Commits on Dec 10, 2023
Fix issue where images not waiting for load.
mstancombe
committed
f4f0842
View commit details
Copy full SHA for f4f0842
Browse repository at this point
Add basic page-break 'always' support, remove default page breaking on printed h1 element.
mstancombe
committed
ca1c472
View commit details
Copy full SHA for ca1c472
Browse repository at this point
Commits on Dec 19, 2023
Swap skia svg package
Alby Blyth
committed
373fc09
View commit details
Copy full SHA for 373fc09
Browse repository at this point
Merge pull request #3 from albyoo/features/net60
Show description for 2d92052
mstancombe
authored
2d92052
View commit details
Copy full SHA for 2d92052
Browse repository at this point
Rename corner radius to border radius
Alby Blyth
committed
2c13520
View commit details
Copy full SHA for 2c13520
Browse repository at this point
Update demo output to use date format yyyyMMdd
Alby Blyth
committed
f89f838
View commit details
Copy full SHA for f89f838
Browse repository at this point
Commits on Dec 20, 2023
Implement skia border radius
Alby Blyth
committed
e11379e
View commit details
Copy full SHA for e11379e
Browse repository at this point
Merge pull request #4 from albyoo/features/border-radius
Show description for cee2f62
mstancombe
authored
cee2f62
View commit details
Copy full SHA for cee2f62
Browse repository at this point
Commits on Jan 25, 2024
Update graphics adapter to use correct calculated height
Alby Blyth
committed
909bb2e
View commit details
Copy full SHA for 909bb2e
Browse repository at this point
Update skia sharp adapter to use font manager default singleton
Alby Blyth
committed
d99d3cf
View commit details
Copy full SHA for d99d3cf
Browse repository at this point
Commits on Jan 30, 2024
Merge pull request #6 from albyoo/features/font-sizing
Show description for 6afd32d
mstancombe
authored
6afd32d
View commit details
Copy full SHA for 6afd32d
Browse repository at this point
Commits on Mar 13, 2024
Merge pull request #1 from mstancombe/features/net60
Show description for fda3a68
driekus77
authored
fda3a68
View commit details
Copy full SHA for fda3a68
Browse repository at this point
You can’t perform that action at this time.