Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I know this looks as though it falls outside of Excel, but I have code that creates about 75 pdf files of my excel charts. That was the relative easy part. (btw, I'm using xcl '02, adobe 5.0, & win xp). What I am trying to do is have code where I can select various pages from these PDF's and assemble them into different master documents. Is that possible? Anyone have any sample code? Or would I have to assemble the chart sheets together in an excel workbook in the order I want before it gets pdf'd? I'm dealing with 50+ workbooks and probably a few hundred pages of printed charts. Thanks! jbl |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "JbL" wrote in message ... Hi, I know this looks as though it falls outside of Excel, but I have code that creates about 75 pdf files of my excel charts. That was the relative easy part. (btw, I'm using xcl '02, adobe 5.0, & win xp). What I am trying to do is have code where I can select various pages from these PDF's and assemble them into different master documents. Is that possible? Anyone have any sample code? Or would I have to assemble the chart sheets together in an excel workbook in the order I want before it gets pdf'd? I'm dealing with 50+ workbooks and probably a few hundred pages of printed charts. Thanks! jbl I think you will need some kind of pdf API in order to do this. I have found one here : http://www.pdf-tools.com/shop/products.asp?pcid=LBE I think you need to ask these people if it's possible to write VB or VBA code to do what you want.Adobe Acrobat is an alternative. Your own suggestion, rearranging the sheets and chart is also a possibility. /Fredrik |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Fredrik,
Thank you for the site. I would think such a task is possible, but since I'm no pdf expert I don't know for sure. If I have to go the other route, it would be a pain but doable. I contacted that company and hopefully they have an answer that isn't too cost prohibitive. Cheers, jbl "Fredrik Wahlgren" wrote: "JbL" wrote in message ... Hi, I know this looks as though it falls outside of Excel, but I have code that creates about 75 pdf files of my excel charts. That was the relative easy part. (btw, I'm using xcl '02, adobe 5.0, & win xp). What I am trying to do is have code where I can select various pages from these PDF's and assemble them into different master documents. Is that possible? Anyone have any sample code? Or would I have to assemble the chart sheets together in an excel workbook in the order I want before it gets pdf'd? I'm dealing with 50+ workbooks and probably a few hundred pages of printed charts. Thanks! jbl I think you will need some kind of pdf API in order to do this. I have found one here : http://www.pdf-tools.com/shop/products.asp?pcid=LBE I think you need to ask these people if it's possible to write VB or VBA code to do what you want.Adobe Acrobat is an alternative. Your own suggestion, rearranging the sheets and chart is also a possibility. /Fredrik |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adobe files | Excel Discussion (Misc queries) | |||
excel opens pst and adobe files | Excel Discussion (Misc queries) | |||
Can adobe files be converted to Tif? | Excel Discussion (Misc queries) | |||
Converting Adobe files into Excel files | Excel Discussion (Misc queries) | |||
VBA to create PDF using Adobe 6.0 | Excel Programming |