XPAAJ library export file attachment annotation problem

Hi,
I'm using XPAAJ library to export annotations contained in a PDF file to XFDF file. The files which have fileAttachmentAnnotations cannot be exported to XFDF and is giving the exception pasted below. Is there any known issue in XPAAJ library that it doesn't work with FileAttachmentsAnnotations?
The exception stack trace is given below
com.adobe.internal.pdf.cos.util.exceptions.PDFCosCastException: expected CosName
at com.adobe.internal.pdf.cos.CosObject.nameValue(Unknown Source)
at com.adobe.internal.pdf.cos.CosDictionary.getName(Unknown Source)
at com.adobe.internal.pdf.PDFEmbeddedFile.getMIMEType(Unknown Source)
at com.adobe.internal.xfdf.XFDFAnnotationFileAttachment.transformToXFDF(Unknown Source)
at com.adobe.internal.xfdf.PDF2XFDFAnnotationsReader.outputAnnotations(Unknown Source)
at com.adobe.internal.xfdf.PDF2XFDFAnnotationsReader.HandleAnnotations(Unknown Source)
at com.adobe.internal.xfdf.PDF2XFDFAnnotationsReader.parse(Unknown Source)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.ja va:452)
at com.adobe.internal.pdf.cos.util.Utility.transformToXML(Unknown Source)
at com.adobe.internal.xfdf.XFDFObject.exportAnnotations(Unknown Source)
at com.adobe.pdf.impl.PDFDocumentImpl.exportAnnotations(Unknown Source)
Is there any other product (any adobe or other for that matters) i can use to accomplish the export annotation task. Note that I wouldn't like to use Acrobat SDK or Assembler as they have this ability.
Any suggestion would help a great deal.
Thanks
Ali

The answer to the first part is that GetIconContents will
return:
#type:#linkedIcon
However, I am pretty sure it is not possible to automatically
'select'
the library version in this way.
Mark
derekclayton wrote:
> I have a script that parses through an Authorware (7.02)
file, gathers
> information and exports appropriate media. This is done
on unpackaged files.
> Everything works great, unless the icon is actually a
library icon. After
> selecting the icon...
>
> ExportMedia( FileLocation^"_build\\", FALSE, FALSE )
>
> If the icon is linked to a library, it results in an
error dialog indicating
> that there was no media to export. How do I determine if
the icon is a linked
> library icon? And then select the library version? I can
find no function or
> variable, no reference within the help, and nothing
online.
>
> What am I missing? Your input will be greatly
appreciated.
>
www.AuthorwareXtras.co.uk
EuroTAAC eLearning 2007
www.eurotaac.com
www.freelists.org/list/flashelearning
Authorware Media Synchronization Command:
www.authorwarextras.co.uk --> Commands
Media Synchronization made easy !

Similar Messages

  • SharePoint - InfoPath - File Attachment Control Problem

    Hi,
    I have problem with File Attachment Control.
    If I open form via internet browser in dialog mode next I click "Attachment Button", browser automatically open form in new tab without dialog.
    Any ideas?

    Check if below article can help you
    http://www.bizsupportonline.net/blog/2010/04/top-10-questions-infopath-file-attachments/
    http://sharepoint.stackexchange.com/questions/12512/infopath-file-attachment-run-view-instead-of-download

  • Exporting files from lightroom: problem with filename

    Hi!
    I am a sports-photographer and i use lightroom since version 1.0. i really like it to edit my pictures and it is very easy to use for importing my files and setting the meta-datas.
    but i have one problem, that forces me to open up each file i export once again to rename it, what costs a lot of time:
    when i export my files, i can choose a preset to give it a name, which works well. but i would need it like this: "my preferences"001 (f.e. oliver-climbing-01oct09001) and raising in numbers.
    lightroom ALWAYS makes a "-" between my presets and the numbers.
    does anyone know if there is a possibilty to export the file and give it a name without this "-" in fornt of the number?
    glad to find a solution here!
    cu or read u
    oliver

    hello!
    thanx for the fast answer!
    u are right, but this is not my problem:
    i want lightroom to count my exported pictures starting with 001, then 002, then 003 at the end and so on
    but if i use the sequency-number or anything else, it does not generate a new name like 001, then 002,
    but it does make 001 and then 001-2 and 001-2...
    u can see that in the screenshot i made down here...

  • File attachment download problem with Chrome

    hi,
    I've been searching for a cure to this problem for days without success. Hopefully someone here will help me fix this annoying problem.
    The problem:
    1. First: When using Chrome (lastest as of today) to open an attachment in emails, Chrome
    always saves the file as download.xyz where xyz is the extension.
    2. Second: Sometimes it saves the file extension correctly, sometimes it just changes to something else like htm, ashx,... where the correct extension should be .doc or .xls.
    I find this only happen with MS Office attachment files. Other browsers like Firefox, IE work just fine.
    What is the problem and possible solution/work around for this?
    We are using MS Exchange 2010 btw.
    Thank you

    Hi Trung,
    Try disabling plug-ins in Chrome and see if it works, if works you can pin-point out the exact plug-in causing the issue.
    Type this in the chrome browser's address bar: 
    about:plugins
    Reference:
    Chrome: Attachments save as attachment.ashx and a number
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • File attachment encoding problem

    Guys,
    I spend to much time trying to get trough this.
    I use xsl mapping for preparing to send mail by mail adapter.
    File is encoded ANSI (not UTF-8) when i zip it to import it as archive for using this in maaping.
    It's realy simple XSL.
    It's adding IDOC ORDERS04 as xml attachment.
    This is the XSL file:
    "<?xml version="1.0" encoding="iso-8859-2"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rfc="urn:sap-com:document:sap:rfc:functions" version="1.0" exclude-result-prefixes="rfc">
           <xsl:output method="xml" encoding="iso-8859-2" indent="yes"/>
           <xsl:template match="*">
                   <ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">
                           <Subject>Order no. <xsl:value-of select="//BELNR" /></Subject>
                           <From>testattest.pl</From>
                           <To>
                           <xsl:value-of select="//RCVLAD" />
                           </To>
                           <Content_Type>multipart/mixed; boundary="--AaZz"</Content_Type>
                           <Content>
    AaZz
    Content-Type: text/plain; charset=iso-8859-2
    Content-Disposition: inline
    <xsl:text>Order file.
    AaZz
    Content-Type: text/xml; name=order.xml
    Content-Disposition: attachment; filename=Order no. <xsl:value-of select="//BELNR" />.xml
    <xsl:text>
    </xsl:text>
          &lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-2&quot; ?&gt;
          &lt;?xml-stylesheet href=&quot;idoc_orders04.xsl&quot; type=&quot;text/xsl&quot;?&gt;
    <ORDERS04>
    <xsl:text>
    </xsl:text>
    <IDOC BEGIN='1'>
    <xsl:text>
    </xsl:text>
    <xsl:copy-of select="//EDI_DC40"/>
    <xsl:text>
    </xsl:text>
    <xsl:for-each select="//E1EDK01">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK14">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK03">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK04">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK05">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDKA1">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK02">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK17">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK18">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK35">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDK36">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDKT1">
    <E1EDKT1>
    <xsl:copy-of select="TDID"/>
    <xsl:copy-of select="TSSPRAS"/>
    <xsl:copy-of select="TSSPRAS_ISO"/>
    <xsl:copy-of select="TDOBJECT"/>
    <xsl:copy-of select="TDOBNAME"/>
    <xsl:for-each select="E1EDKT2">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </E1EDKT1>
    </xsl:for-each>
    <xsl:for-each select="//E1EDP01">
    <E1EDP01>
    <xsl:copy-of select="POSEX"/>
    <xsl:copy-of select="ACTION"/>
    <xsl:copy-of select="PSTYP"/>
    <xsl:copy-of select="KZABS"/>
    <xsl:copy-of select="MENGE"/>
    <xsl:copy-of select="MENEE"/>
    <xsl:copy-of select="BMNG2"/>
    <xsl:copy-of select="PMENE"/>
    <xsl:copy-of select="ABFTZ"/>
    <xsl:copy-of select="VPREI"/>
    <xsl:copy-of select="PEINH"/>
    <xsl:copy-of select="NETWR"/>
    <xsl:copy-of select="ANETW"/>
    <xsl:copy-of select="SKFBP"/>
    <xsl:copy-of select="NTGEW"/>
    <xsl:copy-of select="GEWEI"/>
    <xsl:copy-of select="EINKZ"/>
    <xsl:copy-of select="CURCY"/>
    <xsl:copy-of select="PREIS"/>
    <xsl:copy-of select="MATKL"/>
    <xsl:copy-of select="UEPOS"/>
    <xsl:copy-of select="GRKOR"/>
    <xsl:copy-of select="EVERS"/>
    <xsl:copy-of select="BPUMN"/>
    <xsl:copy-of select="BPUMZ"/>
    <xsl:copy-of select="ABGRU"/>
    <xsl:copy-of select="ABGRT"/>
    <xsl:copy-of select="ANTLF"/>
    <xsl:copy-of select="FIXMG"/>
    <xsl:copy-of select="KZAZU"/>
    <xsl:copy-of select="BRGEW"/>
    <xsl:copy-of select="PSTYV"/>
    <xsl:copy-of select="EMPST"/>
    <xsl:copy-of select="ABTNR"/>
    <xsl:copy-of select="ABRVW"/>
    <xsl:copy-of select="WERKS"/>
    <xsl:copy-of select="LPRIO"/>
    <xsl:copy-of select="LPRIO_BEZ"/>
    <xsl:copy-of select="ROUTE"/>
    <xsl:copy-of select="ROUTE_BEZ"/>
    <xsl:copy-of select="LGORT"/>
    <xsl:copy-of select="VSTEL"/>
    <xsl:copy-of select="DELCO"/>
    <xsl:copy-of select="MATNR"/>
    <xsl:copy-of select="VALTG"/>
    <xsl:copy-of select="HIPOS"/>
    <xsl:copy-of select="HIEVW"/>
    <xsl:copy-of select="POSGUID"/>
    <xsl:text>
    </xsl:text>
    <xsl:for-each select="E1EDP02">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1CUREF">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1ADDI1">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP03">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP04">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP05">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP20">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDPA1">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP19">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP17">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP18">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDP35">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="E1EDPT1">
    <E1EDPT1>
    <xsl:copy-of select="TDID"/>
    <xsl:copy-of select="TSSPRAS"/>
    <xsl:copy-of select="TSSPRAS_ISO"/>
    <xsl:for-each select="E1EDPT2">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </E1EDPT1>
    </xsl:for-each>
    <xsl:for-each select="E1EDC01">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </E1EDP01>
    </xsl:for-each>
    <xsl:for-each select="//E1CUCFG">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDL37">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <xsl:for-each select="//E1EDS01">
    <xsl:copy-of select="."/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </IDOC>
    <xsl:text>
    </xsl:text>
    </ORDERS04>
    </Content>
                   </ns:Mail>
           </xsl:template>
    </xsl:stylesheet>"
    When i import it i can view this file when i open imported archive.
    There i can see that this is iso-8859-2 encoded file.
    When i recive mail and when i save the file it's UTF-8 encoded.
    I'm not talking about declaration in XML file etc. There everything is OK.
    Just when i open file lets say in Edit++ and check code page for file it's UTF-8.
    I need iso-8859-2 code page for the file.
    How can i convert it/do this?
    I used TextCodepageConversionBean but this is not working for that scenerio.
    In file adapter you can choose it.
    Thanks for help,
    Olek

    Are you sure, that your xslt is really used?
    In your XSLT I see:
    <Content>
    ----AaZz
    Content-Type: text/plain; charset=iso-8859-2
    Content-Disposition: inline
    The same place in the SXMB_MONI there is:
    <Content>
    ----AaZz
    Content-Type: text/plain; charset=UTF-8
    Content-Disposition: inline
    I assume that you changed the XSLT meanwhile, but the changes are not active.

  • Text file attachment in UTF-8 encoding

    Hi
    I have written a program which sends  mails to the users with text file attached. the problem is the text file when you save it to the local desktop ( by clicking on save as ) the encoding is by default ANSI. I want to make the encoding as UTF-8. Is it possible to change this in program?.
    thanks
    sankar

    OPEN DATASET - encoding
    Syntax
    ... ENCODING { DEFAULT
                 | {UTF-8 [SKIPPING|WITH BYTE-ORDER MARK]}
                 | NON-UNICODE } ... .
    Alternatives:
    1. ... DEFAULT
    2. ... UTF-8 [SKIPPING|WITH BYTE-ORDER MARK]
    3. ... NON-UNICODE
    Effect
    : The additions after ENCODING determine the character representation in which the content of the file is handled. The addition ENCODING must be specified in Unicode programs and may only be omitted in non-Unicode programs. If the addition ENCODING is not specified in non-Unicode programs, the addition NON-UNICODE is used implicitly.
    Note
    : It is recommended that files are always written in UTF-8, if all readers can process this format. Otherwise, the code page can depend on the text environment and it is difficult to identify the code page from the file content.
    Alternative 1
    ... DEFAULT
    Effect
    : In a Unicode system, the specification DEFAULT corresponds to UTF-8, and in a non-Unicode system, it corresponds to NON-UNICODE.
    Alternative 2
    ... UTF-8 [SKIPPING|WITH BYTE-ORDER MARK]
    Addition:
    ... SKIPPING|WITH BYTE-ORDER MARK
    Effect
    : The characters in the file are handled according to the Unicode character representation UTF-8.
    Notes
    : The class CL_ABAP_FILE_UTILITIES contains the method CHECK_UTF8 for determining whether a file is a UTF-8 file.
    A UTF-16 file can only be opened as a binary file.
    Addition
    ... SKIPPING|WITH BYTE-ORDER MARK
    Effect
    : This addition defines how the byte order mark (BOM), with which a file encoded in the UTF-8 format can begin, is handled. The BOM is a sequence of 3 bytes that indicates that a file is encoded in UTF-8.
    SKIPPING BYTE-ORDER MARK
    is only permitted if the file is opened for reading or changing using FOR INPUT or FOR UPDATE. If there is a BOM at the start of the file, this is ignored and the file pointer is set after it. Without the addition, the BOM is handled as normal file content.
    WITH BYTE-ORDER MARK
    is only permitted if the file is opened for writing using FOR OUTPUT. When the file is opened, a BOM is inserted at the start of the file. Without the addition, no BOM is inserted.
    The addition BYTE-ORDER MARK cannot be used together with the AT POSITION.
    Notes
    : When opening UTF-8 files for reading, it is recommended to always enter the addition SKIPPING BYTE-ORDER MARK so that a BOM is not handled as file content.
    It is recommended to always open a file for reading as a UTF-8 with the addition WITH BYTE-ORDER MARK, if all readers can process this format.
    Alternative 3
    ... NON-UNICODE
    Effect
    : In a non-Unicode system, the data is read or written without conversion. In a Unicode system, the characters of the file are handled according to the non-Unicode codepage that would be assigned at the time of reading or writing in a non-Unicode system according to the entry in the database table TCP0C of the current text environment.

  • Illustrator CS6 : Some layers are missing when exporting files

    Hello all,
    I'm trying to export my project for use in Adobe Director 11, and I'm encountering a problem with the export feature that I believe to be a legit bug, and seeing from the amount of threads related with my problem, I believe some other people have encountered it too. I provided some pics for an easier explanation.
    So.. firstly, the image below is the screenshot of my project in AI, combination of paths, mask and pictures.
    Next I'm trying to export it to PNG without artboard & use transparent background. Notice that the export preview still shows the image that I expect as the export result.
    Below is the exported image.
    As you can see, some part of the project is 'missing' in the exported files. The problem still occurred no matter I exported it to png, jpg, even psd. Changing the export resolution and anti-aliasing setting doesn't help.
    I've encountered the same problem with different project for at least 5 times in like the last 8 months, and I find that each time I encountered the problem, it can only be temporary fixed by some specific procedures and sometimes each problem won't work with the same workaround. For example, one time I can properly export the project after I copy & paste the 'missing' layers and delete the original layers, in other time I have to select the 'missing' layers, move it a little and then move them back to its first location in order to export it properly. I also find that copying the entire layer that I want to export to a new document works a few times. I can't remember some other solutions I have tried that works, but if these solutions doesn't work anymore, I have to find another and it's pretty confusing since it happen to be 'random'.
    Since I believe that this happen to be a program bug, I would love if one of those Adobe guy read this post and direct the problem directly to the AI team or something so it can be fixed in the next updates. Until then, anyone ever experienced the problem? What did you guys do to 'fix' the problem?
    Many thanks for people who help me here.
    P.S. As I'm writing the last part, exporting my current project to PNG with transparent background seems to be working properly after I tried to export to PNG with white as the background color, I dunno  why, but it works now. I still want to know other workarounds to 'fix' the problem though, that could be helpful for other people out there.

    The first thing I was going to ask was if you saved as PDF earlier, but then I noticed you specifically said not in your first post.  I have lost two layered high res images in the last couple of months due to getting mixed up after exporting to PDF for print.  I still don't know how it happened, but I have to assume user error.
    I also note you are using CS6 which has the JDI features, so saving as a JPG would not have flaterened the layers.  I almost never use TIFF as it feels better to use PSD as it is the native format, and it limits the opertunity to mess up.  So I am not being very helpful.  If you absolutely didn't save out as JPG or PFD or similar, then you have to start thinking bug, but I have never heard of this happening outside of user error.
    [EDIT]  Whoops.  Overlap.  I called for my breakfast half way through typing my answer.  Glad you got it fixed

  • XML file created by Library- Export

    In looking at the XML file created by Library->Export, there is a persistent ID for the library as a whole, and a persistent ID for each track. But there isn't a persistent ID for each CD. But it appears that there must be such an ID, because if you look at the filenames of the itc2 files, many of them use a persistent ID that doesn't exist in the XML file, which I assume is for the CD. Is there any way to find this persistent ID?
    Dan

    I suspect that iTunes uses some form of hashing algorithm to index into the Album Artwork folders. Looking at my library, the ratio of about 10:1 for library entries to artwork .itc objects suggests that only one image is used for each album and the fact that the same album name can be used by different artists in iTunes without causing problems suggests that both the album name & artist name are used in generating the hash key. The prevelance of empty folders suggests these are used within iTunes to mark items for which artwork hasn't been found online.
    The Album Artwork folders are a cache created to help iTunes display artwork in it's various views without having to unpack the images from the tags or download them again from an online repositry. If you're worried the cache has out of date or corrupt data, just delete it all and let it be rebuilt as you use your library. If you want access to the images it contains use scripting to get direct access to the artwork objects of the files you are interested in.
    tt2

  • Exported Files(pictures) not Added to Library

    Hello,
    I installed Lightroom 4.4 recently.  I have been using 2.x for years.
    I exported a number of jpg files into a JPG subfolder.  These jpgs were generated from cr2 files.  The "add to catalog" option was selected.  My problem is that not only the exported files/pictures were not added to the catalog but that I cannot add them manually (by syncing the upper-level folder).
    I used to do it like this for years and it worked. 
    Any comments, ideas? 
    Thank you!

    Hello,
    Have you found where the files are being exported to?
    Are they in the correct place? (IE. where ou expected)
    Are you certain the first option of the export dialog was Export to: Same folder as original - and not - Specific Folder before electing a Subfolder of JPG?
    Yes to all of the above.  The new (exported) files are where I want them to be, i.e., in the same subfolder as the CR2 files.  The CR2 files are in one sub-folder named CR2 and the JPG files are in the JPG subfolder named JPG of the same containing folder.  I can see/browse/display the exported files in explorer.  The export worked as expected and placed the newly generated jpg files in the right place.  The only thing that did not work as I would expect it to was that the newly generated files (and folder) were not added to the library.  If I remember well this is how my Lightroom 2 was behaving as well.  This is not a big deal, or WAS not a big deal as in LT2 I would then synchronize the folder and bring all the exported files into the library. 
    My current problem is that syncing does not work as it used to; it does not list the JPG folder(s) (or any of the exported jpg files in these folders) as part of what to sync.  The folders are physically there but they are not selectable or visible as part of the sync, as if they were already in the library (they are not) or as if they were deliberatly ommitted for some reason...
    Do you have any filters active in Lightroom that would hide the jpgs?
    I did not turn on any filters on.  Where are the filters so that I could check if something is not on by default?
    Thanks!

  • New problem with file name while exporting files

    Hi all. Whenever I export files from Crystal, it converts the filename from mixed case to lowercase, i.e. Vendors.pdf or Vendors.csv becomes vendors.pdf or vendors.csv. The destination folder has other files of mixed case, it's not a setting on that side. Since this file is data for an upload, it's a problem. Can't find a setting in Crystal. Is there a fix somewhere?
    Thanks
    Robin

    Hi Robin,
    When exporting this is by design, most OS's won't allow the same name so it's mostly not an issue. You could write a small application that exports for you then you can rename it to anything you want.
    Thank you
    Don

  • Problem in file attachment functionality in ERP.

    Problem in file attachment functionality in ERP in Invoice Workbench and PO documents. The error is Page Not Found.
    Regards
    Sridhar

    Please post the details of the application release, database version and OS.
    user11996389 wrote:
    Problem in file attachment functionality in ERP in Invoice Workbench and PO documents. The error is Page Not Found.Please post the steps you follow to reproduce the issue.
    Was this working before? If yes, any changes been done recently?
    Can you find any errors in Apache/Workflow/Database log files?
    Thanks,
    Hussein

  • Within itunes, can I use the file/library/export library option to transfer itunes to a new pc

    Within itunes, can I use the file/library/export library option to transfer itunes to a new pc? I have read the other options but they will be difficult for me to action. Can this be used as an easier route?

    No. See this migrate iTunes library post.
    tt2

  • Exporting All Audio Files - Having Some Problems. . .

    Hi,
    Im trying to export all my audio and audio intrument files as audio files so that i can pass them over to someone for a remix. Im having a couple of problems:
    1. Automation does not bounce with the tracks
    2. The tracks that run though busses does not bounce
    3. Some of the exported files appear as clipping when we look at the waveform. The levels in logic appear as normal but the waveform is full, both when we view the region on the arrange and in the sample editor.
    Has anyone got any advice on exporting all tracks as audio files or any advice on what this problem could be?
    Thanks, Ben

    benjamingordon wrote:
    Whats PDC. Might seem like a silly question but im a bit lost.
    Plug-in Delay Compensation. It's in the audio preferences, General tab.
    If i want to have automation, then i have to bounce each track individually?
    Yes. As John stated, the export feature bounces the file at Unity gain, and ignores automation. Generally speaking, this is the preferred method for handing off files to a mix engineer. But there are times when the automation is part of the sound you want. In these instances, you'll need to bounce those files, not export them. But certainly automation isn't part of every track?
    I would suggest soloing each Aux track, or audio/innstrument track that needs to be bounced WITH automation, and then bounce offline. Bouncing offline will speed up the process of having to do these tracks one at a time.
    When you're done with the bounced tracks, delete them from your arrange page (but DON'T hit SAVE). Then, use the function "Export ALL tracks as audio files", and all your remaining tracks will export at one time.

  • My HDD crashed and I had to reinstall my boot and programmes on a new HDD.  I managed to recover my library.itl.  How can i import it with the new version of itunes? When i try imprt playlist, it replies that it is not a validly exported file.

    My HDD crashed and I had to reinstall my boot and programmes on a new HDD.  I managed to recover my library.itl.  How can i import it with the new version of itunes? When i try imprt playlist, it replies that it is not a validly exported file.

    It should be like the very first time you synced your phone with I-Tunes. It will notice you haven't synced before and just copy everything from your phone into I-Tunes. It shouldn't delete anything from the phone, at least it never has for me. It just puts a copy of everything into I-Tunes and even if you delete an app for example from your phone and you decide you want it back later, you can just go back into I-Tunes and copy it back over. Hope this helps.

  • Problem with export files

    Hello,
    I have got the version 5.3, original.
    I have a problem with export files. After work with a lot of picture in dng format, I try to export all picture in jpg format, but the number of pictures exported are less than the original number.
    Why?
    Thank you in advance

    There is nothing you are doingt wrong, the web people need to check their Flash stuff, most importantly realyl include al lthe files you provide them with. there's a reason why it spits out 4 files...
    Mylenium

Maybe you are looking for