-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for more advanced PDF metadata #2865
base: main
Are you sure you want to change the base?
Conversation
There are NuGet packages available for download to see if this is what you are expecting: https://dev.azure.com/xamarin/public/_build/results?buildId=115770&view=artifacts&pathAsName=false&type=publishedArtifacts Go to the link (or the latest build) and then download the |
/azp run |
Pull request contains merge conflicts. |
@lol768 I have rebased and CI is running the build again. The artifacts expired because it has been a while, but after the build is done the artifact should be on the job. Thanks for offering to test out the bits! Let me know if anything weird happens or if this is good to ship :) |
# Conflicts: # externals/skia
I did not rebase hard enough :) |
Thanks! I assume the artifacts will magically appear on https://dev.azure.com/xamarin/public/_build/results?buildId=127530&view=results in due course? Not super familiar with Azure DevOps 🙂 |
Not for PRs, only once they are merged. PR builds are only in the job artifacts. |
So there are native Linux binaries - great! - is it supposed to have produced a |
Description of Change
This PR is a WIP for adding better support for the PDF metadata. The new features are structure elements and other tags.
Bugs Fixed
API Changes
None.
Behavioral Changes
None.
Required skia PR
None.
PR Checklist