[
https://issues.apache.org/jira/browse/PDFBOX-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212401#comment-14212401
]
Tilman Hausherr commented on PDFBOX-2497:
-----------------------------------------
But what is missing? I was able to get this from pages 52 + 53
{code}
Maintenant travaillez un peu dessus, en créant 2 commits.
$ vi fichier.txt
$ git commit
$ vi autrefichier.txt
$ git commit
...
Pendant ce temps, quelqu'un d'autre travaille en créant aussi 2 nouveaux
commits sur la branche d'origine. Cela signifie que
les 2 branches 'origine' et 'mywork' ont avancées, et elle ont aussi divergées.
Git Community Book
52
À ce moment, vous pouvez utiliser "pull" pour merger vos modifications; le
résultat créera un nouveau commit 'merge',
comme ceci:
Chapter 4: Usage Intermédiaire
53
{code}
> GRAVE: FlateFilter: stop reading corrupt stream due to a DataFormatException
> ----------------------------------------------------------------------------
>
> Key: PDFBOX-2497
> URL: https://issues.apache.org/jira/browse/PDFBOX-2497
> Project: PDFBox
> Issue Type: Bug
> Components: Text extraction
> Affects Versions: 1.8.6, 1.8.7
> Environment: java version "1.7.0_65"
> Java(TM) SE Runtime Environment (build 1.7.0_65-b17)
> Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
> Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux
> Reporter: Laurent Roger
> Priority: Minor
> Attachments: git-community-book-52.pdf, git-community-book-53.pdf,
> git-community-book.pdf, git-community-book.txt
>
>
> java -jar pdfbox-app-1.8.7.jar ExtractText git-community-book.pdf
> git-community-book.txt
> throws the error :
> nov. 13, 2014 5:34:31 PM org.apache.pdfbox.filter.FlateFilter decode
> GRAVE: FlateFilter: stop reading corrupt stream due to a DataFormatException
> The txt document is incomplete, stops at
> Chapter 7: Fonctionnement Interne et Plomberie
> 133
> Git Community Book
> 134
> PdfDebugger does not show any problem of structure of git-community-book.pdf.
> PDFSplit -split 1 fails at git-community-book-53.pdf (partially written)
> java -jar pdfbox-app-1.8.7.jar PDFDebugger git-community-book-53.pdf
> Xlib: extension "RANDR" missing on display ":0.0".
> nov. 13, 2014 5:30:32 PM org.apache.pdfbox.pdfparser.BaseParser
> parseCOSDictionary
> AVERTISSEMENT: Bad Dictionary Declaration
> org.apache.pdfbox.io.PushBackInputStream@78900845
> nov. 13, 2014 5:30:32 PM org.apache.pdfbox.pdfparser.BaseParser
> parseCOSDictionary
> AVERTISSEMENT: Invalid dictionary, found: '���' but expected: '/'
> nov. 13, 2014 5:30:32 PM org.apache.pdfbox.pdfparser.XrefTrailerResolver
> setStartxref
> AVERTISSEMENT: Did not found XRef object at specified startxref position 0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)