|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
I used the Able2Extract demo on a PDF file and I understand that every 8th cell would be converted to XXXX's. However, the output results show that certain cells are consistently replaced with XXXX's. I tried selecting from different starting points on the PDF document and selecting just the 3 pieces of data (cells) by themselves, but they still appeared as XXXX's in all the conversions to excel. Is this an inability to read the data and if so, is there a work around? |
||||
No, this is not an inability to read the data. "Every 8th cell" is meant to mean that the cells on the page are numbered from first to last. They are then are stored internally and every 8th cell is XXXed out. PDF is not a sequential document format... that is, for example, table cells can be added row-by-row or column-by-column or any other order (or no order whatsoever). So that is why sometimes "every 8th cell" does not look exactly as every 8th to human user - but if you count the number of cells and then count the number of XXXed out cells - you will see that the ratio is 1:8 for the page as a whole. The Selection makes no difference. Cells are numbered based on their page position, not their position in a selected part of the document. |
||||