Login | |
|
 |
RE: Manipulating PDF - 11/29/2006 6:40:57 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
Visual Basic Five; By the way; what is (VBS)?
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 6:45:19 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
VBS is Visual Basic Script. It is the language that these fora are for. VB5 is not the same thing although the two languages are related. You will probably get a faster and more thorough answer at a VB5 forum. VB5 has not been supported for many years now so don't expect a huge outpouring of support from just about anywhere.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 6:46:16 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
Sorry; I guess I have VB6 not VB5.
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 6:52:16 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
I tried so hard for long time, and that is how I found your forum; But I did not get any answer to this question; I just found sophisticated programs for sell in the internet... I wouldn't mind replacing VB6 to VBS in my computer; if I could get answer from you. Cheers.
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 6:54:10 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
I agree; That is what I've found, but no one tell how to change the metadata of multiple files at once; and without opening the files; That is exactly what I am trying to do.
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 6:59:22 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
I have Adobe full version. Is it possible to access to multiple files throught it and change the metadata without opening them (for faster process)?
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 7:05:21 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
Author, Creator, and Producer.
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 7:18:08 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
Quite a bit of the pdf file is saved in clear text. For instance if you open a pdf in notepad and poke around in it you can find where that metadata is stored and change it right there in notepad. This means that you should be able to use VBS (or VB6) to open the file and make modifications then write the file back out just like any other text file.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 7:23:34 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
WOW! This is very clever way; I did not think of it this way; I will try it tonight and let you know the results. again for the idea.
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/29/2006 12:31:13 PM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
I tried both; The text method did not work; becasue simply, when I change anything using text, I could not open the file. The other method, when I pasted the code, it did not work. Any ideas?
_____________________________
Thank you very much
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/30/2006 2:20:22 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
Well the pdf files use *nix style end of lines not windows style. Please post the code. When I open a pdf file using an editor that support *nix end of lines (Vi) and change the author, then the chage shows up in the PDF properties tab for the file and I can still open the file just fine.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Manipulating PDF - 11/30/2006 8:09:44 AM
|
|
 |
|
| |
Abbas1
Posts: 23
Score: 0
Joined: 11/28/2006
Status: offline
|
About the code, I still haven't started becasue I have no experience how to deal with PDFs. I think I have to do more reading on the (nix), I am not familiar with this format; Then I have to develope the code.
_____________________________
Thank you very much
|
|
| |
|
|
|
|
|