Load an Advanced Print Setting in Acrobat via Java-Script

Hi there,
I'd like to know, if there's a way to load an advanced print setting in the Acrobat via Java Script or some other way? (See Screenshot)
Or is it possible to set an created setting as default-setting? (also via Java or something)
Or can somebody tell me, where these created print settings are saved? (in Acrobat X)
Thank you very much for your help and sorry for my english, I hope you understand me. :-)
Kind regards
Mankro

Why wouldn't you want to set itas part of an input/output parameter?
This is really the right way ofdoing this. Otherwise you'll end up with hardcoded variable name in your customcomponent and that not ideal.
If you're trying to define a default value for it coming from a properties file, you can just make it a "Configuration" variable and set the value from adminui.
Jasmin

Similar Messages

  • Access System Resources using Java Applet via Java Script

    Hello
    I can access my Applet public methods (and this methods access system resources) via Java Script if I do the following: System.setSecurityManager(null);However, I'm making this post because I don't like this solution.
    Supposedly, setting the SM to null is like making the Applet (which is signed and was accepted by the user via a prompt from the browser) behave like a normal Java program that has no restrictions. (http://java.sun.com/docs/books/tutorial/essential/environment/security.html, second paragraph)
    However, this feels like a workaround of something that is supposed to be there (the SM).
    Also, if I make the methods invocation from inside the applet (using swing buttons and textboxes for example) I can use the standard SM without no problems.
    From my readings, the problem regarding Java Script invocation, comes from the fact that the Java Script is not a secure (not signed) source (because you can invoke public methods the way you wish from it i guess) on the contrary to the applet methods invoked by the buttons.
    Possible solutions I found in the web range from using the public static Object doPrivileged(PrivilegedAction action) method or imaginative things like creating new threads on the public method that call the private methods that access the system resources (supposedly because the new thread runs under the safe environment of the applet)
    I almost got a glimpse of hope with this post http://forums.sun.com/thread.jspa?threadID=5325271&tstart=0
    However, none of these solutions worked, the only results were with the setResourceManager(null)So, any one can contribute with a solution for this? Should I keep trying to find a solution other then the one I already have?
    Regards
    Cad

    1. yes
    2. yes
    Note for 2. the converter will run the applet with SUN jre for sure if the user has IE.
    IE will use the ActiveX technology to run the applet (as with Macromedia Flash).
    For Netscape I am not sure, but I would think Netsape will use the plug in provided by
    SUN.
    Note for SUN jre 1.3. If this applet is to be used within a company that uses a proxy with
    ntlm authentication the 1.3 applet cannot connect (to the Internet) through this proxy since
    ntlm athentication is supported since j2re1.4.2_03. There is one version before that but
    that one will pop up a window asking for the user's domain account and password wich
    is both lame and crappy.
    As for the IE settings, IE has a default setting that askes users the "do you trust"
    queston for AciveX controls within the Internet securety zone (tools -> internet options
    -> security).
    Sincy anybody can make ActiveX controls (allso sign them) a user that has a problem
    to find the "no" button will sooner or later install a malicuous ActiveX control (spy ware
    or a virus).
    If this user's desktop is within your company's network it will cause serious harm.
    This is why most company's disable this by changing the default internet expolorer
    settings. Since I assume you are writhing this applet to be used by a company I allso
    assumed that company has someone to maintain the desktops. In that case I
    assume that person would want to control the security within the SUN jre instead of
    letting the user deside what to trust and what not.

  • Can I post here(Acrobat Windows) Java Script questions here?

    Hello
    Can I post here(Acrobat Windows) Java Script questions here? If not, wht is the correct forum?
    THank you

    Back up and down to Acrobat Scripting. Bot Windows and MacIntosh Acrobat versions use the same JavaScript.
    If you are using LIVECYCLE DESIGNER use their forums. The JavaScript syntax and objects are different in LIVECYCLE DESIGNER!

  • Clicking a htmlb:button via Java Script

    Hi all!
    I would like to 'click' a htmlb:button via Java Script.
    Example with a html-button:
    <htmlb:button id="b1" onClientClick="javascript:document.form_id['b2'].click()" text="Call Button 2"/>
    <input id="b2" type="button" onclick="alert('2')">
    Does anybody have an idea how it works with a htmlb:button?
    Thanks!
    Stefan
    Message was edited by: Stefan Kittsteiner

    Hi Stefan,
    Use this
    <script>
    function submit()
      return htmlbSL(this,2,'b2:b2Click');
    </script>
    <htmlb:button id="b1" onClientClick="javascript:submit()" text="Call Button 2" />
    <htmlb:button id="b2" onClientClick="alert('I am clicked')" text="Button 2" />
    b2Click is server event for button 'b2'.
    You can also use <bsp:htmlbEvent> for more details see weblog  <a href="/people/brian.mckellar/blog/2004/07/18/bsp-in-depth-using-the-htmlb-event-system In-Depth: Using the HTMLB Event System</a>
    Regards,
    Narinder Hartala

  • How can set custom advanced print setting to default?

    Hi
    I am using job automation program called enfocus switch and
    Every time it automatically print out  PDF file, i wanted it to be printed out with bleed mark and page information.
    As i go to advanced print setup, i can achieve this by set setting to custom setting that has checked bleed mark and page info.
    Is there any way to set custom setting as default so Evey time enfocus program print out PDF, it is printed out with bleed marks and page info.
    Thanks

    this is what i wanted it to be default. checked bleed marks & page information
    went to setting-adobePDF. coudn't find any thing related to bleedmark and page info.
    Hope this give you more detail thank you for your time.

  • BI Admin Tool - Setting connection pool via shell script - Is it possible?

    Hi,
    Here's the problem I am trying to solve.
    I am using a J2EE application that uses OBIEE for reporting.
    The *.rpd file is installed at a particular location when our J2EE product is installed.
    I then copy the *.rpd file to the BI home on a different server using a shell script.
    The shell script that deploys the *.rpd file does the following:
    1. Shuts down BI processes that are running
    2. Deletes the old *.rpd file
    3. Copies the new *.rpd file
    4. Starts all BI processes
    I am happy with the way we have automated this process, but would like to take it one step further.
    The *.rpd file does not have the connection pool hard-coded in it. And we want to keep it that way.
    What we would like to do is - pass the connection pool parameters to the shell script (that is used for *.rpd's deployment) and have it automatically update the *.rpd file. Is it possible to do this at all? How do we go about accomplishing this?
    Or in other words - Is there a way to update the connection pools WITHOUT hard-coding it in the *.rpd file or WITHOUT using the BI Administration Tool.
    Currently, we manually update the connection pools in the Physical Layer using the Oracle BI Administration Tool.
    The version of BI Administration Tool being used is 10.1.3.3.1 installed on a Microsoft Windows XP Professional SP2 machine. The BI Server itself is running on an Oracle Enterprise Linux 4.0 box.
    Do let me know if you need more information that would help answer this question.
    Thank you.

    Thank you - fiston and Gagan.
    I am going with fiston's solution - since it is easier to implement. I am on the QA team and the automated deployment is to lessen QA's deployment time.
    While one of our developer's said that she prefer's Gagan's solution - it would be over-kill to make changes to the application's schema for the said purpose.
    I will further make another post as to whether or not the automated deployment worked for us.

  • Acrobat X: Java-Script-Problem

    Hallo zusammen,
    ich habe folgendes Problem: aus einer .pdf-Datei möchte ich die Bookmarks, die ich selbst erstellt habe, auslesen (warum führt zu weit).
    Dafür verwende ich folgendes Script, das ich von www.evermap.com/javascript.asp habe:
    /* Create a bookmark report */
    function PrintBookmark(Report, bm, nLevel)
    // write a name of the bookmark
            var inch = 72; 
    Report.writeText(bm.name);
    // process children
    if (bm.children != null)
      Report.indent(inch/2);
      for (var i = 0; i < bm.children.length; i++)
       PrintBookmark(Report, bm.children[i], nLevel + 1);
      Report.outdent(inch/2);
    var root = this.bookmarkRoot;
    var Report = new Report();
    PrintBookmark(Report, root, 0);
    // Change output path for the report
    Report.save("/c/myreport.pdf");
    Acrobat gibt über die Console als Fehler zurück: bm is undefined.
    Ich verstehe das so, das ich bm als var erst definierten muss. Aber wie? Javascript ist mir zu hoch...
    Kann mir jemand helfen?
    Vielen Dank schon im Voraus,
    Stefan

    Ich hab die Lösung :
    http://acrobatusers.com/content/create-bookmark-report
    Trotzdem vielen Dank fürs Lesen!

  • Please Help...!!  Is this to possible add data to write excel via java script

    Team:
    Is this possible to write data to Excel using javascript.
    I have created ScriptUI Dialog window. but i can't able to store datas in Excel.
    I can add data column wise in excel( using writeln comment) but I can't able add data to Row wise.
    Please anyone help me to solve this problem...
    Thanks in Advance.
    -yajiv
    Source Window :
    and the outputs wants......
    save the excel name to the Batch ID..

    Hi Everyone!
    I can add data column wise in excel( using writeln comment) but I can't able add data to Row wise.
    Please anyone help me to solve this problem...
    Thanks in Advance...
    -yajiv....
    Code :
    var myDoc = app.activeDocument;
    var myAllLinks = myDoc.allGraphics;
    var myLink=new Array()
    var mySeen = Object;
        var myLogFile = new File("~/Desktop/Link Files.xls");
        myLogFile.open("w", undefined, undefined)
        myLogFile.writeln("Link Name");
          for ( i = 1; i < myAllLinks.length; i++ )
                var myLinkName = myAllLinks[i].itemLink.name;
                var l=myLinkName.length;
               var T=myLinkName.substring(l-4);
                if (T==".tif"){
                    myLogFile.writeln(myAllLinks[i].itemLink.name);

  • Changing advanced printing defaults

    Hi Everyone,
    Some how my default advanced print setting have changed to print as image. I want to change the default back to reugualr printing and not print as image. It's getting annoying  to have to change it back every time I want to print something. I am using Acrobat X on a Mac 10.6.8. Probably a simple fix I just cant remember or find any clear answer on line.

    No way, this is so annoying. I have been logging feature requests and whenever I meet someone from the Adobe team I'm insisting on being able to choose between absolute and relative timing. Really hope that they will listen in a near future   My work flow is to make sure that the object timing is done before applying effects.
    Lilybiri

  • Registry entry to set defaults in Advanced Print screen

    Hi everyone,
    I can usually find these sorts of things out myself, but a bit stuck on this one so any help is appreciated..
    I need to find a registry key that I can use in my Group Policy, that will automatically set a particular screen in Acrobat to its default settings.
    The screen I am after is:
    1. Open a file in Acrobat 9
    2. File --> Print
    3. Click on Advanced in the lower left corner
    4. 'Settings' in the top left I need set to Acrobat Default, rather than Custom..
    Has anyone had to do this before and/or able to help me please? I have looked inside the registry and unable to find anything related to the particular option..
    Thankyou in advance
    Alem

    Hi,
    In Advanced tab, in "Print in Grayscale" pull down and seleck "Black Ink only".
    Please note: even black only, the printer still consumes color inks during warming up process to keep printer in good shape.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Good day!     On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09 When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Un

    Good day!
    On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09
    When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Unable to process the document in the module Save As. File not created"

    Hi,
    Was it working fine for you before?
    Is it with some specific documents?
    Are you able to convert the word/excel files to pdf?
    Regards,
    Rave

  • Good day!   On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09  When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Una

    Good day!
    On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09
    When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Unable to process the document in the module Save As. File not created"

    This happens with any file .
    Send a file with the screen errors and system data . Also send a couple of files PDF.
    Translates only txt format.
    Acrobat установлен: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:43:46
    Браузер по умолчанию:
    Версия BIOS: _ASUS_ - 1072009
    Версия ОС: 6.2.9200 
    Всего виртуальной памяти: 4194176 KB
    Всего физической памяти: 4077252 KB
    Графическая плата: Intel(R) HD Graphics 4000
        Версия: 10.18.10.3412
        Отметить: Не поддерживается
    Доступная виртуальная память: 3638168 KB
    Доступная физическая память: 1689940 KB
    Имя пользователя: Vazgen
    Имя системы: VAZGENTAICHI
    Монитор:
        Название: Intel(R) HD Graphics 4000
        Разрешение: 1920 x 1080 x 60
        Бит на пиксел: 32
    Название ОС: Microsoft Windows Vista
    Папка Windows: C:\WINDOWS
    Папка для временных файлов: C:\Users\Vazgen\AppData\Local\Temp\
    Почтовая программа по умолчанию: Microsoft Outlook
        mapi32.dll
        Версия: 1.0.2536.0 (winblue_rtm.130821-1623)
    Производитель ОС: Microsoft Corporation
    Процессор: Intel64 Family 6 Model 58 Stepping 9 GenuineIntel  ~1696  Mhz
    Сведения о Windows:
       Планшетный ПК: Да
       Начальная версия: Нет
       Media Center Edition: Нет
       Медленный компьютер: Нет
    Сведения о сеансе:
       Тип загрузки: Обычный
       Завершение работы: Нет
       Сеть: Доступно
       Внутри Citrix: Нет
       Внутри VMWare: Нет
       Удаленный сеанс: Нет
       Удаленное управление: Нет
       Использование JAWS: Нет
       Использование Windows-Eyes: Нет
       Использование NVDA: Нет
    Сведения об Acrobat:
       Изолирование программной среды: Отключить
       Связанная программа для чтения: Нет
       Multi-Reader с поддержкой Desktop: Отключить
    Сведения об отображении:
       Ширина экрана: 1920
       Высота экрана: 1080
       Число мониторов: 2
       Число кнопок мыши: 2
       Мышь с колесом прокрутки: Нет
       С маркером Windows: Нет
       Двухбайтовая кодировка: Нет
       С редактором метода ввода: Да
       В программе для чтения с экрана: Нет
    Сведения об учетной записи:
       Права пользователя: Администратор
       Управление учетной записью пользователя: Ограниченное
       Целостность процесса: Не определено
       Тип профиля: Отсутствует
    Установленные приложения:
       Версия Office: Office 2013 32-bit
    Файл подкачки: 4194303 KB
    Часовой пояс: Московское время (зима)
    Язык: Русский (Россия)
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Accessibility.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:20
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Annots.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:22
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\IA32.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:18
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\PaperCapture.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:43:36
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\SaveAsRTF.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:20
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\SendMail.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:20
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Updater.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:22

  • Will someone please help me set-up Acrobat to send a PDF via webmail?  Acrobat returns a message "Server Connection Error .... Port 143 unavailable"

    Will someone please help me set-up Acrobat to send a PDF via webmail?  Acrobat returns a message "Server Connection Error .... Port 143 unavailable"

    Are you using a Microsoft or Apache web server? If so, you can submit to a server-side script, which will bypass web mail and client-side email software such as OUTLOOK.
    For examples:
    http://www.nk-inc.com/software/pdfemail.net/examples/

  • Acrobat Pro - advanced print settings

    Hello,
    my system: Adobe Acrobat Pro 10.1.7
    I want to change the settings under file - print - advanced
    the settings under "Acrobat default" and "Custom" are not modifiable
    do someone know how it works?
    thanks K.W.

    Only the fields supported by the selected printer driver are active on that dialog; for example if you don't have a PostScript printer, that section is turned off.

  • No Option for Printing Separations in Acrobat 11

    I do not have the option to print separations from Acrobat Pro 11 on OSX Yosemite. I have installed the PPDs and they work in Illustrator and InDesign but do not work in Acrobat.
    First, I am a designer at a screen printing shop and have been printing separations on a daily basis for 3 years. I understand how it works. I was working on a PC with CS 5.5. Typical workflow was to design in Illustrator, Print to PDF, open the PDF in Acrobat, save as EPS. EPS was the preferred method since I print the transparencies from Illustrator, and since Illustrator can only open one page of a PDF at a time, I saved the PDF as EPS so that ever spot color got it’s own EPS file. From there, I created a new AI file, put all EPS files on different art boards and printed.
    Now I am on a Mac with Yosemite and CC 2014. I know the PDF workflow changed in Snow Leopard. You now have to print to a PostScript file and Distill, which then gives me the PDF i can open w Acrobat and save to EPS as usual.
    But, I decided to really dig into Acrobat 11 since it has all the Ink Manager and Preflight features. My preferred workflow would be creation in AI, save a PDF, then use all of Acrobats features for the final check and separations. The Acrobat manual says on page 316:
    “Print separations
    1. Choose File > Print, and choose a printer.
    2. Choose an option from the Comments and Forms menu.
    3. Choose print range and page handling options.
    4. Click Advanced.
    5. If you created a custom printer settings file with the appropriate separation settings, choose it from the Settings menu at the top of the
    Advanced Print Setup dialog box.
    6. Select Output on the left, and choose an option from the Color menu:
    Choose Separations if the PPD doesn’t support in-RIP separations.
    12. Click PostScript Options on the left, and select settings as needed. Click OK to close the dialog box, and then click OK again to print the separations.”
    The only option I have in the print dialog is my desktop printer.
    I have installed the PPDs, which brings me to another problem.
    On this forum
    https://forums.adobe.com/message/6735474#6735474
    the gives the link
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=141
    which is the adobe.sit.hqx file that contains 5 files with no file extension. Per the “Read Me” instructions, I have placed the “Acrobat Distiller (no file extension)” file in the
    Library/Printers: PPDs: Contents: Resources: folder.
    It works with Illustrator, and is not really and issue.
    -The file is a 17KB file with no extension that was last modified on 9/9/2001.
    Following another page
    http://helpx.adobe.com/x-productkb/multi/save-as-pdf-options-not.html#main_InstallAcroPPD
    it give the link
    Acrobat 9 PPD
    which is the ADPDF9.PPD file, a 29 KB PPD file last modified on 12/8/2014.
    Just to test it out, I placed both files in the
    Library/Printers: PPDs: Contents: Resources: folder. Both are selectable from Illustrator when printing a PostScript file and both seem to work. I see no real difference between them.
    I also created the PPDs file in the Presets folder of InDesign and can get separations from there as well.
    But, I do not have the PostScript or any other print option from the Acrobat print dialog except for my desktop printer.
    SO,
    1) Is there somewhere else I need to place the PPDs for Acrobat to see it? The manual states I should be able to print the separations from the Print Dialog but its not available.
    2) What is the difference between the “Acrobat Distiller” file and the “ADPDF9.PPD” files? Different size, different dates, but no obvious difference in output.
    3) I sometimes print halftone jobs through AccuRip. I have gotten pretty good at manual spot color transparency gradients within illustrator, where I create complex gradients using only a spot color and a gradient with 100% transparency on one end and 0% on the other. But if I have many colors in it, I have to print separations through PotsScript and then Distill it, which flattens all transparency on the separated file. The result is a separation with a placed image gradient with a clipping mask instead of a true vector gradient. I know it has to be flattened when it’s ripped anyway, but I would like for it to ONLY get flattened as it passed through the rip on its way to the transparency, and not during the Distiller separation which then is placed back in AI for printing. Is there any way to do this on a Mac which MUST be printed to PostScript and Distilled?
    Thanks

    “I’ll never give you a job to print.”
    Lead with an insult, good start.
    You know, I read your comment, and the link, right before I went to bed. I thought I would respond then, but thought I should sleep on it. Well I slept on it, and I’m actually MORE p***ed off today than  last night. I will try to keep this as professional as possible…
    “Such an outdated time consuming workflow !!!”
    No S**t (so much for professional). Which is why it’s unfortunate that Apple forced this workflow on people like me.
    I asked SPECIFICALLY about color SEPARATIONS in the title of the post and throughout the post. The link you provided did not provide an answer to this. It explained how terrible “refrying” a PDF can be. And what was the solution it gave?
    “Use EPS and not PostScript!”
    Strange. it seems that is the EXACT workflow I listed! To quote myself;
    “Typical workflow was to design in Illustrator, Print to PDF, open the PDF in Acrobat, save as EPS”
    That was on a PC, where Print to PDF is still an option. The design is made in Illustrator with Spot Colors, all overprints are set, because a human will be lining up the screens to print by hand, and you need about .5 - 1 point of “play” for when the screen moves so abutting colors will not have a gap of shirt color between them. I can then use all of the functionality of the AI print dialog box and print the SEPARATIONS to a PDF file, and the PDF is then split to separate EPS files for easier control.
    Apple in it’s infinite wisdom has taken away this functionality. From AI, my 2 listed printers are my desktop printer and an Adobe PostScript file. Remember, I am SEPARATING the artwork to be printed on vellums that will be used to burn a screen. If I leave my desktop printer active, I can select “Setup”, where i am brought to the system print dialog box, where if I select “Adobe PDF” or “Save as PDF”, I get the message from Illustrator that “The Save as PDF option in the Printer dialog box are not supported”.
    So, if I change the Printer to “Adobe Postscript file”, the “Setup” box is greyed out. If I simple  “Save As” and choose PDF, I do not have the option to SEPARATE colors. Do you see the dilemma now? Apple remove the functionality I have on a PC, so my SEPARATIONS can not be saved directly to a PDF, but MUST me “printed” to a Post Script file, which then MUST be distilled to get a PDF of SEPARATIONS.
    Which brings me back to the whole point of my post.
    ““Such an outdated time consuming workflow !!!”
    Right, which is why I’m trying to avoid it. In reality, the entire process only involves 1 extra step over the PC workflow, and the Distill process literally takes a few seconds. But, I don’t want to Distill for all the reasons listed in the link you provided. And if i follow the advice of the link, saving to EPS, I DO NOT have the option of SEPARATIONS. Which is why I’m trying to save a PDF from AI, the use all the functionality of Acrobat Pro to SEPARATE my colors. Again, the manual to Acrobat says I can print my SEPARATIONS to a file, but I only have the option to print to my desktop printer from the Acrobat Print Dialog box, even though I have DO have other options in AI and InDesign.
    So, great Adobe MVP, can you answer my original questions?
    1- why do I not have the option to print to a file in Acrobat Pro?
    2- What is the difference between the “Acrobat Distiller” file and the “ADPDF9.PPD” files? Different size, different dates, but no obvious difference in output. (Not what I want to use, but on OSX post 10.6, I don’t really have a choice it seems)
    3- Is there any way to print to a SEPARATION file on a Mac without printing to PostScript and then being Distilled?
    I see your skills are:
    “PDF forms, PDF multimedia, eBooks in PDF or in ePub format.
    I'm an InDesign Digital Publishing Suite specialist too. I am also a trainer and the webmaster of abracadabraPDF.net, the only French web site dedicated to PDF and Acrobat.”
    Good for you. Have you EVER had to print separations for a t-shirt? Have you ever had to consider that a person will be physically pushing the ink through a screen, so you must consider the thickness of the ink, how that will interact with the mesh of the screen, which determines the LPI the halftones are printed at, which determines how fine your gradients should be? Because I do it everyday. So your whole “I’ll never give you a job” thing is especially infuriating, and pretty unprofessional.
    So not only have you totally ignored all my questions, you insulted me and given me a link that ALSO answers none of my questions. I am also assuming, though I could be wrong, that you marked your answer as correct int he AcrobatUsers forums. Well guess what? Even with you MVP badge, you are NOT correct. At least not for what I’m asking.
    If I ever need an eBook, PDF form, ePub or Multimedia PDF done, maybe I’ll use you. But, I would never hire you for color separations for t-shirt printing.

Maybe you are looking for

  • Report  for  PO  Release  Pending

    Hi all, Is there any standard report to see for what PO's Release is pending, i mean PO's not yet released. Regards Ranganath

  • Moving: G3 to Intel & wireless to wired?

    Hello all, I am due to order my 2 new 24" iMacs this week (yipee!) and will be, in effect moving from a G3 iBook and G3 iMac on an Snow ABS. Currently I have 8Mb broadband. I am wondering, given that these 2 are desktops, whether I need/should to upg

  • Mail and BTinternet email

    Hi all, I've scoured the net looking for a solution to this problem and i've tried everything. Up until about a week ago, I was receiving email fine on my new Imac OSX 10.7. I'm with BT Internet and when I set up my new mac I had some problems so I p

  • Home Made Ringtones & the 6650 Fold

    I have a 6650 Nokia phone. I a currently trying to figure out all the features. I was wondering if I could make my own ringtones and use them on this particular phone. Now, I don't know how to make ringtones, meaning I don't know what program to use

  • How to Dynamically read Collections?

    Hi, I want to read collections dynamically. I have a requirement where I need to take any COMPLEX collection and goto the leaf node and get the results. I'm able to get the attributes using "ALL_TYPES" and "ALL_TYPE_ATTRS" etc but how can I read dyna