Combining images to PDF in folder based on prefix

I have an arbitary folder with images in them, that are named like this:
00_01.tiff
00_02.tiff
00_03.tiff
00_03.tiff
01.tiff
02-1_01.tiff
02-1_02.tiff
02-2_01.tiff
02-2_02.tiff
I want to combine all the files starting with 00 into a new pdf 00.pdf, all starting 01 to 01.pdf,  all starting with 02-1 to 02-1.pdf and all starting with 02-2 to 02-2.pdf
In short the rule would be:
if text 3 in fileName = "_" then
     set newFileName to text 1 thru 2 of fileName
else
     set newFileName to text 1 thru 4 of fileName
end if
It is easy to combine files to PDF's with Automator, but introducing this logic and doing the combining in Applescript is out of my league.
Does anybody have some suggestions on how I should go about solving this?
Best regards,
Knut

Jacques Rioux wrote:
Does the script should search in the subfolders?
No, I did not intend it to search through subfolders. I have thought about maybe first putting each group of files in to subfolders, and then iterate through the folders and do the PDF conversion then. That would be quite close to what the script you wrote is doing. More about that at the end of this reply.
Do you have multiple image formats (the name extension) to find in the source folder or in subfolders?
No, there will only ever be .tiff images in the folder. The contents of the folder is created by another script (as a part of a bigger workflow).
Do you have any PDF documents or PDF images  to find in the source folder or in subfolders that you want to combine?
No, there will only be images in .tiff format. I mistyped in my previous post - it should have said .tiff there too, and not .pdf. Sorry about that.
xx.tif and xx_y.tif : Is it the number in xx can be the same or always different?
If the answer is not always different, (11.tiff and 11_2.tiff) Does the script should create one PDF or two PDF?
If the answer is two PDF, how do you rename the new PDF file? --> (11.pdf and 11_2.pdf) both must be renamed "11.pdf"
I will remove the xx.tiff as a possibility. We will only have xx_yy.tiff or xx-z_yy.tiff to care about, and not xx.tiff.
I will give you some background information, maybe it is easier when understanding the use case. You can skip to the table below if this is not relevant. The reason for this naming convention, is so that yet another script can finalize the workflow later, when doing renaming based on the output name of the created PDF-file. My workflow is for digital archiving of sheet music.
The entire workflow is like this:
Scanning the sheet music.
Converting pdf-files to tiff.
Cleaning, straigthening and convert from grayscale to b/w with ScanTailor
Rename output files to the naming scheme I describe.
Convert the tiff images to pdf, per part.  (this is the part I'm asking about here)
Renaming all the files to fit the archiving scheme.
Grouping and sorting the files, and creating zip-archives.
Archiving the entire digital copy of the set in our digital archive.
For our case, we're only interested in item 5 in the list. Another series of scripts and Automator workflows take care of the rest.
Each music piece consists of several parts.
In the filing system I have created, each part has a prefix with the xx-number, like this:
00 = Score
01 = Soprano cornet
02 = Solo cornet
17 = BbBass
18 = Percussion
The final files will have a name like (only an example):
02_SoloCn_31_SilentNight_Gordon.pdf
For some pieces there are more than one solo cornet part. That's why we get the z-component, to differentiate between the parts:
02-1 = Solo cornet 1 --> will get filename 02_SoloCn1_31_SilentNight_Gordon.pdf
02-2 = Solo cornet 2 --> will get filename 02_SoloCn2_31_SilentNight_Gordon.pdf
Many pieces has more than one page per part. That is where the yy component of the file name comes in, the only reason for the yy component is to keep all the pages in the correct order to make it easy to combine them programatically:
02-1_10.tiff = Solo cornet 1, page 1
02-1_11.tiff = Solo cornet 1, page 2
02-1_12.tiff = Solo cornet 1, page 3
Here is a table with the pattern, example of a possible filename and what the output pdf should be called:
Pattern
Example file name
Output pdf
xx_yy.tiff
01_10.tiff
01_11.tiff
01_12.tiff
01_13.tiff
01.pdf
xx_yy.tiff
12_10.tiff
12_11.tiff
12_12.tiff
12.pdf
xx-z_yy.tiff
02-1_10.tiff
02-1_11.tiff
02-1_12.tiff
02-1.pdf
xx-z_yy.tiff
02-2_10.tiff
02-2_11.tiff
02-2_12.tiff
02-2.pdf
Is it possible that there would be other characters after the pattern? --> example: 33_2test.tiff, 40-4_99ball.tiff
No, all the files will have just the components described above in the file name. No need for exception handling, since this is a tightly controlled workflow.
As i mentioned earlier in this reply, I have played with the thought of first running a script to sort all the files for one part into a subfolder with the correct name.
This I can do with the following script (I guess it would be more efficient with shell script or using System Event to do the moving):
          tell application "Finder"
set thisfolder to (choose folder)
set mylist to every file in thisfolder as alias list
repeat with eachfile in mylist
set filename to name of eachfile
if (character 3 of filename is "-") then
set prefix to characters 1 thru 4 of filename as text
else
set prefix to characters 1 thru 2 of filename as text
end if
try
set newfolder to ((thisfolder as text) & prefix) as alias
on error -- file not found
set newfolder to make new folder at thisfolder with properties {name:prefix}
end try
move eachfile to newfolder
end repeat
   end tell
After this, all the files have moved to folders with the folder name corresponding to the part number, like this:
01/01_10.tiff
01/01_11.tiff
02-1/02-1_10.tiff
02-1/02-1_11.tiff
and so on...
It would perhaps be easier to extend on this script, or create a new one, that will iterate each subfolder in a folder, and run the Automator action for combining images to files with each iteration?
What do you think? I'm sorry if this was too much information. Do not hesitate to ask if something is unclear (I bet it is!).
I really appreciate your help, Jacques!
Knut

Similar Messages

  • TC Backup Volume Structure - Folder Based or Disk Image?

    Hi,
    Is the backup volume in TC folder based (which is used on drives connected via USB or FW) or Disk Image-based (used when you 'force-enable' the wireless backup support for TM)? I'm quite curious 'coz what I noticed with the Disk Image-based backup volume is that it crashes the TM's 'disk handling' software when the image bloats to about 14Gb in size. If the TC's backup volume uses disk image as well, then there could be a possibility that the software will crash when mounting huge dmgs.
    thanks,
    zurc

    yikes! pls do let us know what happens if the sparse image goes to about 14GB... my Airport Extreme's disk-handling software crashes when I try to mount a volume with that size... which actually is the size of TM's 'unofficially' supported backup sparseimage.
    thanks!
    zurc
    Message was edited by: zurc

  • Converting PDF/A to PDF while combining images

    Thanks in advance for your assistance!
    I have a quantity of PDF/A that I need to convert to standard PDFs. However, here's the wrinkle: each file has separate images that are layered over each other. I really need one image that has all the separate images combined. Further information: there's embedded text that needs to be preserved.  An example image is here.  An example of what it needs to look like is here.
    How do I do this in Acrobat Pro XI? I've tried a bunch of different things but had no success. I was hoping someone with more experience has some suggestions.  Thanks!

    Well, the situation is this. We have an OCR program that reads tiffs of historic newspapers and makes PDFs of them. Then we have another piece of software that creates an XML (containing the text and related metadata) and PNG for screen display using the PDF as the source. Then these are ingested into a third software package that makes the newspaper pages searchable and displays the PNG via the web. It then offers the PDF as a download. 
    This works for us BUT we upgraded the OCR program and accidentally changed from PDF to PDF/A. For whatever reason the PDFs output with a single image but PDF/A takes any pictures or drawings and makes the separate image layers while "cutting" the pictures out of the main image.  The software that creates the XML can only process the first image it finds in the PDF. We didn't detect the change until we had OCRed about 30,000 pages.
    We unfortunately pay per page for the OCRing. So I'm hoping to fix the incorrect files rather than going back and re-OCRing the whole batch and have to pay again on the same pages.  We corrected the process and now PDFs come out of the OCR with just one image. So moving forward we're fine.
    So that's why I'm trying to find a way to flatten the images.

  • How to convert from image based pdf to text based pdf

    I have Adobe 9 Pro. How to convert from image based pdf to text based pdf? For example, if someone emails a scanned pdf to me, how do I convert that document into a text based pdf?

    To perform OCR, open the document and select: Document > OCR Text Recognition > Recognize Text Using OCR
    More information on the various options is in the Acrobat help doc.

  • Error while converting Image -to- PDF and then to PDF/A

    Hi,
    I'm trying to convert a Image format(JPEG,bmp,tiff) to PDF and then to PDF/A. I could able to convert Image to PDF successfully.
    I'm getting the below error while converting the PDF(that was generated) to PDF/A.
    Caused by: com.adobe.livecycle.output.exception.OutputException: Input Document is a already flat PDF Document
    at com.adobe.printSubmitter.PrintServer.transformPDF(PrintServer.java:307)
    at com.adobe.printSubmitter.service.OutputServiceImpl.transformPDFInTxn(OutputServiceImpl.ja va:518)
    at com.adobe.printSubmitter.service.OutputServiceImpl$4.doInTransaction(OutputServiceImpl.ja va:481)
    ... 106 more
    Error OCCURRED: ALC-DSC-000-000: com.adobe.idp.dsc.DSCException: Internal error.
    Please give me the solution to convert PDF to PDF/A?

    I've just read a footnote in the API documentation which indicates that the transformPDF function cannot be used for this purpose:
    "GS_Enterprise said on Nov 24, 2007 at 12:03 PM :
    Please note that the parameter "inPdfDoc" for transformPDF assumes that the stream content is an XFA-based PDF, and that it's not an XFA-based PDF with a PDF background (also known as "XFA foreground"). In other words, this function does not convert any input PDF to PDF/A, but only those PDFs generated from an XFA template which does not include any static PDF content as a background."

  • Retention Policy and Managed folder based retention

    What is difference between "Retention Policy/ Policy Tags" and " Managed Content Settings"?
    In my setup , my managed folder folder become general folder after following steps
    1. Created Managed folder
    2. Created managed content settings for IPM.post and IPM.Appointment with retention action "Delete and Allow recovery".
    3. Created managed policy and applied to 1 mailbox, and this is working properly
    But After that,
    1. Created 3 retention tags(1 for inbox, 1 for sent, 1 personal).
    2. Created retention policy combining these 3 tags.
    3. Applied to SAME mailbox
    4. Ran 'ManagedFolderAssitant'
    **After this, Managed folder become general outlook folder.
    So, cant I have "Managed folder based retention for managed folders" and General retention for "Inbox,Sent"

    Exchange 2010 RTM introduced Retention Policies as the successor to the Message Records Management (MRM) technology introduced in Exchange 2007. MRM was the successor to Mailbox Manager Policies in Exchange 2003. Message Records Management is called MRM
    1.0 and Retention Policies is being called MRM 2.0 for short. MRM 1.0 as well as MRM 2.0 are both available in Exchange 2010. Only difference is we can manage Retention Policies from the EMC and EMS, but the Managed Folder Mailbox Policy is only Managed from
    the EMS through cmdlets in Exchange 2010 SP1.
    It completely depends on your requirements when to use MRM 1.0 and when to Use MRM 2.0.
     Certain new features are added in MRM 2.0 (Retention Policy) which allow us to manage our mailbox email items at very granular level. But if we are still happy with earlier version MRM 1.0 then we can continue using Managed folder mailbox
    Policy in Exchange 2010.
    [ Note: If we are Using the Retention Policy (MRM 2.0) then we can view the expiry of  each and every email items of the folders on which the retention Policy is tagged and this can be only view from OWA and Outlook 2010, But this feature
    is not available  for  Managed Folder Mailbox Policy (MRM 1.0) ]
    We cannot use the Base Folder only switch in MRM 2.0 because it is TAG  specific (DPT, RPT, and PPT) not Managed Folder specific.
    Managed folder Mailbox Policy is folder specific this would be the major difference.
    Refer to this link :
    Retention policies vs Managed folders

  • Convert Multiple Images to PDF using iTextSharp?

    Hello friends, in my small project i have a button for converting more than one image file to pdf, i made some search in google and found some articles about that i found one that helps me to do that but convert only two images to pdf, and i want to make
    it unspecified number of image to pdf
     can anyone help me please? how to do that? or give me an article about that
    this is my code:
    private void button2_Click(object sender, EventArgs e)
    string sMergedFiles = @"C:\PDFTest\PdfReport.PDF";\\pdf file path
    string sTiffFiles = "C:\\PDFTest\\TiffFiles\\";\\Tiff image files path
    Document document = new Document(PageSize.A4, 50, 50, 50, 50);
    PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(sMergedFiles, FileMode.CreateNew));
    document.Open();
    //here you can loop thru and call AddTiff2Pdf for multiple files
    string tiffFileName = Path.Combine(sTiffFiles, "asdf.tif");\\first tiff image
    AddTiff2Pdf(tiffFileName, ref writer, ref document);
    tiffFileName = Path.Combine(sTiffFiles, "1234.tif");\\second tiff image
    AddTiff2Pdf(tiffFileName, ref writer, ref document);
    document.Close();
    private void AddTiff2Pdf(string tiffFileName, ref PdfWriter writer, ref Document document)
    Bitmap bitmap = new Bitmap(tiffFileName);
    int numberOfPages = bitmap.GetFrameCount(System.Drawing.Imaging.FrameDimension.Page);
    PdfContentByte cb = writer.DirectContent;
    for (int page = 0; page < numberOfPages; page++)
    bitmap.SelectActiveFrame(System.Drawing.Imaging.FrameDimension.Page, page);
    System.IO.MemoryStream stream = new System.IO.MemoryStream();
    bitmap.Save(stream, System.Drawing.Imaging.ImageFormat.Png);
    iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance(stream.ToArray());
    stream.Close();
    img.ScalePercent(72f / bitmap.HorizontalResolution * 100);
    img.SetAbsolutePosition(0, 0);
    cb.AddImage(img);
    document.NewPage();

    Why only two images allowed, cause failure with third ?Oh I used another way before, a third party tool, download and add reference to project then use the following code.There is
    no limitation of image amount. Ref this
    article.
    // Create a pdf document with a section and page added.
    PdfDocument doc = new PdfDocument();
    PdfSection section = doc.Sections.Add();
    PdfPageBase page = doc.Pages.Add();
    //Load a tiff image from system
    PdfImage image = PdfImage.FromFile(@"D:\images\bear.tif");
    //Set image display location and size in PDF
    float widthFitRate = image.PhysicalDimension.Width / page.Canvas.ClientSize.Width;
    float heightFitRate = image.PhysicalDimension.Height / page.Canvas.ClientSize.Height;
    float fitRate = Math.Max(widthFitRate, heightFitRate);
    float fitWidth = image.PhysicalDimension.Width / fitRate;
    float fitHeight = image.PhysicalDimension.Height / fitRate;
    page.Canvas.DrawImage(image, 30, 30, fitWidth, fitHeight);
    //save and launch the file
    doc.SaveToFile("image to pdf.pdf");
    doc.Close();
    System.Diagnostics.Process.Start("image to pdf.pdf");

  • Keep the same name while converting images to PDF

    I am using Automator to convert images to PDF. The new images are in a different folder, but it is asking for an output file name. Can't I tell it to just keep the same name as the old file?

    leaving the exact format, can you explain what does it mean by correctly formed Arabic fonts ?
    What I did is created a text document in Arabic and converted it to PDF and the same file is converted back to word and the results were all junk..

  • Export an Image to PDF from a WAD Template

    Hi Friends,
    I want to export the Company Logo used in the template to the PDF. But here i am not allowed to use Report Designer for that.
    So can any body tell me how to export the image to PDF without using the Report Designer.
    Thank You.

    Hi,
    If you are using BI 7 here is what you should do.
    Insert the reaquired image 'Company Logo' in the MIME repository in the system first.
    1) Se80
    2) MIME repository --> choose an appropriate folder to put the image (if it is company logo you can choose SAP -> BW -> Customer -> Images)
    3) Remember, this will create a transport request and needs to be moved to every landscape whereever the template is accessed. It is common folder accessible to all SAP users in your system.
    In WAD,
    1) On the top you will find a button called 'Insert Image'
    2) Give the path to the image in the MIME repository.
    The source will mostly be like -> bwmimerep:///sap/bw/mime/Customer/Images/...Logo.gif etc.
    3) For the Export to PDF, use a Button item and assign command 'Export'. Keep Web Template and Web Item default and export format - PDF.
    When export button is clicked, along with all web items, your image will get exported to PDF.
    - Shruti

  • Using applescript to save an image to PDF?

    I'm still learning applescript, but I need a good one really quickly. I have several images that I need to save as PDF. Is there a way to do this through applescript? It will save me many, many hours of work over the next month.
    Thanks,
    Jonathan
    MacBook   Mac OS X (10.4.9)  

    Hello Jonathan,
    Ok i have only one final question.
    Do you know how to work in photoshop, don't you? Ok i think yes.
    Well i have 2 ways to do that, i did one action from photoshop that will get the image inside folder and will convert this image in pdf. Abouve the line of script
    that you have to attach to folder action and the action for Photoshop.
    About the action for Photoshop give me your email address and I send you, or do it your self. You have to do this: open one image in JPG, go to action, go new set, put your name of set, put the name of action if you like you can change the name, go print with preview, print and set save as PDF close your file and stop the action.
    Now that you have to do is put all your files inside your folder and leave the Photoshop do it for you, ok?
    Good Luck
    Hack
    property speak_alert : false -- if true, the script will speak the alert. If false, the script will display an alert dialog
    property dialog_timeout : 30 -- set the amount of time before dialogs auto-answer.
    property copychecksindicator : false
    property itemcheck_delaytime : 2
    property foldercheck_delaytime : 3
    property speciallabelindex : 7
    on adding folder items to this_folder after receiving added_items
    if copychecksindicator is true then
    set the added_items to my checkaddeditems(the added_items)
    if the added_items is {} then return "no vaild items"
    end if
    tell application "Finder"
    activate
    set this_folder to choose folder with prompt "pdf"
    set these_files to every file of folder this_folder
    end tell
    tell application "Finder"
    repeat with i from 1 to number of items in these_files
    set this_path to (item i of these_files) as string
    tell application "Adobe Photoshop CS2"
    launch
    open file (this_path as string)
    set this_files to current document
    do action "Jpg" from "Jpg para Pdf"
    end tell
    end repeat
    end tell
    end adding folder items to

  • Dreamweaver thinks my images are in a folder

    I've set up a site with many images in the root folder. When
    I drag an image to the page (also in the root folder, not a
    sub-folder) the src box in the properties inspector has a slash in
    front of the filename as though the image is in a sub-folder. For
    example, if the image is named picture.jpg the src box in the
    properties inspector reads /picture.jpg.
    Does anybody know why this is happening? It's really annoying
    because I have to erase the slash for every image in order for the
    image to display in the browser.

    Your site definition is set to use root relative links. Don't
    panic. They
    work. But they will not work in local preview UNLESS you have
    enabled
    PREFERENCES | Preview in Browser > Use temp files for
    preview.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ss2104" <[email protected]> wrote in
    message
    news:gnmqqc$pjp$[email protected]..
    > I've set up a site with many images in the root folder.
    When I drag an
    > image to
    > the page (also in the root folder, not a sub-folder) the
    src box in the
    > properties inspector has a slash in front of the
    filename as though the
    > image
    > is in a sub-folder. For example, if the image is named
    picture.jpg the src
    > box
    > in the properties inspector reads /picture.jpg.
    >
    > Does anybody know why this is happening? It's really
    annoying because I
    > have
    > to erase the slash for every image in order for the
    image to display in
    > the
    > browser.
    >

  • How to add Images and PDFs in MDM iView

    Hello!
    We use SAP Portal as interfase to access SAP MDM repository tables.We use MDM Record Set and MDM Item Detail iViews to display and operate with main table content.
    There is a field in the qualified table, which is the lookup to the Images table. And the other field is the lookup to the PDFs table. Both fields are qualifiers.
    In the main table there is a field, which is the lookup to the qualified table. When we try to add values to this field using Item Detail iView, we get a window, where we can fill all values of the qualified table, except Image field and PDF field - they are disabled. So, can we add Images and PDFs to the table using Item Datail iView? Or what is the other way to add them?
    Thanks,
    Vika
    Message was edited by:
            Viktoria Demina

    Ooohh... you mean, like the one mentioned in http://indesignsecrets.com/adding-zoom-and-print-to-indesign-swf-files.php?
    But they want to get paid for their hard work, the bastards!

  • How to get all image files from a folder to wwv_flow_files?

    Hi there!
    Is it possible in apex to show, in a report look-a-like, all image filenames from a folder in another machine (i enter in that machine by ip) and insert all files into wwv_flow_files?
    I want to see all files, then pick one and open a image...
    But it can't be by browse item... it has to show all filenames as a list...
    If it is possible, how can i do it?
    Thanks!
    Best regards,
    Luis Pires

    Hi,
    you can connect to the server using UTL_HTTP.
    Then for each files you copy the response into a BLOB to be able to show it or to store it in a table.
    A piece of code :
    begin
       -- initialize the BLOB.
       dbms_lob.createtemporary(l_blob, false);
       -- path to the file
       l_url := 'http://your_server/your_file.jpg';
       -- begin retrieving the target.
       l_req := utl_http.begin_request(l_url);
       -- identify ourselves (some sites serve special pages for particular browsers)
       utl_http.set_header(l_req, 'User-Agent', 'Mozilla/4.0');
       -- start receiving the response.
       l_resp := utl_http.get_response(l_req);
       -- copy the response into the BLOB.
       begin
          loop
             utl_http.read_raw(l_resp, l_raw, 32767);
             dbms_lob.writeappend (l_blob, utl_raw.length(l_raw), l_raw);
          end loop;
          -- stop when exception end_of_body is raised
       exception
          when utl_http.end_of_body then
             utl_http.end_response(l_resp);
       end;
    end;It's a minimal example, you may need authentication, check l_resp.status_code, etc...

  • How to Copy an Image File from a Folder to another Folder

    i face the problem of copying an image file from a folder to another folder by coding. i not really know which method to use so i need some reference about it. hope to get reply soon, thx :)

    Try this code. Make an object of this class and call
    copyTo method.
    import java.io.*;
    import java.net.*;
    import java.util.*;
    public class FileUtil
    extends File {
    public FileUtil(String pathname) throws
    NullPointerException {
    super(pathname);
    public void copyTo(File dest) throws Exception {
    File parent = dest.getParentFile();
    parent.mkdirs();
    FileInputStream in = new FileInputStream(this); //
    Open the source file
    FileOutputStream out = new FileOutputStream(dest); //
    Open the destination file
    byte[] buffer = new byte[4096]; // Create an input
    buffer
    int bytes_read;
    while ( (bytes_read = in.read(buffer)) != -1) { //
    Keep reading until the end
    out.write(buffer, 0, bytes_read);
    in.close(); // Close the file
    out.close(); // Close the file
    This is poor object-oriented design. Use derivation only when you have to override methods -- this is just
    a static utility method hiding here.

  • I am new to Mac and am having trouble with uploading images from my pictures folder to Facebook and other share sites- some of my images are accessible while others are seemingly locked....

    I am new to Mac and am having trouble up loafing images from my pictures folder to photography sites and Facebook. Some of the saved images are accessible, while others are not, ( they are light colored and cannot be uploaded) I am not saving them any differently.

    Hi Robodisko,
    Thanks for your prompt reply...... 
    I often proof my work in preview then edit images in photoshop and rename from there.  The dsc images are renamed to correlate the name of the class etc.  i.e. dcs_001 is saved as the file name required 7A.jpeg etc.
    The file names are required to correlate what is what and so on..........

Maybe you are looking for

  • Importing music, artwork and data base from external hard drive

    I purchased a MacBook to use primarily as a music server. I have an external hard drive with over 300GB of music files ripped from CDs in Apple Lossless with a computer using Windows XP. I also have another external hard drive formatted for the Mac.

  • IPod Randomly Reset Itself, Now Apps Are Not Working!(4th gen)

    So, I was just browsing websites in Safari when this happened. I'm pretty sure I got linked to Tumblr and then my iPod decided to reset itself. After that, many apps refused to work, including Safari. Puffin Web Browser still worked, but it said that

  • How to setup Events under Data sources in LBWE

    Hi, I need to know how to setup the events for Shipments data source in LBWE,i activated the data sources and extracted the data but there is no Events for Those shipments data source under application area 08.Other application areas like 11,12...tho

  • Audio drops and cracks and odd sounds upon export...

    working on CS4, on my mac powerbook. upon exporting the audio has issues it doesn't in the project editing/CS4. I've used crossfades, exponential fades to be specific... and even when I delete them, I have issues with clips I've never used them on. t

  • CellEditingEnded provides the previous value in the edited cell, I need the new one - How?

    I am implementing a minimal Calculation Chain restricted to the current row. When the user types some new value in a cell (part of a column named "Length"), some sections of the row are re-calculated. See my handler code: The problem is that the valu