1,024 Topics

Member Avatar for
Member Avatar for RahulV

Hi, How can i open a PDF file in Form instead of using a shell to open it? Also i want to select some text in the opened PDF file and store it in a variable. Thank you.

Member Avatar for SlyMaelstrom
0
629
Member Avatar for ilokana

Hi, I have a report that generates personalized letters. How can I attach these personalized letters (in PDF format) to their corresponding e-mails using MS Access 2003? Please help. Thanks. ilokana

Member Avatar for ilokana
0
100
Member Avatar for pancgom29p

Hi, I rather my dev team has a PDF file that needs to be compressed before it goes to download by users. Is there a way the compression can happen programatically without human intervention. step a) PDF file upload b) A script compress the file to a preset or acceptable …

Member Avatar for peter_budo
0
105
Member Avatar for bevans

Hi Guys I'm facing a problem. I create some reports or documents in my vb 2008 application using the Printing.printdocument object. I have no problem when i print to a printer but I also need to print directly to a PDF file, and specify the filename in the code. I …

Member Avatar for Ramy Mahrous
0
234
Member Avatar for dennis_ariola

Hello everyone! Would like to seek help from experts. How can I make a "command button" in MS Access 2003 that will automatically convert "a record" (in a form view) to a PDF file? Will it be done using a code builder? Please help me..tried many times but it all …

0
68
Member Avatar for senthil12345

When i type in the following link manually in firefox as " file://///172.16.2.1/copyediting/ELS/mallet.pdf", pdf file is loaded successfully in the firefox browser. PDF file is located in remote server which is referred by IP 172.16.2.1. I've assigned the Same link in a String in jsp page and tested it through …

Member Avatar for ~s.o.s~
0
176
Member Avatar for marcosjp

Hi! I'm using a C program to open PDF files with this code: [code=c] ShellExecute(GetDesktopWindow(), "open", "c:\\someFolder\\myFile.pdf", NULL, NULL, SW_SHOWNORMAL); [/code] Now I need to go furthrer; I need to open the PDF file at a certain page. I've tried [code=c] "c:\\someFolder\\myFile.pdf#page=5"... [/code] ...as is suggested in Adobe's docs, but …

Member Avatar for Prabakar
0
2K
Member Avatar for chid_ny

I have a web application where there are many pdf reports stored on the server. I can pass the address of the documents to the client. When the client selects the required docs and clicks print button, he should be able to print them out on his local printer ( …

0
56
Member Avatar for k2k

hi, if i wanna make a pdf file attached to my website so people can look at it just like they are looking at a pdf file that they should be able to scroll up and donw, save the pdf, in short, just like they are using any pdf program …

Member Avatar for sreein1986
0
77
Member Avatar for marcosjp

Hello there! I need to open PDF files from a C program. So, initially I have this solution: [code=c] ShellExecute(GetDesktopWindow(), "open", "c:\somefolder\myFile.pdf", NULL, NULL, SW_SHOWNORMAL); [/code] However, this code has its limitations: 1. It works, but a shell window comes up and closes when opening the PDF file. Is there …

Member Avatar for marcosjp
0
161
Member Avatar for ditty

hello I want to read data from a pdf file. I used file_get_contents(); but i didnt get the result...please help me..... very urgent. Thank you Ditty K.M

Member Avatar for death_oclock
0
96
Member Avatar for jeet_portal

Hi Friends, Here i require some help regarding my problem. My Problem is how can i do automatic attachment (only PDF) when i will send a email. I am using Cpdf class for writing a dynamic pdf retrieve from mysql Database. Right now my code is working well when i …

Member Avatar for jeet_portal
0
97
Member Avatar for The Dude

[url]http://www.ubuntupocketguide.com/download.html[/url] "The information in Ubuntu Pocket Guide and Reference is distributed on an “as is” basis without warranty. Although every precaution has been taken in the preparation of Ubuntu Pocket Guide and Reference, neither the author nor publishers shall have any liability to any person or entity with respect to …

1
81
Member Avatar for Maidomax

Hi! I am creating a simple website, and I would like to have an option on one page to print the contents of the page by clicking a button, or seeing it in PDF format by clicking another. What is the simplest way of doing this? Mladen

Member Avatar for Yayo_SK
0
140
Member Avatar for marcosjp

Hello there! I need to create a Flash menu for a CD-ROM and open PDF files from it and using Adobe Reader's command line parameters so that the PDF files are open in specific pages. Possible? I've heard it's even possible now to actualy open PDF files INSIDE Flash player. …

Member Avatar for peter_budo
0
86
Member Avatar for noamjob

I'm trying to get the content of a web page that is written in pdf format. The following code worked very well for me when I tried to read a regular web page, but it prints all kinds of weird letters when I try it on a pdf page like …

Member Avatar for Stefano Mtangoo
0
6K
Member Avatar for vedmack

Hi, i want to display a pdf inside my web page using object tag... I did succeed to display the pdf if i store it in the web root of the server like this: [code=html] <object data="images/mytest2.pdf" type="application/pdf" /> [/code] but i need to access to a pdf file that …

Member Avatar for roryt
0
140
Member Avatar for dodol

HI All, Anyone know about the component to capture data from pdf and then insert to database????? regards, dodol

Member Avatar for LizR
0
75
Member Avatar for tapon

Hellow everyone, please someone help me... I[COLOR="Red"] want to read data from a pdf file [/COLOR]but my coding does not work...

Member Avatar for LizR
0
124
Member Avatar for rude04
Member Avatar for peter_budo
0
152
Member Avatar for pedramphp

Dear folk , I have some Data which I want to send it with PHP the thing I need is this : $to="email@test.com"; $CC="email@test.com"; $data = "these Information is going to be attached to an Email I tring to send them by PHP to those addrest ses and also make …

Member Avatar for nikesh.yadav
0
137
Member Avatar for localp

i want to display a PDF file in a JFrame .. how do i code it, can some one send me the code for this.. i googled, it but couldn't find any .. plzz help me

Member Avatar for stephen84s
0
528
Member Avatar for Julia1988

I have many e-books. Some of it in txt format, some in PDF, some in DjVu. Can you advise one viewer (freeware of course) for all of this books? Adobe Reader is great, but can't open DjVu, and i want use only one software for all this documents

Member Avatar for Julia1988
0
73
Member Avatar for bharanidharanit

Hello sir, I am having one HTML page which is viewed in webbrowser control in vs2005. I would like to export that page to pdf with a button click.

Member Avatar for Teme64
0
104
Member Avatar for nice_true

Hello! I have a small problem in asp.net ... I wish to create a pdf file and write text entered into a textbox into it using asp.net. The following lines of code work properly for creating and opening pdf files [code=asp.net] Dim fs As FileStream = File.Create(Server.MapPath("files/newfile.doc")) Dim sw As …

Member Avatar for peter_budo
0
123
Member Avatar for pavanbandi

Hi all, i am new to this forum.can u please explain,how we can read data from pdf.

Member Avatar for Jugortha
0
130
Member Avatar for Prahaai

Good day. I wanted to share with you the code for an application I've created. It can read the number of pages in all the PDF files from one directory. The question I have is this : does it need more optimisation ? Can I make it work faster ? …

Member Avatar for Prahaai
0
4K
Member Avatar for reena12

Hi, I want to Convert 1. HTML file into PDF file and 2. PDF file into HTML file through code in vb.net or c#.net without using third party component

Member Avatar for sierrainfo
0
103
Member Avatar for wynn

How to design a print reciept from jsp file. or generated a pdf file any idea to start ?

Member Avatar for Raghav11k
0
100
Member Avatar for vijayg

Hi am printing pdf file with following code,But it does not print pdf in poper format.. it prints in stream ... private void button1_Click(object sender, EventArgs e) { try { streamToPrint = new StreamReader ("C:\\MyFile.doc"); try { printFont = new Font("Arial", 10); PrintDocument pd = new PrintDocument(); pd.PrintPage += new …

Member Avatar for LizR
0
165

The End.