pdf

PDF and Graph using C#

Hi, I am developing windows service in .net using c# language. The service have to generate report in PDF format. The report should have graph in it. I like to know how can we create PDF file and add graph in it. Thanks, P.Gopalakrishnan ...

How to automatically export an Oracle Applications web form to PDF?

The idea is, upon data entry, automatically export an Oracle Applications (web) form to PDF, storing it in the database. Using XML Publisher, one can allow the user to export it on-demand, but I need to have the report/form PDF generated automatically. Answer A good solution is pretty much covered here. Basically, with a bit of OAF co...

Print Preview in Pdf for SSRS reports

Hi, How can we show the SSRS 2005 report in the pdf format when clicked on the link for print preview? ...

itextsharp extract images

I have been using this code with great success to pull out the first image found in each page of a PDF. However, it is now not working with some new PDFs for an uknown reason. I have used other tools (Datalogics, etc) that do pull out the images fine with these new PDFs. However, I do not want to buy Datalogics or any tool if I can us...

Is it commonplace/appropriate for third party components to make undocumented use of the filesystem?

Hello, I have been utilizing two third party components for PDF document generation (in .NET, but i think this is a platform independent topic). I will leave the company's names out of it for now, but I will say, they are not extremely well known vendors. I have found that both products make undocumented use of the filesystem (i.e. pu...

Display PDF in Browser

Hi, I'm using tag to display PDF in browser. We have some top navigation tabs. When the user click on a tab the pdf has to be displayed in the page. The issue is when I click on the tab, I'm not able to see the other tabs. This issue is no t there in Firefox. Can someone please help me. ...

Direct Print webpage in PDF file

In my site i m fetching my mysql data by using PHP. I want open that data in pdf file when i click pdf print button is it possible? ...

PDF to Text conversion when uploading to IIS Web App?

I've investigated several C# DLL's and have not found any that work especially well. My requirements are: PDF documents are uploaded via an ASPX page. Text needs to be extracted and stored in the DB with the PDF. Solution cannot have additional cost for replicating the Web App (so if I know it will work, a fixed-fee solution would be...

Combine two (or more) PDF's

Background: I need to provide a weekly report package for my sales staff. This package contains several (5-10) crystal reports. Problem: I would like to allow a user to run all reports and also just run a single report. I was thinking I could do this by creating the reports and then doing: List<ReportClass> reports = new List<ReportCla...

ASP.Net View PDF

Is it possible that when you have a webpage, when you open the PDF, the file view is defaulted to 100% size? Thanks. ...

How do I print a pdf from within an iframe?

At cbjsonline.com, I'm trying to have a pdf in an iframe print automatically with javascript. Currently, my code is - (connected to the onclick of the link that opens the iframe) - document.getElementById('fancy_frame').onload = setTimeout('window.print()',2500); Any suggestions? This method only works in safari. ...

How do I calculate PDF leading from TTF?

The PDF specification defines a text operator called ' (apostrophe). The definition is that it writes out some text, and moves to the next line based on the current leading state. The current leading state can be set using the TL operator. This makes it very easy to write lines of text if you know how much they should be spaced apart ...

Uploading PDF v1.3 to DB

I have some C# code that will upload images and files into a db. Currently I thought It working for all documents that fit a list of mimetypes. However It fails on some pdf's. I have narrowed the problem down to the fact that some pdf's are in the 1.3 format and some are in the 1.4 format. The 1.4 works and is properly uploaded, however...

confirmation dialog (alert) after form submit

I was wondering if there is any way to notify a user in adobe reader that a pdf form has been submitted to the server? I am submitting a normal http/html form to a php script no big deal, straight forward, but there seems to be a big "black hole" in documentation, forums etc. as to what happens when the form is submitted. Isn't there a ...

How to optimize PDF file size?

I have an input PDF file (usually, but not always generated by pdfTeX), which I want to convert to an output PDF, which is visually equivalent (no matter the resolution), it has the same metadata (Unicode text info, hyperlinks, outlines etc.), but the file size is as small as possible. I know about the following methods: java -cp Mult...

Open source tools for PDF manipulation (esp enable commenting)

I'd like to find some very capable PDF tools or libraries. In particular, I'd like to be able to enable commenting, as Acrobat can do. Ideally this would be a Mac OS/X tool; failing that something usable from Python or Ruby would be good. I've already looked at pdftk, which doesn't appear to know about comments iText, which frankl...

transparent pdf printing/preview in VB6

I am working on a legacy app in VB6 and am wondering what the easiest way would be to implement this requested feature - client wants ability to preview a document being sent to the printer as a PDF. No problem - there are plenty of PDF printer drivers out there that one can use. However, a necessary condition of this feature is absolute...

How can I extract fonts from a PDF file with Perl?

Is there a script to extract the embedded fonts from a PDF file? ...

IE Pdf File download status

Hi, is anyone able to tel me how to detect when adcrobat reader has finished downloading a file in IE? I have written a IE band object that reacts to a PDF file in the browser window but this requires the PDF file to be fully downloaded before it will work properly. Is there a way to get the download status from IE / Acrobat? Thanks. ...

MS SQL Server 2005, write varbinary to file system

Hi, Using just an sql query is it possible to write the contents of a varbinary cell to the file system? I have a column that stores pdf s as and for some quick testing I'd like to write out the pdfs to the filesystem. Thanks for any help. ...