Erik | 13 Mar 2009 16:09
Picon

Replacing pdfjoin with pdfedit?

I have the following pdfjoin command (to join multiple PDF-files into one):
result.pdf: $(SOURCES)
    pdfjoin $(SOURCES) --outfile result.pdf

But it fails for certain input. So now I am trying to replace it with
the corresponding pdfedit command. I figured out that it should probably
look something like this:
result.pdf: $(SOURCES)
    pdfedit -eval "Something $(SOURCES) ... result.pdf"

Does anyone have a clue?

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Daniele Pizzolli | 14 Mar 2009 19:08
Picon

scripting and selection(s)

Hi all,

I need help to script an action that could easily done in the GUI, but I
can't find any example or hint for a script. Basically I need to delete
the background of every page. In the GUI the action are:

for every page # 1
    select the background \
      (in the tree explorer I see: Do Operator; Parameter 1: R8) #2
    delete the object \
      (in the console I see: deleteObjectsInTree()) #3

I found docs and examples for scripting #1 and #3 but not for #2.

I'm using pdfedit 0.4.1

Do you have any suggestion?

Thanks in advance.

Daniele Pizzolli

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
NS | 15 Mar 2009 04:38

Inserting Images into PDF

Does PDFEdit supporting inserting images/graphics into a PDF?

Best regards,
Nick

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Michal Hocko | 15 Mar 2009 11:56
Picon

Re: Inserting Images into PDF

On Sat, Mar 14, 2009 at 11:38:04PM -0400, NS wrote:
> Does PDFEdit supporting inserting images/graphics into a PDF?

No, unfortunately, it does not at the moment, but this feature is on
TODO list.

> 
> Best regards,
> Nick
> 

> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Pdfedit-support mailing list
> Pdfedit-support@...
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support

--

-- 
Michal Hocko

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Michal Hocko | 15 Mar 2009 12:28
Picon

Re: Creating a pdf

Hi,
sorry for late reply, but this email got lost somehow in my mailbox.

On Wed, Dec 31, 2008 at 07:29:11PM -0800, Joe Zeff wrote:
> I sent off a question about this earlier, but I hadn't received the 
> welcome email, so it might not get posted.  Sorry if you see it twice.
> 
> I've just installed pdfedit and can't figure out how to get it to creat 
> a new pdf.  There's something in the Help file about using Insert to 
> create a new object, and the on-line documentation says that you can use 
> this to create a new pdf, but I can't make it work.  What, if anything, 
> am I doing wrong?

PDFedit currently doesn't support new (from scratch) PDF documents
creation. We do support only editing of already existing documents.

What exactly do you want to accomplish?

> 
> -- 
> Joe Zeff
> If you can't play with words, what good are they?
> http://www.zeff.us http://www.lasfs.info
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Pdfedit-support mailing list
> Pdfedit-support@...
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support

--

-- 
Michal Hocko

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Joe Zeff | 16 Mar 2009 02:24
Picon

Re: Creating a pdf

On 03/15/2009 Michal Hocko wrote:
> PDFedit currently doesn't support new (from scratch) PDF documents
> creation. We do support only editing of already existing documents.
> 
> What exactly do you want to accomplish?

There are a few things that I used to do with Scribis that would be nice 
to do in PDFedit, but if it can't create pdfs, I guess I can always 
export then re-edit.

--

-- 
Joe Zeff
If you can't play with words, what good are they?
http://www.zeff.us http://www.lasfs.info

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Michal Hocko | 16 Mar 2009 09:03
Picon

Re: Creating a pdf

On Sun, Mar 15, 2009 at 06:24:22PM -0700, Joe Zeff wrote:
> On 03/15/2009 Michal Hocko wrote:
> > PDFedit currently doesn't support new (from scratch) PDF documents
> > creation. We do support only editing of already existing documents.
> > 
> > What exactly do you want to accomplish?
> 
> There are a few things that I used to do with Scribis that would be nice 
> to do in PDFedit, but if it can't create pdfs, I guess I can always 
> export then re-edit.

Exactly! This is the main motivation behind PDFedit. There are lots of
PDF creators out there, but there is lack of editors. That's why we
focused on editing part.

> 
> -- 
> Joe Zeff
> If you can't play with words, what good are they?
> http://www.zeff.us http://www.lasfs.info

--

-- 
Michal Hocko

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Alister Hood | 24 Mar 2009 07:39

Documentation about revisions

Hi again,

Not long ago I suggested the “general overview” section of the documentation should have something like this put in it:

 

> "Pdf Editor allows simple manipulation of objects within the PDF

> structure, using a graphical and command-line interface and a

> powerful scripting language.  Changes to a document are added to it

> as a new revision so that old revisions can be viewed or saved as a new file.

> This means that if you delete something from a document it can still

> be seen in the previous revision, and the file will not get smaller."

 

The other thing that isn’t clear from the documentation is how other software deals with these revisions.  Can they be seen by any other program?  It would be good if the documentation stated this.

 

Thanks,

Alister

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Michal Hocko | 24 Mar 2009 08:51
Picon

Re: Documentation about revisions

[CCing devel mailing list for others to review]

On Tue, Mar 24, 2009 at 07:39:17PM +1300, Alister Hood wrote:
> Hi again,

Hi,

> 
> Not long ago I suggested the "general overview" section of the
> documentation should have something like this put in it:

Sorry, but your email somehow vanished from my inbox.

> 
>  
> 
> > "Pdf Editor allows simple manipulation of objects within the PDF 
> 
> > structure, using a graphical and command-line interface and a 
> 
> > powerful scripting language.  Changes to a document are added to it 
> 
> > as a new revision so that old revisions can be viewed or saved as a
> new file.
> 
> > This means that if you delete something from a document it can still
> 
> > be seen in the previous revision, and the file will not get smaller."
> 
>

Thanks! I have updated the xml file (see the attached patch).

> 
> The other thing that isn't clear from the documentation is how other
> software deals with these revisions.  Can they be seen by any other
> program?  It would be good if the documentation stated this.

This part is also included in the patch. Unfortunately I don't know
about any software which would enable document history browsing. What is
clear, though, all PDF viewers have to display the most recent revision.

> 
> Thanks,

Thanks

> 
> Alister
> 

Best regards
--

-- 
Michal Hocko
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
Alister Hood | 24 Mar 2009 10:13

Re: Documentation about revisions

Great, thanks.

-----Original Message-----
From: Michal Hocko [mailto:mstsxfx@...] 
Sent: Tuesday, 24 March 2009 8:51 p.m.
To: pdfedit-support@...
Cc: pdfedit-devel@...
Subject: Re: [Pdfedit-support] Documentation about revisions

[CCing devel mailing list for others to review]

On Tue, Mar 24, 2009 at 07:39:17PM +1300, Alister Hood wrote:
> Hi again,

Hi,

> 
> Not long ago I suggested the "general overview" section of the
> documentation should have something like this put in it:

Sorry, but your email somehow vanished from my inbox.

> 
>  
> 
> > "Pdf Editor allows simple manipulation of objects within the PDF 
> 
> > structure, using a graphical and command-line interface and a 
> 
> > powerful scripting language.  Changes to a document are added to it 
> 
> > as a new revision so that old revisions can be viewed or saved as a
> new file.
> 
> > This means that if you delete something from a document it can still
> 
> > be seen in the previous revision, and the file will not get
smaller."
> 
>

Thanks! I have updated the xml file (see the attached patch).

> 
> The other thing that isn't clear from the documentation is how other
> software deals with these revisions.  Can they be seen by any other
> program?  It would be good if the documentation stated this.

This part is also included in the patch. Unfortunately I don't know
about any software which would enable document history browsing. What is
clear, though, all PDF viewers have to display the most recent revision.

> 
> Thanks,

Thanks

> 
> Alister
> 

Best regards
--

-- 
Michal Hocko

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

Gmane