Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Michal Hocko <mstsxfx@gm...> - 2008-11-10 10:56:47
|
On Mon, Nov 10, 2008 at 09:31:53AM +0000, Jozef Misutka wrote: > > Currently,pdfedit can not be run correctly under win32 because zlib > wrongly linked causing runtime errors in free(). How does it happen that the zlib is linked incorrectly? What is the error? > simple fix: remove deflate from pdfwriter.cpp No, it doesn't solve the problem, it only workarounds it. You can also set different filterwriter in the code. > /jozo -- Michal Hocko |
From: Jozef Misutka <misutkajunior@ho...> - 2008-10-27 20:01:46
|
Hey, one student will create a simple qt4 pdfedit GUI with the emphasis on the design itself for his Bc. thesis. This will *never* replace the current GUI and the importance of qt4 porting as it have just basic operations available. He hopes to have it finished by summer!? Hopefully, he will start developing in 2 months. I suggest to add him as a developer - somehow restrict him the access? or i will just be responsible for his commits... The best option would be to create a new directory in HEAD and let him put there what ever he wants. Any comments, suggestsions? /jozo _________________________________________________________________ Stay organized with simple drag and drop from Windows Live Hotmail. http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008 |
From: Michal Hocko <mstsxfx@gm...> - 2008-11-02 19:47:35
|
[CCing pdfedit-devel mailing list and excluding documents from private email] Hi, On Thu, Oct 30, 2008 at 11:21:15AM +0100, David Moss wrote: > Hello Michal, > Thanks for taking the time to reply, I appreciate it. > > I have attached some files to illustrate what I am trying to achieve: > > FirstSimple.pdf is an example of my source pdfs, which are not commentable. > FirstSimple_commentable.pdf is the same pdf which I have opened in > Acrobat Pro 9 and clicked the menu option Enable for Commenting in > Acrobat Reader... then resaved. > > Once I open the commentable file in Acrobat reader (only version 7 and > above I believe) then the commenting toolbar is available and if I view > the document properties commenting is allowed. I have attached a > screenshot of this from version 8 of Acrobat Reader for your information. > > As far as I can tell this must just be a simple flag in security > somewhere, but I could'nt find a way to edit this in pdfeditor. This seems to be a matter of "security" handling directly in the document. In short, encrypted (or protected) documents contain special flag which describes what is a user (who is not owner of the document) allowed to do (regarding editing, filling data into forms etc.). For reference, this is described in Adobe PDF specification ("3.5.2 Standard Security Handler" and "3.5 Encryption" with complete information on this topic). However, both documents you have sent to me seem to miss any security related objects (no encryption dictionary). I don't know about any other way how to restrict usage-patterns directly in the document besides what is described in the quoted documentation. Maybe permissions shown in Acrobat Reader are coming from another place, but this is hard to find out as the product is not open-source AFAIK. > > Let me know if you manage to find a way to do this! Unfortunately, changing document permissions related data is not support and it is questionable if this would be possible in future. It is not a matter of "hard to implement" but rather a legal position problem. I don't want to give any strong position now, because this wasn't discussed inside the team, so take this as just my personal feeling at this moment. > > Best Regards > > David Moss > > On 10/29/08 15:31, Michal Hocko wrote: >> On Mon, Oct 27, 2008 at 04:00:28PM +0100, David Moss wrote: >> >>> Hi, >>> After a bit of reading through the list archives I have managed to >>> get pdf editor up and running under cygwin. It really is a great >>> piece of software, thanks so much for making it open source! I did a >>> search through the archives but couldn't find anything relating to my >>> problem. >>> >>> My question is this: >>> >>> I need to take some pdfs and make them commentable i.e. they can be >>> opened in Acrobat Reader and the Review and Commenting menu is >>> visible. >> >> Could you send me any of such documents? (you can reply directly to my >> address). >> >> >>> This flag is also visible when you select Document >>> Proeprties>Security in any of the Adobe products. Normally I switch >>> this flag on using Acrobat Pro, but I would like to find a way to >>> script this action as I have to apply the change to whole folders of >>> pdfs..... >>> >>> Has anyone achieved this using pdf editor? >>> >> >> It may be related to document trailer which is not editable at the >> moment, but it is one of the feature requests. However, if this is >> something different it may be possible by changing some property. I am >> not sure which case is it. >> >> >>> If not, can anyone point me towards where in the tree of pdf data >>> opened in pdf editor that I can experiment with such settings? >>> >>> Thanks in advance >>> >>> David Moss >>> >> >> > Best regards -- Michal Hocko |
From: Michal Hocko <mstsxfx@gm...> - 2008-10-29 14:24:20
|
On Mon, Oct 27, 2008 at 08:01:41PM +0000, Jozef Misutka wrote: > > Hey, > > one student will create a simple qt4 pdfedit GUI with the emphasis on > the design itself for his Bc. thesis. Great! > This will *never* replace the current GUI and the importance of qt4 > porting as it have just basic operations available. He hopes to have > it finished by summer!? Is there any more precise description of the project or some assignment available? > > Hopefully, he will start developing in 2 months. I suggest to add him > as a developer - somehow restrict him the access? > or i will just be responsible for his commits... The best option would > be to create a new directory in HEAD and let him put there what ever > he wants. Any comments, suggestsions? Any reason to add separate project into our CVS? Honestly, I don't see any. He can benefit from pdfedit-core-dev package and work absolutely separatelly. > > /jozo -- Michal Hocko |
From: Jozef Misutka <misutkajunior@ho...> - 2008-11-01 14:49:44
|
> Date: Wed, 29 Oct 2008 15:24:16 +0100 > From: mstsxfx@... > To: misutkajunior@... > CC: pdfedit-devel@... > Subject: Re: Simple qt4 gui > > On Mon, Oct 27, 2008 at 08:01:41PM +0000, Jozef Misutka wrote: >> >> Hey, >> >> one student will create a simple qt4 pdfedit GUI with the emphasis on >> the design itself for his Bc. thesis. > > Great! > >> This will *never* replace the current GUI and the importance of qt4 >> porting as it have just basic operations available. He hopes to have >> it finished by summer!? > > Is there any more precise description of the project or some assignment > available? Very briefly described at http://is.cuni.cz/studium/dipl_st/index.php?id=&tid=&do=main&doo=detail&did=63677&skr=2008&ustav=&dtyp=B&dobor=&kterep=res&dpovinn=&stupr= > >> >> Hopefully, he will start developing in 2 months. I suggest to add him >> as a developer - somehow restrict him the access? >> or i will just be responsible for his commits... The best option would >> be to create a new directory in HEAD and let him put there what ever >> he wants. Any comments, suggestsions? > > Any reason to add separate project into our CVS? Honestly, I don't see > any. He can benefit from pdfedit-core-dev package and work absolutely > separatelly. > Right, we should also provide seperate packages of pdfedit-core-dev and our GUI. Can you make it? /jm >> >> /jozo > > -- > Michal Hocko _________________________________________________________________ Stay organized with simple drag and drop from Windows Live Hotmail. http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008 |
From: Michal Hocko <mstsxfx@gm...> - 2008-11-02 19:07:14
|
On Sat, Nov 01, 2008 at 02:49:41PM +0000, Jozef Misutka wrote: > > > > > Date: Wed, 29 Oct 2008 15:24:16 +0100 > > From: mstsxfx@... > > To: misutkajunior@... > > CC: pdfedit-devel@... > > Subject: Re: Simple qt4 gui > > > > On Mon, Oct 27, 2008 at 08:01:41PM +0000, Jozef Misutka wrote: > >> > >> Hey, > >> > >> one student will create a simple qt4 pdfedit GUI with the emphasis on > >> the design itself for his Bc. thesis. > > > > Great! > > > >> This will *never* replace the current GUI and the importance of qt4 > >> porting as it have just basic operations available. He hopes to have > >> it finished by summer!? > > > > Is there any more precise description of the project or some assignment > > available? > > Very briefly described at > http://is.cuni.cz/studium/dipl_st/index.php?id=&tid=&do=main&doo=detail&did=63677&skr=2008&ustav=&dtyp=B&dobor=&kterep=res&dpovinn=&stupr= > > > > >> > >> Hopefully, he will start developing in 2 months. I suggest to add him > >> as a developer - somehow restrict him the access? > >> or i will just be responsible for his commits... The best option would > >> be to create a new directory in HEAD and let him put there what ever > >> he wants. Any comments, suggestsions? > > > > Any reason to add separate project into our CVS? Honestly, I don't see > > any. He can benefit from pdfedit-core-dev package and work absolutely > > separatelly. > > > > Right, we should also provide seperate packages of pdfedit-core-dev > and our GUI. Can you make it? I am not sure that I understand what are you asking for here. pdfedit-core-dev is configurable also now. However, there is no distribution which would use it (as all distributions build on top of last released sources and not CVS). I have written an email which describes this new functionality and have sent it to the news mailing list but there was 0 response until now. > > /jm > > > >> > >> /jozo > > > > -- > > Michal Hocko > > _________________________________________________________________ > Stay organized with simple drag and drop from Windows Live Hotmail. > http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008 -- Michal Hocko |
From: Jozef Misutka <misutkajunior@ho...> - 2008-11-10 09:31:56
Attachments:
Message as HTML
|
Currently,pdfedit can not be run correctly under win32 because zlib wrongly linked causing runtime errors in free().simple fix: remove deflate from pdfwriter.cpp/jozo _________________________________________________________________ Get 5 GB of storage with Windows Live Hotmail. http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_5gb_112008 |
From: Michal Hocko <mstsxfx@gm...> - 2008-11-10 10:56:47
|
On Mon, Nov 10, 2008 at 09:31:53AM +0000, Jozef Misutka wrote: > > Currently,pdfedit can not be run correctly under win32 because zlib > wrongly linked causing runtime errors in free(). How does it happen that the zlib is linked incorrectly? What is the error? > simple fix: remove deflate from pdfwriter.cpp No, it doesn't solve the problem, it only workarounds it. You can also set different filterwriter in the code. > /jozo -- Michal Hocko |
From: Michal Hocko <mstsxfx@gm...> - 2008-11-18 12:58:10
|
On Mon, Nov 10, 2008 at 11:56:43AM +0100, Michal Hocko wrote: > On Mon, Nov 10, 2008 at 09:31:53AM +0000, Jozef Misutka wrote: > > > > Currently,pdfedit can not be run correctly under win32 because zlib > > wrongly linked causing runtime errors in free(). > > How does it happen that the zlib is linked incorrectly? > What is the error? > > > simple fix: remove deflate from pdfwriter.cpp > > No, it doesn't solve the problem, it only workarounds it. You can also > set different filterwriter in the code. What is the current status here? I have seen some cvs commit in this area recently, but I am not sure that this is no longer an issue. > > > /jozo > -- > Michal Hocko > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Pdfedit-devel mailing list > Pdfedit-devel@... > https://lists.sourceforge.net/lists/listinfo/pdfedit-devel -- Michal Hocko |