[ 
https://issues.apache.org/jira/browse/PDFBOX-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14743443#comment-14743443
 ] 

Timo Boehme commented on PDFBOX-2941:
-------------------------------------

When an image is chosen in PDFDebugger tree view (displaying an image in 
content pane) then when switching from 'image' to 'unfiltered' in content pane 
can result in an ArrayIndexOutOfBounds exception in 
RandomAccess.readRemainingBytes. This is because StreamPane does changes via 
DocumentCreator.execute and hex view update in parallel on the same stream 
object which is not supported (so far) when not using a ScratchFile. The fix 
synchronizes on the stream object.

> Improve PDFDebugger (2)
> -----------------------
>
>                 Key: PDFBOX-2941
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2941
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: Utilities
>    Affects Versions: 2.0.0
>            Reporter: Tilman Hausherr
>         Attachments: gs-bugzilla694570.pdf, osx-tabs.png, 
> screenshot_debugger_new.png, screenshot_debugger_not_aligned.png, 
> screenshot_debugger_old.png, screenshot_w7_fontsize.png, 
> separate_filter_choice_from_text_hex_views.diff, sonar_qube_resolve.diff, 
> sonar_qube_resolve_25_08.diff
>
>
> This is a follow-up issue to PDFBOX-2530 to implement extra ideas that came 
> up in GSoC2015, ideas that were not implemented due to lack of time, and new 
> ideas.
> - save modified PDFs
> - refactor PDFDebugger.java
> - render glyphs of fonts
> - editing in hex viewer
> - ✓ refactor StreamPane to share stream filtering among Text view and hex view
> - password dialog when hitting protected PDF
> - remove nodes (e.g. elements from a COSDictionary)
> - show "pretty" XML



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to