pdf

iTextSharp Textfield setting the font to Bold

For a textfield object, I would like to change the style to bold. I have already created the arial font since it is not a default font for the BaseFont object. Apparently the TextField object only takes the BaseFont as a valid font. I was wondering how would I change the style of the font that I have assigned to my textfield to bold. Is ...

iphone: error and pdf pages question

I am building a pdf viewer app. my skills are at medium LOL voodoo level now... I've got real far on my own with this app but I'm pretty stuck ether on my theory or on my code. My app has a paging scroll view that makes its self the length of the entire pdf document, then it shows the current page in another scrollview (ImageScrollView) ...

How do you combine PDFs in ruby?

This was asked in 2008. Hopefully there's a better answer now. How can you combine PDFs in ruby? I'm using the pdf-stamper gem to fill out a form in a PDF. I'd like to take n PDFs, fill out a form in each of them, and save the result as an n-page document. Can you do this with a native library like prawn? Can you do this with rjb and ...

How to make duplicate pages of one page?

I am using itextsharp in c#. i want to copy one page in multiple copies. and add some text at desire position. ...

Create PDF file with contents from the database.

I would want to print tickets in pdf. I was already able to retrieve the ticket details like customer name, order id, order items, and total bill. I would want to put this details in the .pdf file ready for printing. I'm using html and php tags in retrieving these ticket details from the database. How can I convert to .pdf all items echo...

Convert PDF book to IPhone App

Hai, Can any one suggest me the best way to convert PDF to IPhone App? Thanks Basanth ...

abode acrobat reader with vb.net

I am trying to display a PDF in an Adobe PDF reader COM component in VB.NET. All i do is: AxAcroPDF1.LoadFile("file path here") But for some reason it's not displaying the PDF. Can someone please advise me on what am I doing wrong here? ...

read 1D barcode (code 128) direct from a pdf file

Hi, Has anyone experience with a tool (it can be also a commercial one) which can extract barcodes direct from a pdf file? The most tools I have seen can read barcodes only from images. Thanks ...

Converting troublesome delimited PDF to Excel

I'm trying to convert this delimited PDF to an excel (or some other delimited format). Using Adobe Acrobat 9, I attempt to save it and copy it) as Excel but it gives the error message "BAD PDF; error in processing fonts. [348]". I'm open to any solution that will create a delimited file, ranging from using Adobe Acrobat, to programmin...

Converting file formats (PDF to TIFF?)

Hi guys an easy one here, What are some of the better converts out there which work well and what are the drawbacks of doing a conversions if any? Loss of quality/res/anything? ...

How to create pdf files on android

Can't find any library to create pdf files on Android. Can any one help me? ...

Export textfield tags in XDP to XML: Adobe LC Designer / Adobe Acrobat

I have several XDP files (made with Adobe LiveCycle Designer). All of these XDP files have several textfields, and what I would like is to export each XDP file to an XML file that only contains the textfields in the XDP. The reason is that when working on the backend and mapping up values to the textfields in the XDP, it would be a lot ...

email encryption for medical lab company

we need to encrypt the emails that contain PDFs that are coming from our laboratory management system to our clients. we do not have access to our clients machines. we dont want to issue everyone passwords because 1. they might forget it, 2. we dont want them to have to enter the password every time they view the PDF. is there a free or ...

Emailing A Dynamically Created PDF Through PHP

I've recently created an online template for creating job postings for our website. Everything is all done, it formats correctly in a browser, automatically posts to our website, bla bla bla. The last piece I'm creating is to give the administrator a few options for distributing the posting to various places (via email) in a consistent,...

How to read and search a specific word in pdf file using PHP? Is it possible in PHP?

Please check the URL: http://cde.cerosmedia.com/1T4c3744326abcd119.cde I client want some thing like this. User will search a word and application searches that word in a opened page and highlight it. This is a Flash application and uses php at back-end to generate XML. Can anyone help me out in this? ...

How do I get the title of a .pdf document to appear as the page title?

I'm posting a PDF at a website and have a link pointing to it, the same as any other file. If the browser is capable, it displays the PDF in a new tab. But the URL (and an unwieldy one at that) is showing up on the top of the tab where the document title usually goes. Do PDF files have a parameter for this I can adjust? Or is there a way...

Extract data from nested tables in pdf (c#)

I have a few pdf files that were created from word or excel files. I need to get the information thats in the tables. The text in the document is not an image so I'm able to extract the text using tools such as pdfbox. When I have the text I have no way of knowing what cells in the table it belongs to because I don't know where the tab...

CATiledLAyer and Memory usage (IPHONE SDK)

HI there. I've tryed to develop a little magazine reader for IPAD I use a subClass of CAtiledLAyer whit drawInContex Method and I draw the pdf pages into a scrollView. So i've 2 problem, 1-when i try the app whit simulator all work fine but when i try the app on ipad the layer drawing it's slow , 2-the memory usage allways increases a...

Android : Is there any free PDF library for Android.

I need a PDF library for manipulating a PDF documents, ( Creating PDF, image convertinng to PDF ) and things like that but in Android . I tried the android itext port but the library project generates compile erorrs after I added it to my Project. Looks like it is still using some affinetransformation classes that are defined in ...

Vectorial PDF graphic elements on iOS

Currently implementing vectorial interface elements on iOS is very peculiar, UIImage advertises support only for raster formats but i am able to set a pdf file as the image of a UIButton in IB and it renders with good antialiasing, however the image is not visible on either iphone or ipad running iOS 4.x and 3.x, the only way to have it...