pdf

Justify text in a Report

In my work we need to generate contract documents that dynamically extract information from the database to personalize client related information. These documents not only have text, but also they need tables with dynamic rows (ie.: shows some products owned by the client). These tables can be placed in different parts of the document ...

How can you find a problem with a programmatically generated PDF?

My group has been using the itext-sharp library and C#/.NET to generate custom, dynamic PDFs. For the most part, this process is working great for our needs. The one problem we can run into during development/testing is layout issues which can cause the PDF to not open/render correctly in Adobe Reader, esp. the newer versions of Acrobat/...

What are my options to merge PDFs in a web site or web service environment?

I have multiple PDFs coming from a report generator and I want to merge them to a single document. The merging process must run in a web site or WCF web service environment (Framework 4.0, IIS 7.5). Is there a component, open source or commercial, to accomplish this? In my process I get the PDFs as streams. If I have the choice, I would...

PDF generation using HTML and CSS

Possible Duplicate: Convert HTML + CSS to PDF with PHP? Please give code for PDF generation using HTML and CSS ...

Generate report slideshow from .Net

I need to create a simple slide with text and pictures. This will be done from a .Net 4.0 application. I'm open to various formats. I could target PDF, XPS, or PowerPoint for example. My highest priority is that I can get up and running quickly. What API's can you recommend? Note, I am entirely unconcerned with document or vendor p...

Converting a pdf to text/html in python so I can parse it

Dear Python Experts, I have the following sample code where I download a pdf from the European Parliament website on a given legislative proposal: EDIT: I ended up just getting the link and feeding it to adobes online conversion tool (see the code below): import mechanize import urllib2 import re from BeautifulSoup import * adobe = "...

streaming PDF data through an ASPX page

How I can stream a pdf file on my web server and show it like google document inside my own page which embed inside the page. ...

Flex: Printing PDFs

Up until now I have found several solutions for generating PDFs including AlivePDF and Jasper. Now they work in the way that they generate a PDF and the user can save it. The main issue that I am facing is that when you implement a download method after the user choses the path where to save it, the file gets saved, and that is it... t...

How to limit RDLC report for one page in a PDF

I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I get the report perfectly and theres no problem in it. But the problem arises when I try to export the report to a PDF (using available option - basically the inbuilt option). I get the report in 3 pages whereas my client wants it to ...

PDF on Linux: Combine font subsets and replace Type 3 with Type 1

I have a PDF file that I'd like to post-process on Linux. In particular I'd like to: Replace Type 3 fonts with Type 1 fonts Replace multiple subsets of the same font with a single subsets (the subsets are the result of including figures in LaTeX, where each figure contains a subset'ed font) With Windows these two steps are possible w...

epub2pdf paginate the html format

I am working on a project which needs to convert epub to pdf. I am stuck on how to paginate the html format. Can someone give me some idea? is there any open source libs to paginate the html like the print review in most browser? ...

PDF to HTML Mac

Is there a software for mac os X 10.6.4 that that converts PDF to HTML ? ...

Recommendations for PDF text extraction

Hello, can anyone recommend a library/API for extracting the text and images from a PDF? We need to be able to get at text that is contained in pre-known regions of the document, so the API will need to give us positional information of each element on the page. We would like that data to be output in xml or json format. We're curren...

Embedding PDF resources (images and fonts) in C#

Hi, I have a folder that contain a lot of PDF files with external resources (font and images). The resources folder located inside the main folder. I need to build an application that embedding all the external resources of each PDF file. The PDF should be open independently without the resources folder. Thanks, Ben ...

Extract text from pdf and word files

How can I extract text from pdf or word files (remove bold, images, and other rich text formatting media) in C#? Thanks. ...

web based programs to create/fill in pdf forms

Our accounting department has an application that presents a pdf type form where users fill in input fields. Today we have to replace an old tax form. We don't have the developer software or the old developer. I think the software to make the form comes from adobe. What software do we need to create/test this type of form? Is th...

PDF creation on the iPhone with Quartz --> Font integration problem

Hello everybody, has anyone ever managed to create a pdf on the iPhone, containing text (in whatever kind of font) which could be rendered by all/most pdf viewers. I recently created a pdf with Quartz, containing some text and had to make the experience that it renders correctly on my Mac only. I stumbled accross a few threads in differe...

process the data of an image like pdf or something else using pdfcreator

hay all. maybe you guys can help me in my project. im using pdfcreator as a virtual printer to print to a file some images. can be pdf can be any type of image. but i need to extract data from it. can it be done? im using C#. ...

Errors in Gnuplot PDF output

I'm trying to plot data with Gnuplot where all data values are positive. However, when plotting to PDF some of the output values appear negative under the x-axis: http://tinypic.com/r/14iztbs/7 This does not happen when plotting to PNG. Reducing the line width helps to mitigate this issue, but this is not really a solution. How can i ...

PDF TO JPEG Conversion of same images different size

Hi, I have 2 PDFs of the same Japanese text. One encoded in Shift-JIS another is Unicode. PDFs look exactly the same to me. I convert both of this PDFs to JPEG images of the same resolution and I get JPEGs of different bite size. Can anyone think of the reason why the size is different? Thanks ...