Search

W2 Split

Last Updated: Mar 8, 2023

Articles

Use this function to split the W-2 Wage and Tax Statement files into individual PDFs.

Syntax

W2 Split (FID)

Parameters

Input Parameter Name Description
FID Fileserver ID of the uploaded W2 file

Returns

Return Value Description
Table Data Table with columns:
  • FID: Fileserver ID of the split W2 PDF
  • FileName: Filename of the split PDF
  • PageNumber: Reference page number from input file
  • Type: W2 or Residual(left out text portion of the original PDF after extracting W2 document)

Ensure that the DataTable is created with Table Definition W2SplitTable.

Sample

W2 Split (f1e6fac2-0b0c-11ec-94a7-d8c0a6e813XXX)

Identified and split 180 Wage and Tax Statement PDFs from the parent file with 60 pages.

  • Returns table with FID, FileName, PageNumber, and Type of the individual PDFs.

Image description

To view all the Document functions, click here.

Did you find what you were looking for?