PDF Content Split SA Changelog

What's new in PDF Content Split SA 4.09

Aug 20, 2023
  • Added replace text with for / ? * : < > invalid filename characters. e.g. replace with - instead of just removing them in previous versions.

New in PDF Content Split SA 4.08 (Jul 26, 2023)

  • Added match on character patterns e.g. [AAANNNNN] would match on any Alpha as A and any Numeric as N e.g. ABC12345
  • [NNNN] would match on any 4 numeric words e.g. 1000
  • % for uppercase and ? for lowercase anything e.g. matching on: Acc9 could be [%???]
  • This can also be used in a h,v range e.g. H:100-200 V:10-20 say for example a number moves around somewhat but is 2 alpha and 6 digits e.g. [AANNNNNN]

New in PDF Content Split SA 4.07 (Oct 6, 2022)

  • Remove space after hyphen when using [POS in prefix / postfix.
  • Fix for a reporting text error. PPPage.
  • Internally more resourceful with number of splits when using unique match.

New in PDF Content Split SA 4.06 (Jun 8, 2022)

  • Fix for prefix, postfix [POS not always working.

New in PDF Content Split SA 4.05 (Apr 8, 2022)

  • Fix for output file length > 128, now max length is 255.

New in PDF Content Split SA 4.04 (Mar 13, 2022)

  • Added [POS adds space between range of words.
  • Added keep creation date same as source in setup.
  • Fix for from match to until match on position h,v and take filename h,v
  • Fixed duplication issue when finding same find text.
  • Added remove gaps to setup, if pdf has say 1-3 pages, 2 summary, then another 2 pagesremoves summaryon until match and match to match, effects if no match is found then removes from output.
  • Added sendgrid method to email sending.
  • Added merge same emails, so will have multiple attachments.
  • Updated encryption methods for emailfixed gmail issue.
  • Fix for long filenames extraction.
  • Fix for memory issue with large pdf files.
  • Speed improvement with less memeory usage.
  • Fix for process stopped.

New in PDF Content Split SA 4.02 (Feb 15, 2021)

  • Fixed and added subject with [n,n] position matches to email list, upto 10 [n,n] allowed per subject.
  • Fixed and added body message with [n,n] position matches to email list, upto 10 [n,n] allowed per subject.
  • Added date options e.g. [DD][MM][YYYY][hh][mm][ss] [M] [D] in email subject and body. e.g. [DD]/[MM]/[YYYY]
  • Fix for load email list with [] parameters, show blank but does populate when sending.
  • Fix for keeping higher number > 255 ascii characters in filename.
  • Decreased memory usage.
  • Batch and script filename to process fix.
  • OCR fix

New in PDF Content Split SA 4.01 (Apr 11, 2020)

  • Fix for horizontal rotation setting been on if previous loaded was on.
  • Minor OCR first checkbox reset temp OCR file fix.
  • Stop fix for when processing afterwards.
  • Added multi [POS usage capability to prefix and postfix.
  • Added removal of non filename characters from prefix, postfix [POS option.
  • Fix for crash when using removing characters on 2nd run.

New in PDF Content Split SA 4.00 (Mar 13, 2020)

  • Added [POS(n),(n)] to take text at that position in prefix and postfix. e.g. another number.
  • Changed to fully Unicode compatible, also reads old ansi text (v1-v3) format configuration files.
  • Added batch list processing option in interface.
  • Released x64 bit version for faster processing as well as 32bit version.
  • Added when no text on show h,v show link to video: https://youtu.be/aNeNPp5EfVg
  • Added replace option of final output filename in other options e.g. start123456789end to 123456789
  • Fixed some problems with loading email list later to go.
  • Fixed a crash sometimes on exit issue.
  • Added email pause option in-between sends, so server doesn't get swamped with emails to send.
  • Fixed some saving/loading issues.
  • Increased body of email message size to max 4k
  • Added OCR pdf first option. (make pdf text searchable)

New in PDF Content Split SA 3.19 (Oct 11, 2019)

  • Fix for html help not showing when pressing F1 key.
  • Added citrix for site license.
  • Checks for locked input file, now show's if there's a problem.
  • Added ignore case sensitive option.

New in PDF Content Split SA 3.18 (Apr 24, 2018)

  • Added support for TLS/SSL use eg ssl:mailhotmailcom
  • Added support for PORT change in sending email eg ssl:mailhotmailcom:457
  • Added tls support eg tls:mailhotmailcom
  • Fixed a stopping issue, now stops when button is clicked

New in PDF Content Split SA 3.17 (Dec 18, 2017)

  • fix for email send with attachments.

New in PDF Content Split SA 3.16 (Nov 6, 2017)

  • Screen dpi fix for 4k monitors and other dpi settings.

New in PDF Content Split SA 3.15 (Oct 30, 2017)

  • Fix for append if exists not working right. (append dll version issue fix)

New in PDF Content Split SA 3.14 (Jun 16, 2017)

  • Fix for foreign characters with negative values e.g. รถ was -10
  • Fix for oversized words causing out of memory error.
  • Added email filtering. e.g. %[]
  • Now on email error it continues and reports it to the log.
  • Added support for h,v range in subject line for text extraction e.g. my subject invoice: [200-300,500] as you expected.
  • Added remove files from output folder before starting in setup menu-->Other Settings
  • Fix for certain pdf, updated pdf engine to 13.11
  • Added when running from the dos command line in now returns number of files split out as the return code.
  • Updated help for emailing.

New in PDF Content Split SA 3.12 (Sep 8, 2015)

  • added while h position is less than option when taking all the line.

New in PDF Content Split SA 3.11 (Aug 22, 2015)

  • fix for append if exists bug causing corrupt output pdf's.

New in PDF Content Split SA 3.10 (Apr 14, 2015)

  • fix for left to right reading order of texts to match on.

New in PDF Content Split SA 3.09 (Apr 14, 2015)

  • added soft hypen support in emails.
  • added words between filename support.

New in PDF Content Split SA 3.08 (Jan 28, 2015)

  • pdf view/extract crash fix for nulls.

New in PDF Content Split SA 3.07 (Apr 10, 2014)

  • fix for crash issue in pdftextdump.dll
  • fix for punctuation in one word, now separates

New in PDF Content Split SA 3.06 (Nov 19, 2013)

  • Updated the in the any word part is like to accept [char>3] to take only first 3 characters only. e.g. input AA1BBBB would take AA1
  • Updated the in the any word part is like to accept [num>char3] to ignore any numerics in first 3 characters then take up to the next numeric. e.g. input A1ABBB999 would take A1ABBB

New in PDF Content Split SA 3.05 (Oct 1, 2013)

  • Improved the take upto any word part to do any numeric if you enter [num]

New in PDF Content Split SA 3.04 (Apr 15, 2013)

  • updated pdftextdump.dll for a fix with punctuation : in a line of text, now split across two.
  • added pdf password entry box

New in PDF Content Split SA 3.03 (Aug 4, 2012)

  • added login and password authentication for sending emails.
  • updated help for email examples

New in PDF Content Split SA 3.02 (Jul 26, 2012)

  • fixed a memory escalating issue
  • speeded up processing 4x

New in PDF Content Split SA 3.01 (Jul 21, 2012)

  • fix for take on line taking extra texts
  • added interface updates in splitting out files section, so can interact better with desktop
  • fixed a stopping issue when stopping was still splitting out

New in PDF Content Split SA 3.00 (Jul 21, 2012)

  • updated interface look
  • added full fonts support for embedded and subset fonts
  • improved split output size
  • improved splitting speed
  • added software updater
  • added help menu, email us
  • added help menu, website
  • changed email list so can scale the window and maximize
  • added email list load / save / saveAs to list menu
  • added email list loading without splitting in main file menu, so can simply load a previous list and send.
  • added ability to amend email address in list by double clicking on item in list
  • added resend selected emails only from list for e.g. resending.
  • added word matching by number in list of words e.g. [WORD3] will match word 'Number:' in example.pdf
  • added 'Matched word as filename' to extract list, this works well inconjunction with [WORD(n)] parameter e.g. [WORD1]

New in PDF Content Split SA 2.06 (May 29, 2012)

New in PDF Content Split SA 2.05 (May 19, 2012)

  • fix for when in email mode, output files issue (not created in time for email scan)
  • fix a drag and drop issue

New in PDF Content Split SA 2.04 (May 4, 2012)

  • improved memory usage for issues with Win Vista and Win 7
  • fixed an examples (x86) folder issue in the installer
  • now checks for permissions on output report file, if can't write then output's to output folder instead.
  • check for viewing h,v file source file exists
  • added V button for viewing output folder quickly
  • added filename and page number to text dump report
  • file cache fix
  • fix for reporting issues when using files in UAC protected areas
  • changed so when: USE 'use as filename name after text' - take rest of line + 1st line next page is selected it changes take make words to 999 if it's set at 0
  • fix for order of words, now sorts reverse on vertical position so bottom of page is last in text dump (like reading manually)
  • added | for OR processing in h,v match
  • fix for a from unique match to until match issue with first page

New in PDF Content Split SA 2.03 (Apr 26, 2012)

  • fix a date time extraction issue for filenames

New in PDF Content Split SA 2.02 (Dec 13, 2011)

  • fixed an internal memory issue causing split page size issues
  • fixed a split pdf issue no content.
  • added [EXTRACTTEXT] to postfix and prefix
  • excluded hyphen - when adding space between words extracted
  • added wildcard folder from dos e.g. u"C:\test.pcs" -f"C:\files\*" -c will process all files: c:\files\*\*.pdf

New in PDF Content Split SA 2.01 (Apr 18, 2011)

  • Fix for word 2010 pdf's double characters issue
  • Fix for 999 max words to take, if set to 0 then if was defaulting to 999
  • Removed double up's in email if appended (updates end page to latest)
  • Added HTML message option

New in PDF Content Split SA 2.00 (Feb 14, 2011)

  • Improved pdftextdump.dll - changed tolorance for text from 1.02 to 1.5 on the x plain (horizontal)
  • Added appending of files if same match
  • Added in email support, sends email to text within PDF and attaches split PDF
  • Added outlook email send capability
  • Added in anywhere in the word is e.g. @ to not get the domain name
  • Added before text and after text to email config
  • Added view pdf button on main interface
  • Added tooltips
  • Fixed a counter issue when splitting
  • Updated help

New in PDF Content Split SA 1.33 (Jul 10, 2010)

  • fix for split issue
  • fixed win 7 drag and drop
  • disable ESC key

New in PDF Content Split SA 1.32 (Jun 29, 2010)

  • added drop down boxes for prefix and postfix

New in PDF Content Split SA 1.31 (Jan 28, 2010)

  • added permissions check
  • added file list text file for filenames option
  • added filter character option
  • added dos script example to install
  • added drag and drop filenames

New in PDF Content Split SA 1.30 (Jun 23, 2009)

  • added landscape layout option

New in PDF Content Split SA 1.28 (Apr 30, 2009)

  • added decoding text of ascii hex and ascii85 text streams
  • added xp styles

New in PDF Content Split SA 1.27 (Mar 20, 2009)

  • added option to optionally use a different external split method instead of internal
  • fix for trailing space on filename in reports