[jira] [Resolved] (PDFBOX-2147) Clean up code with inspect and transform

2014-07-27 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-2147. - Resolution: Fixed Clean up code with inspect and transform

[jira] [Commented] (PDFBOX-2147) Clean up code with inspect and transform

2014-07-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14075564#comment-14075564 ] ASF subversion and git services commented on PDFBOX-2147: - Commit

Re: Custom TextStripper / PDGraphicsState Not Reading Color

2014-07-27 Thread Tilman Hausherr
After having written the text below, I tested by including the rg operator in the properties list and now it worked. I also tested deleting your println and instead adding this if the text is red: System.out.print (textPos.getCharacter()); and so I got this output: 21_Key .1295 R~Wall

Re: Custom TextStripper / PDGraphicsState Not Reading Color

2014-07-27 Thread Tilman Hausherr
It is even easier than I thought - replace super() with this: super(ResourceLoader.loadProperties(org/apache/pdfbox/resources/PageDrawer.properties, true)); Tilman Am 27.07.2014 13:03, schrieb Tilman Hausherr: After having written the text below, I tested by including the rg operator in the

Re: Custom TextStripper / PDGraphicsState Not Reading Color

2014-07-27 Thread -A
Tilman; That is somewhat embarrassing. At one point I brought this to the mailing list (because of the following warning) and was told to remove that line because the TextStripper wasn't actually a PageDrawer. The functionality still worked after that, however. Is there a way to do this without

Re: Custom TextStripper / PDGraphicsState Not Reading Color

2014-07-27 Thread Tilman Hausherr
Hi, That didn't happen to me, but maybe it did happen to you with another file. Another solution would be to pass your own properties file, and it should have this content: === # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license

[jira] [Commented] (PDFBOX-2212) OutOfMemoryError in GlyfCompositeDescrip

2014-07-27 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14075642#comment-14075642 ] Tilman Hausherr commented on PDFBOX-2212: - tomorrow is now almost 2 weeks ago.

Re: Custom TextStripper / PDGraphicsState Not Reading Color

2014-07-27 Thread -A
Thank you, that works as promised and removes the warning. I'm still hoping to find a resource that better explains the pieces of PDFBox and how they work together. Unfortunately most posts on the internet are solely how and not why. Appreciate it! -Aaron On Sun, Jul 27, 2014 at 8:00 AM,

Where can I find the FDF test pdf files?

2014-07-27 Thread Lucas Wiman
I'm working on an issue with a similar manifestation to the following: http://mail-archives.apache.org/mod_mbox/pdfbox-users/201109.mbox/%3C33290477.366989.1315915043568.JavaMail.www@wwinf8302%3E https://issues.apache.org/jira/browse/PDFBOX-1550 I started work on adding a test case to the TestFDF

[jira] [Commented] (PDFBOX-1915) Implement shading with Coons and tensor-product patch meshes

2014-07-27 Thread Shaola Ren (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14075844#comment-14075844 ] Shaola Ren commented on PDFBOX-1915: Thanks, bad news is good news, it is helpful to

Re: Where can I find the FDF test pdf files?

2014-07-27 Thread Tilman Hausherr
https://svn.apache.org/repos/asf/pdfbox/branches/before-maven-layout/test/input/ Am 28.07.2014 03:59, schrieb Lucas Wiman: I'm working on an issue with a similar manifestation to the following: