Jenkins build is back to stable : PDFBox » PDFBox-Trunk-jdk19 #776

2023-06-05 Thread Apache Jenkins Server
See 



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



Jenkins build is back to stable : PDFBox » PDFBox-Trunk-jdk19 » Apache PDFBox examples #776

2023-06-05 Thread Apache Jenkins Server
See 



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



[jira] [Commented] (PDFBOX-5615) Color drastically change when performing document to image conversion

2023-06-05 Thread Tilman Hausherr (Jira)


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

Tilman Hausherr commented on PDFBOX-5615:
-

You can also add it the two files to the class path at runtime. Same for the 
jbig2 decoder that I forgot to mention.

> Color drastically change when performing document to image conversion
> -
>
> Key: PDFBOX-5615
> URL: https://issues.apache.org/jira/browse/PDFBOX-5615
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.27
>Reporter: Jill Xu
>Priority: Major
> Attachments: original_doc-1.pdf, output_image.jpeg
>
>
> Hi team,
> We noticed drastic color change after performing a PDF to image conversion. 
> The API we used is something like: 
> {code:java}
> PDFDocument document = PDDocument.load(xxx); 
> PDFRenderer renderer = new PDFRenderer(document);  
> renderer.renderImageWithDPI(0, dpi, ImageType.RGB); {code}
> The original pdf and the processed output image is attached to the ticket.
> The pdfbox version we are using is 2.0.27



--
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-5615) Color drastically change when performing document to image conversion

2023-06-05 Thread Jill Xu (Jira)


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

Jill Xu commented on PDFBOX-5615:
-

Hi [~tilman], thanks for the response, can you give some more details? Since 
the doc to image conversion is done by this single pdfBox API: 
renderer.renderImageWithDPI(0, dpi, ImageType.RGB)
I am not clear where to add the decoding step using the jpeg2000 decoder.

Or are you suggesting us to add jpeg2000 into our dependency/class path (we are 
using gradle to manage dependency), then pdfbox will be able to automatically 
use the correct decoder?

Thanks!

> Color drastically change when performing document to image conversion
> -
>
> Key: PDFBOX-5615
> URL: https://issues.apache.org/jira/browse/PDFBOX-5615
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.27
>Reporter: Jill Xu
>Priority: Major
> Attachments: original_doc-1.pdf, output_image.jpeg
>
>
> Hi team,
> We noticed drastic color change after performing a PDF to image conversion. 
> The API we used is something like: 
> {code:java}
> PDFDocument document = PDDocument.load(xxx); 
> PDFRenderer renderer = new PDFRenderer(document);  
> renderer.renderImageWithDPI(0, dpi, ImageType.RGB); {code}
> The original pdf and the processed output image is attached to the ticket.
> The pdfbox version we are using is 2.0.27



--
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] [Resolved] (PDFBOX-5619) Check NTP time in signature tests

2023-06-05 Thread Tilman Hausherr (Jira)


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

Tilman Hausherr resolved PDFBOX-5619.
-
Resolution: Fixed

> Check NTP time in signature tests
> -
>
> Key: PDFBOX-5619
> URL: https://issues.apache.org/jira/browse/PDFBOX-5619
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Reporter: Tilman Hausherr
>Assignee: Tilman Hausherr
>Priority: Minor
> Fix For: 3.0.0 PDFBox
>
>
> We keep getting "OCSP answer is too old, is from 25 seconds ago" fails on 
> some builds. I want to find out whether this is because some build machines 
> don't tun on the correct time.



--
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-5619) Check NTP time in signature tests

2023-06-05 Thread Tilman Hausherr (Jira)


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

Tilman Hausherr updated PDFBOX-5619:

Component/s: Signing

> Check NTP time in signature tests
> -
>
> Key: PDFBOX-5619
> URL: https://issues.apache.org/jira/browse/PDFBOX-5619
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Reporter: Tilman Hausherr
>Assignee: Tilman Hausherr
>Priority: Minor
> Fix For: 3.0.0 PDFBox
>
>
> We keep getting "OCSP answer is too old, is from 25 seconds ago" fails on 
> some builds. I want to find out whether this is because some build machines 
> don't tun on the correct time.



--
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



Jenkins build became unstable: PDFBox » PDFBox-Trunk-jdk19 #775

2023-06-05 Thread Apache Jenkins Server
See 



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



Jenkins build became unstable: PDFBox » PDFBox-Trunk-jdk19 » Apache PDFBox examples #775

2023-06-05 Thread Apache Jenkins Server
See 



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



Jenkins build is back to normal : PDFBox » PDFBox-Trunk-jdk20 #727

2023-06-05 Thread Apache Jenkins Server
See 



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



Jenkins build is back to stable : PDFBox » PDFBox-Trunk-jdk19 » Apache PDFBox examples #773

2023-06-05 Thread Apache Jenkins Server
See 



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



Jenkins build is back to normal : PDFBox » PDFBox-Trunk-jdk19 #773

2023-06-05 Thread Apache Jenkins Server
See 



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



[jira] [Commented] (PDFBOX-5619) Check NPT time in signature tests

2023-06-05 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on PDFBOX-5619:
-

Commit 1910241 from Tilman Hausherr in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1910241 ]

PDFBOX-5619: get google time if NTP doesn't work

> Check NPT time in signature tests
> -
>
> Key: PDFBOX-5619
> URL: https://issues.apache.org/jira/browse/PDFBOX-5619
> Project: PDFBox
>  Issue Type: Improvement
>Reporter: Tilman Hausherr
>Assignee: Tilman Hausherr
>Priority: Minor
> Fix For: 3.0.0 PDFBox
>
>
> We keep getting "OCSP answer is too old, is from 25 seconds ago" fails on 
> some builds. I want to find out whether this is because some build machines 
> don't tun on the correct time.



--
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-5619) Check NTP time in signature tests

2023-06-05 Thread Tilman Hausherr (Jira)


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

Tilman Hausherr updated PDFBOX-5619:

Summary: Check NTP time in signature tests  (was: Check NPT time in 
signature tests)

> Check NTP time in signature tests
> -
>
> Key: PDFBOX-5619
> URL: https://issues.apache.org/jira/browse/PDFBOX-5619
> Project: PDFBox
>  Issue Type: Improvement
>Reporter: Tilman Hausherr
>Assignee: Tilman Hausherr
>Priority: Minor
> Fix For: 3.0.0 PDFBox
>
>
> We keep getting "OCSP answer is too old, is from 25 seconds ago" fails on 
> some builds. I want to find out whether this is because some build machines 
> don't tun on the correct time.



--
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



Call for Presentations, Community Over Code Asia 2023

2023-06-05 Thread Rich Bowen
You are receiving this message because you are subscribed to one more
more developer mailing lists at the Apache Software Foundation.

The call for presentations is now open at
"https://apachecon.com/acasia2023/cfp.html";, and will be closed by
Sunday, Jun 18th, 2023 11:59 PM GMT.

The event will be held in Beijing, China, August 18-20, 2023.

We are looking for presentations about anything relating to Apache
Software Foundation projects, open-source governance, community, and
software development.
In particular, this year we are building content tracks around the
following specific topics/projects:

AI / Machine learning
API / Microservice
Community
CloudNative
Data Storage & Computing
DataOps
Data Lake & Data Warehouse
OLAP & Data Analysis
Performance Engineering
Incubator
IoT/IIoT
Messaging
RPC
Streaming
Workflow / Data Processing
Web Server / Tomcat

If your proposed presentation falls into one of these categories,
please select that topic in the CFP entry form. Or select Others if
it’s related to another topic or project area.

Looking forward to hearing from you!

Willem Jiang, and the Community Over Code planners


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



Jenkins build is back to normal : PDFBox » PDFBox-Trunk-jdk19 » Apache PDFBox #772

2023-06-05 Thread Apache Jenkins Server
See 



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



Jenkins build is back to normal : PDFBox » PDFBox-Trunk-jdk20 » Apache FontBox #725

2023-06-05 Thread Apache Jenkins Server
See 



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