pdf

Word 2003 mailmerge to separate files or print to PDF

I created a mailmerge from a single page which resulted in one document with about two hundred pages. What I need is a way to create separate files for each of these. The way I see it, I have two options: Create about 200 Word documents I can print directly to PDF (Acrobat Distiller installed). with PDF printer set as default, I can t...

PHP HTML to PDF free convertor Resources

Hi All, What is the best PHP HTML to PDF free converter around, not just in terms of functionality but also in terms of resource usage and speed Thanks ...

How to export pdf page as a image using pdfsharp .net library ?

How to export a pdf page as an image using pdfsharp .net library, for pixel level manipulation ? for example, something like, System.Drawing.BitMap.GetPixel() I am trying to find out empty area (all white, or of any colour) inside a pdf document, to write some graphics / image. 09, June 2010: I have tried this, but it is not working....

what should i write in the info.plist to open pdf file in my app from pdf page in ipad

i want to open the pdf file in my app from the pdf file, this my info.plist file. <key>UIFileSharingEnabled</key> <true/> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>pdf</string> <key>CFBundleTypeExtensions</key> <array> <string>pdf</string...

Apple iPad and PDF support

Hi, I have few questions related to the PDF and its use on the Apple iPad: 1) Does the iPad support all Quartz PDF functions (i.e. all CGPDFxxx functions/classes)? 2) Does the iPad support the PDF Kit? 3) Is it possible with any of one of both APIs, based on the coordinates of the finger touch to detect the underlying PDF item (e.g. ...

Arabic Text in Crystal reports not exporting to PDF correctly

Hi I have crystal reports XI which have fields which are displayed in Arabic. The viewer works fine and displays all the fields in Arabic, however when i export it to PDF it becomes junk. I am not sure what to update or change. Has anyone solved this issue. Help needed Regards Hussain Mansoor ...

Bloated PDF created by TCPDF

In a web app developed in PHP we are generating Quotations and Invoices (which are very simple and of single page) using TCPDF lib. The lib is working just great but it seems to generate very large PDF files. For example in our case it is generating PDF files as large as 4 MB (+/- a few KB). How to reduce this bloating of PDF files gen...

PDF Generation Help needed

Hi, I am brandnew to PDF Generation or rendering but have a project to, create a PDF Template system that allows users to save Template to Database, and later generate a PDF document using the template and values from my database. Language to use C# Questions a) Is there a PDF tool out there that can help me with this and document...

Gradient fills in iText using PDFContentByte

I am using Itext and Java to generate visualizations in PDF format, and I am stuck on how to apply a gradient fill to my path objects. I am using PDFContentByte directly for low-level control, and I can't find any examples showing how to successfully apply a two-color axial gradient using PDFContentByte. I am assuming the key is using ...

Display pdf file inline in Rails app

Hi, I have a pdf file attachment saved in the cloud. The file is attached using attachment_fu. All I do to display it in the view is: <%= image_tag @model.pdf_attachment.public_filename %> When I load the page with this code in the browser, it does what I want: it displays the attached pdf file. But only on Mac. On Windows, browse...

detect pdf tampering

Hi, the web app I am currently working on generates a PDF file and sends to user who will use this PDF as a certificate. My question is, how to make sure that this PDF file is impossible to be tampered by the user? Thanks, ...

search text in pdf in iphone

i m trying to do search funtionality in iphone.. i pass the page number and the string to be searched.. but it is not getting the proper output. in contentStream i get nothing.. i got this code by googling. i dont know what will be dere in contentStream object. -(BOOL)page:(CGPDFPageRef)inPage containsString:(NSString *)inSearchString...

Relative Links in PDF

Hi, Need some advice on what course of action to take next. Have written an ASP.Net application. Part of the application deals with being able to view PDFs. The initial PDF viewed acts as an index to access other PDF documents. You click a link in the Index PDF and it jumps to another PDF file. Legal documents, agreements, etc. This s...

iTextSharp for PDF - how add file attachments?

Hi all. I am using iTextSharp to create a PDF document in C#. I would like to attach another file to the PDF. I'm having just loads of trouble trying to do so. The examples here show some annotations, which apparently attachments are. This is what I've tried: writer.AddAnnotation(its.pdf.PdfAnnotation.CreateFileAttachment(writer, n...

iTextSharp - how to open/read/extract a file attachment?

I have some PDF's all with two attached files with static names. I would like to use iTextSharp to extract these files to a temp directory so that I can work with them further. I tried following the tutorial here but I ran into problems when the iTextSharp.text.pdf.PdfReader didn't have a getCatalog() method as shown in the bottom exam...

pdfmark for docinfo metadata in pdf is not accepting accented characters in Keywords or Subject

I am inserting metadata into postscript files with a program, to be distilled to pdf with Adobe Distiller. I am using this code that I grabbed from an online chapter of Thomas Merz's "Web Publishing with Acrobat-PDF": /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse [ /Title (mot accenté) /Author (mot accenté)...

Sequence and merge jpeg images using Python?

hi, im doing a project as part of academic programme.Im doing this in linux platform.here i wanted to create a application which retrieve some information from some pdf files .for eg i have pdfs of subject2,subject1,in both the whole pdf is divided in to 4 modules and i want to get the data of module 1 from pdf..for this purpose my tuto...

trying to search the index in the pdf file in iphone

in my ipad application i am trying to search the index in the pdf file which is loaded. so i use the following code to do that.. CGPDFDictionaryRef pdfDocDictionary = CGPDFDocumentGetCatalog(pdf); CGPDFDocumentApplyFunction(pdfDocDictionary, ListDictionaryObjects, NULL); static void ListDictionaryObjects (const char *key, CGPDFObjectRef...

print pdf/doc/rtf through java web application

my requirement is to directly print either pdf or ms doc file through java web application. client don't even want to know where the file is saved. On click of print button,a file is created and it is saved somewhere. After the creation,i want the file to automaticaaly go to printer. i have tried : javax.print for pdf. Here printer i...

Good tool to convert sourcecode to PDF?

I've a daunting task of getting familiair and possibly re-architecting large pieces of old source code. I was hoping there would be a nice tool to convert php (in my case), but let's make it more general: any language to PDF, for offline browsing on a Kindle or Ipad Would be ideal if it would create indexes / hyperlinks automatically. ...