mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-12-21 11:13:55 +08:00
fix a bug with tokenization without spaces before string
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Provides access to document level information for this PDF document as well as access to the <see cref="T:UglyToad.PdfPig.Content.Page" />s contained in the document.
|
||||
/// Provides access to document level information for this PDF document as well as access to the <see cref="T:UglyToad.PdfPig.Content.Page"/>s contained in the document.
|
||||
/// </summary>
|
||||
public class PdfDocument : IDisposable
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user