Online form that outputs a word document and/or a pdf?
I created an online form in HTML, I need the form to output to either a word document or a pdf. Is there a client-side javascript or app that can help me with this? ...
I created an online form in HTML, I need the form to output to either a word document or a pdf. Is there a client-side javascript or app that can help me with this? ...
Hi, I've been looking around Google and SO and haven't quite found an answer to my question, or at least a more recent answer. I have a PDF with hyperlinks/hotspots in it and would like to display the PDF file in my own iPhone/iPad app. When the user clicks on a hyperlink/hotspot I would like the user to be taken to the appropriate loca...
Hello, Let's say I have a pdf form file available at website which is filled by the users and submitted to the server. On the server side (Asp.Net) I would like to merge the data that I receive in xml format with the empty pdf form that was filled and save it. As I have found there are several possible ways of doing it: Using pdf for...
In my silverlight I have the need to modify PDF files. I usually use Itext libraries for this kind of thing but I am seeing that I cannot reference .NET libraries in Silverlight. Is there any workaround to get the iText functions I need in Silverlight? ...
Has Anyone tried using PDF in iPad Application, using CGPDf functions. I have used this in iPhone and it works perfectly , but when i use the same code in iPad , the Page are Shrunk in size, after a try outs i set the Scale as follows CGContextScaleCTM(context,1.85, -1.80); This time the it fits the screen perfectly , but that was jus...
I've written a docbook 5.0 document with the header: <?xml version="1.0" encoding="UTF-8"?> <book version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/Ma...
We are looking for a .NET PDF creator. It needs to be .NET, so we can just copy the file(s) onto the server, not having to install anything. We only need to create a PDF with some text and images and a heading, that's all. Anyone know a good one? We are happy to buy if there is a good one that is easy to use. Thanks in advance. ...
I have some xml files that contain text, which are displayed on my website. I want to extract the text from these xml files and convert them to a pdf document that users can download. how can I can extract this text from the xml documents? (libraries etc?) how can I use this text to create a pdf document? I am working in a PHP enviro...
Hey fellow LiveCycle users (the few of you), I have been using the MTOM .NET API for LiveCycle development and I'm running into one limitation that I hope can be overcome: I need to be able to programmatically remove all top-level bookmarks from a PDF, and have all nested bookmarks get automatically moved up one level as a result. For i...
I have some xml files which are used to generate my webpages, however I need to be able to allow the user to select a number of pages then combine them into one PDF. This pdf needs to have different styling to the actual web page.(the content is kept in xml files ;) p.s. the pdf must have table of contents... and will include images tak...
Does anyone know a good set of Saxon XML, XSLT, PDF (link text) tutorials for .net? ...
How can I change the line-height of a PDF font or paragraph using iTextSharp? ...
Hi All, I am developing a small excel plugin. As part of it I need to convert my excel document to PDF format. How can I do that? All the plugins and printers that I've found do not convert links created by the hyperlink function. I know this is not programmatically related per say, but I am developing this software, and vba is quite ...
In my .aspx page, I have an image button that when clicked I want a file to download. When the button is clicked, it logs things to do db first. How can I push a file for download? I don't want to stream the file via asp.net on the server-side, just let the user download the file. Is this possible? ...
Hi. I'm new with unicode, so I hope anybody can help me. I want write unicode to a PDF, now I need the width and height of the unicode text for text formatting. For AnsiString I have this functions in PDF class: function PDFClass.TextWidth(Text: AnsiString): Single; var i: integer; ch: AnsiChar; tmpWidth: Single; chv: Integer; ...
I am looking to convert a non-XFA PDF to PCL in a Workbench process and am not having any luck with geneartePrintedOutput service. I retrieve a flattened PDF from Contentspace (using retrieveContent) and need to convert the non-XFA PDF to PCL without sending it to a printer right away. Are we not able to achieve this with generatePrint...
Hi there, I have a pdf that was generated from scanning software. The pdf has 1 TIFF image per page. I want to extract the TIFF image from each page. I am using iTextSharp and I have successfully found the images and can get back the raw bytes from the PdfReader.GetStreamBytesRaw method. The problem is, as many before me have discov...
Hi, I have been presented with a problem which requires me to print PDF files from a server as part of an ASP.NET web service. The problem is further complicated by the fact that the PDF files I have to print can ONLY be printed using Adobe Reader (they were created using Adobe LiveCycle and have some strange protection in them). This...
I set destinations in my PDF file, when I go to update the Word file in the future, is there any way to transfer my PDF destinations in my original PDF file to an updated PDF document? ...
Hello, Programaticly, I need to include a google Maps map to automaticly generated pdf files. For this, I need to convert the map into some image format (jpg, png etc). How can it be done ? I am using Python and Django if build in google maps library is not sufficient. Thanks ...