473,418 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Open linked PDF-Files from a PDF-File

?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ??????????

Nov 17 '05 #1
9 1867
Sorry for this bad post, but I copied source-code into
the post, and the result are question marks!!

Paul
-----Original Message-----
????????????????????????????????????????????????? ????????? ?????????????????????????????????????????????????? ?????????
?????????????????????????????????????????????????? ?????????
?????????????????????????????????????????????????? ?????????
?????????????????????????????????????????????????? ?????????
?????????????????????????????????????????????????? ?????????
?????????????????????????????????????????????????? ?????????
?????????????????????????????????????????????????? ?????????
?????????????????????????????????????????????????? ?????????
??????????????????????????????
.

Nov 17 '05 #2
"Paul Kuebler" <pk******@palfinger.com> wrote
Sorry for this bad post, but I copied source-code into
the post, and the result are question marks!!


Ahhh, I was wondering what you were doing! ;-)

Try copying the code to Notepad, then copy from Notepad to here.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com

Nov 17 '05 #3
"Paul Kuebler" <pk******@palfinger.com> wrote
?????????????????????????????????????????????????? ????????????????????????????

Paul,
Which tool are you using to post to the newsgroups?

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


Nov 17 '05 #4
?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ???????????????
Nov 17 '05 #5
Hello Carl

The last post was also with a wrong sign, which produce
the question marks. I have no idea which sign this effect
produce.

I have also no idea on which way I could post my code,
because there is the problem with the links from the PDF-
file to other PDF-files, and this links have no effect. If
I click on the link, nothing is happen.
The links are no URL's, the links are pathes on the server-
disk.
Is this possible, or must I change the pathes to URL's.

Thanks
Paul
-----Original Message-----
"Paul Kuebler" <pk******@palfinger.com> wrote
????????????????????????????????????????????????? ????????? ????????????????????
Paul,
Which tool are you using to post to the newsgroups?

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


.

Nov 17 '05 #6
Hello Carl

Thanks for the reply!!
I tested another way to solve my problem.
Our pdf-files are available on the net.
With the following link it's possible to open a pdf-file

http://patis.palfinger.com/ekat/5204/index.pdf

In this pdf-file are links to other pdf-files. If I
open this pdf-file the links open the other pdf-files.

I implemented following code in my ASP.NET application

string FilePath;
FilePath="http://patis.palfinger.com/ekat/5204/index.pdf";
Response.Redirect(FilePath);
Response.End();

The pdf-file is opened, but if I click on the links,
nothing is happen.

Have you any idea what's wrong in my code?

Thanks
Paul
-----Original Message-----
"Paul Kuebler" <pk******@palfinger.com> wrote in message news:02****************************@phx.gbl...
Hello Carl

I posted with MS IE 6.0.2 and Mozilla 1.4.
The last post was also with a wrong sign, which produce
the question marks. I have no idea which sign this effect produce.


Try using Outlook Express (which is what I'm using).
Or you can try the Community Newsgroup via IE
http://msdn.microsoft.com/newsgroups/

I have also no idea on which way I could post my code,
because there is the problem with the links from the PDF- file to other PDF-files, and this links have no effect. If I click on the link, nothing is happen.
The links are no URL's, the links are pathes on the server- disk. Is this possible, or must I change the pathes to URL's.


Since folks are viewing the PDF via a browser, then I

believe youwill need to put in a URL to each pdf file if you want the hyperlinkto work correctly. e.g. http://mywebsite/pdf/myfile.pdf wherethe pdf directory and pdf file(s) are under your web directory.
If you are still having problems with the code try posting your code(again) using one of techiques above, and I'll take a look...
--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


.

Nov 17 '05 #7
Hello Carl

Thanks for your reply!!

The link on the Web works, but if I start an ASP.NET
application with the implemented code:

string FilePath;
FilePath="http://patis.palfinger.com/ekat/5204/index.pdf";
Response.Redirect(FilePath);
Response.End();

The first PDF file is opened, but the links to the other
PDF-Files don't work.

Thanks for help
Paul

-----Original Message-----
Paul,
I opened the PDF file below and clicked on the links, which took me to the new PDF.So the links appear to be working.

e.g.
I clicked on the link below
http://patis.palfinger.com/ekat/5204/index.pdf
the file open in IE

Then I clicked on the first line, which took me to
http://patis.palfinger.com/seiten/60198974.pdf

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
"Paul Kuebler" <pk******@palfinger.com> wrote in message

news:03****************************@phx.gbl...
Hello Carl

Thanks for the reply!!
I tested another way to solve my problem.
Our pdf-files are available on the net.
With the following link it's possible to open a pdf-file

http://patis.palfinger.com/ekat/5204/index.pdf

In this pdf-file are links to other pdf-files. If I
open this pdf-file the links open the other pdf-files.

I implemented following code in my ASP.NET application

string FilePath;
FilePath="http://patis.palfinger.com/ekat/5204/index.pdf"; Response.Redirect(FilePath);
Response.End();

The pdf-file is opened, but if I click on the links,
nothing is happen.

Have you any idea what's wrong in my code?

Thanks
Paul
>-----Original Message-----
>"Paul Kuebler" <pk******@palfinger.com> wrote in message
news:02****************************@phx.gbl...
>> Hello Carl
>>
>> I posted with MS IE 6.0.2 and Mozilla 1.4.
>> The last post was also with a wrong sign, which
produce >> the question marks. I have no idea which sign this

effect
>> produce.
>>
>
>Try using Outlook Express (which is what I'm using).
>Or you can try the Community Newsgroup via IE
>http://msdn.microsoft.com/newsgroups/
>
>
>> I have also no idea on which way I could post my code, >> because there is the problem with the links from the

PDF-
>> file to other PDF-files, and this links have no

effect. If
>> I click on the link, nothing is happen.
>> The links are no URL's, the links are pathes on the

server-
>> disk. Is this possible, or must I change the pathes
to URL's.
>>
>
>Since folks are viewing the PDF via a browser, then I

believe you
>will need to put in a URL to each pdf file if you want

the hyperlink
>to work correctly. e.g.

http://mywebsite/pdf/myfile.pdf where
>the pdf directory and pdf file(s) are under your web

directory.
>
>If you are still having problems with the code try

posting your code
>(again) using one of techiques above, and I'll take a

look...
>
>--
>
>Thanks,
>Carl Prothman
>Microsoft ASP.NET MVP
>http://www.able-consulting.com
>
>
>
>
>.
>

.

Nov 17 '05 #8
"Paul Kuebler" <pk******@palfinger.com> wrote
The link on the Web works, but if I start an ASP.NET
application with the implemented code:
string FilePath;
FilePath="http://patis.palfinger.com/ekat/5204/index.pdf";
Response.Redirect(FilePath);
Response.End();
The first PDF file is opened, but the links to the other
PDF-Files don't work.


Paul,
Right, the above code will not change the hyperlink paths in the PDF file.
The hyperlinks in the PDF file need to be correct before being sending
the file out to the browser.

In my second reply on this thread, I posted some sample server-side code
which would open up a PDF file on the server, make some changes to it (TDB),
then write out the bits to the IIS Response stream. Did you try that code?

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


Nov 17 '05 #9
"Paul Kuebler" <pk******@palfinger.com> wrote
The link on the Web works, but if I start an ASP.NET
application with the implemented code:
string FilePath;
FilePath="http://patis.palfinger.com/ekat/5204/index.pdf";
Response.Redirect(FilePath);
Response.End();
The first PDF file is opened, but the links to the other
PDF-Files don't work.


Paul,
Right, the above code will not change the hyperlink paths in the PDF file.
The hyperlinks in the PDF file need to be correct before being sending
the file out to the browser.

In my second reply on this thread, I posted some sample server-side code
which would open up a PDF file on the server, make some changes to it (TDB),
then write out the bits to the IIS Response stream. Did you try that code?

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

188
by: Ilias Lazaridis | last post by:
I'm a newcomer to python: - E01: The Java Failure - May Python Helps? http://groups-beta.google.com/group/comp.lang.python/msg/75f0c5c35374f553 - I've download (as suggested) the python...
1
by: Justin Koivisto | last post by:
I am trying to create a report that displays a name of an advertising source and count of the number of times it was hit between certain date ranges. The data is split between two different...
1
by: Hannu | last post by:
Hi. I have in my database linked tables from other access database and i have local tables. My form is linked into local table, but when i open it, it seems to check every table in my database...
2
by: Javier Gomez | last post by:
How to open a linked table in exclusive mode from a FORM in DAO ??? (but,...... please I need it in DAO.) Thank you ! Javier Gomez
7
by: Bruce Lawrence | last post by:
I have a table on a SQL server called history. When I link this table using an ODBC connection, i give it the username and password and tell it to save the password and it works great. On my PC. ...
7
by: billelev | last post by:
Does anyone know if it is possible to close all objects in a database (tables, forms, queries etc.) using VBA code? I have not been able to find anything online to help me so far... My motivation...
2
by: sqlgirl | last post by:
Hi, We have 2 servers. Server1 is a 2000 box, with SP3 (yes I know it is not up to date). Server2 is a 2005 box, SP2. I set up Server1 (2000) to have a linked server to Server2 (2005). The...
1
by: JanvanRooyen | last post by:
Please help. I am programming illiterate and am now stuck in an argument between a programmer and my ISP I have questionnaire operating through ASP and Access. I changed IPS and since then I...
4
by: Scott | last post by:
I'm trying to get access to open, refresh and then close an excel spreadsheet for me. Below is the code I'm using to open and close Excel, I just can't get it to refresh my data linked back to my...
1
by: littlbit755 | last post by:
I am using Access 2003 at work and had created a summary report showing the financial information for year to date. As of last week the report ran great. Today I was asked to make a change in the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.