Commit Graph

1186 Commits

Author SHA1 Message Date
Eliot Jones
4c36f84a0d version 0.1.5 2021-09-17 11:16:43 -04:00
Eliot Jones
e8f917bbb1 try last known good version of action 2021-08-27 14:05:43 -04:00
Eliot Jones
2ac20d1a78 coding is hell 2021-08-27 10:33:12 -04:00
Eliot Jones
40b331b4a0 something to do with this right, maybe 2021-08-27 09:49:33 -04:00
Eliot Jones
fa7186143f is it because i'm on windows, what do you want!? 2021-08-27 09:47:32 -04:00
Eliot Jones
0c2bd83545 why, why do these need to be single letter 2021-08-27 09:35:30 -04:00
Eliot Jones
afc0810f1e try to fix broken yaml rubbish 2021-08-27 07:40:23 -04:00
Eliot Jones
df3552c38e
Merge pull request #359 from plaisted/master
link annotation fix for PdfDocumentBuilder
2021-08-27 07:38:22 -04:00
Michael Plaisted
79b26bb434 - strip link annotations to avoid corrupt links to non-existant pages
- fix issue with acrobat not liking same content stream on multiple pages
2021-08-22 18:06:09 -05:00
Eliot Jones
905f09b18a remove unrecognized flag from nightly publish 2021-08-22 16:22:20 -04:00
Eliot Jones
36e593cf3f Merge branch 'master' of github.com:UglyToad/PdfPig into master 2021-08-21 15:40:38 -04:00
Eliot Jones
c4e23ff5ac remove prevent check date run and use master job 2021-08-21 15:40:11 -04:00
Eliot Jones
bf2e291f22
Merge pull request #358 from Poltuu/handle_wrong_return_char
\r only in token scanner
2021-08-17 18:10:00 -04:00
romain v
47a0a62eee \r only in token scanner
An edge case was lost with this commit 31ca3640d2

when scanner is only followed by \r (without \n)
2021-08-17 16:14:59 +02:00
Eliot Jones
3f1035cd6d nightly release push action rework v12 2021-08-16 22:01:08 -04:00
Eliot Jones
b1f880d089 nightly push action rework v11 2021-08-16 21:50:37 -04:00
Eliot Jones
7176fc8814 nightly push action rework v10 2021-08-16 21:46:23 -04:00
Eliot Jones
e1716e0393 nightly push action rework v9 2021-08-16 21:40:34 -04:00
Eliot Jones
4ac2de2fdd nightly push action rework v8 2021-08-16 21:39:51 -04:00
Eliot Jones
c82287119e nightly push action rework v7 2021-08-16 07:11:39 -04:00
Eliot Jones
889063f83c nightly push action rework v6
Failed due to incorrect csproj name
2021-08-14 21:07:53 -04:00
Eliot Jones
c77e2f7952 port png transparency fixes from biggustave changes #346 2021-08-14 14:47:23 -04:00
Eliot Jones
50dc67c2ca nightly push action rework v5
include alpha in the generate nightly package version
i don't know which logic nuget uses to detect pre-release
so it's safer to include alpha in the nightly build version.
2021-08-14 13:21:27 -04:00
Eliot Jones
235f789e4f nightly push action rework v4
probably safer to move the dependent job into the
same action file. of course there's probably a way to
separate them but there's also no way to test for certain
2021-08-14 13:20:08 -04:00
Eliot Jones
fcdd08a21c nightly push action rework v3
i think you need to use the double brackets and scope
to the action secrets to access the api key. who knows
it's not like there's any validation or debugging or testing
capability because the entire field of devops has soup for
brain 🧌
2021-08-14 13:17:09 -04:00
Eliot Jones
661d37de0e nightly push action rework v2
very poor documentation for a dependent needs
action/job. looks like it might be repository dispatch
or it must be included in the main file.
2021-08-14 13:10:23 -04:00
Eliot Jones
165bc74c53 try creating a nightly push to nuget script v1
this is intended to create nightly build with package
versions of the form x.y.z-yyyyMMdd.sha and
push them to nuget automatically, only where there
are new changes per day. since devops is a nightmare
and entirely untestable we will have to go through 20
iterations to actually get this to work
2021-08-14 13:01:46 -04:00
Eliot Jones
53471207df normalize line endings in ccitt file 2021-08-11 21:12:35 -04:00
Eliot Jones
1b472f6992 handle messed up numbers in content #355 2021-08-11 20:56:06 -04:00
Eliot Jones
a3e316958a try handling malformed operators where operands are not provided #355 2021-08-08 11:36:43 -04:00
Eliot Jones
2df5ec9b10 handle transparency when adding pdfs in builder #345 #346 2021-08-07 13:49:01 -04:00
Eliot Jones
dd95b38345 handle case where xref has multiple parts with incorrect offset #352 2021-08-06 19:47:54 -04:00
Eliot Jones
72db3bf244
Merge pull request #351 from plaisted/master
AddPage fixes for streams and page dict inheritance
2021-08-04 07:52:22 -04:00
Michael Plaisted
73b7bb61bc AddPage fixes for streams incorrectly being copied to page dict, add inheritance for media/crop box and rotation 2021-08-02 11:17:49 -05:00
InusualZ
35761adf64 DirectObjectFinder: Throwing exception print the token name that we got 2021-06-27 15:02:20 -04:00
InusualZ
31ca3640d2 Tolerate any white-space bytes after the stream operator. 2021-06-27 15:02:20 -04:00
Eliot Jones
b3a361e2f2 performance tweak and test case for #334 2021-06-10 16:31:16 -04:00
Eliot Jones
8163163dfc Merge branch 'master' of github.com:UglyToad/PdfPig into master 2021-06-10 16:03:31 -04:00
Eliot Jones
ea4889778d support specifying number of documents for console runner 2021-06-02 13:45:12 -04:00
Eliot Jones
672e665d44
Merge pull request #332 from kasperdaff/xplat-unit-tests
Make unit tests behave cross platform
2021-06-02 07:21:25 -04:00
Kasper Frank
1ea412179f Make unit tests behave cross platform 2021-06-02 11:07:51 +02:00
Eliot Jones
14276d5d16
Merge pull request #331 from kasperdaff/various-image-fixes
Various image related fixes and ICCBased (limited), CalGray and CalRGB color spaces support
2021-06-01 08:14:49 -04:00
Kasper Frank
6649a69380 Use scanner for resolving indirect refs when obtaining DictionaryToken values. 2021-05-30 21:58:36 +02:00
Eliot Jones
e353fc69e8 ignore console runner launchsettings
since the console runner is used to run through a test directory stored
locally its value will be different for each developer. we'll ignore it
to avoid it getting committed accidentally
2021-05-30 13:20:55 -04:00
Eliot Jones
3869bbb786
Merge pull request #327 from kasperdaff/decodeparm-fix
DecodeParameterResolver looks in the wrong array when retrieving filter parameters
2021-05-30 12:24:56 -04:00
Kasper Frank
da821e27e1 Add support for CalGray and CalRGB colorspaces 2021-05-30 14:07:41 +02:00
Kasper Frank
2fa003730a Add (limited) support for the ICCBased color space 2021-05-27 13:01:51 +02:00
Kasper Frank
a56be02cfd General support for extraction of images with BitsPerComponent < 8 2021-05-27 13:01:51 +02:00
Kasper Frank
92a00782bf Add support for named color spaces and indirect references when parsing ColorSpaceDetails 2021-05-27 13:01:51 +02:00
Kasper Frank
449f16edd7 Expose ImageDictionary through IPdfImage to make available when working with InlineImage(s). 2021-05-27 13:01:51 +02:00