pdf

Better looking PDF bookmarks

Hi there, Does anybody know if I can improve the visual appearance of bookmarks in a PDF. My marketing dept wants me to make them look more "webby" - by which they mean they want them to look more "designed" rather than plain text links. Cheers, Stan ...

PDF file generation from XML or HTML

Are there any API/solution to generate PDF report from XML file data and definition. For example the XML definition/data could be: <pdf> <paragraph font="Arial">Title of report</paragraph> </pdf> converting HTML to PDF will also a good solution I feel. Currently we write Java code using iText API. I want to externalize the code s...

ASP.Net / C#.Net - PDF Libary with template / replacement function for invoices

Hi guys, I am trying to build my own webapplication and searching a PDF libary which allows me to loads file (e.g. pdf / word document) as template and add more lines / replace placeholders. I have my company styled word document and want to use it, not to build new, because I think it's a lot of work to do there. Any ideas? ...

bookmark a pdf programmatically in iphone app

Hello, i am new in the fraternity, I am developing a pdf reader. I am rendering pdf in a webview. Now I have to add bookmarks to this pdf like most of the other pdf readers which I have rendered. Can you suggest me how this can be done. Thnx in advance. ...

Is there any API in C# or .net to edit pdf documents?

Hi, Is there any API in C# or .net to edit pdf documents? Like I need to retrieve particular text and replace it with my own text. Thanks nRk ...

navigate to a specific page number of pdf document

Hello, I am developing a pdf reader, it reads large pdf files now I want to develop a system by which I can navigate among the pages of the documents. Can you suggest me some way of doing this. ...

Replace text programmatically in pdf file with itextsharp

I need to replace text programmatically in existing pdf file (possibly with itextsharp). Where Does anyone know how to do it (well done working example)? Thanks in advance! ...

in which datatype byte offset of various field of file can be store

i want to store offset of diffn fields of pdf file.. what is good way to do this... ...

PDF file compression

I have a requirement to dynamically generate and compress large batches of PDF files. I am considering the usual algorithms Zip Ace Rar Any other suggestion are welcome. My question is which algorithm is likely to give me the smallest file size. Speed and efficency are also important factors but size is my primary concern. Also do...

extracting content from pdf using PHP

Hi, Could you please tell me how to extract content from PDF document using PHP? Formatting is the main problem im facing here. So let me know, if there are some ways to extract content with the same format and to display it on an online text editor. Thanks ...

Best way to convert PDF to PowerPoint serverside in .NET

I have a PDF file that I want to convert to PowerPoint using .NET. What is the best tool for the job? The most important part of the conversion is that it looks as similar to the source as possible. Well, that and it can be done programmaticly. ...

TET-cookbook (Pdflib) for .NET

I'm looking for a .NET version of TET-cookbook samples. In particular I need tet_and_pdflib\search_and_replace_text.java converter in c# using TET_dotnet.dll. Thanks. ...

Concatenating PDFs in PHP

I've got a grip of PDFs that I need to combine into one using PHP. Googling around gives me very little that seems like a reasonable solution. The best thing I can find is to use exec() and pdftk but that's just ugly. Does anyone know of a more elegant solution that doesn't involve me shelling out all the money on the planet for some non...

Open PDF Programmatically in One Page View

I have a 2005 Reporting Services report that I display as a PDF through the report viewer control. I would like to know how I can have the PDF be viewed in the "one page at a time mode". Right now it's going to the scrollable page mode. ...

Put xml node's full path in attribute file and read the node's value from main xsl file in xsl fo

I have been using fop 0.95 to generate pdf files from xml data. I have three files involved in the process: test.xml, test.xsl and attributes.xsl. Naturally I have xml data in xml file. Here test.xml is the main xsl file which imports attribute sets from attributes.xsl file. For example, I have following entries in the attributes.xsl fil...

Render PDF in SSRS 2008 with digital signature block.

We are using SSRS 2008 to render pdf reports for our users. They would like the capability to digitally sign these reports. Is there anyway to add a digital signature block to a pdf file using SSRS 2008? ...

To open pdf and chek the Spelling mistakes in it

Imports System.Runtime.InteropServices Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim proc As New Process() With proc.StartInfo .Arguments = " Acrobe Reader" .UseShellExecute = True .WindowStyle = ProcessWindowStyle.Maxi...

How can I remove the email option from a PDF?

When our site displays a PDF using the browser plug-in, is there a way to disable the options to Email the document and/or save a copy? I looked at FileOpen.com, but couldn't find their pricing, and I'm wondering if there's a way to alter the document with Javascript or some other means. ...

create custom pdf viewer for iphone

I want to develop a custom pdf viewer, in which I can add features like: bookmarks jump to specific page take some notes page flipping effect Can you suggest some libraries in Cocoa touch to fullfill my requirements? I followed the PDF viewing tutorial in which a webview was used but it only provides basic scrolling and zoom facilit...

Possible to control Adobe Professional 9 through win32ole API?

Hi! As the title says.. Is it possible to control Adobe Professional 9 through the win32ole API, preferably by using Ruby scripts. I want to be able to open a PDF document and enable the extended commenting features allowing for commenting the file when opened in Adobe Reader, but I need to do it programmatically. ~ ToRd ...