[jira] [Created] (PDFBOX-5491) Transparency Group images slightly cropped

2022-08-10 Thread Henry Iguaro (Jira)
Henry Iguaro created PDFBOX-5491:


 Summary: Transparency Group images slightly cropped
 Key: PDFBOX-5491
 URL: https://issues.apache.org/jira/browse/PDFBOX-5491
 Project: PDFBox
  Issue Type: Bug
  Components: Rendering
Affects Versions: 2.0.26
Reporter: Henry Iguaro
 Attachments: bullet-points-cropped.pdf, 
image-2022-08-11-14-50-33-042.png, image-2022-08-11-14-55-38-711.png, 
tg-cropped.pdf

When importing the following file: [^tg-cropped.pdf]

The resulting image (that comes from a Transparency Group) it's slightly 
cropped from the bottom:

!image-2022-08-11-14-50-33-042.png!

Similarly with this other file: [^bullet-points-cropped.pdf], the icons and 
bullet points are Transparency Groups that render slightly cropped.

!image-2022-08-11-14-55-38-711.png!

Increasing the `pageScale` in `PageDrawer` helps but you even when set it to 4x 
the artifact it's still noticeable.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-5490) Add reconstruction information to the PDDocument

2022-08-10 Thread Tim Allison (Jira)


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

Tim Allison commented on PDFBOX-5490:
-

Oh, that looks great.

> Add reconstruction information to the PDDocument
> 
>
> Key: PDFBOX-5490
> URL: https://issues.apache.org/jira/browse/PDFBOX-5490
> Project: PDFBox
>  Issue Type: Wish
>  Components: Parsing
>Reporter: Tim Allison
>Priority: Minor
>
> When the xref has to be rebuilt or there are other anomalies in the parsing 
> of the PDDocument, the results are currently logged.  In a multithreaded 
> environment it is not easy to reconstruct which documents had which problems.
> It would be helpful if a PDF was able to be successfully loaded to include 
> information about what had to be fixed in order to load it successfully.  
> Certainly, rebuilding the xref table comes to mind, but any other info would 
> also be useful.
> This is a wish for 3.x.  I don't think I'll have time to contribute. :(



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-5490) Add reconstruction information to the PDDocument

2022-08-10 Thread Maruan Sahyoun (Jira)


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

Maruan Sahyoun commented on PDFBOX-5490:


Apache fop has something like that 
[https://xmlgraphics.apache.org/fop/2.7/events.html] which looks similar to 
what I had in mind.

 

 

> Add reconstruction information to the PDDocument
> 
>
> Key: PDFBOX-5490
> URL: https://issues.apache.org/jira/browse/PDFBOX-5490
> Project: PDFBox
>  Issue Type: Wish
>  Components: Parsing
>Reporter: Tim Allison
>Priority: Minor
>
> When the xref has to be rebuilt or there are other anomalies in the parsing 
> of the PDDocument, the results are currently logged.  In a multithreaded 
> environment it is not easy to reconstruct which documents had which problems.
> It would be helpful if a PDF was able to be successfully loaded to include 
> information about what had to be fixed in order to load it successfully.  
> Certainly, rebuilding the xref table comes to mind, but any other info would 
> also be useful.
> This is a wish for 3.x.  I don't think I'll have time to contribute. :(



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-5490) Add reconstruction information to the PDDocument

2022-08-10 Thread Michael Klink (Jira)


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

Michael Klink commented on PDFBOX-5490:
---

Sounds like a good idea.

That also would allow to implement some customized parsing strictness if an 
exception thrown by the listener is interpreted a rejected repair...

> Add reconstruction information to the PDDocument
> 
>
> Key: PDFBOX-5490
> URL: https://issues.apache.org/jira/browse/PDFBOX-5490
> Project: PDFBox
>  Issue Type: Wish
>  Components: Parsing
>Reporter: Tim Allison
>Priority: Minor
>
> When the xref has to be rebuilt or there are other anomalies in the parsing 
> of the PDDocument, the results are currently logged.  In a multithreaded 
> environment it is not easy to reconstruct which documents had which problems.
> It would be helpful if a PDF was able to be successfully loaded to include 
> information about what had to be fixed in order to load it successfully.  
> Certainly, rebuilding the xref table comes to mind, but any other info would 
> also be useful.
> This is a wish for 3.x.  I don't think I'll have time to contribute. :(



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-5490) Add reconstruction information to the PDDocument

2022-08-10 Thread Tim Allison (Jira)


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

Tim Allison commented on PDFBOX-5490:
-

A Listener would be great.  Any mechanism that would allow programmatic 
retrieval of problems encountered during the parse per file.

> Add reconstruction information to the PDDocument
> 
>
> Key: PDFBOX-5490
> URL: https://issues.apache.org/jira/browse/PDFBOX-5490
> Project: PDFBox
>  Issue Type: Wish
>  Components: Parsing
>Reporter: Tim Allison
>Priority: Minor
>
> When the xref has to be rebuilt or there are other anomalies in the parsing 
> of the PDDocument, the results are currently logged.  In a multithreaded 
> environment it is not easy to reconstruct which documents had which problems.
> It would be helpful if a PDF was able to be successfully loaded to include 
> information about what had to be fixed in order to load it successfully.  
> Certainly, rebuilding the xref table comes to mind, but any other info would 
> also be useful.
> This is a wish for 3.x.  I don't think I'll have time to contribute. :(



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-5490) Add reconstruction information to the PDDocument

2022-08-10 Thread Maruan Sahyoun (Jira)


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

Maruan Sahyoun commented on PDFBOX-5490:


Would you think that this should be part of the PDDocument or what about being 
able to attach a listener? Preferences?

> Add reconstruction information to the PDDocument
> 
>
> Key: PDFBOX-5490
> URL: https://issues.apache.org/jira/browse/PDFBOX-5490
> Project: PDFBox
>  Issue Type: Wish
>  Components: Parsing
>Reporter: Tim Allison
>Priority: Minor
>
> When the xref has to be rebuilt or there are other anomalies in the parsing 
> of the PDDocument, the results are currently logged.  In a multithreaded 
> environment it is not easy to reconstruct which documents had which problems.
> It would be helpful if a PDF was able to be successfully loaded to include 
> information about what had to be fixed in order to load it successfully.  
> Certainly, rebuilding the xref table comes to mind, but any other info would 
> also be useful.
> This is a wish for 3.x.  I don't think I'll have time to contribute. :(



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (PDFBOX-5490) Add reconstruction information to the PDDocument

2022-08-10 Thread Tim Allison (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-5490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison updated PDFBOX-5490:

Component/s: Parsing

> Add reconstruction information to the PDDocument
> 
>
> Key: PDFBOX-5490
> URL: https://issues.apache.org/jira/browse/PDFBOX-5490
> Project: PDFBox
>  Issue Type: Wish
>  Components: Parsing
>Reporter: Tim Allison
>Priority: Minor
>
> When the xref has to be rebuilt or there are other anomalies in the parsing 
> of the PDDocument, the results are currently logged.  In a multithreaded 
> environment it is not easy to reconstruct which documents had which problems.
> It would be helpful if a PDF was able to be successfully loaded to include 
> information about what had to be fixed in order to load it successfully.  
> Certainly, rebuilding the xref table comes to mind, but any other info would 
> also be useful.
> This is a wish for 3.x.  I don't think I'll have time to contribute. :(



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Created] (PDFBOX-5490) Add reconstruction information to the PDDocument

2022-08-10 Thread Tim Allison (Jira)
Tim Allison created PDFBOX-5490:
---

 Summary: Add reconstruction information to the PDDocument
 Key: PDFBOX-5490
 URL: https://issues.apache.org/jira/browse/PDFBOX-5490
 Project: PDFBox
  Issue Type: Wish
Reporter: Tim Allison


When the xref has to be rebuilt or there are other anomalies in the parsing of 
the PDDocument, the results are currently logged.  In a multithreaded 
environment it is not easy to reconstruct which documents had which problems.

It would be helpful if a PDF was able to be successfully loaded to include 
information about what had to be fixed in order to load it successfully.  
Certainly, rebuilding the xref table comes to mind, but any other info would 
also be useful.

This is a wish for 3.x.  I don't think I'll have time to contribute. :(



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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