1,024 Topics
| |
Does anyone know of a component to allow programmatically reading a PDF? | |
Hi, I am uploading all types of files. After upload i want to calculate number of pages of uploaded file? The document could be DOC ,Docx, TXT ,PDF,PPT (with images or with out images) etc. How to calculate number of pages? Any Api available? | |
Hi, hope someone can help with this itextsharp issue. I'm simply appending a PDF file to a document I create in itextsharp. When I import the doc, it is showing some kind of "guide marking" in the corners and dots on the sides, like this: [url]http://img9.imageshack.us/img9/574/idpdfguide1.gif[/url] However when I view … | |
I am working on a project with PHP and MySql. There are reports i am producing which are picked from one table in different row. I would like this reports in pdf or convert them to pdf when viewing on html. keep in mind the the report pages are produced … | |
Hi I want to make a form site. Which will contain html form. but after submitting it will will return a pdf file with that form data. I found some third-party library to fill pdf form. But those are not working well. How can I do that. thanks all | |
hi, i use ireport to creat my report, i use the PHPJasperXML to load into a pdf. i need to know is any one know a alternative because this class donĀ“t work with many functions that we have in the ireport. thanks a lot for your help :) | |
I was wondering if anyone has taking a dynamic pdf form, and populated from a php form or from mysql information? I have been looking into Fpdf, and other methods, but they don't seem to do what I'm looking for. The reason for this, is I need to output a … | |
a client has microsoft office 2003 all fully updated, and adobe reader which is also updated, but when she opens the pdfs from her email in outlook, at first it only shown a line where something had be underlined, and now she only gets the first two lines of text. … | |
Hello everyone, I am a beginning programmer using XSLT. I work at a company wich has a database witch generates catalogs, exporting XSL and XML to FOP.(wich converts to PDF). the program runs on apache and is build in delphi. That being said, I was wondering if it is possible … | |
Team - I am in the beginning of a new project. I need to be able to present a list of records on an .aspx page. (This isn't a problem.) and when the "details" link is clicked it woudl show the full record etc. (again, not a problem) Problem? I … | |
Hi, I would an script to give a free PDF as a gift: 1. get an email on a box on my website (like the newsletter subscriptions) 2. send an email to subscriber, with a confirmation url 3. after confirmation, the user will receive a new email, getting a PDF … | |
The following function should add pdf's to the $dest folder but fails at Break2. I added the Breaks so I could see where the problem was. The function is called from a form that allows me to add up to 10 pdf's per property. The jpeg function which also allows … | |
create table book(bookid int ,title varchar(50),author varchar(50),book longblob); insert into book values(1,'c#','arun','c:/c#.pdf'); BUT this code is not working properly | |
Hi all.... I'm here to solve a small issue regarding converting a form in VB.net/ asp.net into a pdf flie... such that if i click on a button "Convert to PDF" my PDF file should appear and i should be able to save it... after little search i could find … | |
Hi, How to Open PDF document in asp.net web page without asking save/open/cacel dialogue . I have tried but every time it prompts for saving/opening or cancel action. Thanks in advance. Rakesh | |
php code for uploading & storing a pdf file on server side | |
I am going to try to explain this the best I can I didn't develop the original version of this, or the part that rights it to the database. in our company, there is a program that takes PDF files and stores them in our mysql database as blobs. The … | |
Can someone tell me how I can accomplish this. I want the results of a form to be placed in a pdf and then added as an attachment. I am not sure if this is possible, but if someone knows how, please let me know. Thanks. | |
I'm writing this in VB.NET, so I figured I'd post here. So, I'm writing a program to convert some pdfs to jpegs. This is all well and good, and the program seems to work well for the most part. Unfortunately, I've come across a bit of a problem. The pdfs … | |
hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net-informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions … | |
HI I AM USING RICHFACES FOR OUR DEVELOPEMET. WE HAVE A EMBEDDED PDF TO OUR WEB PAGE. NOW THE DROP DOWN MENU ITEMS OR ANY OTHER POPUPS ARE GOING INSIDE THE PDF. I TRIED USING <EMBED> AND IFRAME CAN ANY BODY HELP ME ON THIS? Thanks in advance | |
hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button. please … | |
Hi all, now i'm working to convert html to pdf in asp.net.. i don't have any idea to make it.. now i have this code to convert it but have a problem.. anybody please help me see thid code or send me link as a guide.. i'm using iTextSharp to … | |
I created a project with some bmp images and logos in it thru MS power point 2010. I did all the image adjustments and resizing within the power point and put some word art also. The images were in blocks. Now when i have converted it into pdf(thru a great … | |
Using the above technologies, I want to create a PDF, store it in my db, and email it. All with the click of one button. I also want to call it up and have it be able to display with a hyperlink. I am very new to FPDF. Therefore, I … | |
I want to create pdf from sql result and then also mail it or save it. Kindly advise. I want any link to working example and code or simple code. Thanks. :) | |
Hi, I am new in vb.net 2008. I am developing windows application in that i am generating PDF report using iTextsharp. Problem is that how to display rtf data in pdf. | |
Hi all, Can anybody help me in resolving this issue. The details are mentioned below. I am generating PDF using <cfdocument> tag of Cold Fusion. I have a header and footer to be displayed on each page. I am rendering data in a table. If rows in the table exceed … | |
Hi, i have this HTML page that contains an image, some text, and a save button. Now what I want is, when i click on the save button, the image on my site, and all the text will be saved as a PDF file. is that possible using PHP? | |
Hi guys! I need to have a PDF viewer that wont allow users to save, copy, print, email& share online.. plainly just for viewing. any suggestion is appreciated. Thanks. |
The End.