1,024 Topics

Member Avatar for
Member Avatar for saadi06

Hi, I am habving problem with tcpdf library.I am using Version: 5.9.162.I have a table format structure and the user writes in the table format and add the data and creates the pdf but my pdf file is not creating as i wish to create them some of the data …

Member Avatar for diafol
0
1K
Member Avatar for cussel

> hey guys, how to convert PDF document to plain text or .txt in php with keep formatting?

Member Avatar for cussel
0
169
Member Avatar for dangerousdayton

i am making simple experiment about html to pdf.i can populate all the textfields but not the check boxes,i used radio button in html so that only one can picked on the two.how can i possibly populate the checkboxes in pdf??please help! here is my code: [code] <html> <body> <head> …

Member Avatar for Kristof_1
0
3K
Member Avatar for coder91

Pulling column names from a database. Column names aren't user friendly so was wanting to rename them on the pdf. Is there a way to do this? foreach (DataColumn column in dt.Columns) { PdfPCell pCell = new PdfPCell(new Phrase(column.ColumnName, TableHeaderFont)); pCell.BackgroundColor = BaseColor.BLUE; pCell.Padding = 6; contentTable.AddCell(pCell); } this is …

Member Avatar for coder91
0
438
Member Avatar for saadi06

Hi, I have a problem in creating a pdf document. I am using tcpdf for displaying the pdf file. I want to display 10 records on a page and if the records exceeds than 10 then we will be adding another page and displaying it on the next page. The …

Member Avatar for jstfsklh211
0
103
Member Avatar for ferdzjorge

How to print pdf directly to printer from published site. It works fine in development environment but not in production. Heres my code using pdfSharp. PdfFilePrinter.AdobeReaderPath = "C:\<AdobeReaderPath>\Reader\AcroRd32.exe" Dim printer As New PdfFilePrinter With printer .PdfFileName = <FileName> .PrinterName = <PrinterName> .Print() End With Thanks!

Member Avatar for john.knapp
0
239
Member Avatar for biscayne

Does anyone have experience with calling a Python script to parse data into a Scribus template and generate a pdf file ? I know about the ScribusGenerator by Ekkehard Will, which works pretty well, but I have a tailormade python script that combines data from 2 csv tables. Would it …

0
124
Member Avatar for double_cola

Hey guys! Im putting together a drag and drop page where a user will drag an ellement (in this case and printable pdf) over into a print field. I need blank fields on the right to return either as (void skip this) or with default pdf. Any ideas? Here is …

Member Avatar for double_cola
0
203
Member Avatar for sania khan

Can we convert the record displayed on the web page to pdf doc ? if possible then how we can achieve this?

Member Avatar for SautinSoft
0
976
Member Avatar for missy_mi

HI, i am new at this programming stuff. so, i really dont know much about programming especially when it come to converting pages to pdf. so, i need to understand one thing, this..fpdf,mpdf,wkhtmltopdf and others..do they convert php page..because they said "convert HTML to PDF"..so i am confuse..i did try …

Member Avatar for missy_mi
0
372
Member Avatar for jamd200

Someone asked me to code a program that translates French-language PDF files to English, and I thought that maybe I could convert the PDF files to Word documents or some other text document with a program I coded in C++, and then translate the text using Python's xgoogle library. Is …

Member Avatar for zarfishan
0
2K
Member Avatar for Mitnick06

**can u help me how to convert a pdf to docx file extension using a php or javascript?**

Member Avatar for SautinSoft
0
180
Member Avatar for Shanti C
Member Avatar for HunainHafeez

i am retrieving textual data from database on my page , asp.net(c#), now i want to save in pdf format and want to store that pdf file on my server(localhost) so how ?

Member Avatar for Mark-W
0
280
Member Avatar for opspl_programme

Hi I need to take one or more files(**.txt** or **.csv** format only), convert them, one at a time and sent them to the printer in **PostScript** format. The paper will be pre-printed and of A4 size. It is perforated in the middle(Portrait orientation). For example, taking a file, A.txt, …

Member Avatar for NanaYee
0
1K
Member Avatar for asaidi

Hi i m trying to output pdf file from html..this html is a result of a php script i have this error from html2pdf impossible to load the image litre.php?start=2012-09-1&end=2012-09-30&client=13 any help please

Member Avatar for LastMitch
0
8K
Member Avatar for double_cola

Hello, I am using a php function to merge 2 pdfs and it works great. <?php include 'PDFMerger.php'; $pdf = new PDFMerger; $pdf->addPDF('testFile5.pdf', 'all') ->addPDF('testFile57.pdf', 'all') ->merge('download', 'samplepdfs/TEST2.pdf'); ?> I get a merged pdf as soon as the page loads. I need the ability to make this merge happen when …

Member Avatar for adam.adamski.96155
0
2K
Member Avatar for Dili1234

I want to send crystal report as email Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Web.Mail Public Class Form1 Dim cryRpt As New ReportDocument Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Dim cryRpt As New ReportDocument End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As …

Member Avatar for Begginnerdev
0
1K
Member Avatar for asaidi

Hi i have an html output and send to the folder using ob_start and file_put_contents('xxx.html', ob_get_contents()); my problem is save automatically this file after converting to pdf using html2pdf is it possible to do that:auto save the html to pdf using html2pdf cheers

Member Avatar for asaidi
0
3K
Member Avatar for daino

Does anyone have any experience with PODOFO [Click Here](http://podofo.sourceforge.net/index.html). I've read everything they have to offer and I admit, some of their points are a little advance for me. I'm trying to determine whether PoDoFo can be compiled as part of my c++ application so that my application is standalone. …

Member Avatar for daino
0
881
Member Avatar for visualmonk

Hello, This is about a PHP PDF utility called "FPDF." Can anyone tell me if it is possible to change the margins on the second page of a PDF using the library. I set the margins on the first page, but because the first page has a letterhead, it starts …

Member Avatar for rayidi
0
2K
Member Avatar for ratanji

hi i want to upload and post my pdf material in my site and its my personal institute material so i dnt want to give the download option for that file so how it is can anybody help me ???

Member Avatar for ratanji
0
154
Member Avatar for ratanji

pls i want how to upload and retrive only pdf files in php and mysql code or any links..

Member Avatar for ratanji
0
145
Member Avatar for daniel36

Hello sir, i am working on a project in which pdf view in iframe is required.It is working good in windows but it is not opening in firefox in linux.it is giving direct download option.any solution?please help me.

Member Avatar for cereal
0
77
Member Avatar for dinhunzvi

is it possible to etract palin text from a pdf file? if possible, can i please have the code

Member Avatar for mike_2000_17
0
195
Member Avatar for Jjameskf

Hello, I was wondering if anyone could tell me the best way of hosting large PDF's on my website without incurring too much money in hosting fees. They need to be hi-resolution PDF's with hyperlinks throughout. I would also like for them to be viewable on my ipad, iphone etc …

Member Avatar for lps
0
112
Member Avatar for gamebits

Well I know how to upload image (.gif, .jpg, etc) resized, resample, add link to database fetch link and display images on webpage. But now I need to be able to upload documents on server, add link in the database and be able to display those documents on the web, …

Member Avatar for yats123
0
479
Member Avatar for tin.marcelino

Good day! I just want to ask how or what codes do i need to view a saved pdf file, in my program the admin user can upload any file such as resume in pdf form then it will be save to the database just like saving, adding image etc. …

Member Avatar for Begginnerdev
0
83
Member Avatar for daniel36

I am working on a project in which video streaming is required .In this project i used flowplayer.Is it possible in flow player to hide the video url? I am also needed to view pdf files in iframe.In it,is it possible to hide url of pdf file?

Member Avatar for daniel36
0
419
Member Avatar for punitjain.87

The End.