pdf

Convert style-laden HTML tables to PDF, in .NET 1.1

I have colleagues working on a .NET 1.1 project, where they obtain XML files from an external party and programmatically instruct iTextSharp to generate PDF content based on the XML data. The tricky part is, within this XML are segments of arbitrary HTML content. These are HTML code users copied and pasted from their Office applications...

How to convert documents to PDF on a Linux/PHP stack?

I want to display documents on my website. The server is hosted on a Debian machine. I was thinking I can allow the upload of support documents then use a Linux app or PHP app to convert the doc into PDF and display that in an HTML page. Are there any APIs or binaries that allow me to do this? ...

How to Digitally Sign PDF files

I have a digital certificate that identifies an user. I need to use it to Digitally sign pdf files. Does anyone have an example that does not uses a third party component? I need to get this done but it would be nice to fully understand how things are done. C# Examples please :) ...

How can I get the number of pages in a PDF file in Perl?

Is there any Perl script to read multiple PDF files and get the number of pages in it? By using PDFlib or pdftet. ...

How can I convert convert docx or wordml xml files to xsl-fo?

I've been looking for a method to convert docx or wordml xml to xsl-fo. I read this post: http://stackoverflow.com/questions/156683/what-is-the-best-xslt-engine-for-perl but I'm having exceptional problems getting apache-fop going. I was able to download the bins and run it locally but the formatting was a little off and it didn't ma...

Blank pages in some versions of Acrobat

I have a PDF that is being generated from HTML source using HTMLDOC. While I am able to view the file fine on my mac, and on every version of Acrobot that I can get my hands on, some end users are showing some pages as completely blank. The blank pages are somewhat unique in that they do contain images, but I do not see why this would ...

Latex using eps images builds slowly

Working with a latex document with eps images as in the example below... \documentclass[11pt]{paper} \usepackage[dvips]{graphicx} \usepackage{fullpage} \usepackage{hyperref} \usepackage{amsmath} \DeclareMathSizes{8}{8}{8}{8} \author{Matt Miller} \title{my paper} \begin{document} \begin{figure}[!ht] \begin{center} \includegra...

Fonts in pdf documents screwed up when generated with latex (specifically, pdflatex) on mac osx.

...

How to wget a website and then export all the pages into a single pdf?

IS there any way i can do that? ...

How to do PDF with C#?

What is the library in C# that I need to output in a PDF? I would like to do a simple report in PDF instead to display information in the screen? Dupe: http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application ...

Digital signature in PDF

Hello, I'm trying to digitally sign a PDF file using THIS project as an example. When it executes st.Close(); I am getting the infamous "Object reference not set to instance of an object". I have no idea of why this is happening, st is an instance of an object and it is used above. This exception is happening inside .Close() and as I d...

How can I search and replace in a PDF document using Perl?

Does anyone know of a free Perl program (command line preferable), module, or anyway to search and replace text in a PDF file without using it like an editor. Basically I want to write a program (in Perl preferably) to automate replacing certain words (e.g. our old address) in a few hundred PDF files. I could use any program that suppor...

Convert HTML + CSS to PDF with PHP?

Ok, I'm now banging my head against a brick wall with this one. I have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to style it and renders fine in HTML. I'm now after a way of converting it to PDF. I have tried: DOMPDF: it had huge problems with tables. I factored out my large nes...

XSL FO inline alignment

I need to get text aligned right and left on the same line. This should be possible, but i can't seem to find a way. I'm using Apache FOP to convert xml to pdf. Can someone help me to get this right? ...

How rotate a pdf document using php?

How can I rotate a pdf document using php and linux? ...

Creating interactive reports in PDF

I want to create reports that can be drilled down by the readers - but the reports have to be PDF. I have two options: Link from the PDF to an online report tool Make the reports themselves interactive I like #2... I believe I can do this with Adobe AIR (Flex, Flash + Adobe Reader 9 or higher). There are tools that can create PDF d...

How to read ISBN from eBooks on CHM or PDF files

I'm doing a database for storing my eBook collection. Most of them have the ISBN within the text of the book itself. How can I access this contents? Is there any sourcecode or DLLs for doing that? ...

Is there a way to display a PDF in an asp.net webpage without frames?

Hi, I have a PDF document that needs to be pulled up in the browser, edited, and saved. I can save via the embedded adobe toolbar, along with all the other acrobat functions. But, what I am trying to see is if there is a way to display the PDF in a webpage alongside web controls. For example, in the top part of the webpage I have a dr...

Vector graphics in iText PDF

We use iText to generate PDFs from Java (based partly on recommendations on this site). However, embedding a copy of our logo in an image format like GIF results in it looking a bit strange as people zoom in and out. Ideally we'd like to embed the image in a vector format, such as EPS, SVG or just a PDF template. The website claims that...

How best to write documentation (ideally in latex) targeting both the web (html) and paper (pdf)?

Latex-to-html converters I've seen in the past have been pretty awful. Editing raw html is no fun and doesn't seem to translate well to the printed page. How do others solve this problem? Links to examples (both pdf and html) would be great. Added: This question is pretty similar, though specifically about books: http://stackoverflo...