You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by adityasaxena0908 <gi...@git.apache.org> on 2018/07/09 16:16:54 UTC

[GitHub] pdfbox pull request #56: 1.8

GitHub user adityasaxena0908 opened a pull request:

    https://github.com/apache/pdfbox/pull/56

    1.8

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/pdfbox 1.8

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/pdfbox/pull/56.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #56
    
----
commit fd2ad5765331d098d15a62d657dd41f030469060
Author: Tilman Hausherr <ti...@...>
Date:   2015-10-17T11:40:00Z

    PDFBOX-3035: /XRef cross reference stream is not allowed in preflight
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1709137 13f79535-47bb-0310-9956-ffa450edef68

commit 88255f1b5e487125ff7a18d22275008d48b735c9
Author: Andreas Lehmkühler <le...@...>
Date:   2015-10-17T14:56:14Z

    PDFBOX-2976: use a reduced buffer size when decompressing data to read as much data as possible even if the stream is corrupt
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1709182 13f79535-47bb-0310-9956-ffa450edef68

commit 971caae3f53470862e52cba0d3082efcf0681e85
Author: Tilman Hausherr <ti...@...>
Date:   2015-10-21T18:19:40Z

    PDFBOX-3041: correct treatment of first /W element 0, as suggested by Andrea Vacondio
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1709894 13f79535-47bb-0310-9956-ffa450edef68

commit cb0ba7cb20f0defec60deb23a4cfb5a27f6f8d6b
Author: Tilman Hausherr <ti...@...>
Date:   2015-10-24T12:22:47Z

    PDFBOX-3051: convert indirect reference to COSNull to null
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1710339 13f79535-47bb-0310-9956-ffa450edef68

commit 105cb01c8a1078077d43f5aa8b17f403f11f78ab
Author: Andreas Lehmkühler <le...@...>
Date:   2015-10-25T12:40:44Z

    PDFBOX-3060: add type value "Catalog" to root dictionary if missing
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1710439 13f79535-47bb-0310-9956-ffa450edef68

commit 359d74c2ae3b03c6b2750d30dea72567c9a5e522
Author: Tilman Hausherr <ti...@...>
Date:   2015-10-28T17:33:03Z

    PDFBOX-3060: avoid ClassCastException if root is not a dictionary
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1711077 13f79535-47bb-0310-9956-ffa450edef68

commit 43a3bc49632640d5b063a5f70182fb9028ed8293
Author: Tilman Hausherr <ti...@...>
Date:   2015-10-31T11:34:38Z

    PDFBOX-3068: add self-created test file that has /Info with indirect items
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1711598 13f79535-47bb-0310-9956-ffa450edef68

commit f59caeeb79b9c13e2bec78080b2989b48886fb89
Author: Tilman Hausherr <ti...@...>
Date:   2015-10-31T11:39:58Z

    PDFBOX-3068: parse /Info dictionary, because it could contain object references
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1711601 13f79535-47bb-0310-9956-ffa450edef68

commit e683c1bd24bf85623e435558c7e7d4c1cf1828cb
Author: Tilman Hausherr <ti...@...>
Date:   2015-10-31T11:40:25Z

    PDFBOX-3068: add test
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1711602 13f79535-47bb-0310-9956-ffa450edef68

commit 5dcbf3278b875886b00d0f9dabec1423373a4b9c
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-01T03:52:39Z

    PDFBOX-2508: correct calculation of glyphSpaceToTextSpaceFactor, remove misleading comment
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1711714 13f79535-47bb-0310-9956-ffa450edef68

commit edf26d8907c1d2bdca823f16373acd3fcbf57312
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-01T13:39:32Z

    PDFBOX-2508: get font height from FontBBox item if existing method fails
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1711765 13f79535-47bb-0310-9956-ffa450edef68

commit 28ad23b70d03ee8531863a6b203423a079e292fa
Author: Maruan Sahyoun <ms...@...>
Date:   2015-11-02T15:15:40Z

    PDFBOX-2816, PDFBOX-3017: don't drop AcroForm /DR for invisible signature
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1712040 13f79535-47bb-0310-9956-ffa450edef68

commit 424b5c34ad02598940877329905174d6242c6816
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-03T17:45:17Z

    PDFBOX-3087: don't compress metadata
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1712356 13f79535-47bb-0310-9956-ffa450edef68

commit f5a91fbffb1a8e886f15e677182c2dbd53d5dac0
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-07T12:14:18Z

    PDFBOX-3044: change encoding to utf8
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1713113 13f79535-47bb-0310-9956-ffa450edef68

commit 5a0b4630edbd2e4376de148b39a6cdfdf634626a
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-07T12:15:50Z

    PDFBOX-3044: change encoding to utf8, don't fail immediately
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1713114 13f79535-47bb-0310-9956-ffa450edef68

commit 3eb35c54fedda4ba285cf747877afe1b41c9a036
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-07T13:53:04Z

    PDFBOX-3044: add *txt files to rat config
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1713127 13f79535-47bb-0310-9956-ffa450edef68

commit 035ede0c02d5b37464078f38fa0d9768146e1d37
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-10T16:55:16Z

    PDFBOX-3097: use getObject instead of get + minor code cleanup
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1713695 13f79535-47bb-0310-9956-ffa450edef68

commit 7ba948408fa247d15c66b7d6599b9b516f94a9e5
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-17T17:45:22Z

    PDFBOX-2852: typo
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1714838 13f79535-47bb-0310-9956-ffa450edef68

commit 45f1956e66e604b91f6fff0885a83b872dae1ebb
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-17T19:12:00Z

    PDFBOX-3110: fix handling of beads as in 2.0 + test files by Maruan Sahyoun
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1714852 13f79535-47bb-0310-9956-ffa450edef68

commit ec39f7298136db4e891968e039e04534928b8777
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-18T16:51:41Z

    PDFBOX-3110: split large method
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1715021 13f79535-47bb-0310-9956-ffa450edef68

commit 5c32e23d4e3f7c918b58a993390ffcb01fe72d95
Author: Tilman Hausherr <ti...@...>
Date:   2015-11-23T19:16:33Z

    PDFBOX-1621: improve javadoc and add Calendar-based method for setModifiedDate(), as proposed by Gilad Denneboom and Maciej Wo?niak
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1715924 13f79535-47bb-0310-9956-ffa450edef68

commit 7e34a1ad561bf7bbc60bd22504e485626be5d597
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-07T20:02:36Z

    PDFBOX-3157: don't hardcode N to 3
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1718449 13f79535-47bb-0310-9956-ffa450edef68

commit 53db457b8bd8ea087f7370b21b470dc6931b56de
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-07T20:33:48Z

    PDFBOX-3153: add test
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1718454 13f79535-47bb-0310-9956-ffa450edef68

commit 7463fe4f7cb584938ab2e7dc2bf0688751df6385
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-09T18:08:24Z

    PDFBOX-3155: improve version detection for Java 9, as suggested by Uwe Schindler
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1718929 13f79535-47bb-0310-9956-ffa450edef68

commit 78b0b3d9f2affd00de84a2ddbc6015b915024da6
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-10T18:40:04Z

    PDFBOX-3155: catch NumberFormatException to be on the safe side, as suggested by Timo Boehme
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1719181 13f79535-47bb-0310-9956-ffa450edef68

commit 4569f5d624d30d854ba070d9232909f4d12bd954
Author: Maruan Sahyoun <ms...@...>
Date:   2015-12-14T07:12:04Z

    PDFBOX-2852, PDFBOX-3030: set Maven 3.0.0 as minimum requirement
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1719859 13f79535-47bb-0310-9956-ffa450edef68

commit 607d44683567724ba2bc4f51f53d20e567775a3e
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-14T17:46:14Z

    PDFBOX-2852: improve javadoc
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1719971 13f79535-47bb-0310-9956-ffa450edef68

commit 9aede89596ce56c9c35abddcf12f283eb45f7ff6
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-14T17:49:19Z

    PDFBOX-2852: improve example so that page can be set easily
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1719972 13f79535-47bb-0310-9956-ffa450edef68

commit ebd3174e232e8c3d2d588417c06ac8d45e02691b
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-14T17:50:27Z

    PDFBOX-3114: keep indirect structures when doing incremental update
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1719974 13f79535-47bb-0310-9956-ffa450edef68

commit ee6729b7bf6deb587861d7568dae3d563c552567
Author: Tilman Hausherr <ti...@...>
Date:   2015-12-14T17:55:08Z

    PDFBOX-2852: improve javadoc
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/1.8@1719977 13f79535-47bb-0310-9956-ffa450edef68

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org