0
Sorting PDFs from Inside Strings
Engaged
,
/t5/coldfusion-discussions/sorting-pdfs-from-inside-strings/td-p/875051
Feb 26, 2009
Feb 26, 2009
Copy link to clipboard
Copied
I know this is slightly off topic, and I'm pretty sure I know
the answer, but I'd like to get some assurance before I go around
stating this.
We get a large PDF file with hundreds of pages. Each page displays two part numbers. Is there any way to sort the pages by part number? For simplicity's sake let's assume that the two part numbers on the same page are concurrent.
Thanks!
We get a large PDF file with hundreds of pages. Each page displays two part numbers. Is there any way to sort the pages by part number? For simplicity's sake let's assume that the two part numbers on the same page are concurrent.
Thanks!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Valorous Hero
,
LATEST
/t5/coldfusion-discussions/sorting-pdfs-from-inside-strings/m-p/875052#M80724
Feb 26, 2009
Feb 26, 2009
Copy link to clipboard
Copied
Theoretically you could extract the content using ddx, and I
imagine reassemble an alternately sorted document. Assuming that is
a requirement. Though I do not know about performance. Another
option might be to provide a table of contents using the extracted
text.
http://blog.cutterscrossing.com/index.cfm/2007/12/3/CF8-PDF-Manipulation-Pulling-Text-Out
http://blog.cutterscrossing.com/index.cfm/2007/12/3/CF8-PDF-Manipulation-Pulling-Text-Out
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

