You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Jan De Moerloose <ja...@geosparc.com> on 2015/01/12 14:07:55 UTC

Release schedule 2.0.0

Hi,

i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to 
images. Is there already a time schedule for the release of this version ?

Regards,
Jan

Re: Release schedule 2.0.0

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Hi,

we are currently looking at coming up with a release date reviewing the issues we have and moving the ones we will not be targeting into subsequent releases.

This is the list of (currently) open issues targeted to be handled in 2.0  https://issues.apache.org/jira/browse/PDFBOX/fixforversion/12319281/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-issues-panel

If you feel there are issues you can help with yes please, let us know. The easiest would be to add a patch to the issue. If you can respect our coding conventions https://pdfbox.apache.org/codingconventions.html that would be great.

Feel free to ping me towards the end of the week if there is no progress.

BR
Maruan

Am 02.02.2015 um 14:07 schrieb Jan De Moerloose <ja...@geosparc.com>:

> Hi,
> 
> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
> 
> cheers,
> Jan
> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>> Hi,
>> 
>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>> 
>> Regards,
>> Jan
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


Re: Release schedule 2.0.0

Posted by Tilman Hausherr <TH...@t-online.de>.
Another one, maybe easier: try installing "12 monkeys" for jpeg only. 
See also PDFBOX-2128.

Tilman

Am 09.02.2015 um 18:52 schrieb Tilman Hausherr:
> Am 02.02.2015 um 14:07 schrieb Jan De Moerloose:
>> I would be willing to dedicate a small amount of time if that helps, 
>> but the list of open issues for this version is daunting (100+). 
>> Please let me know if there is anything i can help with (as a java 
>> programmer, not a pdf specialist). 
>
> If you like debugging stuff:
>
> Try PDFBOX-1740. This is a problem with tt font rendering. 
> Alternatively, try using Apache Batik to do whatebver they do with the 
> "ü" of Windows Verdana see if the same bug happens. If yes, open an 
> issue there, so that it is their problem to solve :)
>
> Tilman
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Release schedule 2.0.0

Posted by Tilman Hausherr <TH...@t-online.de>.
Am 02.02.2015 um 14:07 schrieb Jan De Moerloose:
> I would be willing to dedicate a small amount of time if that helps, 
> but the list of open issues for this version is daunting (100+). 
> Please let me know if there is anything i can help with (as a java 
> programmer, not a pdf specialist). 

If you like debugging stuff:

Try PDFBOX-1740. This is a problem with tt font rendering. 
Alternatively, try using Apache Batik to do whatebver they do with the 
"ü" of Windows Verdana see if the same bug happens. If yes, open an 
issue there, so that it is their problem to solve :)

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Release schedule 2.0.0

Posted by John Hewson <jo...@jahewson.com>.
The short answer is that we’re getting closer now, but the process is organic.

The long answer is that with regard to the APIs which I work on, we need the newer features to become stable before doing a release candidate. This is just a case of waiting a few weeks for new APIs to be used by people and for bugs to be opened against them on JIRA. This often results in breaking API changes being necessary to fix assumptions or design flaws. Right now this applies to, parsing, font embedding and forms.

Milestones for the trunk aren’t particularly helpful as we don’t and can’t offer any kind of stability and you’re always better off using the latest trunk - there are snapshot builds available already.

We’ve reached the point with 2.0 where most of the remaining issues and bugs probably fall into the “pdf expert” category. On the plus side we’re now down to under 70 open issues.

-- John

> On 2 Feb 2015, at 05:07, Jan De Moerloose <ja...@geosparc.com> wrote:
> 
> Hi,
> 
> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
> 
> cheers,
> Jan
> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>> Hi,
>> 
>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>> 
>> Regards,
>> Jan
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


Re: Release schedule 2.0.0

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Great - looking forward to that. As an added benefit we are also learning a little bit how PDFBox is used. Might also give us the opportunity to provide some feedback to you. Especially John and Tilman are very knowledgable when it comes to rendering.

Maruan

Am 06.02.2015 um 12:43 schrieb Jan De Moerloose <ja...@geosparc.com>:

> Hi Maruan,
> 
> i'll try to make a sample with some graphics2D-like rendering, is that ok ? My interest is rendering maps as pdf.
> 
> cheers,
> Jan
> On 02/06/2015 12:16 PM, Maruan Sahyoun wrote:
>> Hi Jan
>> 
>>> Hi Maruan,
>>> 
>>> that's very good news, thank you ! At that rate i feel comfortable that you are nearing a release (the exact date is not that important for me). I have checked out the project and had a look at a couple of bugs, but most of them are above my level of pdf expertise, i'm afraid. But willing to learn :-)…
>>> 
>> NP - testing PDFBox 2 and providing feedback is also a very valuable help. And if you have small samples or time to create some we could use it to enhance our documentation :-)
>> 
>> BR
>> Maruan
>> 
>> 
>>> cheers,
>>> Jan
>>> On 02/06/2015 09:00 AM, Maruan Sahyoun wrote:
>>>> Dear Jan,
>>>> 
>>>> I promised to give you an update by the end of the week. As you can see from https://issues.apache.org/jira/browse/PDFBOX/fixforversion/12319281/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-issues-panel we are now down to less than 50 issues. Although we can not give you a definite date yet we hope to be able to do so shortly. I will give you another update by the end of next week but feel free to ping us earlier if there are specific issues you are interested in.
>>>> 
>>>> BR
>>>> Maruan
>>>> 
>>>> Am 02.02.2015 um 14:07 schrieb Jan De Moerloose <ja...@geosparc.com>:
>>>> 
>>>>> Hi,
>>>>> 
>>>>> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
>>>>> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
>>>>> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
>>>>> 
>>>>> cheers,
>>>>> Jan
>>>>> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>>>>>> Hi,
>>>>>> 
>>>>>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>>>>>> 
>>>>>> Regards,
>>>>>> Jan
>>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>> 
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


Re: Release schedule 2.0.0

Posted by John Hewson <jo...@jahewson.com>.
Yes, some of the PDF generating APIs are very new and new some testing, especially with regards to text. We're also missing some APIs for underlying PDF features such as transparency.

-- John

> On 6 Feb 2015, at 03:43, Jan De Moerloose <ja...@geosparc.com> wrote:
> 
> Hi Maruan,
> 
> i'll try to make a sample with some graphics2D-like rendering, is that ok ? My interest is rendering maps as pdf.
> 
> cheers,
> Jan
>> On 02/06/2015 12:16 PM, Maruan Sahyoun wrote:
>> Hi Jan
>> 
>>> Hi Maruan,
>>> 
>>> that's very good news, thank you ! At that rate i feel comfortable that you are nearing a release (the exact date is not that important for me). I have checked out the project and had a look at a couple of bugs, but most of them are above my level of pdf expertise, i'm afraid. But willing to learn :-)…
>> NP - testing PDFBox 2 and providing feedback is also a very valuable help. And if you have small samples or time to create some we could use it to enhance our documentation :-)
>> 
>> BR
>> Maruan
>> 
>> 
>>> cheers,
>>> Jan
>>>> On 02/06/2015 09:00 AM, Maruan Sahyoun wrote:
>>>> Dear Jan,
>>>> 
>>>> I promised to give you an update by the end of the week. As you can see from https://issues.apache.org/jira/browse/PDFBOX/fixforversion/12319281/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-issues-panel we are now down to less than 50 issues. Although we can not give you a definite date yet we hope to be able to do so shortly. I will give you another update by the end of next week but feel free to ping us earlier if there are specific issues you are interested in.
>>>> 
>>>> BR
>>>> Maruan
>>>> 
>>>>> Am 02.02.2015 um 14:07 schrieb Jan De Moerloose <ja...@geosparc.com>:
>>>>> 
>>>>> Hi,
>>>>> 
>>>>> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
>>>>> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
>>>>> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
>>>>> 
>>>>> cheers,
>>>>> Jan
>>>>>> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>>>>>> Hi,
>>>>>> 
>>>>>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>>>>>> 
>>>>>> Regards,
>>>>>> Jan
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Release schedule 2.0.0

Posted by Jan De Moerloose <ja...@geosparc.com>.
Hi Maruan,

i'll try to make a sample with some graphics2D-like rendering, is that 
ok ? My interest is rendering maps as pdf.

cheers,
Jan
On 02/06/2015 12:16 PM, Maruan Sahyoun wrote:
> Hi Jan
>
>> Hi Maruan,
>>
>> that's very good news, thank you ! At that rate i feel comfortable that you are nearing a release (the exact date is not that important for me). I have checked out the project and had a look at a couple of bugs, but most of them are above my level of pdf expertise, i'm afraid. But willing to learn :-)…
>>
> NP - testing PDFBox 2 and providing feedback is also a very valuable help. And if you have small samples or time to create some we could use it to enhance our documentation :-)
>
> BR
> Maruan
>
>
>> cheers,
>> Jan
>> On 02/06/2015 09:00 AM, Maruan Sahyoun wrote:
>>> Dear Jan,
>>>
>>> I promised to give you an update by the end of the week. As you can see from https://issues.apache.org/jira/browse/PDFBOX/fixforversion/12319281/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-issues-panel we are now down to less than 50 issues. Although we can not give you a definite date yet we hope to be able to do so shortly. I will give you another update by the end of next week but feel free to ping us earlier if there are specific issues you are interested in.
>>>
>>> BR
>>> Maruan
>>>
>>> Am 02.02.2015 um 14:07 schrieb Jan De Moerloose <ja...@geosparc.com>:
>>>
>>>> Hi,
>>>>
>>>> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
>>>> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
>>>> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
>>>>
>>>> cheers,
>>>> Jan
>>>> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>>>>> Hi,
>>>>>
>>>>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>>>>>
>>>>> Regards,
>>>>> Jan
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Release schedule 2.0.0

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Hi Jan

> Hi Maruan,
> 
> that's very good news, thank you ! At that rate i feel comfortable that you are nearing a release (the exact date is not that important for me). I have checked out the project and had a look at a couple of bugs, but most of them are above my level of pdf expertise, i'm afraid. But willing to learn :-)…
> 

NP - testing PDFBox 2 and providing feedback is also a very valuable help. And if you have small samples or time to create some we could use it to enhance our documentation :-)

BR
Maruan


> cheers,
> Jan
> On 02/06/2015 09:00 AM, Maruan Sahyoun wrote:
>> Dear Jan,
>> 
>> I promised to give you an update by the end of the week. As you can see from https://issues.apache.org/jira/browse/PDFBOX/fixforversion/12319281/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-issues-panel we are now down to less than 50 issues. Although we can not give you a definite date yet we hope to be able to do so shortly. I will give you another update by the end of next week but feel free to ping us earlier if there are specific issues you are interested in.
>> 
>> BR
>> Maruan
>> 
>> Am 02.02.2015 um 14:07 schrieb Jan De Moerloose <ja...@geosparc.com>:
>> 
>>> Hi,
>>> 
>>> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
>>> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
>>> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
>>> 
>>> cheers,
>>> Jan
>>> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>>>> Hi,
>>>> 
>>>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>>>> 
>>>> Regards,
>>>> Jan
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Release schedule 2.0.0

Posted by Jan De Moerloose <ja...@geosparc.com>.
Hi Maruan,

that's very good news, thank you ! At that rate i feel comfortable that 
you are nearing a release (the exact date is not that important for me). 
I have checked out the project and had a look at a couple of bugs, but 
most of them are above my level of pdf expertise, i'm afraid. But 
willing to learn :-)...

cheers,
Jan
On 02/06/2015 09:00 AM, Maruan Sahyoun wrote:
> Dear Jan,
>
> I promised to give you an update by the end of the week. As you can see from https://issues.apache.org/jira/browse/PDFBOX/fixforversion/12319281/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-issues-panel we are now down to less than 50 issues. Although we can not give you a definite date yet we hope to be able to do so shortly. I will give you another update by the end of next week but feel free to ping us earlier if there are specific issues you are interested in.
>
> BR
> Maruan
>
> Am 02.02.2015 um 14:07 schrieb Jan De Moerloose <ja...@geosparc.com>:
>
>> Hi,
>>
>> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
>> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
>> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
>>
>> cheers,
>> Jan
>> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>>> Hi,
>>>
>>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>>>
>>> Regards,
>>> Jan
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Release schedule 2.0.0

Posted by Maruan Sahyoun <sa...@fileaffairs.de>.
Dear Jan,

I promised to give you an update by the end of the week. As you can see from https://issues.apache.org/jira/browse/PDFBOX/fixforversion/12319281/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-issues-panel we are now down to less than 50 issues. Although we can not give you a definite date yet we hope to be able to do so shortly. I will give you another update by the end of next week but feel free to ping us earlier if there are specific issues you are interested in. 

BR
Maruan

Am 02.02.2015 um 14:07 schrieb Jan De Moerloose <ja...@geosparc.com>:

> Hi,
> 
> as i did not get an answer, i assume there is no planning yet ? Would it be possible to tag a version as release candidate or milestone instead ?
> I would be willing to dedicate a small amount of time if that helps, but the list of open issues for this version is daunting (100+). Please let me know if there is anything i can help with (as a java programmer, not a pdf specialist).
> Btw, the product works fine for me, so thanks to all developers for doing such a great job !!!
> 
> cheers,
> Jan
> On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
>> Hi,
>> 
>> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to images. Is there already a time schedule for the release of this version ?
>> 
>> Regards,
>> Jan
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
> 


Re: Release schedule 2.0.0

Posted by Jan De Moerloose <ja...@geosparc.com>.
Hi,

as i did not get an answer, i assume there is no planning yet ? Would it 
be possible to tag a version as release candidate or milestone instead ?
I would be willing to dedicate a small amount of time if that helps, but 
the list of open issues for this version is daunting (100+). Please let 
me know if there is anything i can help with (as a java programmer, not 
a pdf specialist).
Btw, the product works fine for me, so thanks to all developers for 
doing such a great job !!!

cheers,
Jan
On 01/12/2015 02:07 PM, Jan De Moerloose wrote:
> Hi,
>
> i am using a snapshot version of pdfbox 2.0.0 for converting pdf's to 
> images. Is there already a time schedule for the release of this 
> version ?
>
> Regards,
> Jan
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org