![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Import PDF Topic Summary: Created On: 9-May-2007 09:39 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi,
Does any one out here have a working script to import PDFs? Rgds, Uma |
|
![]() |
|
![]() |
|
Hi Uma,
please refer to this thread It was found with search function in this forum ![]() Greetings Reik ------------------------- Evosoft GmbH for Siemens Industry Sector Berlin, Germany |
|
![]() |
|
![]() |
|
Hi Reik,
I did see this thread, the PDF that I have includes a lot of tables and figures and on trying a few converters I was not satisfied with the resultant doc. I also happened to find a few scripts that could in fact import pdf files (in the kitchen scripts that I downloaded from one of the threads in the forum), but they didn't work right :-(. So was wondering if someone out here had a working version of the script. |
|
![]() |
|
![]() |
|
Hi Uma,
I would be very supprised, if there is a possibility to import pdf documnet directly into DOORs. I think it is sometimes not possible, because pdf allows to contain scanned images. pdf is afaik a page description language like post script, so it is much complicated to have an import to a database structure?! If you would have access to the original document, from which the pdf file was created, it would make the problem much easier. ![]() Greetings Reik ------------------------- Evosoft GmbH for Siemens Industry Sector Berlin, Germany |
|
![]() |
|
![]() |
|
Hi ,
I am also looking for a script for importing pdf documents to DOORS. Presently I convert them to Word, format them and then import to DOORS. For large pdf documents, it is a pain. - Krishna |
|
![]() |
|
![]() |
|
Anyone have a good PDF -> Word program that doesn't either make it look nothing like the PDF or makes it look exactly like the PDF but uses text boxes to do so?
------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
I use the built-in Save As function of the Acrobat 7 to save the pdf files to Word. This is reasonably good compared to some other programs I tried.
- Krishna |
|
![]() |
|
![]() |
|
Hi Reik, /* /* This programming tool has been thoroughly checked If you do not accept these conditions, do not use Module currMod = current if ( null currMod ) string inFileName = "" DB getFileDB = null void doGetFile(DB db) getFileDB = create("Import PDF file") apply(getFileDB, "Import", doGetFile) block(getFileDB) Stream inFile = read(binary(inFileName)) Regexp hasTitle = regexp "/Title *[(]([^)]*)[)]" Buffer pdfText = create() for ( inFile >= pdfText ; !end(inFile) ; inFile >= pdfText ) if ( null insertPoint ) obj."Object Text" = pdfText[i+start(1):i+end(1)]
|
|
![]() |
|
![]() |
|
quote: Hmm...I did think of this option and I guess I would have to use this only. My pdf has a few tables n figures which do not seem to show up well even if I saved it in .doc or a .rtf formats. I guess I would have to work on those. But as you said this seems to be the best alternative for now . |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Import PDF
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.