Error using MIF doclet to create PDFs

I have been attempting to use the dzbatcher program with framemaker and the java MIF doclet. Unfortunately, there is an error that will not allow the MIF doc to be saved as a pdf, the MIF files are created correctly.
Executing: dzbatcher -makername framemaker C:\JavaCode\VSan2.0\vsan\doc\customer\mif\mif-to-fm.batch...
starting maker ...
Waiting for Frame results... done.
Waiting for Frame results...
Frame reports error -42:
Cannot save file [C:\JavaCode\VSan2.0\vsan\doc\customer\fm\api.book.pdf]I have FrameMaker 5.5 and Acrobat Distiller and Exchange 3.1.
Any help would be deeply appreciated.
-Dustin

I've never encountered error -42. I've been bugging Adobe
for a list of descriptions for their numbered error message
to no avail.
The way to troubleshoot the batch file is to execute
the dzbatcher command with the -v (verbose) option
on the mif-to-fm.batch file:
dzbatcher -v C:\java\pubs\docs\mif\mif-to-fm.batch
This should echo every statement, so you can see where the
problem is occurring.
You might contact us for possible access to an early
release of the next version, which has some fixes in this
area. Write doccheck-feedback at java.sun.com.
If those ideas don't work, you could also follow EJP's advice,
or you could try sending email to dzbatcher at datazone.com.
They wrote dzbatcher and are pretty responsive.
We've had pretty good luck using dzbatcher with the default
template of the MIF Doclet.
Please let us know how you get it to succeed in case I can
pass along the pointer to others.
-Doug (Hi Esmond)

Similar Messages

  • Receiving error message every time I try to create a pdf.  "An unexpected error occurred.  Unable to create .pdf"

    I just downloaded the program to a new laptop.  I "repaired, uninstalled, installed" and am still getting the error.

    Adobe Acrobat Pro AcademicMS Word (MS Office 10)  Acrobat > File > Create PDF from File
    Embrace what today offers,Helen Catrece Nosal
    "The grand essentials to happiness in this life are something to do, something to love, and something to hope for" ...Joseph Addison
          From: TanviRastogi <[email protected]>
    To: stephen nosal <[email protected]>
    Sent: Saturday, April 25, 2015 12:01 PM
    Subject:  Receiving error message every time I try to create a pdf.  "An unexpected error occurred.  Unable to create .pdf"
    Receiving error message every time I try to create a pdf.  "An unexpected error occurred.  Unable to create .pdf"
    created by TanviRastogi in Creating, Editing & Exporting PDFs - View the full discussionHi Can you please tell Acrobat version you are using, i.e, Acrobat X or Acrobat XI or Acrobat Pro DC? Also how are you trying to create PDF like from within Acrobat > File > Create PDF from File or from some Browser or from Office? Which type of file are you trying to convert - PowerPoint or Word or Excel or html file ? ThanksTanvi If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7479679#7479679 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7479679#7479679 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following" 
    Start a new discussion in Creating, Editing & Exporting PDFs by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Using Flash/Actionscript to create PDF Portfolio Navigator

    Hi Guys
    We've been using Acrobat Pro Extended to create PDF
    Portfolio's for a wee while now, and now in order to create a
    'fresh look', my boss is wanting to create custom navigators.
    As the programmer of the team, I've looked into it and found
    out that it involves Actionscripting/Flex. While I'm a decent
    enough programmer, Actionscript isnt something I've used before, so
    I was wondering if there were any online guides or books I could
    buy that
    specifically show how to create a customer navigator for a pdf
    portfolio.
    Any help you can provide will be much appreciated.

    I also have the same goal except I am not even a decent
    programmer. I am actively looking for a place to download the
    working Carosel that is kind of advertised as a capability of
    Acrobat. Even if someone was selling it...I just wanted to chime in
    for support on the topic.

  • Using Flex/Actionscript to create PDF Portfolio Navigator

    Hi Guys
    We've been using Acrobat Pro Extended to create PDF
    Portfolio's for a wee while now, and now in order to create a
    'fresh look', my boss is wanting to create custom navigators.
    As the programmer of the team, I've looked into it and found
    out that it involves a combination of Flex and/or actionscripting.
    While I'm a decent enough programmer, Actionscript & Flex
    are'nt tools that I have used before, so I was wondering if there
    were any online guides or books I could buy that specifically
    show how to create a customer navigator for a pdf portfolio.
    Any help you can provide will be much appreciated.

    I also have the same goal except I am not even a decent
    programmer. I am actively looking for a place to download the
    working Carosel that is kind of advertised as a capability of
    Acrobat. Even if someone was selling it...I just wanted to chime in
    for support on the topic.

  • Using Automator to Batch Create PDFs

    I've been trying to find a way to make an Automator workflow that will take the name of a folder and combine it's files into a PDF with as little manual input as possible and have finally figured out how to do so. I've seen others ask how to do this for a while so I wanted to share how I did it.
    Why would you want to create PDFs? If you have scanned books, photos, documents or anything else on your Mac, you can create PDFs out of them. You can then store these in iTunes and either read them using Preview on your Mac or iBooks on your iOS device.
    What this workflow will do:
    Take a folder with images, get the folder's name, and create a PDF of the images with it's name.
    On the next pass of the workflow, it will send the previous folder to the trash.
    Create/have a backup of your files!
    Create a folder somewhere that you can drop your folders in. Name it Automator Dropbox. You can create one wherever you want, but this workflow was created with Automator Dropbox in mind so you'll need to change it as necessary.
    Open Automator and create a new workflow.
    Find Finder Items
    - Search Automator Dropbox
    - [All] of the following are true:
    - [Label] is [Red]
    This will search for any folders that were done before.
    Move Finder Items to Trash
    This will move the previous folder/files to the trash.
    Ask for Finder Items
    - Prompt: [Choose a Folder]
    - Start at: Automator Dropbox
    - Type: [Folders]
    This will ask you to choose the next item to convert to PDF.
    Set Value of Variable
    - Variable: pdfvariable
    This will take the name of the folder you just selected and use it to to rename your PDF.
    Label Finder Items
    - [Red]
    This will mark the folder you're working on for deletion the next time the workflow is ran.
    Get Folder Contents
    This will grab all the image files within the folder so that it can create a PDF out of them.
    Scale Images
    - To size (pixels): 1600
    This will scale the maximum dimension of your image down (or up) to 1600px. I find this to be the sweet spot for performance on the iPad 3, and it looks just fine. If the maximum dimension of your image is lower than 1600px, I'd create a duplicate workflow of this and leave out this step; otherwise you will be upscaling and your image won't look as good. You can also leave this step out if you want your original image size kept, but on the iPad 3 and below there will be a delay going from page to page.
    New PDF From Images
    - Save Output to: [Desktop]
    - Output File Name: tempname
    This will save your finalized PDF to the Desktop. You can change this to whatever you want; I would suggest the Automatically Add to iTunes folder located in [Music > iTunes > iTunes Media > Automatically Add to iTunes]. You will find your PDF in the Books category in iTunes.
    Rename Finder Items
    - [Replace Text]
    - Find: tempname in [Full Name]. Ignore Case checked.
    - Replace: [pdfvariable] (Drag pdfvariable from the variables window into the text field for "Replace". If you don't see the variables, go to "View > Variables."
    You can't just drag the variable into the PDF name field in the step above, so this extra step is necessary. It will rename your PDF with the name of the folder it was created from. It will also add the full file path, which will be taken care of in the next step.
    Rename Finder Items
    - [Replace Text]
    - Find: Users/yourname/Documents/Automator Dropbox in [Full Name]. Ignore Case checked.
    - Replace: LEAVE EMPTY
    This will delete the name of the path from the name of your PDF. If your working folder is not Documents/Automator Dropbox, change it to whatever that is.
    If you're running this workflow on a bunch of folders, you can simply keep your cursor over the workflow's play button and press the right arrow + enter to select the next item in queue. This workflow was made for using a little human interaction as possible, so if anyone has suggestions on how to improve on it please post below.
    One last thing - if you're seeing a red folder when you run the workflow to choose a folder, it's because spotlight hasn't indexed it yet and the workflow could not find it to delete it. Just go on to the next item.

    Someone (not me) has created an automator workflow that does this, using a shell script that runs the "pstopdf" unix command. I just downloaded it and tested it on 10 .eps files. You will need to edit the first automator action in the workflow to find the eps files you want (by default it looks for all eps files on your computer), but once you do that, it works like a charm! Converted my eps files to pdf's. Of course, once they are pdf files, you can use automator to convert them to whatever format you want.
    http://mad-sci.blogspot.com/2007/12/why-i-hate-computers.html
    (link to the actual zip file containing the workflow below)
    http://www.physics.mcgill.ca/~burkes/code/PDFworkflows.zip

  • Errors using ABAP tasks to create users

    All:
    I have done the inital loading from ABAP systems.
    I would like to create users using workflow and provision it back to the ABAP system.
    While using CreateABAPuser task I get the following error:
    Error Exception initializing Triple DES
    java.lang.IllegalArgumentException: Non hex character found: 'i' (18) at offset 0
    Error putNextEntry failed storing
    Exception from Add operation:com.sap.idm.ic.ToPassException: User NULL already exists
    Exception from Modify operation:com.sap.idm.ic.ToPassException: User does not exist Internal error: FM SUSR_USER_READ, exception: SUSR_USER_READ Inconsistency with address
    I have set in tools/options the encrypting algorithm as standard why does it still look for 3DES. The ../KEY/keys.ini file was missing, I just copied the file which was under the workflow folder to the IC installation folder. The user is created in the identity store, but why this error?
    How do I move the newly created user back to the ABAP system?
    Is there some good documentaion on how to use the Provisioning Framework?
    Thanks
    S.

    hi
    did you solve this problem..can you share your solution.
    i too have the same error
    regards

  • Error using VI rt fifo create

    Why do I get "error -1" when I am using the subVI : "RT FIFO create" with wired :
    - type : array of double
    - element in array : 8
    - syze : 1
    - name : default
    - existing : false
    I cheked that if I am wiring the same value to both "size" and "element in array" I do not get an error (ex : size=8, element in array=8). But if I want to change the size of the buffer (ex: size=1, element in array=8) I do get "error -1" which is not a critical stop error.
    If someone could answe me it would be very helpful.

    Son,
    One ne peut créer une FIFO avec un seul élément (size=1). Cela n'a aucun interet, car une FIFO à un élément, ce n'est plus une FIFO mais une variable.
    Si vous spécifiez size = 2 et "element in array = 8", vous aurez une FIFO de 2 tableaux de 8 doubles.
    Raphael TILLET
    NI FRANCE
    Cordialement,
    Raphael T

  • Why is PDFMaker using faux italics when creating pdf from Word?

    Hi,
    I have a word 2013 document using an opentype font, namely The Sans. Some of the words using that font are in italics.
    If I print (Ctrl+P) the document to Adobe PDF, the pdf looks fine, and the fonts embedded in the PDF as reported by Acrobat are The Sans and The Sans Italic.
    But if I use the PDFMaker plugin, the words in italics use some kind of faux italic, where the regular letters are just slanted. The font embedded in the PDF as reported by Acrobat is only The Sans.
    I got sick of trying every possible parameter in the Word plugin, any idea of what to? Printing the document top pdf and then adding all the bookmarks by hand would be excruciatingly tedious.
    I could also open the PDF in acrobat and select every occurence of an italic word, then re-set it to italic, which then uses the right italic version of the font, but come on...
    Best,

    Basically using the printer will always embed and use the italic font, e.g. with the standard, press or high quality print settings. Even though there is a checkbox ticked by default named "Rely on system fonts only; do not use document font", the result does not seem to change if this box is ticked or not.
    If I use PDFMaker, no matter what settings I use I end up with the regular font being simply slanted. I even tried setting compatibility with Acrobat 1.7 and checking "Embed Opentype fonts".

  • Using Qt printer to create PDFs

    Hi,
    Is there a way I can add Qt printer into my Cascades project to make PDFs? Or is there another way to make PDFs without using webview and having user connect to Internet?
    Solved!
    Go to Solution.

    Better to ask in the Cascades developer forum.
    Files & Folders, the unified file & cloud manager for PlayBook and BB10 with SkyDrive, SugarSync, Box, Dropbox, Google Drive, Google Docs. Free 3-day trial! - Jon Webb - Innovatology - Utrecht, Netherlands

  • Error using an imported archive created with Eclipse

    Hi people,
    i have a strange issue, and i have no clue where to search for an answer (except here )
    In the past i used an imported archive for a java mapping in the Repository. The customers wants a change in this. I exported the imported archive, modified it in Ecplise, and imported it again. When i see the code of the imported archive, i can see my change.
    When i test my Interface Mapping, i see the result of the old settings. Somehow, the new coding is not used.
    Does this sounds familiair so someone? And/Or has anyone a good tip for me?
    Thanks in advance,
    Peter

    Try deleting and recreating ur Interface mapping.
    Also make sure u activate all objects.
    Regards,
    Prateek

  • How do I use auto-form recognition to create PDF forms in Acrobat XI?

    I used to use Acrobat 9 to create PDF forms that would allow me to fill in text into the fields that were created.  Acrobat XI seems to have changed the way this function is performed.  Previously, I could run an auto form recognition wizard, do some minor tweaking, and be done.  Now, when I attempt to follow the process in Acrobat XI, I get the following message that pops up:  "No new form field annotations were detected.", and no fields get created.  I could do this manually, but the process of doing so is very clunky and cumbersome.  Once I create a new text field, I must then go back and resize it.  This would not be a problem if I was only working with a few fields on a single page, but I have a six page document with multiple fields to create (text fields, check box fields, etc.).  Perhaps I'm missing something, but there seems to be no simple way to do this anymore.  It's making me want to just install Acrobat 9, so that I will have back the feature that I used to have.  I'm using Acrobat XI on Mac, but I'm assuming the function should be the same in Windows.  I can use Preview on the Mac to simply type in the text that I need, but I was hoping to pass along the PDF so that others can use it as well.  This is not just a one time thing.

    There are no APIs for C# and external applications for this conversion.  There is however an API for Acrobat plugins to perform this operation.   So, if necessary, you could write a custom plugin (that calls the API you need) and expose that via some form of IPC to your C# app.

  • Reinstalling adobe acrobat 7 prof after upgrading OS but fails create pdf port

    Used download manager to reinstall adobe acrobat 7 professional after upgrading OS to windows 7. Install ends but fails with error "Warning 20225. Adobe Acrobat 7.0.5 set up was unable to create a new item Adobe PDF Port & Printer". Adobe is installed but I can no longer print to pdf nor use Adobe directly to create pdf from file. This feature was available before this reinstallation.
    How do I fix this?

    Hi myee.somers,
    Acrobat 7 is a 32-bit application and while it can successfully be installed on a 64-bit machine using SysWOW64 (which enables 32-bit apps to work on 64-bit machines), there are some known limitations. One of those known limitations is that 32-bit printer drivers will not work on 64-bit machines.
    So you can install the main Acrobat 7 application, but you won't be able to installer the Adobe PDF Printer Driver.
    Support Policy for Adobe Acrobat 7.0.x (Windows XP x64)
    http://kb2.adobe.com/cps/331/331732.html
    Kb for error 20225: http://helpx.adobe.com/acrobat/kb/error-warning-20225-or-no.html
    Even in the 64-bit versions of Windows XP  the Acrobat 7 printer driver was not supported.
    Regards,
    Romit Sinha

  • Unable to create PDF from dwg Files

    Hi All,
    I suspect this question is old hat but if anybody can provide a solution it would be greatly appreciated. Acrobat 8.3.0 professional edition Windows XP sp3.
    It used to work a long time ago but when I try to convert a dwg to PDF the message "An unexpected error occurred. PDFMaker was unable to produce the Adobe PDF". I looked at the "create PDF" options in preferences and only security options are shown for Autocad files so I know something is amiss.
    I have tried adding a printer using the ini file in the xtras folder in Acrobat and when I look at printing preferences (before and then after the install) all the boxes are blank - again an indication something is wrong?
    I have tried the repair function in the control panel - still no good.
    Any (polite) suggestions other than buying X?
    Many thanks

    Interestingly, "PDFMOUTLOOK" is apparenly related to PDF Maker for Outlook. It has also been suggested to be Malware (not good). That would suggest you may have some corruption. I am not saying you do, but just what is hinted at by a web search.
    In terms of the printing process. The Adobe PDF printer creates a PS file. With Acrotray active, this PS file causes Acrotray to activate Distiller in the background and complete the conversion of the PS file to PDF. That is the basic conversion process used by Acrobat to create PDF files. Distiller is always in the picture, it just may be running in the background. If Acrotray is not active, the process will stall. Since you are seeing a Distiller log screen, your process seems to be working.
    PDF Maker is basically a preprocessor for the Adobe PDF printer. The preprocessor inserts PDF Marks into the PS file that is created to allow the conversion to PDF to include bookmarks, links, etc. My suggestion about PDF Maker (since the print process seems to work) is that there may be something in PDF Maker that is causing the problem. From the web search, it appears it may even be a virus type of aspect that hit your PDF Maker. Again, I am not saying that is the case, only suggesting it as a possibility. If you can create the PDF from the printer, then the basic process of creating PDFs is working and it is then a process of checking out the problems with PDF Maker. For that, I typically suggest turning all of the options off and then adding them back in to see what triggers the problem. You are basically in a trouble shooting mode and need to isolate the problem.

  • Unable to create PDF from Publisher file

    I am able to create .pdf from a .jpg, also from an .xls ... but not from a Publisher document (2007).
    I get a prompt to run in repair mode and I tried that (twice) but the problem is not being corrected.  At one point I had a message about PDFMOUTLOOK and thought I disabled it.   I tried both ways, from inside Publisher, and dire Any help will be greatly appreciated.ctly from Adobe Acrobat 9 Pro ... neither works.
    Below is the log:
    %%[ ProductName: Distiller ]%%
    %%[ Error: typecheck; OffendingCommand: xshow ]%%
    Stack:
    -169
    -mark-
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    LinK

    Interestingly, "PDFMOUTLOOK" is apparenly related to PDF Maker for Outlook. It has also been suggested to be Malware (not good). That would suggest you may have some corruption. I am not saying you do, but just what is hinted at by a web search.
    In terms of the printing process. The Adobe PDF printer creates a PS file. With Acrotray active, this PS file causes Acrotray to activate Distiller in the background and complete the conversion of the PS file to PDF. That is the basic conversion process used by Acrobat to create PDF files. Distiller is always in the picture, it just may be running in the background. If Acrotray is not active, the process will stall. Since you are seeing a Distiller log screen, your process seems to be working.
    PDF Maker is basically a preprocessor for the Adobe PDF printer. The preprocessor inserts PDF Marks into the PS file that is created to allow the conversion to PDF to include bookmarks, links, etc. My suggestion about PDF Maker (since the print process seems to work) is that there may be something in PDF Maker that is causing the problem. From the web search, it appears it may even be a virus type of aspect that hit your PDF Maker. Again, I am not saying that is the case, only suggesting it as a possibility. If you can create the PDF from the printer, then the basic process of creating PDFs is working and it is then a process of checking out the problems with PDF Maker. For that, I typically suggest turning all of the options off and then adding them back in to see what triggers the problem. You are basically in a trouble shooting mode and need to isolate the problem.

  • Setting margins for "Create PDF from Clipboard"

    I'm posting this because I could not find another question that dealt with my problem directly, but after A LOT of searching, and a few failed attempts, I did find the solution.
    Problem: When creating a PDF from content copied to the clipboard from a webpage, everything on the page was way off-center, with almost no left margin.
    Once the PDF was created, since there is no easy way to adjust page margins, the only way to center everything would have been one page at a time (for 24 pages), by dragging the page contents manually to the center of the page. I tried using the "Set Page Boxes" function, but I ended up with 24 blank pages. Yes, I could export the PDF as a Word document, and then reprint that Word document as a PDF, but I knew there had to be a simpler way.
    Solution: When you create a PDF from a clipboard containing text (or in the case of the above document, text and images), Acrobat uses the settings for "Create PDF from Web Page."
    Unfortunately, if you look up Convert clipboard content to PDF in Acrobat Help, it doesn't tell you that. AND the settings for "Create PDF from Web Page" are NOT included in the list of settings under Preferences > Convert to PDF. There is an HTML option in that list, but there are no editable settings for that file type (There are actually quite a few such file types listed there, and my question is, if there are no editable settings, why are they even listed under Preferences?). Batch Conversion of Text Files also uses the same settings.
    So, here's how to do it:
    Select File > Create > PDF from Web Page
    Click on Settings
    To adjust the default margins for new PDF files created from a clipboard containing text, select the Page Layout tab, and adjust the margins to your liking. Notice how small the Default right and left margins are... hence my problem.
    Click on OK to save your new settings, and the simply Cancel out of the "Create PDF from Web Page" dialog box. If you read this page, it says you have to actually create at least one PDF file using the "Create PDF from Web Page" dialog in order for your settings to stick, but I never did, and my settings were saved just fine.
    If you're copying basic text (or converting text files), that's all there is to it.
    With web page content, there could still be a problem (as there was with this web page), if the content you've selected is not the full width of the web page. I think this has to do with the fact that web pages often use Content Style Sheets to format their page elements, and those styles are transferred when you copy that content to the clipboard. The PDF page margins are technically correct now, as you can see by the position of the image at the top of the page, but the text portion (at the bottom of the page) of the PDF only fills the same percentage of the text area (between the margins) as it did on the web page.
    The only solution I have found if this happens, is to export the PDF as a Word document, and adjust the margins there. In the document I was working with in these examples, there were boatloads of different invisible subsections to the document, and each subsection had different settings for right and left indent, fonts, font sizes, etc., so there was a lot more to it than a simple 'copy & paste' type of procedure. Once I corrected all the different elements (and this one had a whole lot of weirdness going on), and then printed it as a new PDF, everything looked much better.
    Hopefully this helps someone else find their answer much easier than I found mine
    And of course, comments and suggestions are welcome.

    Thanks for asking. Yes, with either the Crop tool or the Set Page Boxes tool, I could trim the page just fine, removing the excess from the right side, but as soon as I tried to add space to the left side, it just blanked out the whole page. It seemed like it should have worked, and maybe on a simple text file it would have. But that particular array of content proved to be most troublesome.
    I also could have just cropped the page down to 6.5 x 11, and then centered it when I printed it.
    My primary goal in searching for the answer, and my main reason for posting this, was for setting the margins for future documents (and to help others find those settings,too). Since I still had the web address, I could easily recreate the PDF once I figured out how to set the margins. Of course I didn't realize that there would still be problems once I got the settings right. Like I said, that particular web page seemed to have several unique difficulties.

Maybe you are looking for