RE: Creating a PDF outline

2009-01-20 Thread Chuck
Thanks for the reply, but I'm not creating the individual PDFs.  I'm merging
together multiple PDFs that the site user has uploaded.  The uploaded PDFs
are scanned documents, so they are images and not text.

You did give me some ideas that I will try thou.

Thanks again,
Chuck


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318204
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Creating a PDF outline

2009-01-20 Thread Raymond Camden
Oh, you mean bookmarks I think. CF8 supports that. Just read the docs
for cfdocument and cfdocumentsection. It is VERY helpful. I use it at
the ColdFusionCookbook.com site to generate the PDF.


On Mon, Jan 19, 2009 at 7:25 PM, Chuck h...@coldfusionguru.com wrote:
 Let me explain what I'm looking for.

 Sometimes when you open a PDF you will get an outline or maybe you might
 call it a page jump on the left hand side of the PDF when viewing it in
 Acrobat Reader.  This is the section that you can click on and it will take
 you to that particular section in the PDF.

 Now that I have explain that, I think here is what I'm fully trying to do.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318209
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Creating a PDF outline

2009-01-20 Thread Jochem van Dieten
On Tue, Jan 20, 2009 at 1:56 PM, Chuck wrote:
 Thanks for the reply, but I'm not creating the individual PDFs.  I'm merging
 together multiple PDFs that the site user has uploaded.  The uploaded PDFs
 are scanned documents, so they are images and not text.

http://livedocs.adobe.com/coldfusion/8/htmldocs/cfpdf_17.html#165289

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318220
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Creating a PDF outline

2009-01-20 Thread Chuck
Thanks for the replies.  I have it figured out.  I will create a PDF with a
bookmark in it using cfdocument? and put it in the right order spot when I
merge all the documents together and make sure that bookmarks are set to
yes.  To ensure that the other PDFs do not have any bookmarks I will do a
merge with cfpdf and bookmarks set to no when the file is uploaded.

Chuck


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318263
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Creating a PDF outline

2009-01-19 Thread Raymond Camden
Can you explain what you mean? Are you outlining some other data and
_rendering_ it in PDF? Or are you creating an outline from PDF
content? And  if so, is that outline itself in PDF, or just in some
CFML structure that you can do with what you want?


On Mon, Jan 19, 2009 at 1:11 PM, Chuck Weidler h...@coldfusionguru.com wrote:
 Has anyone ever created an outline in a pdf dynamically using ColdFusion?

 If so, how do you do it?

 Thanks,
 Chuck





-- 
===
Raymond Camden, VP of Software Dev, Broadchoice

Email: r...@camdenfamily.com
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318187
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Creating a PDF outline

2009-01-19 Thread Chuck
Let me explain what I'm looking for.

Sometimes when you open a PDF you will get an outline or maybe you might
call it a page jump on the left hand side of the PDF when viewing it in
Acrobat Reader.  This is the section that you can click on and it will take
you to that particular section in the PDF.

Now that I have explain that, I think here is what I'm fully trying to do.

1.  I will be merging multiple PDF files together using cfpdf and your
(Ray Camden) pdfutils.cfc, which is awesome by the way.  The PDFs are not
created by the application they are uploaded by users of the site.
2.  Depending on if I can produce the outline, will determine how I use
cfpdf and pdfutils.cfc.

The documents that are being combined can and probably will be many pages
and I want to give the end receiver of the combined PDF an easy way to
navigate through the PDFs.

I hope this helps.

Thanks,
Chuck


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318188
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Creating a PDF outline

2009-01-19 Thread Mark Mandel
Not sure, but it may be worth checking out - it MAY create the outline
from h1 , h3 , h3 elements in your document.

I could be wrong tho, but its worth a shot.

Mark

On Tue, Jan 20, 2009 at 12:25 PM, Chuck h...@coldfusionguru.com wrote:
 Let me explain what I'm looking for.

 Sometimes when you open a PDF you will get an outline or maybe you might
 call it a page jump on the left hand side of the PDF when viewing it in
 Acrobat Reader.  This is the section that you can click on and it will take
 you to that particular section in the PDF.

 Now that I have explain that, I think here is what I'm fully trying to do.

 1.  I will be merging multiple PDF files together using cfpdf and your
 (Ray Camden) pdfutils.cfc, which is awesome by the way.  The PDFs are not
 created by the application they are uploaded by users of the site.
 2.  Depending on if I can produce the outline, will determine how I use
 cfpdf and pdfutils.cfc.

 The documents that are being combined can and probably will be many pages
 and I want to give the end receiver of the combined PDF an easy way to
 navigate through the PDFs.

 I hope this helps.

 Thanks,
 Chuck


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4