Skip to content

Commit ba9c17c

Browse files
.Net: Bump PdfPig from 0.1.9 to 0.1.10 in /dotnet (#10905)
Bumps [PdfPig](https://github.com/UglyToad/PdfPig) from 0.1.9 to 0.1.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/UglyToad/PdfPig/releases">PdfPig's releases</a>.</em></p> <blockquote> <h2>v0.1.10</h2> <h2>What's Changed</h2> <ul> <li>Fix GetTextOrientation by cleanly checking if rotation is divisible by 90 and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/913">#913</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/914">UglyToad/PdfPig#914</a></li> <li>Add early version of BrowserSystemFontLister by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/920">UglyToad/PdfPig#920</a></li> <li>Remove list from FileTrailerParser.GetStartXrefPosition() by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/922">UglyToad/PdfPig#922</a></li> <li>Reorganise Filters and make them public by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/925">UglyToad/PdfPig#925</a></li> <li>Support decrypting V4/R4 files with AESV2 and no Length property by <a href="https://github.com/Greybird"><code>@​Greybird</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/924">UglyToad/PdfPig#924</a></li> <li>Use pdfScanner in ReadVerticalDisplacements and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/693">#693</a> and return 0… by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/928">UglyToad/PdfPig#928</a></li> <li>Default page number to 0 in ExplicitDestination when the Dest has no page number and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/736">#736</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/930">UglyToad/PdfPig#930</a></li> <li>Move Paths, GetAnnotations() and GetOptionalContents() outside of ExperimentalAccess and mark Experimental class and reference as obsolete by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/931">UglyToad/PdfPig#931</a></li> <li>Upgrade tests project NuGet packages by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/932">UglyToad/PdfPig#932</a></li> <li>Optimize cross reference object offset validation by avoiding nested loop by <a href="https://github.com/madelson"><code>@​madelson</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/935">UglyToad/PdfPig#935</a></li> <li>Revive trimming/AOT analysis by <a href="https://github.com/madelson"><code>@​madelson</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/939">UglyToad/PdfPig#939</a></li> <li>Stop treating Warnings as Errors by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/941">UglyToad/PdfPig#941</a></li> <li>Handle alternate Unicode name representation cXXX and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/943">#943</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/944">UglyToad/PdfPig#944</a></li> <li>Handle odd ligatures names and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/945">#945</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/946">UglyToad/PdfPig#946</a></li> <li>Update additional glyph list to latest from PDFBox by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/948">UglyToad/PdfPig#948</a></li> <li>New GetText() option: NegativeGapAsWhitespace by <a href="https://github.com/Kizaemon"><code>@​Kizaemon</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/952">UglyToad/PdfPig#952</a></li> <li>Fix for IndexOutOfRangeException exception by <a href="https://github.com/GrabzIt"><code>@​GrabzIt</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/955">UglyToad/PdfPig#955</a></li> <li>Fix &quot;Nightly Release&quot; pipeline following csproj changes by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/957">UglyToad/PdfPig#957</a></li> <li>Do not throw exception when lenient parsing in ON in CrossReferenceParser and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/959">#959</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/961">UglyToad/PdfPig#961</a></li> <li>Improve UnwrapIndexedColorSpaceBytes by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/962">UglyToad/PdfPig#962</a></li> <li>Fix out of range exception in AnnotationProvider by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/963">UglyToad/PdfPig#963</a></li> <li>Return a copy of the ArrayPoolBufferWriter buffer in Ascii85, AsciiHex and RunLength filters and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/964">#964</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/965">UglyToad/PdfPig#965</a></li> <li>Make ColorSpaceDetails.BaseNumberOfColorComponents public to allow for external image factories by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/966">UglyToad/PdfPig#966</a></li> <li>Improve GlyphList by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/967">UglyToad/PdfPig#967</a></li> <li>Properly handle ZapfDingbats font for TrueTypeSimpleFont and add tests by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/969">UglyToad/PdfPig#969</a></li> <li>Execute RemoveStridePadding in place when possible by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/968">UglyToad/PdfPig#968</a></li> <li>Add HexToken case in OptionalContent parsing by <a href="https://github.com/simonedd"><code>@​simonedd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/971">UglyToad/PdfPig#971</a></li> <li>Update UglyToad.PdfPig.ConsoleRunner target framework to net8 by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/972">UglyToad/PdfPig#972</a></li> <li>Do not throw error on Pop when stack size is 1 in lenient mode and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/973">#973</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/974">UglyToad/PdfPig#974</a></li> <li>Fix warnings about &quot;type 'K' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<!-- raw HTML omitted -->'&quot; by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/976">UglyToad/PdfPig#976</a></li> <li>Refactor XObjectFactory by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/977">UglyToad/PdfPig#977</a></li> <li>Update UnpackComponents() to account for 1bpc + DeviceGray (hack for Jbig2) by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/978">UglyToad/PdfPig#978</a></li> <li>CcittFaxDecodeFilter: do not check for input length, invert bitmap with ref byte and fix <a href="https://redirect.github.com/UglyToad/PdfPig/issues/982">#982</a> by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/983">UglyToad/PdfPig#983</a></li> <li>Add JPX bits per component decoding by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/986">UglyToad/PdfPig#986</a></li> <li>Issues/987 by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/990">UglyToad/PdfPig#990</a></li> <li>Make DecodeParameterResolver class public by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/993">UglyToad/PdfPig#993</a></li> <li>Update Microsoft and SkiaSharp NuGet packages by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/994">UglyToad/PdfPig#994</a></li> <li>Update Microsoft NuGet packages for UglyToad.PdfPig.Package by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/996">UglyToad/PdfPig#996</a></li> <li>Resolve image data (implementation from <a href="https://github.com/kasperdaff"><code>@​kasperdaff</code></a>) by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/998">UglyToad/PdfPig#998</a></li> <li>Pass IFilterProvider to IFilter.Decode() and handle null in PdfExtensions.Resolve() by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/999">UglyToad/PdfPig#999</a></li> <li>Improve GetExtendedGraphicsStateDictionary() and StackDictionary.TryGetValue() by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/1004">UglyToad/PdfPig#1004</a></li> <li>Better handle integer overflow in DocstrumBoundingBoxes by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/1005">UglyToad/PdfPig#1005</a></li> <li>version 0.1.10 by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/1006">UglyToad/PdfPig#1006</a></li> <li>Update run_integration_tests.yml by <a href="https://github.com/BobLd"><code>@​BobLd</code></a> in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/1007">UglyToad/PdfPig#1007</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/madelson"><code>@​madelson</code></a> made their first contribution in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/935">UglyToad/PdfPig#935</a></li> <li><a href="https://github.com/Kizaemon"><code>@​Kizaemon</code></a> made their first contribution in <a href="https://redirect.github.com/UglyToad/PdfPig/pull/952">UglyToad/PdfPig#952</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/UglyToad/PdfPig/commit/f1f27a63e126389979d6d0b182ecf45c45b7bf53"><code>f1f27a6</code></a> Update run_integration_tests.yml</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/d36e9a900f841438d0b43b895f52927f396131c2"><code>d36e9a9</code></a> version 0.1.10</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/1b3c7bd355ef774c8f58b96d2009a415466082b6"><code>1b3c7bd</code></a> Better handle integer overflow in DocstrumBoundingBoxes</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/67d8f563662b3ace16449477b0ad1a6e70d17bad"><code>67d8f56</code></a> Do not throw exception when lenient parsing in GetExtendedGraphicsStateDictio...</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/f26e7d90a37b7090fc7863b8be54c5f848c7ec7f"><code>f26e7d9</code></a> Pass IFilterProvider to IFilter.Decode() and handle null in PdfExtensions.Res...</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/d973e0320671cfe988c40642f5e38720be3e9a30"><code>d973e03</code></a> Resolve image data (implementation from <a href="https://github.com/kasperdaff"><code>@​kasperdaff</code></a>)</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/c4a235fb628af61f8590979ccc4252ac51d27c41"><code>c4a235f</code></a> Update Microsoft NuGet packages for UglyToad.PdfPig.Package</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/7ceeb5bff83d992503ae0a5475dde1065b6f50f8"><code>7ceeb5b</code></a> Update Microsoft and SkiaSharp NuGet packages</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/b9bcfa5997706ca6efe562f8e667cdfadfe28647"><code>b9bcfa5</code></a> Make DecodeParameterResolver class public</li> <li><a href="https://github.com/UglyToad/PdfPig/commit/5a06e1e1cceb1f6e74fc1865ff5713177b6814b9"><code>5a06e1e</code></a> Assess if transformedGlyphBounds and use transformedPdfBounds as fallback and...</li> <li>Additional commits viewable in <a href="https://github.com/UglyToad/PdfPig/compare/v0.1.9...v0.1.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PdfPig&package-manager=nuget&previous-version=0.1.9&new-version=0.1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6778ad3 commit ba9c17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
6464
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
6565
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
66-
<PackageVersion Include="PdfPig" Version="0.1.9" />
66+
<PackageVersion Include="PdfPig" Version="0.1.10" />
6767
<PackageVersion Include="Pinecone.NET" Version="2.1.1" />
6868
<PackageVersion Include="Prompty.Core" Version="0.0.23-alpha" />
6969
<PackageVersion Include="PuppeteerSharp" Version="20.0.5" />

0 commit comments

Comments
 (0)