Juan Miguel Jimenez | 12 Jul 2012 11:54
Picon
Gravatar

Comparing revisions

Hello everybody!
I would like to know if there is any way to compare or make a diff with the differents embbeded revisions contained in a pdf document.
Thank you very much.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Eric Doviak | 12 Jul 2012 13:39

Re: Comparing revisions

On 07/12/2012 05:54 AM, Juan Miguel Jimenez wrote:
> Hello everybody!

hello

> I would like to know if there is any way to compare or make a diff 
> with the differents embbeded revisions contained in a pdf document.

That's PDFedit's best feature.  It allows you to save revisions within a 
PDF. See quote below.

Cheers,
- eric

http://pdfedit.petricek.net/bt/view.php?id=301

> Summary     0000301: File->Save a Copy doesn't save changes made
> Description     As a test, I edited a form and selected Save a Copy 
> and gave it a name. When I open the new file, it's only the original 
> blank form.
>
> I was expecting it to be the PDF form with the changes I'd made. 

then a little further down ...

(0000776)
hockm0bm
03-31-09 15:34

 > As you may have guessed, I didn't read the manual. I just expected it 
to be
 > intuitive. I gather from the manual quotation that this is "normal"
 > behaviour, although I must confess I don't really understand the 
revisioning
 > system it mentions.

Do not hesitate and ask about that on our pdfedit-support mailing list.

 >
 > From a purely intuitive point of view, "save a copy" implies (to me)
 > savinging a copy of the document you have in front of you, changes 
(edits)
 > and all.

You are right. The name is rather misleading. Copy revision would be 
much more intuitive as this is exactly what is done. I will talk to the 
rest of the team about this change.

Btw. Why do you use this functionality in the first place?

 >
 > While I suppose, technically, you can close the report since the 
behaviour is
 > apparently normal, I suspect it's going to cause further confusion among
 > those of us who simply want to edit a PDF form but who aren't otherwise
 > fluent in the technical details of PDFs.

Are you OK with the renaming to Copy revision?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Eric Doviak | 12 Jul 2012 13:47

Re: Comparing revisions

On 07/12/2012 07:39 AM, Eric Doviak wrote:
>> I would like to know if there is any way to compare or make a diff 
>> with the differents embbeded revisions contained in a pdf document.

Whoops. I misunderstood.

To my knowledge there are two possible ways. If difference in text 
content is what you seek, then save to both PDFs to text files and take 
the diff.

If difference in formatting is what you seek, ... you're on your own.
- eric

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Juan Miguel Jimenez | 12 Jul 2012 15:14
Picon
Gravatar

Re: Comparing revisions



On 12 July 2012 13:47, Eric Doviak <eric <at> doviak.net> wrote:
On 07/12/2012 07:39 AM, Eric Doviak wrote:
I would like to know if there is any way to compare or make a diff with the differents embbeded revisions contained in a pdf document.

Whoops. I misunderstood.

To my knowledge there are two possible ways. If difference in text content is what you seek, then save to both PDFs to text files and take the diff.

If difference in formatting is what you seek, ... you're on your own.
- eric


Well What I really want to compare is the btree of both revisions to see what fields have been changed and which ones have been added, although it has little or no effect on visual way.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Juan Miguel Jimenez | 17 Jul 2012 12:34
Picon
Gravatar

Pdfedit on wheezy

Hello,

Im trying to use pdfedit on a wheezy box. I have seen that qt3 support has been removed from wheezy and a package of pdfedit was, also, removed from repo.
Have you some clue how can be pdfedit used on wheezy? I have tried putting qtdir=/usr/share/qt4 but doesnt work.

kind regards,
Juanmi.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Michal Hocko | 17 Jul 2012 17:28
Picon

Re: Pdfedit on wheezy

On Tue, Jul 17, 2012 at 12:34:58PM +0200, Juan Miguel Jimenez wrote:
> Hello,

Hi,

> Im trying to use pdfedit on a wheezy box. I have seen that qt3 support has
> been removed from wheezy and a package of pdfedit was, also, removed from
> repo.

Yes this is said but the current GUI depends on QT3 heavily and it is
not trivial to port it to QT4. A new gui which popped out recently is
not merged into the project yet because there is not enough man power to
do that.

> Have you some clue how can be pdfedit used on wheezy? 

I guess you can still get qt3 libraries from some repository and compile
it locally.

> I have tried putting qtdir=/usr/share/qt4 but doesnt work.

I wish it would be so easy but it's not unfortunately.

> 
> kind regards,
> Juanmi.

> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

> _______________________________________________
> Pdfedit-support mailing list
> Pdfedit-support@...
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support

--

-- 
Michal Hocko

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane