DOC ID / Links of Custom Declaration PDF-Documents

Hi folks,
we're receiving PDF Documents from the Customs which are being archived using KPRO and ArchiveLink customizing ...
Now we're unable to find any entries (like DOC ID) we need e.g. to find the Documents using OAM1 in the table TOA01. In fact the whole table is empty though the PDF Documents definetly are being archived correctly.
However the table /SAPSLL/CORPHIO seems to contain extacly the entries we are looking for. But we have no idea how to link them to automatically appear in the TOA01 and to get the OAM1 to find the archived documents ...
Any ideas or suggestions ?
Regards
Thomas

Thank you for your post. These forums are specific to the
Acrobat.com website and its set of hosted services, and do not
cover the Acrobat family of desktop products. Please visit the
following forums for any questions related to the Acrobat family of
desktop products:
http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/

Similar Messages

  • IWeb • How Do I Make Links in an Embedded PDF Document Open in New Page?

    On this page http://ostyn-newman.com/Gov_Downloads.html I have a PDF document that is embedded.  I tried an IFrame, but everything seemed to work better for me with the "Embed" code.  I am open to changing this if it would be better.  Here's my problem.  I can get the PDF document to display fine, but when I click on the links in the PDF document, the destination page opens in the embedded window.  I want the links to open the destination in a new window.
    I created the part of the document with most of the links (Pages 8.5 - 56) in Numbers and cut and pasted the table into a Pages document to create the completed document on our site.  I exported the docuemnt from Pages as a PDF file which is what you see.  There is also a link to download the file on the same page which works just fine.
    I have tried to insert the target="_blank" code but have not been able to get it to open the destination pages in a new window.  I am inserting the code by using the Insert/Widget/HTML Snippet Feature in IWeb.  Here is the code I am using.
    <embed src=
    "http://ostyn-newman.com/Media/GS27F0026XTextfile.pdf"
    style="width:850px; height:1000px;
    border-width:0px;
    border-color:#FFCC66;
    border-style:solid;"
    scrolling="auto" >
    </embed>
    I am not a coder and have just used Google to find the code to cut and paste and have played around with it to get to the place I am.  If anybody can tweak the code I have or offer some totally new code for me to insert that will get this to work would be greatly appreciated.
    Please keep in mind that most of the people who visit and use this page are government employees and are almost exclusivey using Explorer. 

    Thank you Jeff,
    I tried your original suggestion and now my inserted html widget reads
    <embed src=
    "http://ostyn-newman.com/Media/GS27F0026XTextfile.pdf"
    style="width:850px; height:1000px;
    border-width:0px;
    border-color:#FFCC66;
    border-style:solid;"
    scrolling="auto" target="_blank">
    </embed>
    It is live on my site.  You can see that the embedded document still opens the destination links in the embedded window.
    As for your other two suggestions, thank you as well.  I am aware of those techniques and did not use them because that is not how I want the other PDF links on the page to behave.  The catalog and autocad blocks downloads in the box at the top should simply download (or behave however the client's browser is configured to handle downloaded PDF documents or zip files.)  I don't intend to force those to open a new window.  I could also have our client click on a link to the PDF document and open it in a new page (like in your second suggestion) but I was hoping to embed the PDF and have it automatically viewable on our Download • Terms • Prices Page with all of the PDF search functions intact as well as the links be active.  My only complaint at this point is that the links in the embedded PDF document open the destination page in the embed window instead of a new window.  I only want to force a new window because the destination window doesn't behave properly when it opens in my embed window and it is difficult to figure out how to go back to the my PDF document when a destination window gets opened in the embed window.  The code you sent didn't do the trick.  Or maybe I didn't get it exactly right.  That is why I included it above.  Thanks for trying though.  I appreciate the effort.
    I would be willing to bypass the imbed/iFrame route altogether if I could just somehow drop the Pages document into the IWeb page and retain the search and link features, but I've not been able to figure out how to do that.  When I was exploring how to directly drop a Pages document into an IWeb page is when I stumbled on the method of embedding a PDF document into an IWeb page to retain the important search and link features.

  • Open file attachment from text links within reader enabled pdf document...

    I created a PDF file with embedded sub pdf documents in Adobe Acrobat Pro X.
    Then I created a link to text part (Actions: Run a JavaScript).
    The JavaScript code which is executed by clicking the link is shown below:
    var d= this.dataObjects;
    dd="abcde-123_test.pdf";
    for (var i=0; i < d.length; i++) {
    if (dd.indexOf(d[i].name)>=0) {
    odoc=openDataObject(d[i].name);
    dc=odoc.path;
    odoc.closeDoc();
    app.openDoc(dc);
    Having the PDF file without reader enabled extensions, the link works perfectly.
    After activation of reader enabled extensions and reopening it in Adobe Acrobat Pro X, the same document raises the following error:
    RaiseError: The file may be read-only, or another user may have it open. Please save the document with a dfferent name or in a different folder.
    Doc.closeDoc:7:Link undefined: Mouse Up
    ===> The file may be read-only, or another user may have it open. Please save the document with a different name or in a different folder.
    Opening this reader enabled PDF document in Adobe Acrobat Reader X, the following error is displayed:
    Exception in line 7 of function top_level, script Link:Mouse Up
    The initial non-reader enabled PDF document displays the very same error message when being opend in Adobe Acrobat Reader X instead of Adobe Acrobat Pro X.
    Can someone comment on my issue?
    Many thanks!

    OK, now I changed the code as follows:
    dd="abcde-123_test.pdf"
    this.exportDataObject({cName: dd, nLaunch: 2});
    It works perfectly in Adobe Acrobat.
    Once it is saved as "Reader Enabled", again the same issue occurs:
    Exception in line 7 of function top_level, script Link: Mouse Up
    So... What to do now?
    Thanks in advance!

  • Component to URL link a word/excel/pdf document inside Page

    Hello Experts,
    I would really appreciate if somebody can answer if there are any standard component or functionality available to call a network URL link to a word/excel/pdf document inside a ABOUT tab page for the definition and screenshot of How-to and functionality of the dashboard.
    I am trying to avoid creating a custom component to use SAP UI5 HTML control to initialize a OLE object call to a given URL.
    Thanks
    Arun

    Well, Word and Excel documents are binary, so you will need a Binary LOB (BLOB).
    I have recently been storing/retrieving BLOBs through ASP/ADO . . .
    BLOBs are limited to 4GB, but ADO has a limit of 2GB. Hopefully, that will not be a problem.
    If you are using ODBC, then be aware that you need to enable LOBs by setting LOB=T in the connection string. If you are using ODBC with stored procedures, then there is a bug that causes the LOBs to be truncated to 32K, which is fixed in 9.2.0.6.5. A colleague tells me that the Microsoft ODBC Driver for Oracle works with LONGs but not with LOBs.
    If you are using OleDB with stored procedures, then you'll need to set the "SPPrmsLOB" property to TRUE.
    When uploading BLOBs through ADO, you need to set the parameter size to 1 higher than the actual size, otherwise you get an error.
    When retrieving the BLOBs through stored procedures as OUT parameters, you need to set the parameter size to larger than the BLOB, otherwise it gets truncated. I do not like having to specify 2GB for a file that might only be 32K, so I prefer to return a record set via a REF CURSOR.
    Tak

  • What is the best way to pass the web url of a link embedded in a PDF document?

    I have a WPF app in which is hosted an instance of axAcroPDF. I've included it via a System.Windows.Forms.UserControl that is a child of a System.Windows.Forms.Integration.WindowsFormsHost.
    The PDF Document is essentially a flow chart in which there are links that are currently set to open a webpage by url. When the links are clicked in a standard adobe Acrobat X application they work fine, however when they are clicked within the WPF application's axAcroPDF component nothing happens. Furthermore I have also on another tab within my app a System.Windows.Controls.WebBrowser on which I would like the linked url's to be opened. I need to construct a method, event listener and event handler so that when the link in the pdf file is clicked in the axAcroPDF object the url is passed to a method that will call System.Windows.Controls.WebBrowser.Navigate() passing it the url as an argument. I've saught help within the WPF developer community and got some advice to use the "execute a javaScript" link behavior to call a method within my WPF app passing it the url as a string argument, but have been unable to implement this within my code. I click the link with the javascript but it does not result in a method call of the method in my WPF app. Can anyone help me with possibly a more simple way to just listen for the event that already exists with the "open a web link" action?
    Thanks for any help,
    Matthew

    Moved to Acrobat SDK

  • Links between two separate PDF documents - one as reference for another.

    Hello, everyone.
    I have a special project that I believe would be best addressed with the creation of two independent but linked PDF files. Let me be more detailed.
    My plan is to create a PDF file as a text document. In this text document there will be numerous references to documents and articles that I intend to place in a second PDF file. I would like the user to be able to open the text document PDF on the left side of his computer screen and also open the reference PDF with documents and articles on the right side of his computer screen. Every time the user comes across a section of the document that offers a link to an external reference the user would be able to click on it and the PDF on right would display the page corresponding to the reference on the PDF on the left. I hope this makes sense.
    Is it possible to create PDFs with this type of relationship ? I am guessing that in order for these links to work both PDFs will have to reside in the same directory so that the links (relative links in this case) may work properly. Is this true ? How can I make this work and is there a good document I can read or tutorial I can watch that would describe this in detail ?
    Thanks in advance for your help.

    Hello, try67.
    Considering what you share I don't think this solution is the right one for me. I am trying to find a simple solution that would allow me to accomplish this task. Considering it would require scripting or programming the solution has just become more complex than what I feel I can comfortably handle.
    Thank you anyway for your help.

  • Reader 11.0.10: the links pointing to other pdf-Documents do not function anymore.

    I have updated Reader 11.0.09 to 11.0.10. But now the linked pdf-documents in the main-pdf-document do not open. Nothing happens until I disable the "Sandbox-protection" (potected mode enabled by start). Under 11.0.09 this was not neccessary! Is there a bug in 11.0.10?

    Hi grissler,
    Are the linked pdf documents weblinks?
    PDFs have evolved from static pages to complex documents with features such as interactive forms, multimedia content, scripting, and other capabilities. These features leave PDFs vulnerable to malicious scripts or actions that can damage your computer or steal data. Enhanced security lets you protect your computer against these threats by blocking or selectively permitting actions for trusted locations and files.
    When enhanced security is enabled and a PDF tries to complete a restricted action from an untrusted location or file, a security warning appears. The type of warning depends on the action and your version of Acrobat or Reader.
    If yes then you need to add it to the trusted list. To bypass the enhanced security restriuctions, please refer: Adobe Acrobat X Pro * Enhanced security
    Regards,
    Rave

  • Links (urls) inside a pdf document are not enabled by the New firefox pdf preview feature but are in Chrome & IE

    The new pdf preview feature in firefox desktop does NOT seem to activate any links (urls) inside the pdf meaning they are no longer clickable.
    Is anyone else experiencing this problem.
    I send out product information using pdf's with clickable links inside (as do lots of businesses) and this loss of clickable links functionality is a problem.
    I also tried the same pdf files in IE and Chrome and their inline pdf previews keep all links fully working.
    I know the pdf preview in firefox can be deactivated and the adobe reader can be used instead but in reality lots of people won't know how to do this or won't be troubled to find out how and will just move on.
    Does anyone know if this feature is going to be fixed or supported or is it a deliberate security feature.
    Thanks.
    JP.

    Hey JPEdwards,
    The PDF.js team is still hard at work on the built-in viewer. It looks like there is already a bug on file for this and they are aware of it:
    https://bugzilla.mozilla.org/show_bug.cgi?id=821599
    Please don't post in the bug if you are just confirming that you've seen the problem too. That clutters the tickets ;)

  • Linking to specific page in pdf document

    I'm trying to link to a specific page within a pdf document
    using the following syntax:
    https://uhaul.net/publications/publication.ashx?FileName=MB197.pdf#page=3
    However, the pdf opens to the first page, instead of to page
    3 (which is what I want). Any help would be greatly appreciated.
    Thanks.

    You can only do this if the attachment is a PDF file. Here are the help instructions that explain how to create a link in the main PDF document that jumps to the PDF attachment.

  • Converting image links from Word to PDF

    If I insert a picture into a Word file (Insert/Picture From File), select the picture and Insert/Hyperlink and then Convert to Adobe PDF, the hyperlink is still active in the pdf file as expected (Add Links is checked in the conversion settings).
    However, if I do the same but apply any layout options to the picture before attaching the hyperlink (e.g. Format Picture/Layout/Square text wrapping), Convert to PDF does not convert the link into the pdf file and the image appears as if no link had ever been set.
    Does anybody know of a solution to this problem?  Or is Acrobat 9 any better?  I am curently using Word 2000 and Acrobat 6 running on XP

    Thanks for the reply.
    I have already inserted the links within the pdf, so I do have a working document.  It is only a draft, though, and any subsequent editing requires going back to the original Word document, editing and converting again to pdf and then re-establishing the links - with over 30 images (linked to pre-exixting pdf documents) this last step is both tedious and error-prone!  Thanks for the warning re Acrobat 9 and Word 2000.  I had been thinking of upgrading ...
    Mike

  • Open PDF document through JavaFX

    Hello All,
    I want to open pdf document when user clicks on "Help" link in JavaFX. PDF document is usually locally stored on user's machine.
    How I can achieve this ?
    thnx in advance,
    Venky

    Will it work for Linux ?No, of course.
    I think you must do something like:
    var params = [ 'cmd', '/c', pdfFilePath ]; on Windows
    var params = [ 'open', pdfFilePath ] on Mac
    var params = [ 'gnome-open', pdfFilePath ] on Linux with Gnome
    var params = [ 'kde-open', pdfFilePath ] on Linux with KDE
    then your Runtime.getRuntime().exec(params);
    You can catch exceptions if you are not sure of the platform (particularly Gnome vs. KDE): if raised, try something else...
    That's how Processing does its open() function. (Untested in JavaFX...)

  • .pdf documents will not download from websites - results in a tab labeled 'Untitled'

    While on a website, I click a link to access a .pdf document. The .pdf document is downloaded to the Downloads window. When I double click on the .pdf file in Downloads, a new tab opens up in Firefox, however, the tab is labeled (Untitled) and the page is blank. Because of this I have been unable to download any forms or similar type documents from the internet.
    This happens every time I try to download a document from the Internet. It has been consistent.

    Back up all data.
    Quit Safari. In the Finder, select Go ▹ Go to Folder... from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then launch Safari and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Convert TOC Links from Word to PDF?

    In a recent conversion of a Word document to PDF using Create PDF, the TOC links didn't make it through the process though most/all other links did. Is there a way to include TOC links in the converson process?

    Thanks for the reply.
    I have already inserted the links within the pdf, so I do have a working document.  It is only a draft, though, and any subsequent editing requires going back to the original Word document, editing and converting again to pdf and then re-establishing the links - with over 30 images (linked to pre-exixting pdf documents) this last step is both tedious and error-prone!  Thanks for the warning re Acrobat 9 and Word 2000.  I had been thinking of upgrading ...
    Mike

  • Pdf documents not added on web pages

    Hi!
    I've got problems adding pdf documents in iWeb.
    I'm doing it the way I've always done it:
    I insert some text (or a picture) and activate a hyperlink (linking it to a pdf document). I then save and upload the web pages via ftp to my webhost.
    This has always worked in the past.
    However, now, when I visit the website and click the link to the pdf document I just get a 404-message saying the requested file can't be found on the server.
    Any suggestions?
    Thanks!
    //Oscar

    Have you tried publishing you site to a local folder and launching it in the browser by double clicking the index.html file to see if the link works in this version of your site?
    Doing this will let you know if the problem is in iWeb or with FTP. If the local version works then the problem is with FTP. If not then you need to troubleshoot iWeb.
    Its better to use a hyphen instead of a space in a URL.

  • Link from pdf doc to destination in another pdf document

    Hello Adobe gurus
    I have a project that requires that I link from one pdf document to a specific destination in another .pdf document. I want to be able to do this within a LAN environment.  Not sure if I shoudl be using custom link or file link or?  or just what the file path would look like.  Any help you can provide would be much appreciated.

    You will have an easier time if your files are located on the same drive. They can be in the same folder or within separate or nested folders.
    You'll want to use named destinations. Check out Adobe's instructions: http://help.adobe.com/en_US/Acrobat/9.0/Professional/WS58a04a822e3e50102bd615109794195ff-7 ca7.w.html

Maybe you are looking for

  • Copy file from local host to remote host

    Hello, I need to copy a simple file from local file system , to another computer on the same network. How should i do that in a simple java program ? Thanks !

  • Transaction data loading error

    I have one info-cube: C1, characterstic: Time(0calday), material number(IO_MAT), company code (0comp_code) key figure: price of material (IO_PRC) I create one datasource for transaction data Material      Comp code     Price 110001     7770          

  • Update error of SQL Server 2012 enterprise running on Windows server 2008 standard SP2 (32 bits)

    Hi there; I have a windows server 2008 SP2 (32bits) in which I have an instance of SQL Server 2008 and another of 2012. My Windows server 2008 installed the following updates; (see below). (KB2898858),(KB2909921),(KB890830),(KB2898869),(KB2911502),(K

  • T61 Video Out not working - Please Help!!!

    I just bought a new Samsung SyncMaster P2470 monitor.  First time I connected it to my comp I was actually able to see my desktop on the screen but everything had a pink hue.  I thought it might be the cable so without switching the display back to m

  • Flash paper doesn't import bold fonts

    I have some bold fonts in my word document. And when i export them to swf or pdf, the bold fonts become regular. I used Flash Paper last year once or twice and I didn't have such a problem. The font I'm using is "Bookman Old Style". But I tried other