pdf

Installing pstricks in windows with MikTex

Hello I've been trying to get pstricks to work but to no avail. I am using Miktex, and I downloaded the package from it packages manager. But when I try to build it, it always fails: This is XeTeX, Version 3.1415926-2.2-0.9995.1 (MiKTeX 2.8) entering extended mode (C:\xxxx\Desktop\untitled-6.tex LaTeX2e <2009/09/24> Babel <v3.8l> and h...

Overflow of contents of a column to next column

Hi, I am using XSLT -> FO to generate PDF. I have generated two column pages (by setting column-count to 2 in region-body). But when the length of a string exceeds the size of the column and there is no spaces in the string - then it runs over to next column. I want to occupy the string within the same column. The same happens when I...

PDF to flash book

Hay Guys, i need to convert a PDF to like a flash magazines? Is there any applications that allows you to convert these and export them into standalone flash magazines? Thanks ...

Which small java library should I use to sign PDF files within an applet?

We work with a software that has an applet that digitally signs PDF documents. This applet uses Itext to do this. However, IText jar is kinda large (1.5Mb), and many of our users don't have a good connection. Because of this, the applet download takes a really long time to be completed sometimes. So my question is: which alternatives ...

How to include a PDF Viewer plugin with a C# .NET app using webbrowser control?

I've have an app that is a xml/xslt driven document viewer. In its current state, a user points their own browser to the xml file and can view the pdf files from menu selections in their browser so long as they have a PDF viewer plugin such as Adobe Reader installed on their machine. Using the .NET webbrowser control, I was able to crea...

Look for a cost effective native PDF API

Hi, I'm looking to buy a performant while cost effective API in native code (C) so that I can perform conversions from Office file types to pdf and print them in file or real device. For info, I want to use the API (dll) also from managed code via PInvoke. By your direct experinece and knwoledge what would you recommend? Thanks! ...

Zend framework pdf module

I have a form which need users to fill. After being filled, I want to the page convert to PDF. Does ZF pdf module provide this function? Thanks a lot. ...

COLDFUSION: cfdocument and forcing a pagebreak

I am creating a dynamic PDF in ColdFusion and having an issue with "pagebreak". The page in question could have 1 record, or up to 60+ records. Each record is displayed in 2 rows of a table. Some of the returned records are being split between pages (first row is at the end of page one, the second row is the top row of the next). A ...

drupal: how to generate doc files in drupal is there any possibility to that

how to generate doc file in drupal files.. do we have module for that... as pdf generation module... ...

Catch a pdf hyperlink click from an iframe

I'm loading pdf's into an iframe on my web page by setting the src of the iframe to the path of the pdf document. This works as I'd like for viewing the pdf. The problem is that some of the pdf's have hyperlinks in them to external websites which, when clicked, load the external website in my iframe. So my question is: is it possible t...

Is there a native PHP class/library that supports fill_form with xfdf?

First, I have researched this on SO and Google already. In fact, based on this, I'm pretty skeptical that what I need exists. I'm almost at the point where I might give up the next 6 months of my life to write something from scratch, since it seems obvious that everyone wants a server-side form filler native to PHP. Okay, sorry for the ...

Embedding .pdf inside .swf

Hi All, I need a solution to embed a pdf inside a flash screen i.e. want to open a pdf file inside a flash screen without redirecting the pdf to a new browser. Regards, ASV ...

Extracting text from PDFs in C#

Pretty simply, I need to rip text out of multiple PDFs (quite a lot actually) in order to analyse the contents before sticking it in an SQL database. I've found some pretty sketchy free C# libraries that sort of work (the best one uses iTextSharp), but there are umpteen formatting errors and some characters are scrambled and alot of the...

Image drawing on PDF fails to draw image with transformation and outputs wrong.

Hello guys, I've a problem with drawing images on PDF. I do apply scaling, rotation, move, etc. to an image and draws that image on the PDF. But drawing is not outputting correctly. When I do rotate image, it just scales and doesn't rotate. Here, I explain in more detail: I place an image on UIWebView to make fake effect of image exact...

Using iTextSharp to save to file the fonts used in a PDF file

This is pretty much a duplicate of this unanswered question, but hopefully someone in the know is watching now and can be helpful. I'm looking for the ability have some .NET code extract the font embedded in a PDF to a font file. I'm currently using iTextSharp, but I'm open to other .NET libraries (e.g. PDFBox, PDF CLown, etc...). I'm ...

javax.imageio.IIOException: Error 2 when printing a PDF that uses CCITTFaxDecode compression in PDFBox

I'm using PDFBox to try and print pdfs (we were using java's PDF Renderer, but ran into problems with CCITTFaxDecode compressed pdfs, so we switched). However, the pdfs are all printing as blank pages. When I step through the PDFBox code, I come across this code in PDCcitt.java: public BufferedImage getRGBImage() throws IOExceptio...

Which Adobe product/What API for form entry

I have an embedded PDF in a Java-centric web application. I want to enable users to type data directly into the PDF, and to receive that data on the server side. What API am I looking for? LiveCycle might do this, wondering what else might fit the bill. ...

Extract PDF form field names from a PDF form

I'm using pdftk to fill in a PDF form with an XFDF file. However, for this project I do not know in advance what fields will be present, so I need to analyse the PDF itself to see what fields need to be filled in, present an interface to the user accordingly, and then generate an XFDF file from that to fill in the PDF form. How do I ge...

Best way to create a PDF with PHP

Hi, I've been reading up on creating a PDF file with PHP and am wondering what the easiest option is. 1) Create a PDF template and then open it and replace placeholder text -- which function do I use to open an existing pdf for editing? 2) Create a PDF template and the place text on it using co-ordinates 3) Create a html document th...

PDF/A Convertor .NET Component ?

I am looking for a PDF/A Converter .NET Component or a way to make one what all technologies of components should be used? Ii would take a word document as as stream and convert it into pdf etc. Convert word (2003/2007 mostly..and if other office formats etc it would be good. Convert not create. Thanks in advance. ...