[jira] [Commented] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace commented on PDFBOX-3993:
-

OK, when I run it locally, it also only take about a sec to finish, but once 
run it in remote server, the slower time issue sometimes comes out, I will keep 
trying to re-produce this issue.

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace updated PDFBOX-3993:

Attachment: (was: sample-pdf.png)

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace updated PDFBOX-3993:

Attachment: sample-pdf.pdf

OK, got it!

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace updated PDFBOX-3993:

Attachment: (was: sample-pdf.pdf.png)

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace commented on PDFBOX-3993:
-

I don't know why I cannot upload it as pdf, but I try to remove the .png from 
this file and then it is a pdf, can you please try to remove .png from the file 
I just upload(the "sample-pdf.pdf.png")? 

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf.png, sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace commented on PDFBOX-3993:
-

!sample-pdf.pdf|thumbnail!

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf.png, sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Issue Comment Deleted] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace updated PDFBOX-3993:

Comment: was deleted

(was: !sample-pdf.pdf|thumbnail!)

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf.png, sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace updated PDFBOX-3993:

Attachment: sample-pdf.pdf.png

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf.png, sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Issue Comment Deleted] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace updated PDFBOX-3993:

Comment: was deleted

(was: !sample-pdf.pdf!)

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf.png, sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace commented on PDFBOX-3993:
-

!sample-pdf.pdf!

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.pdf.png, sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace commented on PDFBOX-3993:
-

Oh, it is a pdf in my local, I copy and paste it into the comment field and 
then it converts to a png...

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)

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

Ace updated PDFBOX-3993:

Attachment: sample-pdf.png

> PDFTextStripper.writeText is slow
> -
>
> Key: PDFBOX-3993
> URL: https://issues.apache.org/jira/browse/PDFBOX-3993
> Project: PDFBox
>  Issue Type: Bug
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: Ace
> Attachments: sample-pdf.png
>
>
> I see this problem has been posted about two years before, and the poster 
> said it has been fixed in 2.0.0 version, but now I face this problem when I 
> try to parse a pdf file with image in it. I also add logs before and after 
> PDFTextStripper.writeText to mark the time spend, it looks like it takes 
> quite long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file 
> with image in it). The running environment is in our production server but 
> not local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (PDFBOX-3993) PDFTextStripper.writeText is slow

2017-11-06 Thread Ace (JIRA)
Ace created PDFBOX-3993:
---

 Summary: PDFTextStripper.writeText is slow
 Key: PDFBOX-3993
 URL: https://issues.apache.org/jira/browse/PDFBOX-3993
 Project: PDFBox
  Issue Type: Bug
  Components: Text extraction
Affects Versions: 2.0.4
Reporter: Ace


I see this problem has been posted about two years before, and the poster said 
it has been fixed in 2.0.0 version, but now I face this problem when I try to 
parse a pdf file with image in it. I also add logs before and after 
PDFTextStripper.writeText to mark the time spend, it looks like it takes quite 
long to writeText to a StringWriter (sometimes 15s+ for a 220K pdf file with 
image in it). The running environment is in our production server but not 
local. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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