Working with a PDF package

I've got a (fairly) simple PDF file that is a PDF package.
I can't seem to find any information how to 'get' at the PDFs within the package (for printing).
I have this code to print a simple PDF:
    Dim PDF2 As Acrobat.CAcroPDDoc
    Dim av As Acrobat.CAcroAVDoc
    Set PDF2 = CreateObject("AcroExch.PDDoc")
    'Open main PDF document
    'Plain PDF document:
    PDF2.Open "G:\plain.pdf"
    'PDF document as a package
    'PDF2.Open "G:\packaged.pdf'"
    'Print just the first page of the file to the default printer
    Set av = PDF2.OpenAVDoc("Title")
    av.PrintPagesSilentEx(1, 1, 0, 0, 1, 0, 0, 0, 0)
    av.Close True
For the file 'packaged.pdf', how do I print the first page of the first PDF inside it? Or all the pages of all the PDFs?
The IAC developer guide at http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_developer_guide.pdf?bcsi _scan_A4C9E8056B19D97F=0&bcsi_scan_filename=iac_developer_guide.pdf
doesn't even mention packages.
Neither does the IAC API reference at http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_api_reference.pdf?bcsi_s can_A4C9E8056B19D97F=0&bcsi_scan_filename=iac_api_reference.pdf
What am I missing?
Thanks for any help.
Peter

You may have to use the JSObject interface, which will allow you to open the attached files, which are data objects. See the Acrobat JavaScript documentation, starting with the "dataObjects" document property and go from there. For printing, see the "print" document method.

Similar Messages

  • Error message an error occurred while signing in " when I worked with Create PDF and at the signed

    Error message "an error occurred while signing in " when I worked with Create PDF and at the signed in status. Please help so that I can continu my work.

    Hi Stacy,
    Thank you for your attention.
    I have been working with Create PFD under normal procedures including
    sign-in and several documents had been finished. However, when continued
    creating another document the computer took a long time to pprocess and
    finally a mesage appeared: "An error occurred while signing in" and stopped
    there. I clicked the OK button and start creating again and the same
    message appeared once more. I tried to log off and log in again in no
    avail. So I went to the help site and called for help.
    Later, I decided to reboot the computer and tried once more. This time it
    worked and I continued creating. Thanks.
    laozhao39

  • Working with old PDF files - Release Clipping Masks

    Hi Everyone....Please Help Me!
    I am regularly required to work with old pdf files for my company, which I have to open in Illustrator to amend and update (we don't have access to the original .ai files).
    Whenever I start to work on these files I have to spend ages just unconnecting the elements of the artwork, usually by right clicking and choosing "release clipping mask"
    Is there a way to just disconnect everything when you open up an old pdf document in Illustrator?
    Tá mo chroi bhríste
    (it has my heart broken - in Irish!)

    Always keeping a careful eye on the effects of released clipping masks, the process can be accelerated using the keyboard shortcuts rather than hunt-and-click.
    Open the PDF.
    Ctrl/Cmd+A (Select All)
    Ctrl/Cmd+Alt/Opt+7 (Object > Clipping Mask > Release) Hold down Ctrl/Cmd+Alt/Opt and tap the 7 key repeatedly to initially release all top-level masks, then continue through the levels of nesting that may be present. With Show Bounding Box and Show Edges active it's easy to see when the releasing has stopped...usually only a few levels.
    Deselect, then find one of the orphaned mask objects, which will have a fill and stroke of None. Select it, then choose Object > Select > Same > Fill & Stroke to select all the orphaned mask objects.
    Delete.

  • Captivate 8 Continually Crashes: When trying to publish, When trying to use the Object Style Manager. Also it is blocked by Windows Firewall (adobecaptivatews) every time it launches. Working with Captivate App Packager the pane to import from Adobe Edge

    Captivate 8 Continually Crashes: When trying to publish, When trying to use the Object Style Manager. Also it is blocked by Windows Firewall (adobecaptivatews) every time it launches. Working with Captivate App Packager the pane to import from Adobe Edge is missing, so not clear how to import. Overall it seems unstable. Am I doing something wrong? Trying to evaluate before buying so working on a trial version (14 days left), but a bit concerned with Captivate 8 Performance. Please help! :-

    Hi Vikram and Lilybiri,
    Thanks for your responses :-)
    I'm working on Windows 8.1... I think that I may have found the issue... I was saving the file in a project directory rather than the default My Captivate Projects folder...
    Perhaps Captivate was struggling to find resources it needed?
    It hasn't crashed for a while now, though it is struggling - I'm working with a 54 slide PPT presentation that is linked and it takes a very long time to interact.
    Sometimes it says that I've removed slides, which I haven't?
    Best,
    Christy.

  • If I buy the Adobe Export PDF for $23.99/yr - will that allow me to work with a PDF fillable form -- then rename and save that form?

    If I buy the Adobe Export PDF for $23.99/yr - will that allow me to work with a PDF fillable form -- then rename and save that form?

    I want to fill in the blanks on a PDF form --
    Then I want to rename the form and save it.
    Beverly Visitacion
    Location Scout/Manager
    Cell:  305 322-1586
    Fax:  305 328-9666
    [email protected]
    Michael Jarvis
    Location Scout/Manager
    Cell:  305 335-6266
    [email protected]
    "ARMS & THE DUDES"

  • Working with Exported PDF in Word - text jumps around

    I just purchased an Adobe Export PDF subscription and am having trouble working with the document once it has been exported to Word.  The cursor jumps from place to place, as do words.

    Try selecting the text you want to change within Word, then choosing a different font for that text.  I've seen this really help with the text-jumpy issue that occurs from time to time in files converted with ExportPDF. The underlying cause is usually a poorly or incorrectly embedded font in the original PDF.

  • Getting php + apc to work with the arch-package

    Hi,
    I am trying to get APC to work with PHP. And I am wondering if it is really working.
    I have installed the archlinux APC and PHP.
    Then I uncommented /etc/php/conf.d/apc.ini in so:
    extension=apc.so
    When i run php_info():
    there is actually a new section for APC:
    APC Support     enabled
    Version     3.0.19
    MMAP Support     Enabled
    MMAP File Mask     no value
    Locking type     pthread mutex Locks
    Revision     $Revision: 3.154.2.5 $
    Build Date     May 15 2008 19:49:30
    but,
    when i do: php-cgi -v
    PHP 5.2.9 with Suhosin-Patch 0.9.7 (cgi-fcgi) (built: Mar 25 2009 14:59:15)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    shouldn't it print something at the bottom saying something like "with APC ...."
    my other consern is if php actually needs to be compiled with support for APC and that is not the case with the php that comes with the
    archlinux package? If I do: php-config
    I can not see anything about APC.
    If I try to benchmark with and without extension=apc.so I don't see any improvements, actually it is some percent slower with apc commented in.
    Last edited by jb234 (2009-06-22 11:27:25)

    Ok, I think it is working.
    The problem was testing with a too small a php-script. The bigger a php-script the more potential for speedup from apc.
    Sorry for the confusion.

  • Working with PL/SQL Packages and Extension SDK

    Hi,
    I'm working on an Extension for SQL Developer. I want this Extension to wrap my PL/SQL Packages.
    The Situation:
    I got an Oracle DB 10g Revision 1 so I can't use the dbms_ddl call to wrap my Packages. I have to use the wrap.exe Utility.
    When I right click on a PL/SQL Package I can choose "Wrap it!" and the Extension does the following: It implements an oracle.ide.controller.ContextMenuListener and when the handleEvent function is called I cast the Context Parameter to a oracle.dbtools.raptor.navigator.plsql.PlSqlNode Object.
    Through the getSource function I get source code, print it into a file wrap it and write it back to the database.
    But I have to call this for both the package body and the package header. How can I got the header if my oracle.dbtools.raptor.navigator.plsql.PlSqlNode Object is the body or the body if my oracle.dbtools.raptor.navigator.plsql.PlSqlNode Object is the header with the Extension SDK? There has to be a Way, cause there is also a standart function called "Save Package Spec and Body".
    Can someone help me, please. :-)
    Thanks
    Andi
    P.S.: I'm sorry for my bad english. :(

    Greetings,
    If you are using the HTP/HTF procedures/functions then the following code does what you are asking:
    htp.formOpen( curl => 'schema.package.procedure_name', cmethod => 'post');
    which would generate the following HTML:
    <FORM ACTION='schema.package.procedure_name' METHOD="post">
    The names of <INPUT> items between the <FORM> tags should match parameter names in your PL/SQL procedure.
    Thanks,
    Dale

  • Working with PL/SQL packages and portlets

    I have a package which is called from my portlet SHOW procedure. In that package I have a form with checkboxes and text items. Once the form's submit button is clicked I only want to execute the procedure within the package.
    Please let me know how can I do it? I don't need to leave the page just execute the procedure that will update the records in the db tables.

    Greetings,
    If you are using the HTP/HTF procedures/functions then the following code does what you are asking:
    htp.formOpen( curl => 'schema.package.procedure_name', cmethod => 'post');
    which would generate the following HTML:
    <FORM ACTION='schema.package.procedure_name' METHOD="post">
    The names of <INPUT> items between the <FORM> tags should match parameter names in your PL/SQL procedure.
    Thanks,
    Dale

  • HT2477 Working with fillable PDF docs

    I have a fillable pdf file that I am working on, but when I press tab to go the next question the Info. I entered disappears. Some of questions answered do are saved, but others no  - Tx.

    ehernan,
    You did not provide any inf in your profile, nor did you  mention what application you are using.
    Look at these and maybe it will help.
    http://support.apple.com/kb/PH5948
    http://support.apple.com/kb/PH5916

  • Eclipse beginner, work with already defined packages and folders structure

    Hi! my apologies if this is not the correct subforum, the question is about beginning Eclipse
    I've already compiled and run the "hello world" example but I need to run an already developed (not by me) software.
    I'm doing something wrong:
    first I created a workspace for Eclipse D\alex
    then I created a project MyProject there
    When I created MyProject the D\alex\MyProject\src was created.
    The class that I need to compile is in C\spv7.3\cb\pfv\spv\tests it is the package: package cb.pfv.spv.tests;
    I copied the folders cb\pfv\spv\tests to D\alex\MyProject\src, so now I have
    D\alex\MyProject\src\cb\pfv\spv\tests
    Then I do File-Open File and open the file I need to compile from D\alex\MyProject\src\cb\pfv\spv\tests
    then I try to compile it Project-Build Project but nothing happens.
    Thanks in advance and sorry if this question is too naive

    - is automatic compilation turned on by any chance? (by default it is I believe)
    - When you copied the files to the eclipse project directory, did you refresh the project view in the Eclipse editor?
    - when you navigate to the project folder, there is no target directory with generated classes?

  • Reader 9 stops working with web PDFs...

    Have just upgraded to Acrobat Reader 9 on Vista and since changing from v8 to v9 I cannot any longer open pdf links in IE7, Firefox 3 and Google Chroma.
    When I try I get a message saying that " The Adobe Acrobat/Reader running cannot be used to view pdf files in a web browser. Adobe Acrobat/Reader 8 or 9 is required. Please exit and try again."
    I have both 8.1 Acrobat as well as Reader 9 installed and this used to work before I upgraded the reader from 8 to 9.
    I have used the REPAIR option in reader 9 but to no avail.
    Any help would be much appreciated.
    Thanks
    Florian

    I have exactly the same problem and there is a thread on the forums to that effect.  Unfortunately I accidentally just marked this as "Answered" and cannot figure out how to undo that.  I have tried Internet Explorer 8, Google Chrome and Firefox.  I tried tweaking the settings in Acrobat, none of this works.  Firefox I have managed to find a way of making it work through Tools - Add-Ins and then selecting Adobe 9 for the plug-in.  However, I cannot persuade the other 2 Browsers to work as there is no equivalent.  If anyone has an answer to this it would be really appreciated.

  • Working with method from package model

    i write a method in the package model. then i want to use it from the package view. is it possible? and when how i can use it. i never see my method from the package view.

    Hi shay,
    This returned a new error, when i add two methods in the AM then two buttons are available in the control pallete but they seem to be the same, when i drag one of them then the other one, the first button is the one that is displayed, even if i delete the first one when i drag and drop the second the first one take it's place...
    Let say that i just need one button....this works fine in some cases but i don't need to call that method from the button that appears in the control palette, i need to call the method within a Struts Action that is called from a button. Let me expalin further: My AM method returns the values from a row in the table, i need to pass this parameters to a Struts Action to execute a query,
    thank you for your help.
    Best regards,

  • Would Pacman work with Manually installed package?

    So time people like me, who like to manually build and install a package that aren't yet in the Arch Linux Repo. I was just wondering well, Pacman have any idea on those Package? And for some reason I want to un-install those packages, Would should I do?
    Thanks

    If you can manually build the package, then it is easy to create a PKGBUILD and then use makepkg to make a package which can be installed by pacman.
    Some wiki pages of use:
    http://wiki.archlinux.org/index.php/PKGBUILD
    http://wiki.archlinux.org/index.php/Makepkg

  • Windows 7 Home Premium stops working with ADobe Create PDF

    Windows 7 home premium after a year of working fine, today stopped working with create PDF printer. I print to the PDF printer, looks normal, but no file appears in my files of PDFs created on line. My laptop running Windows 7 Professional has had no such problem. Please advise.

    Windows 7 home premium after a year of working fine, today stopped working with create PDF printer. I print to the PDF printer, looks normal, but no file appears in my files of PDFs created on line. My laptop running Windows 7 Professional has had no such problem. Please advise.

Maybe you are looking for