pdf

Reading PDF content with itextsharp dll in VB.NET or C#

How can I read PDF content with the itextsharp with the Pdfreader class. My PDF may include Plain text or Images of the text. ...

Converting PDF to PureEdge and modifing the PureEdge form

I have been looking for a program to convert PDF files (both types) to PureEdge, and be able to modify the PureEdge form (like adding a signature block). I can only find stuff for lotus forms, and was told that files used for PureEdge Viewer were not compatible with lotus forms. Any help would be very appreciated. ...

populate data from java to pdf

Hi all, I am currently looking for a solution to populate a PDF file from the java code, Is there any APi for that, I googled it and found JustformsPDF does the trick, but it works only for some pdf and not all + its a old API without recent developments/support. Basically I have an existing PDF (and do not want to build it) I just nee...

Rendering PDF on WebPage

Hi. We are trying to load a pdf file in web browser using pdfobject javascript api. Currently the size of the pdf's that we are trying to display is close to 10MBs. This creates a long delay in displaying a PDF on web page; while the complete PDF gets downloaded. We need to remove this lag by achieving either of the alternatives: Sho...

Regex matching very slow

I am trying to parse a PDF to extract the text from it (please don't suggest any libraries to do this, as this is part of learning the format). I have already handled deflating it to put it in the alphanumeric format. I now need to extract the text from the text blocks. So, my current pattern is BT.*?\((.*?)\).*?ET (with DOTMATCHALL set)...

How can i show my pdf file on ipad application

hi i want to create simple pdf reader application for ipad. but did not find the proper documentation or sample code. please guide me from where i should start. Thanks Miraaj ...

AcroPDFLib Scrollbar/Zoom position

I'm trying get and set the "ZoomScroll" of a AcroPDFLib Control. axAcroPDF1.setZoomScroll(150, 300, 300); works but there is no function to get that 3 parameters. Only getting the scrollpos like in a textcontrol doesn't work, too: scrollpos = GetScrollPos(axAcroPDF1.Handle, (int)ScrollBarType.SbVert); ...

Problem in named destination

hi, i want to give deep linking for named destination.. is that possible? i am using this tool : http://flexpaper.devaldi.com/ This tool is loading PDF from converting PDF to SWF using PDF2SWF(www.swftools.org) is there any way to get the named destination and give deep linking for the named destination..? Please help me. thanks in a...

Getting a binary file from resource in C#

I am having a bit of a problem, I am trying to get a PDF as a resource in my application. At this point I have a fillable PDF that I have been able to store as a file next to the binary, but now I am trying to embed the PDF as a resource in the binary. byte[] buffer; try { s = typeof(BattleTracker).Assembly.GetManifestResourceStre...

Change metadata of pdf file with pypdf.

Hello ! I'd like to create/modify the title of a pdf document using pypdf. It seems that the title is readonly. Is there a way to access this metadata r/w? If answer positive, a piece of code would be appreciated. Thanks ...

Display PDF file in modal window

Is there any way I can direct display PDF files in modal boxes? I am using CodeIgniter PHP framework and jQuery as JavaScript framework. UPDATE: I read on net that this is possible by loading it in iframe, and Adobe PDF will render it, but many seems to oppose, so is there any way I can convert those PDFs to images? ...

Make user download pdf instead of saving to a location

Hello!I was trying out the following code which actually saves the pdf file to C:/xampp/ I want to create a link so that when the user clicks on it. It prompts it to save the pdf file. <?php // create handle for new PDF document $pdf = pdf_new(); // open a file pdf_open_file($pdf, "try1.pdf"); // start a new page (A4) pdf_...

Are there any PDF libraries for J2ME?

We need to create a basic PDF reader running on J2ME. While there are several PDF libraries for Java, I'm not sure whether they support J2ME. Does anyone know a working J2ME PDF library? If not, why it's so hard to make it? ...

How to fit PDF height in UIWebView in iPhone/iPad

I have a project that uses a UIWebView to display a single page PDF file. I would like this content to fit by height (vertically). The default is only to fit width (horizontally). Is there any way to overcome this? ...

Rendering UIImage/CGImage into CGPDFContext results in... blankness!

Hi all, I'm trying to take an image that I have in a image object and render into a Core Graphics PDF context-- happens to be on an iPhone but this question surely applies equally to desktop Quartz. This UIImage is a simple color-on-white image at about 600x800 resolution. If I (say) turn it into a PNG file, that file looks exactly as ex...

Use jQuery to open PDF links with Google Docs

I already have pdf links set up. I am just looking to prepend Google's syntax in front of my current href using jQuery. i know the following doesn't work, but I feel I am close…? jQuery(document).ready(function() { jQuery("a[href$=.pdf]").attr("href", "http://docs.google.com/viewer?url=" + current.href); }); Can anyway help, please? ...

Split PDF documents into separate pages using PHP (or possibly perl)

Can anybody point me towards a PHP library or script that would allow me to split a pdf consisting of multiple pages into separate files, each containing 1 page. The PDFLib documentation doesn't appear to allow this and Google hasn't been particularly helpful. I could possibly also use Perl, but it would be very inconvenient to do so. ...

how to parse a pdf file using php

Hi, Is there any good php parser to parse pdf files? I have a pdf file with text formatted differently. I want to still maintain that in my output. For example, content in the pdf is like this title content goes here. example is here so I want the text to be parsed preserving the bold tags where ever its used. please let me know. ...

Loop through values and display in a pdf file

Hello all! i have written the following code: As you can see there is a for loop to go through some values and display them in the generated pdf. The problem is that all the values are being written at the same place. I have tried to insert a new line but it does not seem to work. Can anyone suggest me how i can do it? Do i need to write...

Append a dynamically changing watermark to a PDF in SharePoint

This is primarily a question of possibilities more than instructions. I'm a programming consultant working on a WSS project site system for my client. We have a document library in which files are uploaded to go through a complex approval process. With multiple stages in this process, we have an extra field which dictates what the curren...