Граф коммитов

  • 8fd797d152 Upgrade to latest PdfiumCore. master v1.2.1 djgosnell 2024-09-03 15:49:43 -0400
  • f38830b73d Updates for new packages. v1.2.0 djgosnell 2024-09-03 15:35:40 -0400
  • 6e071eeda3 Updated .NET version to 8. Removed DtronixCommon tooling and used Vector128<float> instead of BoundaryF. djgosnell 2024-09-03 15:32:59 -0400
  • f4904f48d1 Started work on annotations. annotations DJGosnell 2023-11-17 15:08:14 -0500
  • 7ddf6b1519 Updated versions for new release. Consolidated the versions. Upgraded packages. v1.1.3 DJGosnell 2023-10-03 18:46:47 -0400
  • 16cf584cd0 Updated for new core libraries. v1.1.2.0 DJGosnell 2023-02-08 01:45:02 -0500
  • 16343ec9a3 Update for additional editor configs. v1.1.1 DJGosnell 2022-11-10 10:01:21 -0500
  • 8d2bd077a0 Version bump for release. DJGosnell 2022-11-10 09:58:52 -0500
  • dfba6ffadb Removed unused usings. Removed unneeded Repeat test attribute. Simplified rendering methods. v1.1.0 DJGosnell 2022-11-09 18:33:19 -0500
  • d8b07bddb0
    Async Removal and Public RenderPageAction (#7) DJGosnell 2022-11-09 17:58:05 -0500
  • 5bcf7cc364 Fixed benchmark usages. DJGosnell 2022-11-09 17:55:42 -0500
  • 894cca8926 Removed async methods as all no provided Pdfium methods are asynchronous. DJGosnell 2022-11-09 17:38:01 -0500
  • 943ebbe3e0 Added PdfDocument.Load for loading from memory. Moved disposals to synchronous only. Temp removal of tests as disposal is re-entering on the locked semaphore. DJGosnell 2022-11-04 19:48:22 -0400
  • e57e155420 Added non "async" method counterparts to all the PDF actions. Updated dot files DJGosnell 2022-11-04 16:49:15 -0400
  • b9632596b2 Added RenderPageAction.Flags property. Added IDisposable to PdfPage. DJGosnell 2022-11-03 18:04:28 -0400
  • 95fa3cf8f7 Started work on advanced rendering. DJGosnell 2022-11-01 19:13:37 -0400
  • 9833c87ef1 Added properties for the bitmap. DJGosnell 2022-10-28 18:01:18 -0400
  • cfc88d5fb7 Extracted ImageSharp functionality and added into separate project. Extracted properties and placed into separate .props file. Changed all async methods to append Async to the method names. DJGosnell 2022-10-28 12:56:13 -0400
  • 1dc23ca072 Update Load pdf from stream. Add UnitTest Quang Trinh 2022-06-09 15:51:09 +0700
  • 8d0bb64600 Allow to load PdfDocument from byte array and Stream Quang Trinh 2022-06-09 15:13:03 +0700
  • 28f5c7eff2 Added project info. DJGosnell 2022-04-13 11:14:44 -0400
  • 5d4a87bf2c Updated for SourceLink. v1.0.1.1 DJGosnell 2022-04-13 11:10:02 -0400
  • 49da61436e Extracted Dispatcher into DtronixCommon project. Updated all Dispatcher references to the new methods. v1.0.1 DJGosnell 2022-03-15 19:06:34 -0400
  • d441d60f6d Extended ThreadDispatcher to run multiple threads simultaneously. Added tests DJGosnell 2022-03-09 18:33:06 -0500
  • f7355bca7f Updated readme with info of project. Closes #4. Set version to 1.0. v1.0.0 DJGosnell 2022-02-03 13:34:16 -0500
  • d5742c8811 Fix for build system. DJGosnell 2022-02-02 17:46:10 -0500
  • 97851fd108 Corrected test directory name. DJGosnell 2022-02-02 17:43:34 -0500
  • 14a10fe139 Updated dotnet version. DJGosnell 2022-02-02 17:40:02 -0500
  • 4397b09983 Added workflow testing. DJGosnell 2022-02-02 17:38:24 -0500
  • 4de0e45733 Addd tests. Simplified usage of PdfPage.Render DJGosnell 2022-02-02 17:36:31 -0500
  • acda8edf71 Fixed issue with ThreadDispatcher set to a foreground thread. DJGosnell 2022-02-02 11:03:33 -0500
  • e237b2c156 Started testing suite. DJGosnell 2022-01-28 18:33:11 -0500
  • 848bf3480b Simplified Dispatcher usage. Added cancellation support throughout dispatcher. DJGosnell 2022-01-27 18:04:42 -0500
  • 918b4c8857 Updated for net5.0. Migrated to SixLabors.ImageSharp from System.Drawing. Updated for PDFiumCore v100.0.4849.1. DJGosnell 2022-01-26 17:46:25 -0500
  • d3536b47b6 Updated benchmark to render page. Added test PDF page. DJGosnell 2021-05-27 17:00:56 -0400
  • 53a502707e Removed Viewport and replaced with standard RectangleF. DJGosnell 2020-10-23 19:57:46 -0400
  • be7eba80f3 Updated to allow for priority rendering. DJGosnell 2020-10-13 19:06:45 -0400
  • 883d2fe2e0 Added checks against disposal. Ensured pages can only be disposed once. DJGosnell 2020-10-12 18:13:34 -0400
  • 6e618ab1a9 Added initial load page count. Added cancellation token support for rendering. DJGosnell 2020-10-12 17:16:40 -0400
  • 7054729986 Changed bitmap creation failure check location. Added empty checks to viewport render requests. Properly disposes bitmaps upon exception throwing. DJGosnell 2020-10-12 12:34:17 -0400
  • 3a8e41f602 Page now stores the initial index of the page. Initial because page numbers can change outside of the current page usage. DJGosnell 2020-10-09 18:17:46 -0400
  • 2bda42610a Removed Rectangles and replaced with viewports. Viewport now can specify an origin point. DJGosnell 2020-10-09 11:58:51 -0400
  • 7d899b101d Added ability to render via viewport. DJGosnell 2020-10-02 18:20:48 -0400
  • 0e91f64053 Fixed bitmaps being created full size for all scales. Allows creation of a viewport for partial rendering. DJGosnell 2020-10-01 19:18:17 -0400
  • 4872a9ead9 Initial commit. DJGosnell 2020-09-28 17:44:27 -0400