|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Anyway To Compress PDF from .NET?Does anyone know of a component, free or otherwise, that will allow me
to open a PDF and save it in a compressed format? The MS ReportViewer saves PDFs in a totally useless bloated format. You can get a 20MB pdf. You open it and save a copy using acrobat and the copy is 220KB. IF anyone has any ideas I would love to hear it. "cmay" <c***@walshgroup.com> wrote in message Only thing I know of is PDFCreator:news:1149016775.918536.326090@y43g2000cwc.googlegroups.com... > Does anyone know of a component, free or otherwise, that will allow me > to open a PDF and save it in a compressed format? > > The MS ReportViewer saves PDFs in a totally useless bloated format. > You can get a 20MB pdf. You open it and save a copy using acrobat and > the copy is 220KB. > > IF anyone has any ideas I would love to hear it. http://sector7g.wurzel6.de/pdfcreator/index_en.htm I don't think that is quite what I am looking for. The site is mostly
in german so I couldn't tell for sure, but it looked like a stand alone application. Acrobat Reader will shrink the file, but I need to do this programmatically. Wrong!
First of all, go to http://www.sourceforge.net/projects/pdfcreator and you'll get anything you want in english. Secondly, PDFCreator is now exposing ALL its functionalities as COM object and I can tell you that it does a SUPERB job although the help is somewhat primitive. It includes a couple examples to illustrate how to use the COM object and believe me you'll get real good stuff out of it. I am no member of the project, I am just an average VB6 user willing to easily create PDF's automatically.... FWIW Philippe cmay wrote: Show quoteHide quote > I don't think that is quite what I am looking for. The site is mostly > in german so I couldn't tell for sure, but it looked like a stand alone > application. > > Acrobat Reader will shrink the file, but I need to do this > programmatically. > "cmay" <c***@walshgroup.com> wrote in message Get a copy of PrimoPDF (free). It looks like a printer to any app.news:1149016775.918536.326090@y43g2000cwc.googlegroups.com... > Does anyone know of a component, free or otherwise, that will allow me > to open a PDF and save it in a compressed format? > > The MS ReportViewer saves PDFs in a totally useless bloated format. > You can get a 20MB pdf. You open it and save a copy using acrobat and > the copy is 220KB. > > IF anyone has any ideas I would love to hear it. > Get a copy of PrimoPDF (free). It looks like a printer to any app. I am not being clear about what I am looking for.>From a windows service, I need to open a bloated PDF, optimize it, and move on to the next. If any error happens with thecompression/optimization process, I need to be able to catch the exception and log it. There can be no user interface. There are tons of programs out there to let people create PDFs, but I need a component that I can call programmatically. Cmay,
PDF is property of Adobe and the use is very restricted by licenses from Adobe. They have tools and a desk to help developers. Only it is not free. http://www.adobe.com/support/programs/acrreader/?tab:contact=1 Cor Show quoteHide quote "cmay" <c***@walshgroup.com> schreef in bericht news:1149044862.036860.153090@i39g2000cwa.googlegroups.com... > >> Get a copy of PrimoPDF (free). It looks like a printer to any app. > > > I am not being clear about what I am looking for. > >>From a windows service, I need to open a bloated PDF, optimize it, and > move on to the next. If any error happens with the > compression/optimization process, I need to be able to catch the > exception and log it. There can be no user interface. > > There are tons of programs out there to let people create PDFs, but I > need a component that I can call programmatically. > cmay wrote:
Show quoteHide quote >>Get a copy of PrimoPDF (free). It looks like a printer to any app. This works perfectly for me> > > > I am not being clear about what I am looking for. > >>From a windows service, I need to open a bloated PDF, optimize it, and > move on to the next. If any error happens with the > compression/optimization process, I need to be able to catch the > exception and log it. There can be no user interface. > > There are tons of programs out there to let people create PDFs, but I > need a component that I can call programmatically. > http://www.pdf-tools.com/asp/products.asp?name=POLA&gclid=CPS_qc74oYUCFR4GSAoddFiUwg Thanks. I had some problems with it the first time but I tried it
again, reregistered the DLLs, and it DOES work for what I need it to do. THANKS. Too bad MS didn't build this functionality into their product like they should have in the first place. Would have saved me 500 bucks. Mark Keogh wrote: Show quoteHide quote > cmay wrote: > >>Get a copy of PrimoPDF (free). It looks like a printer to any app. > > > > > > > > I am not being clear about what I am looking for. > > > >>From a windows service, I need to open a bloated PDF, optimize it, and > > move on to the next. If any error happens with the > > compression/optimization process, I need to be able to catch the > > exception and log it. There can be no user interface. > > > > There are tons of programs out there to let people create PDFs, but I > > need a component that I can call programmatically. > > > > This works perfectly for me > http://www.pdf-tools.com/asp/products.asp?name=POLA&gclid=CPS_qc74oYUCFR4GSAoddFiUwg "cmay" <c***@walshgroup.com> wrote in message Microsoft has Save As PDF built into Office 2007 Beta 2 ... Adobe is suing news:1149546781.180532.94870@i40g2000cwc.googlegroups.com... > Thanks. I had some problems with it the first time but I tried it > again, reregistered the DLLs, and it DOES work for what I need it to > do. THANKS. > > Too bad MS didn't build this functionality into their product like they > should have in the first place. Would have saved me 500 bucks. them .... > Microsoft has Save As PDF built into Office 2007 Beta 2 ... Adobe is Oh well, pebble in the ocean...> suing them ....
Show quote
Hide quote
"cmay" <c***@walshgroup.com> wrote in message GhostScript might give you this capability:news:1149044862.036860.153090@i39g2000cwa.googlegroups.com... > >> Get a copy of PrimoPDF (free). It looks like a printer to any app. > > > I am not being clear about what I am looking for. > >>From a windows service, I need to open a bloated PDF, optimize it, and > move on to the next. If any error happens with the > compression/optimization process, I need to be able to catch the > exception and log it. There can be no user interface. > > There are tons of programs out there to let people create PDFs, but I > need a component that I can call programmatically. http://www.cs.wisc.edu/~ghost/doc/gsapi.htm
Show quote
Hide quote
"cmay" <c***@walshgroup.com> wrote in message ABBYY can do this too but it ain't cheap.news:1149044862.036860.153090@i39g2000cwa.googlegroups.com... >> Get a copy of PrimoPDF (free). It looks like a printer to any app. > I am not being clear about what I am looking for. > > From a windows service, I need to open a bloated PDF, optimize it, and > move on to the next. If any error happens with the > compression/optimization process, I need to be able to catch the > exception and log it. There can be no user interface. > > There are tons of programs out there to let people create PDFs, but I > need a component that I can call programmatically. See my previous message in the same thread a little above this
Philippe cmay a écrit : Show quoteHide quote >> Get a copy of PrimoPDF (free). It looks like a printer to any app. > > > I am not being clear about what I am looking for. > >>From a windows service, I need to open a bloated PDF, optimize it, and > move on to the next. If any error happens with the > compression/optimization process, I need to be able to catch the > exception and log it. There can be no user interface. > > There are tons of programs out there to let people create PDFs, but I > need a component that I can call programmatically. > Hi cmay,
ComponentOne make .net class libraries to author PDF documents, and it works very well. http://www.componentone.com/ Nick. Show quoteHide quote "cmay" <c***@walshgroup.com> wrote in message news:1149016775.918536.326090@y43g2000cwc.googlegroups.com... > Does anyone know of a component, free or otherwise, that will allow me > to open a PDF and save it in a compressed format? > > The MS ReportViewer saves PDFs in a totally useless bloated format. > You can get a 20MB pdf. You open it and save a copy using acrobat and > the copy is 220KB. > > IF anyone has any ideas I would love to hear it. >
Visual Basic 6.0 X Visual Basic 2005 Express
Rounding Problem Changing the color of a pen VB.NET Winforms app + MSWord (for spellcheck)? VB.NET & SQL Server Connection Example vb.net continuation architecture question: not representing inheritance in the data model A couple of newbie questions The most basic SQL Server questions.... ASP.net - GridView |
|||||||||||||||||||||||