pdf

jsp refers to an PDF streaming servlet - security question

Somewhere behind our firewall sits a server full of PDFs. The PDFs contain private information so I need to restrict access to the PDFs. The public can log in to our web site and request their PDFs. Our software went to production recently. We're redirecting them to the PDF server's URL. This fails because the public can't access ou...

How do I sign a pdf with electronic signature in PDFSharp?

Hello, Is it possible to sign a pdf document with electronic signature in PDFSharp? How to do it? Thanks for your suggestions. ...

Save an Excel file as pdf on a path

Hi all, I would like to save an excel file as a .pdf file on a specific location and send the file in a mail I'm using Office 2000 :| This is my code so far: Application.ActivePrinter = "PDF995 on Ne00:" ActiveSheet.PageSetup.PrintArea = Range("A68").Value ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "PDF995 ...

HTML Document Viewer with possibility to mark/highlight text in C# / .NET

Our company has a lot of electronic manuals in HTML and PDF file format. We want to create a document viewer in .NET (C#) which works as a library and learning tool: Mark and highlight text: User must be able to select a "Hightlight" Tool in the application to mark text (This will be directly inserted in the source as Text for example...

Is there python code to parse a geoPDF file to get the projection and image data? a geoPDF2KML tool?

I want to organize lots of geoPDF files so they can easily viewed overlayed onto Google Maps and Google Earth. My 1st step, I think, is to convert the geoPDF to a jpg type image which then needs matching lat,long information. Is there python code to parse a geoPDF file to get the projection and image data? A geoPDF2KML tool? ...

Display form values in a to pdf document

i created a system using php.. on my system..there is a form...in that form has a submit button and view in pdf button .. so my question is how to transform my php form into pdf form..user can view the form in pdf format even he did not submit the form yet and the details that he enter is appear in the pdf format form..please help me.. ...

Fast and Lean PDF Viewer - tips and hints?

There has been many Questions recently about drawing PDF's. Yes, you can render PDF's very easily with a UIWebView but this cant give the performance and functionality that you would expect from a good PDF viewer. You can draw a PDF page to a CALayer or to a UIImage. Apple even have sample code to show how draw a large PDF in a Zooma...

XPS document to PDF,DOC

Which one is the best third party libary to convert XPS to PDF and XPS to DOC. ...

Toolkit / tool for PDF checking?

Looking for a command line tool for Windows / linux environment that can check a PDF file for any errors (not for repairing). ...

Add/modify CMap in existing PDF

I have an existing PDF document (generated by .NET LocalReport class). Unfortunately there is a problem with copy/paste, since it seems that there is no CMap/ToUnicode data there. Does anyone know how to add CMap to all fonts in existing PDF using iTextSharp? ...

how to show open/save dialog when linking to pdf files

I'm trying to link a pdf document from a static html file. What I'm using is: <a href="some_pdf_file.pdf">My pdf File</a> the open/save dialog comes up in firefox but not in IE7 or IE8. I believe I have to change the MIME type but I don't know where to change it... ...

Question marks just started appearing in PDF files created from HTML using ABCpdf

I have a web based application (ASP.NET 2.0) on a virtual dedicated Windows Server 2003 SP2 box, that converts HTML forms and converts them to PDF using ABCpdf. It has been around for years, and hasn't been changed for at least the last two of those years. Three days ago it started placing question marks throughout the outputed PDF doc...

Merging docx files together including headers, footers and pictures

I've to merge multiple DOCX files (created with DocX Package) into one big file. I've managed to merge multiple files already but I fail to merge Headers and Footers (they differ between files, pages). I've tried both DocX package and MS Office COM Interop and it simply doesn't want to merge the headers / footers. They are skipped. Does...

Add watermark to PDF using Zend Framework (adding something under the text layer)

Hi, I'm trying to dynamically watermark a pdf file using PHP with Zend_Pdf. Is there a way to de-layer a PDF file, put something (text, image) between the background and text layer, and then save it? Is there like a z-index for PDF files? Any help would be greatly appreciated. Regards, Paul ...

How to create and read pdf files using C#?

Hi everyone, How do I create and read the pdf file using C# programmatically? ...

Convert .ppt to .pdf like we do in OpenOffice?

Hello I want to covert .ppt file to .pdf file like OpenOffice do using its "Export" option. Is there any OpenOffice API avaliable or is there any shell-command for converting it. Thanks in advance. ...

CGContext pdf page aspect fit

I am displaying a pdf page on the CGContext using the code - (void)drawLayer:(CALayer *)layer inContext:(CGContextRef)context { CGContextSetRGBFillColor(ctx, 1.0, 1.0, 1.0, 1.0); CGContextFillRect(ctx, layer.bounds); CGContextTranslateCTM(ctx, 0.0, layer.bounds.size.height); CGContextScaleCTM(ctx, 1.0, -1.0); CGConte...

how is a pdf organized with respect to various tags?

I went through adobe's documentation but it seems vague to me since I am just starting with this stuff. I assume that pdf doc must be arranged using some basic tags like a html is. so if I have a simple "hello world" in a pdf how will it be arranged with respect to various pdf tags? Can someone point me to some good resource related to ...

Parsing PDF file using Regular expresions in Python

Hello, I am trying to parse some object elements from a PDF file using re module of Python. My goal is to parse each PDF object using a regular expression. A PDF object example is the following: 1 0 obj << /Type /Catalog /Pages 2 0 R >> endobj 2 0 obj << /Type /Pages /Kids [ 3 0 R ] /Count 1 >> endobj ... When I u...

CGPDF iPhone/iPad memory problems

I've been struggling for ages trying to make a working PDF reader for iPhone/iPad, but the thing just won't stop eating memory. It seems that all the pages drawn with CGContextDrawPDFPage are cached internally and never released. I'm not the only one with this problem: http://lists.apple.com/archives/quartz-dev/2010/Apr/msg00025.html ...