pdf

Convert text to PDF in PHP

What would be the simplest, shortest way to turn a text file into a PDF file with PHP? With some basic example code if possible. I've seen this but the examples don't show how to use a text file as input. http://uk3.php.net/manual/en/book.pdf.php Thanks ...

Delphi: How to print a PDF without showing it?

I have been looking online for some time now, but I still haven't figured out how to print a PDF file in Delphi without showing the document itself, or a print dialog. I just want to open a file without showing it, and print it to the default printer. I'm trying to print a batch of PDF documents, and there is no need for user interfere...

Merge files into a single PDF using PHP/linux

I'm investigating how one can combine multiple PDF's into a single PDF. I'm looking for a library that is as reliable and robust as possible. Preferable a library that can preserve bookmarks. Ghostscript can concat where the bookmarks are preserved, but I experienced trouble where it in one case failed to generate any output.pdf. gs -...

how do you open a PDF at a specific page from the command line? (OSX or Linux)

I want to open a PDF document at a specific page from the command line, sort of like vim +n [file]. Is there any way to do that in OSX, with any PDF reader program? ...

<strong> tag using TCPDF

I'm having a hard time generating pdfs with tcpdf. Generally, everything works fine, but, sometimes, when I use the < strong > tag, everything gets messed up. I have 2 examples: http://ontheweb.com.br/pdf/ex2.pdf Can anyone help?? ...

Printing Off-screen PDFViews

I have a situation where I want to print a multi-page PDF. While I could use the PDFKit utility classes and/or quartz functions to get the information to manually write drawing/pagination code for a NSView subclass, I had thought that quicker alternative would be to create an off-screen PDFView and tell it to print itself. When I tried t...

winnovative pdf - out of memory and other random exceptions

Hello, we have an asp.net 3.5 application that allows users to generate many charts and export them via pdf. This works fine for smaller pdfs (less than 100 pages), but when we do larger ones, we get random errors. some of the errors we have seen are: --System.OutOfMemoryException --Could not render the HTML string. Could not get imag...

itextsharp: how repeat headers of pdfpTable on each page

How repeat headers of pdfpTable on each page(PDF) ...

Visual c# Express Edition - can't get Acrobat pdf reader to work

I'm trying to open a PDF document inside a C# application using Acrobat Inter Application Communication (IAC) in a Visual C# 2008 Express Edition project. When executing the following code I get an exception: CAcroPDDoc pdDoc = new AcroPDDocClass(); The exception reports that the COM class factory for a particular CLSID has failed...

Java Open Source Pdf Viewer Library

I'm trying to display already created PDF in a browser without having Acrobat Reader installed, using a Java Applet, not Flash (there's http://stackoverflow.com/questions/785492/open-source-flash-pdf-reader-viewer for that). This topic is simlar to Java PDF viewer with FDF JPedal: http://www.jpedal.org/open_source_pdf_viewer_download.p...

Javascript in PDFs

Thanks in advance. I am currently creating a PDF document which has fields on it which I'd like to post into an aspx page. Now this bit I have working successfully using a button with the added behaviour 'Submit Form'. I want to tweak this so before the form is submitted a confirmation message pops up, clicking no will abort the for s...

Zend Pdf. Writing Text into a cell. Any MultiCell() function in Zend?

I'm trying to write text to a pdf. But if the text is long enough it overflows from the page. Is there any way to write text into a text box.For fPdf there is a MultiCell() function. Is there any such function in Zend? ...

Winnovative Header Problem

I want a header to be repeated on each page on the pdf. I have added the style="display:table-header-group" in thead tag but still it does not work can anyone help me... ...

Image Extraction From PDF Document using Adobe Acrobat 5 API and .NET

I have seen tons of articles all around the web but nobody describes exactly how to use Adobe Acrobat 5 API with .NET to automate Image Extraction From a lst of PDF documents. Can anyone please help ? ...

Two-up page view in Flashpaper

I need some help on flashpaper, I just wanted to show the pages in two-up view, like the Adobe reader i.e we can see two pages at a time. See if anyone can help me with it or just give me any other option which would include the two-up page view and exclude download or save or print and the logo of the company. Hoping for a soon reply. ...

"Publish" to pdf

Using Matlab, I would like to create a pdf document summarizing the results of several experiments. Ideally, I'd have one page per experiment with 2 multi-panel figures and a bit of text. I thought that publish.m would be the way to go, however, publishing to pdf does not support inserting page breaks, and I can neither control the fig...

What program to write pdf including other pdf on Linux from Python?

On an Ubuntu server, I want to create pdfs which include other static pdfs. I have tried using ReportLab with pyPdf. Ideally I would use ReportLab to do the whole thing, but in order to import the pdfs requires their PageCatcher which has a large recurring fee. So I use pyPdf to merge a page created with ReportLab and my other pdfs. Th...

Convert from PDF to Postscript using Java

Hi, I am having a J2EE based application, where I am using a reporting tool to generate outputs in PDF format. I need a utility/ tool in Java which can help me convert my PDF file to postscript format so that I can print it to a printer... My application will be running on a variety of OS (i.e. Windows / Linux / AIX) hence a platform in...

How can I extract text from specific binary file formats?

In .Net, what would be the best way to extract all the text out of several binary file formats: PDF, Word, Excel, and PowerPoint. It doesn't need to be formatted, just a big dump of the text in the file. Code would be great, but I really just need to get pointed to some best practices or patterns on it. ...

ImageMagick: Tiff to PDF from PHP

How can I convert 2 tiff images to PDF, I already knows how to get the image out of the DB, and I print it using echo and setting up the MIME type. But, right know I need to use a duplex printer option, so I need a way to generate a PDF from inside my PHP page, that PDF must containt both TIFF images (one per page) How can I do that? Wh...