A-PDF :: Affordable PDF Tools

How to ingore the colons of extracted field while splitting on text?

Return KB main page

Question

Sometimes I encounter the error message like "can not save file", how to settle this issue?

Solution

While using A-PDF Content Splitter (free download here), if there is colons by the side of extracted data of splittag, the splitting process may fail. Please write the code below in "Transform" Advanced setting box to ignore the colons:

Var
p :Integer;
Begin
Tag := AnsiReplaceStr(Tag, ':', '_');
Tag := AnsiReplaceStr(Tag, '/', '_');
End.

As this picture shows:

content_splitter_transform_code

View video tutorial here:

a-pdf-content-splitter-video-tutorial-image

More Related Q&A

Related products

  • A-PDF Split - Split any Acrobat PDF file into separate pdf files base on page, bookmark and more
  • A-PDF Content Splitter - Split PDF files based on content
  • A-PDF Content Splitter Service - Windows service program to monitor folders and all PDF files copied or created in will be splitted into smaller files based on location and text information.

We always like improving our products based on your suggestions. Please send your feedback (or ask questions) to us in the contact page.

Return KB main page