1,024 Topics

Member Avatar for
Member Avatar for anand01

Hi All, I want to generate report in a document format and the same should be converted in to pdf using JAVA. Can you please any one suggest me some libraries for the same. Thanks in advance Regards, Anand

Member Avatar for anand01
0
195
Member Avatar for prieku

I have a base64-encoded string on database row. How to create a .pdf file from this encoded string using codeigniter and mpdf ? foreach($report as $files) /* send email confirmation*/ $this->data['email'] = TRUE; require_once APPPATH.'third_party/MPDF561/mpdf.php'; $mpdf=new mPDF('c','A4','','',10,10,20,20,10,10); $mpdf->SetDisplayMode('fullpage'); $this->load->helper('custom_email'); $emailTo ="email@address.here"; $emailFrom =$this->config->item('email'); $emailSubject ='Subject Here'; $emailMessage ='Your PDF files …

Member Avatar for gabrielcastillo
0
2K
Member Avatar for ramsiva

I am using html 5 for downloading php and open. but pdf file i want to display next tab. any body help me below is my code <a href="image/one.pdf" download="one.pdf" target="_blank"> <img src="image/download.jpg" style="height:50px; width:50;"> </a>

0
90
Member Avatar for klaasjansen

Hello i have a question Everytime when a pdf is downloaded from our website, there is a textfield with a registration number that must be unique. Is that possible so that when the pdf link will be opened before the file is downloaded that the id from a database is …

Member Avatar for rproffitt
0
73
Member Avatar for ritesh0104

I have a page on which a full page report is generated inside HTML table. What are the options/tips available in order to share, print, email or 'download as PDF' this report using javascript or serverside classic ASP ??

Member Avatar for sdfsdsf
0
229
Member Avatar for mitesh.24jain

Hello I have search creating the** PDF417 barcode** in** ASP.NET WEB APPLICATION** through c# code and found the **SharpPDF417 in NUGET and this works well for windows application**. But I want to create such barcode in **WebApplication**. Tried through **sharPDF417** and just failed in that so I had again search …

Member Avatar for Amjyot
0
713
Member Avatar for Gagan_4

I want to show all data of the page in pdf but i have no idea how to do this . I am using php .Please help me to solve that problem.

Member Avatar for LaxLoafer
0
284
Member Avatar for aidanmills

I am working with a customer to print out several 11x17 print jobs from Bentley Microstation v8i version 180 and version 443 (Series 2) have been tested. - Issues with the print output where the customer’s logo gets flaky and what looks to be the image gets corrupted.... One of …

Member Avatar for rubberman
0
287
Member Avatar for dukleatish

Hi I m currently working on windows application that is loading electoral roll pdf file. What I m trying to do is to get the data as per Sr. No., Epic No., Name, Father's / Husbands Name, Age, Sex, House No. and pincode. Data is available in 3 columns and …

Member Avatar for rproffitt
0
158
Member Avatar for cambraydesign

What I want to do is embed a pdf on a web page or use a js library for viewing pdf and have an option to click on the pdf. This saves the coordinates and page of the pdf that you are on. I can then send these coordinates for …

0
223
Member Avatar for AntonyRayan

Hi, I am new to this concept. I have data in my table in different languages like, English, French, Chineese, Serbian....) I want to display that languages in MPDF, how they are in table,. How to do that in MPDF? Which PDF format is best? FPDF or MPDF or TCPDF …

Member Avatar for diafol
0
105
Member Avatar for cecillovell2

Recently, I have bought a kindle fire for ebook reading. But after I import my computer’s PDF ebooks to my kinlde, I found it not very comfortable to read PDF in Kindle, one of my friends said that it is a good choice for us to convert pdf to mobi …

Member Avatar for Lieze
0
633
Member Avatar for lewashby

I am trying to create a PDF file that has typeable text boxes, so I guess I'm trying to create a PDF form. I'm using MS Word 2010 to create the document then I select Save As and select PDF. After doing this the text box does not show up …

Member Avatar for hassan_16
0
219
Member Avatar for OtepTheThird

Hi, Im working on project right now in webdevelopment. im trying to view a PDF file in a browser which is the filepath was stored in database and the actual file save was in folder inside my webfolder and could retrieve/view by its ID. here's some of my code <?php …

Member Avatar for OtepTheThird
0
4K
Member Avatar for kireol

Anyone know of a way using php (no shell_execs), to convert a pdf to an image type of png, jpg,gif, or tif? In my existing app we are shelling out using ghostscript, pdftk, etc, and would like to switch this over to all inside of php. Yes, I've googled. a …

Member Avatar for diafol
0
2K
Member Avatar for aragonnette

i want to convert my pdf files with ImageMagic python module PythonMagick but i havent found any solution on net. import PythonMagick im = PythonMagick.Image('files.pdf') im.write("file_img%d.png") i am using below code and it returns only first page of my pdf file. any help would be greatly appreciated

Member Avatar for AdeleB
0
7K
Member Avatar for Athicom

#STEP 0 : Install Install program pdftk and imagemagick : > sudo apt-get install pdftk imagemagick #STEP 1 : Convert Input is : /image/topic-01/01-01.jpg /image/topic-02/02-01.jpg /image/topic-02/02-02.jpg /image/topic-03/03-01.jpg Output is : - topic-01.pdf (1 pages) - topic-02.pdf (2 pages) - topic-03.pdf (1 pages) Basic convert : > find /image -type d …

Member Avatar for Gribouillis
0
657
Member Avatar for kathymac

Hi I have a php script that reads in the contents of an existing html file and saves it to a variable called $home_page. For a test I displayed this by printing variable out and the output displays as expected. Then using fpdf I wrote this variable out to create …

Member Avatar for mcglk
0
208
Member Avatar for kathymac

Hi I have an html file with a complex table structure. I read in the html file in and then render the contents using WriteHTML.php It turns out quite differently. ex: width, font size, nested tables (don't seem to be working). I am stuck and don't know how to fix …

Member Avatar for Aeonix
0
783
Member Avatar for kathymac

Hi I am using html2pdf to convert php output to a pdf. When I run this code without injecting any other php code it works fine. However, prior to creating a pdf, I need to find the the current user and display variables based on that id. I wrote code …

Member Avatar for Taywin
0
140
Member Avatar for kathymac

Hi I am using fpdf.php to create a pdf from my php code. However, my output needs to be in a table format and when I add this: $sMsg = " <div align=center> <table style='width: 900px; color: black; border: 1px solid DimGray;'> <tr> <td style='font-family: Arial; font-size: 22px; color: black; …

Member Avatar for Aeonix
0
350
Member Avatar for ssreevidya.m

Hai , I used gridview for student list , and export it to pdf. But the 2nd column is not need to export. I make the gridview's 2'nd column visible false. [CODE] GrdStudent.Columns[2].Visible = false; [/CODE] But pdf file contain this column. Can you help me to solve it. Regards, …

Member Avatar for Rahuls45
0
2K
Member Avatar for PeterThorn

Hi, I am having a problem trying to open a PDF file. Ever time I attempt to open, Adobe Reader loads, but displays a rather cryptic error message: There was an error opening this document. Access denied. It's not a case of permissions, as I have administrative permission and can …

Member Avatar for petermorris
0
208
Member Avatar for lewashby

At my current job me and the rest of the staff that work in my area are uisng a lot of files that when opened look like PDF files but there not. They're actually .exe files and the the program that opens them is called Omni Form Mailable Filler. I've …

Member Avatar for Gribouillis
0
467
Member Avatar for oxnoe

I have an invoice that is created in an excel spreadsheet. I need to print the invoice to a PDF and append a Terms and conditions .PDF to the file prior to email. Is there a software package that lets you print to a pdf and append in one swoop.

Member Avatar for rproffitt
0
44
Member Avatar for Mike Askew

Hi So I have a silverlight 5 front end and some PDF generating code that is not silverlight compatible and so needs to sit server side and is called via WCF. I am struggling to work out how to return the PDF data back to the silverlight application and effectively …

0
87
Member Avatar for munish_pdf

I need to crearte pdf file from database table using java with multiple rows and column format design .

Member Avatar for jwenting
0
64
Member Avatar for kberrianjr

I am trying to make a program so I can view my service manuals that I have on my computer in seperate tabs within my progam. I am populating the PDF's in a listview and want to select a PDF and open it in one tab with the PDF viewer …

0
123
Member Avatar for wilsonchama

Hi guys, Am trying to print datagridview contents to pdf. I have tried to use the code below I learned from the net, bu it is giving an error message "Object reference not set to an instance of an object." Private Sub bntToPDF_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for zinist
0
4K
Member Avatar for francisiname

There is a file created in one of Adobe programs. The file was damaged and in the native program doesn't open. Extension of the *.indd file. In attempt to open writes: "file ... is damaged (Error code: 4)". Thus without problems it is copied anywhere. The file was lying quietly …

Member Avatar for almostbob
2
179

The End.