Pdf file structure

Just I'd like to know the structure of pdf file. I have searched google but found nothing thus far. Anyone canoffer me some hints on this please ?
Thanks nice helpers :-)

Mike

Similar Messages

  • What is the recommended tool to convert all of my email and their attachments in one stroke to pdf files in the same folder structure that emails are stored in

    I have thousands of emails creatively stored in a host of sub folders. I would like to see if anyone knows of a tool that I can point at TB and convert all of my files into a similar file structure with the attachments embedded into the emails. I don't want much I realize. I bet there is a tool out there that will get me close.

    I don't know of a way to produce pdfs in a simple way (probably with a pdf printer driver), but if you export or save messages as eml files, the attachments are embedded in the emls, and emls can be read by most email programs. Besides saving through Ctrl-S, exporting complex folders to eml format is probably best done with [https://addons.mozilla.org/en-us/thunderbird/addon/importexporttools/ ImportExportTools].

  • "Incorrect structure found in PDF file"?

    I put together multi-page seminar presentations by using the Acrobat "Create PDF from Multiple Files" command to join together individual PDFs acquired elsewhere or generated by Mathematica or Illustrator, and then reorganizing these pages in Acrobat.
    Fairly often, when I try to Delete an unwanted one these pages using Acrobat's Document >> Delete Pages menu command I get the error message "An incorrect structure was found in the PDF file", and the page simply refuses to delete (workaround is then to move it to the end of the file.
    Is there any way to cure or avoid these problems? Or a diagnostic I could run on the errant document? For example, to clean up the "incorrect structure" could I:
    --Burst (Extract) the file back to individual pages, run each individual page through a Save or Save As process in Acrobat or Illustrator?
    --Do the preceding on every page before assembling the first time?
    --Buy a whole new suite of Adobe programs?
    Doing a Save or Save As on the complete file doesn't seem to help.
    [This happen on a MacBook running Tiger (OS 10.4), Acrobat 7.0 Standard, Illustrator CS 7.0. Send me an email; I'll forward a cc of one of these files.]

    In response to questions from Leonard Rosenthol:
    Is it really 7.0 or are you current with 7.0.9? ==> It's 7.0.9
    It is 10.4 or are you current with 10.4.9? ==> 10.4.10 actually
    Happens only "every now and then" -- maybe 1 time in 10 -- don't identify any common factors or causes when it happens.
    Must confess: I have maybe couple thousand PDF slides total, captured off the net, obtained by printing to PDF on Mac, generated in Mathematica, created from misc photos, pulled out of Word docs and tech reports, etc, etc. All organized pretty well in folders, cataloged with iView, but no records kept of where they came from.
    Not a killer problem -- just makes me worry a little -- and wonder, if I understood the cause, could I fix the source slide that's maybe causing it -- or at least identify the problem slide.

  • InsertPage RaiseError: An incorrect structure was found in the PDF file

    Hi,
    I am trying to build a button script that will create a new document, copy (insert) from the first page of the open document, save it, then close it.  I believe the part where it gets tricky -- and possibly not doable -- is that the original (source) document uses a template; full of form fields to possibly be spawned off as new pages. 
    Given the above, ideally the user of the form can click on the "save new page" button: it creates anj Inserted copy of the first form page, cleared of content if any has been entered, and not including any other pages that may have been spawned. 
    With the code I am using, it currently creates the copy of the page and it inserts it as the zeroeth page (ahead of a blank page I intend to add code later to delete) and saves it.  However, there are a couple of problems that come up with this.  First is the error code that opens in the debugger:
    RaiseError: An incorrect structure was found in the PDF file
    Doc.insertPages:29:AcroForm:Save New Form:Annot1:MouseUp:Action1
    ===> An incorrect structure was found in the PDF file
    Despite the error it does still save the page (form copy) as mentioned above.  However, if you try to start working with it, it lets you know that there are no form fields on the document (even though they are all there and seemingly functional).   When I look to edit the fields, it will then ask you if you want to try to recognize the fields.  If I click on "yes", it says it was unable to, but then the form opens up with all of the field names perfectly matching the original.  If I click on "no" it just opens the page with all of the fields perfectly matching again.  So I feel like I am close to being able to do this!
    I am using the following code to produce my results:
    (In the JavaScript "app" folder, I have the following trusted functions:)
    myTrustedMenu = app.trustedFunction(function(name)
        app.beginPriv();
        app.execMenuItem(name);
        app.endPriv();
    myTrustedSaveAs = app.trustedFunction(function(doc, namePath)
        app.beginPriv();
        doc.saveAs(namePath);
        app.endPriv();
    myTrustedNewDoc = app.trustedFunction(function()
        app.beginPriv();
        var doc = app.newDoc();
        app.endPriv();
        return doc;
    myTrustedInsertPage = app.trustedFunction(function(doc, namePath)
        app.beginPriv();
        doc.insertPages ({
            nPage: -1,
            cPath: namePath,
            nStart: 0
        app.endPriv();
    (On the "Save New Form" button, the following code is activated:)
    // First split document path into an array
    var aPathComps = this.path.split("/");
    // Get File Name off end of array
    var myFileName = aPathComps.pop();
    var pathway = aPathComps.join("/");
    var myDoc = myTrustedNewDoc();
    myTrustedSaveAs(myDoc, pathway + "/test.pdf");
    myTrustedInsertPage(myDoc, this.path);
    //myDoc.resetForm();
    //myDoc.closeDoc(true);
    I apologize for the long post and I appreciate anyone who takes the time to look into this issue for me.
    Thanks,
    Mike

    MikeIs2C wrote:
    You nailed it TSN!  Deleting the tags did the trick.  Thank you so much for your help!  Just an FYI for any of you fellow "noobs" that might be referencing this discussion, to open the "Tabs" view (in Adobe Acrobat Pro XI in my case) go to View > Show/Hide > Navigation Panels > Tags.  I looked all over the place for that until I found a document that mentioned how to open it.
    Thanks for pointing out specifically how to get here. Thanks to the all for this post!
    I also encountered this error, "An incorrect structure was found in the PDF file" from my published MadCap Flare user guide. I am attempting to find a way to build a bridge between Flare and Google documents for corporate-wide collaboration. Thus far, it's a crazy challenge finding a way to produce gdocs from Flare output. Neither product makes this easy. The closest I can get is by publishing the Flare doc as a PDF... but then I must break that document down into 2mb chucks...which led me to this problem, after attempting to use the Adobe Acrobat splitting tool.
    Question:
    What is the root cause of these bad tags. There are a LOT of them! Is this a fault in the way MadCap Flare creates a PDF document?
    Yes, deleting some of the tags will allow me to finally split a PDF document. Unfortunately, this error occurs in all my published PDF documents, thus preventing me from automating (scripting) this split and then conversion to Google Docs!
    Thank you

  • Solution to "An incorrect structure was found in the PDF file"

    I was trying to extract a page from a PDF file in Acrobat Pro 8.1.2 using Javascript, and got this error ("Incorrect Structure was found").
    For future reference, here's what I did to restore the ability to extract/delete pages:
    Go to the View -> Navigation Panels -> Tags. The panel showed that my PDF file had two Document tag "trees". Select the option to "Highlight content". Then, when you select a tag, the corresponding page items get a light blue border. It turned out that one of the two tag sets didn't highlight anything, so I deleted it (leaving one Document tag tree). Then I saved the file, and was able to extract pages after that.
    So that's how I fixed it in this particular file. Hope this helps.
    Darryl

    Funny, I see this error in many spots but nobody from Adobe is addressing it where I can see. The tag idea was interesting (and tedious) but still not working. Looks like I won't make the deadline. Thanks for a whole lot of nothing Adobe...

  • An Incorrect Structure is Found in the pdf File

    After creating a form from a Word document, I am not able to use the extract feature.  When I try to extract pages, I get the error message "an incorrect structure is found in the pdf file".  Is there a way to fix this?  I have tried creating the form multiple times and this problem persists.  Thank you!

    Hi,
    We are not able to reproduce the issue at our end. Which version of Acrobat are you using? Is this a generic problem?
    If possible, can you please share a file with us so that we can analyze the issue further?
    Thanks!

  • I have several pdf files in my computer which are organized in folders. I want to transfer them to IBooks (in my Ipad) and keep the folder structure I use in my computer. Is it possible to do it? Do I need any other app?

    I have several pdf files in my computer which are organized in folders. I want to transfer them to IBooks (in my Ipad) and keep the folder structure I use in my computer. Is it possible to do it? Do I need any other app?

    By design, the organizer (and any other database management systems) is there to prevent you from duplicating your media files. The catalog management allows you to have the same image in different categories or albums. Duplication in different folders is to be absolutely avoided.
    The same image file can have multiple tags like 'family', 'vacations', 'birthdays' and be present in three different albums with the same names. On obvious advantage is less disk space. Another one with your present folder system is that if you edit one of your duplicates, the other ones are unchanged.
    I don't see an easy way to make your present folder structure simplified for the organizer ...

  • Copy and pasting a page in an existing document? Copy and paste functions are greyed out? Also tried extracting the page to copy but am alerted that an incorrect structure was found in the PDF file?

    copy and pasting a page in an existing document? Copy and paste functions are greyed out? Also tried extracting the page to copy but am alerted that an incorrect structure was found in the PDF file?

    What do you mean by "copy and paste a page"? What tool have you selected? Or are you just assuming you can select stuff and copy/paste as in Word?

  • How do I link to Anchor Text from browser to PDF file exported from InDesign?

    I see that this question was asked previously but not answered:
    http://forums.adobe.com/message/3737541
    I need a way to link to topics (from an HTML page) within a structured PDF file generated from InDesign, i.e. one that has an interactive bookmarks
    panel, that doesn't break the links when the file is updated.
    In particular, I don't want to refer to:
    *  page numbers because the document will repaginate when it is updated, breaking existing links
    * named destinations that are numeric as addition/deletion of topics renumbers the named destinations, breaking the links.
    Is there any option in InDesign that creates named destinations derived from bookmark titles as that would seem to solve my problem?
    I have a similar need, but I have not been able to find an answer anywhere online, even after a several hours of research.
    I am on contract with General Electric to develop a UI Style Guide for an international team of developers. My client wants to be able to distribute the Style Guide as a PDF document, but needs to provide links to specific topics when submitting a "Story" in an Agile development environment to the programmers.
    Ideally, I would like to be able to create "named destinations" in InDesign such that I can provide the client with a list of URLs similar to this format:
    file:\\StyleGuide\Test1-20131024a.pdf\#nameddest=AnchorText-01
    However, I can not figure out how to create "named destinations" in the PDF file from the InDesign file in which I have created the Anchor Text in the Hyperlinks tab.
    Alternately, the client would be satisfied with the ability to link to specific bookmarks in the exported PDF file that have been derived from the configuration of the Table of Contents styles, but my research has led me to believe that it is not possible to hyperlink from a browser window to a bookmark in a PDF file (only to specific page numbers, search word lists, named destinations, and comments) as described here: http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml
    Having been using InDesign since 1988, when it was PageMaker, I would prefer to use it to provide GE with the most attractive deliverable, but they are now leaning heavily toward having me licensed with Madcap Flare, which has this capability built in:
    http://webhelp.madcapsoftware.com/flare9/Default.htm#Nav_Links/Named_Destinations/Creating _Named_Destinations.htm
    Please help me to find a solution that will allow me to continue using InDesign for this project.
    Thank you!
    Lynne O’Connor
    Technical Writer (contractor)
    GE Oil & Gas - Measurement & Control

    Follow-up post (solution is not available):
    I have just completed a phone call with Gaurev Sethi of Adobe escalated technical support in which I shared my screen to explain and demonstrate the desire to link from an external URL to a specific location within a PDF file that has been exported from InDesign. After 40 minutes, during which I was placed on hold a few times while he consulted with his team, it was determined that the desired functionality is not supported in InDesign and has been identified as a limitation of the software.
    In researching alternate documentation software that supports PDF export, I discovered that Madcap Software supports this functionality in its Flare product:
    http://webhelp.madcapsoftware.com/flare9/Default.htm#Nav_Links/Named_Destinations/Creating _Named_Destinations.htm
    Note that linking via URL to a bookmarked location within a PDF is not supported:
    http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml
    More about parameters that can be specified to open PDF files are available here:
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Although the above link is for a previous version of Acrobat, I could find no evidence to the contrary in the current SDK documentation.
    -Lynne

  • Is it possible to extract a PDF file into separate ones but using a specific file name that comes from the PDF page?

    Hello,
    I am unsure if this is possible but its worth asking.
    I have a PDF document that contains 56 pages.
    Each page has an 'Agreement Number' at the top left.
    I have managed to successfully extract the pages into separate documents (56 documents) but they are all named the same but page 1, page 2, page 3 etc..
    What i am trying to do is use these 'agreement numbers' in the extraction process so when they save i have 56 different files but they show the agreement number in the file name.
    i have looked into changing the actual page numbers on the page thumbnails to see if you can do it that was to no avail.
    any help would be much appreciated, or tell me i cant do it, at least i know ill be defeated.
    PS i have around 6 or 7 PDF files with 50+ pages so its a long boring task if i need to go and rename all these.
    Cheers
    Jez

    It would be possible in theory to do it with a folder-level script, provided the string you need is in exactly the same structural position on each page. You would use the doc.getPageNthWord() function to collect the string you want, then the doc.extractPages() function to save each page to a file.
    See the Acrobat SDK documentation for help with scripting. http://bit.ly/AXISDKH

  • Pages: create pdf documents with hyperlinks to web pdf files

    Hi everybody,
    I've created a pdf file with Pages, it contains a number of hyperlinks some of them work and the others don't.
    The ones that works are linked to an html page, and those non working are linked to pdf documents on the net (still beginning with http:// but ending with .pdf).
    I don't know ho to solve this because Pages automatically create hyperlinks and the only options available are email, pages document, web page and bookmarks.
    Any suggestion?
    Thx

    Hi Jeff and thanks for the reply,
    the links work perfectly in the pages document but one I've exported it in pdf some of them don't work anymore.
    I don't see any difference in the url structure of the pdf links, they are copied ant pasted from the url box of the browser.
    Here's one of the link that don't work
    http://www.enpap.it/documenti/elezioni1317/NOTAI_COLLEGIO3_SUD_E_ISOLE.pdf
    Could the problem has something to do with the underscores or capital letters? It would seem strange but I don't know what's going on.
    Dave

  • Accessible PDF files and forms

    I am beside myself with the lack of help and/or interest in the Accessiblity area. We have been mandated to make all our PDF files accessible on our Web site. We have been able to master many of the issues regarding tags and form fields, but still have questions regarding updating the original PDFs without loosing the tag structure.
    Is there any options on the Adobe site that may concentrate on this area? I called tech support yesterday (Bronze contract), was on hold for 10 mins and got disconnected. After leaving my number, they never called me back again.
    HELP
    KEN PANTHEN, Albany, NY

    Bill
    The point was not having to create the tags again in a new file before
    replacing the pages containing the form fields in the old file. We have
    many forms that get updated right up to the last minute and to go through
    the tagging process is too time consuming. We do not use PDF Maker, but
    produce all the PDFs directly out of InDesignCS3 to Adobe Acrobat
    Professional (Distiller).
    Thanks for your reply.
    KEN PANTHEN
    NYS Tax Department
    Information Technology Specialist 2
    FPM - Composition Services Unit
    (518) 457-1425
    (518) 485-7828 (fax)
    From:
    "Bill@VT" <[email protected]>
    To:
    Kenneth Panthen <[email protected]>
    Date:
    06/24/09 11:19 AM
    Subject:
    Accessible PDF files and forms
    I am really suggesting replacing all of the pages. I was thinking that the
    tag structure would go with the replacement and you would need to create
    the other PDF with PDF Maker to keep the tagging. I may be wrong, but that
    was the view I had. If you replace a single page, I am not sure what might
    happen since that would generally not be done with PDF Maker.
    Since you already have the application process going, it is probably
    easiest for you to try the variations on replacing pages and such --
    basically what I would be doing.

  • How to check word space in a pdf file?

    hi, i need to check the word space in a pdf file.
    if the the space between any two words exceeds 6pt i should be get alerted.
    also such events should be displayed as a log file.
    is there any possibilites to check the above criteria in adobe professional or its supporting tools such as enfocus pitstop professional?
    if anyone knows please answer.
    ramsankar

    If it can be checked it would be with PreFlight or PitStop. However, because of the structure I doubt that it can be done. Spacing and such aspects of word processing are really not part of a PDF. The PDF should be a duplicate of your word processing file and if it is correct there, then the PDF should be fine. However, it sounds like you are doing a check for paper submissions or such. In that case I understand your interest, but still doubt that it can be done. Hopefully others may drop by with a more favorable answer.

  • Need guidance entering my own data in a PDF file

    Please refer to this example:
    http://www.gnupdf.org/Introduction_to_PDF
    I am trying to teach myself PDF internals. My immediate objective is to save some private data in my PDF files. My data is structured as "variable/value" pairs but I chose not to save it as custom properties because of its bulk and the possibility of confusion and undesired manipulation by the end user.
    The above example immediately suggests that I should use an object of "dictionary" type. Let's try to assemble the file manually:
    44 0 obj
    <<
      (Favorite Baseball Team) (Boston Red Sox)
      (Age) (35)
      (Planet of Birth) (Klingon)
    >>
    endobj
    Is the above initial attempt correct? I will of course use the corresponding API to create the dictionary, but I am concerned about breaking things. Won't Acrobat get confused when it finds this foreign stuff?
    TIA,
    -Ramon

    Hi Leonard,
    Thanks for your always valuable help. FYI, my data is of a global nature. I suppose I should come up with some unique name ("MyPrivateData" or something) and place such entry in the Catalog?
    This thread brings up a related topic. It is about the uniqueness of the JavaScript namespace. My PDF files are generated automatically and JavaScript code is added to them. I haven't done any tests yet, but I foresee the following problem: those generated PDF files may end up being merged with each other which brings the potential of namespace conflicts.
    Let's say that the first JS-laden document has 3 pages and another one has 2 pages. I suppose there is no way to restrict it like: "this JS code applies to the first 3 pages only". As soon as the 2 documents are merged all the JS code (and worst of all: the variable and function names) applies to the 5 combined pages, correct?
    There are 2 possible solutions:
    - Perhaps there is a way to declare some JS code as belonging to one page only?
    - Use collections. This brings a whole new layer of complexity and expense.
    Thanks again,
    -Ramon

  • How to print a PDF file from Swing(JFC/swing)

    Hi,
    I am able to dislay a PDF file in Swing but how can I print it from there. I want to do it without using Acrobat reader.

    You can use the "System Exec.vi". The command line should have the following structure:
    "<Path to AcroRd32.exe>" /t "<Path to document>" "Printer name"
    For example"
    "C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe" /t "C:\myreport.pdf" "Tektronix Phaser 300i"
    Regards;
    Enrique
    www.vartortech.com

Maybe you are looking for

  • I keep getting error message safari cannot download file.

    Every time I try to download a Mac game from Bigfishgames I get casuarina cannot download file. Also will not allow me to download app. I am a new iPad user.  Am I doing something wrong?

  • AD password sync connector.

    Hi, What are the pros and cons of AD password sync connector? can some tell those in details. Thanks

  • Default Folders Question

    Is there some simple way to make Logic Pro automatically default to specific folders for specific items. For instance, all my QuickTime movies that I score to are on a SCSI drive, but when I go to open a movie, Logic always defaults to my system driv

  • 4.01 problems

    After updating to the latest version 4.01 my 3GS battery life is 50% less and my GMAIL is screwed up. When I respond or forward emails they just disappear never showing up in the out box. Also, updates to mail are taking forever. You see the "CONNECT

  • OK, I made a movie; now what?

    I made a movie in iMovie. it consists of about 345 pictures from my digital camera all put together like a slide show (each one is on the screen for 3 seconds), and I have music in the background that I timed to the pictures. My problem: I don't know