1,024 Topics

Member Avatar for
Member Avatar for showman13

Good Afternoon... I have an email function that I have been using for a long time to send mail to our membership. But now I need to be able to send a .pdf as an attachment to them. I expect that it should be a pretty simple process, but no …

Member Avatar for pratziyer
0
143
Member Avatar for daniel36

How many pages of pdf can view as images by imagick.i need it in my project to view all pdf file as images.Is it possible by imagick.

Member Avatar for pritaeas
0
110
Member Avatar for daniel36

I need in my project to view pdf files such that no one can save the pdf file.Is it Possible.IF it is please tell me the way.

Member Avatar for brandonrunyon
0
149
Member Avatar for Mr.BunyRabit

PDF's Full of Images only. Open one in note pad, delete a few lines and close it again -- Effectively Breaking your pdf file. You can still open it, but all your pages will be blank with maybe a scribble at the bottom somewhere. Now... How do you check if …

Member Avatar for hollystyles
0
4K
Member Avatar for daino

Hi Anyone know of a compatible charts Library for inserting charts into a PDF file created by PODOFO? I was thinking of Gnuplot but not sure if there's a better option out there. Thanks danny2000

Member Avatar for daino
0
63
Member Avatar for ShosMeister

Been fighting with this for a while. Office 2007 and Adobe Pro 10. Have VBA code to step through a directory tree and print .doc and .docx files to PDF Printer (set as default). Code runs fine but when I try to open the file, Adobe says it can't because …

0
38
Member Avatar for 2eXtreme

Hey Guys So in my work, I create an excel spreadsheet. The spreadsheet has cells with hyperlinks in them. When clicked on, the user is taken to another cell within the spreadsheet. Sort of like an anchor. So I was reading on the web that there are no free PDF …

Member Avatar for Ludwig Fleck
0
1K
Member Avatar for rhall

I know I have to take a screen capture of the page that was generated in Flash. But how then can I get that to a PDF format? I want a button on the Flash page that the user can click for all this to happen in the background. Thanks …

Member Avatar for supadeni
0
2K
Member Avatar for Tinier
Member Avatar for jasonrle0332
0
280
Member Avatar for george.badole

Hi, I used fpdf lib to print pdf. And I want my php class be integrate in fpdf? Can anyone help me?

Member Avatar for george.badole
0
395
Member Avatar for shraddha_gupta

I have created a userConfig file to add MSGOTHIC font to FOP. <fop version="1.0"> <renderers> <renderer mime="application/pdf"> <fonts> <!-- register a particular font --> <font metrics-url="file:/tmp/msmsgothic.xml" kerning="yes" embed-file="file:/tmp/msgothic.ttf"> <font-triplet name="MSGothic" style="normal" weight="normal"/> </font> <font metrics-url="file:/tmp/msmsgothic.xml" kerning="yes" embed-file="file:/tmp/msgothic.ttf"> <font-triplet name="MSGothic" style="normal" weight="bold"/> </font> </fonts> </renderer> </renderers> </fop> Now I have set …

0
189
Member Avatar for walid86

i've recently published an app but i keep getting this error on machines other than mine. unable to load DLL acbpdf8-64.dll, module cannot be found HRESULT:0x8007007E I've copied all the dll's into the /bin folder, so i get the debug and release folders, along with all the dll's, but still …

Member Avatar for erici
0
3K
Member Avatar for stephen_UK

Could somebody suggest the simplest way forward for me to investigate please? Please take a look at this web page which shows a single record of a mysql db http://www.swaag.org/DB_VIEW_Specific%20Record%20Number2.php?swaagrec=591 I would like to be able to create a program where I can select for example records 1 to 100 …

Member Avatar for stephen_UK
0
167
Member Avatar for rwe0

Does anyone have actual experience with pypdf with version 3.x python ? Maybe I am confused, but looked like only a 2.x version is available. thanks

Member Avatar for rwe0
0
197
Member Avatar for shehnaz1991

i want 2 convert database table into pdf file and display on the web page using php code how do i do it can u give me any suggestion????

Member Avatar for menukadevinda
0
58
Member Avatar for shehnaz1991

<?php mysql_connect('localhost','root','root'); mysql_select_db('project'); $dbname="project" require('fpdf.php'); //Connect to your database mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); //Create new pdf file $pdf=new FPDF(); //Open file $pdf->Open(); //Disable automatic page break //Add first page $pdf->AddPage(); //set initial y axis position per page $y_axis_initial = 25; $pdf->SetX(25); $pdf->Cell(30, 6, 'id', 1, …

Member Avatar for ryantroop
0
178
Member Avatar for titusnainggolan

Dear All, I have searched pdf viewer in the internet. I have found some library and I have tried the code, but it still occured error. Some library is work but it must be on the internet connection. I want to make the pdf viewer on my web in the …

Member Avatar for titusnainggolan
1
853
Member Avatar for Hari Murthy

Hi all, I have tried to search the text/string in a file(doc,pdf,ppt) and needs to get page numbers for the particular string is exist. Did anyone know the way to do it.(ex:storestext in db & search or ?). (or) Anyone know how to read a file(doc,pdf,ppt) page by page. Waiting …

Member Avatar for chrishea
0
80
Member Avatar for IT_Techno

Hi anybody know how to convert a doc file to pdf using c# code i need to create my owne application i donot want to use any one at internet Best Regards, IT_Techno

Member Avatar for mfran
0
1K
Member Avatar for MarielaMontaldo

Hey, I've been trying to generate a pdf file using html2pdf library (http://html2pdf.fr/en/example). What I need to do is to print a table with PHP in that pdf file, so I stored the table in a variable called $contain with all html tags. My code goes this way: 1) It …

Member Avatar for chrishea
0
879
Member Avatar for Nitro40

I would like to silently print PDF files from the hard drive to a named printer, which may or may not be the default printer. In the [URL="http://www.daniweb.com/techtalkforums/showthread.php?t=17156"]this thread[/URL], it shows how to silently print the PDF but it always goes to the default printer. Is there a command line …

Member Avatar for dan7
-2
1K
Member Avatar for bhagawatshinde

Hi guys i have generated PDF file from docx(.rtf also) You need to install bullzip printer and word. Prerequsities - you have to add reference Bullzip.PdfWriter. here is code snippest internal static byte[] PrintToPdf(string appFolder, string tempDocxFileName) { try { string tempFolder = appFolder + @"\temp"; string tempDocxFilePath = tempFolder …

0
150
Member Avatar for gurusubramaniam

Hi friends, I want to go to previous page from a pdf document page using php. I already used the following code. <a href='javascript:history.go(-1)'> It only works on the web pages but it doesn't work in pdf document.

Member Avatar for cereal
0
172
Member Avatar for shahriar2403

How can i open acces file using a command button in vb. What should b da reference? what should b da code? Same question for opening pdf file. help me plz.

Member Avatar for sridinesh
1
369
Member Avatar for showman13

Good Morning All, This is a question I touched on previously, but don't think I presented what I really need to do. I need to get this accomplished ASAP, and really have no clue how to go about it. Would even be willing to pay someone else if they have …

Member Avatar for coolest_987
0
1K
Member Avatar for saadi06

Hi, I am using tcpdf library to create pdf files and they are password protected.Now I have a condition where I want to merge different pdf files and create a single pdf file and dipslay the multiple pdf files to the user in a single pdf file.I am having problem …

Member Avatar for diafol
0
814
Member Avatar for totti2007

hi dear experts first I should apologize you because my english is not very good I have a big problem that I hope to find someone help me here. I need to get pure text from pdf file in PHP because i should count the pdf words for my project …

Member Avatar for totti2007
0
208
Member Avatar for omoayan

I have a project in which I desire to upload and download blob files in php. I have written the codes to upload the files into mysql however, when I try to download the files, be it pdf, .doc or jpeg, the error message I get is "The selected file …

Member Avatar for sasankasekhar
0
202
Member Avatar for kyriacos1986

I have created my GUI interface in Java and I would like to know how to add information from a pdf file. I would appreciate any help. Thank you in advance

Member Avatar for NormR1
0
54
Member Avatar for |-|x

Is anyone familiar with PDFlib? I'm having trouble geting it to run. Running a WAMP server, PHP 5.2.16, followed the instructions to install the appropriate version of the DSO, the PHP monitor recognises that the extension is loaded, but when I try to use it I just get undefined function …

Member Avatar for |-|x
0
151

The End.