pdf

Save pdf template file to new pdf file after edit text in asp.net

I have pdf file contains some text to replace with another text and save the file with new name. Can I do that with iTextSharp? and how? Can you give me guid for it? ...

Tagged PDF

How can edit PDF that has Tags specifically created for 508 compliance? ...

Cant Find Font When Editing pdf. Is there an alternative.

Hi, Cant edit pdf file. I want to add textfields on a pdf file but cant edit text in its place, cause dont have font on system. Was going to add white box to hide text, but textfields are hidden underneath white box when I use itext fields.SetField and stamper. Ive tried to find the font, but its not happening. I dont think that they ar...

Saving images or pdfs in db4o

I know it is not a good thing to save files in a relational databas. But how about in a objectdatabase? Is it still a bad idea or are they more adapted for this kind of operations? ...

Exception on dowloading Pdf file in ASP.NET

I am downloading a Pdf file created by crystal report and I download as ReportDocument repDoc = ( ReportDocument ) System.Web.HttpContext.Current.Session["StudyReportCrystalDocument"]; // Stop buffering the response Response.Buffer = false; // Clear the response content and headers Response.ClearContent(...

Rendering Word document without word

Are there any solutions for Rendering MS-Word 2003 Documents (WordML) into PDF without MS-Word? I found Aspose.Words which seems good but has some problems. Is there any other solution out there? ...

Programmatically add comments to PDF header

Has anyone had any success with adding additional information to a PDF file? We have an electronic medical record system which produces medical documents for our users. In the past, those documents have been Print-To-File (.prn) files which we have fed to a system that displayed them as part of an enterprise medical record. Now the ho...

Interactive pdf- not displaying on website

Why does the interactive pdf not display on the website. The file displays ok in dev. Get HTTP 400 bad request, even though the url is correct ...

convert html document into PDF using C#

Hello everyone, I have html document as input (as C# string), and I want to convert to PDF document keeping the html document format/style as much as possible using C#. Any reference samples? I prefer to use free or open source or Microsoft built-in library to convert to PDF. thanks in advance, George ...

What is the best ASP.NET PDF solution for converting XHTML markup with CSS support?

I have looked for a good solution for rendering a PDF based on a web page / HTML string, that can also keep the CSS styling. Does anyone know of any good solutions for this? Thanks in advance. ...

Silent print a embedded PDF

Hi folks, I have a web page with embedded PDF on it. My code looks like this: <embed type="application/pdf" src="path_to_pdf_document.pdf" id="pdfDocument" width="100%" height="100%"> </embed> I have this javascript code for print my PDF: function printDocument(documentId) { //Wait until PDF is ready to prin...

Convert a PDF to a Transparent PNG with GhostScript

Hi all. I am attempting, unsuccessfully, to use Ghostscript to rasterize PDF files with a transparent background to PNG files with a transparent background. I've searched high and low for questions from others attempting the same thing and none of the posted solutions, which as far as I can tell come down to specifying -sDEVICE=pngalpha,...

Embedded PDF Viewer in a WinForms Control

I'm trying to embed a pdf viewer in a WinForms Control in such a way that I can display the pdf to the user within the context of my application. I also need to prevent the user from copying text, printing, or saving a copy (sensitive data). Thus far I've tried using a WebBrowser to host the Acrobat Reader activex control. This gets m...

How to compare two pdf files?

Hi, I have generated two pdf files 1.MNTR305K.PRT.pdf (1862 pages) of 2760 KB 2.MNTR305K.PRT.pdf (1862 pages) of 7345 KB I saw each pdf file by comparing it's content and fonts. I found everything is same. I don't know why the why the second file took more size than the first one.Does any one help me how to find the difference. Tha...

How do I convert ASP.NET web pages to PDF dynamically?

How do i convert asp.net pages to PDF dynamically, or at least convert dynamically generated picture to a pdf? Thanks ...

iText - inserting overlay text on top of all elements

Using the iText PDF library, is it possible to freely (like "position: absolute" in CSS) insert overlay text or other elements on page, so that it gets rendered on top of all existing elements? Thanks for all the help and tips in advance. ...

Any way to save a graph as PDF using FusionCharts 3.1 inside a Windows Service?

I'm working on an asp.net website that uses FusionCharts v3.1 code to render graphs as swf files. I need to write code to allow users to re-create and email these graphs on a scheduled basis. Our product uses a service to take care of scheduling and email events so I need to modify the code to first render the data as a graph, save it ...

store a pdf in mysql

How would you store a PDF document in a field in mysql? Currently I have a list of customers and each customer has a certificate with information about their account that they can give to other companies to prove that they're our customer. Currently their certificate is exported as a pdf and e-mailed to someone here at work (the custome...

Changing/Replacing text inside a PDF using Java

Any clue about a good library to programmatically produce a PDF in Java, using a PDF as a template? ...

Reporting Services report

I created a report in reporting services 2005 with a report page size of 14in x 8.5in. The report looks fine in the reports manager and also in the report viewer. The issue is when I export the report to PDF, the page size in Adobe states 14 x 8.5 in but when you hit the print button, it selects Letter size (8.5 x 11) instead of choosing...