Skip to content

Header problem -Crosspoint #3

Description

@Shininess8816

I was having issues getting a xtc to open on my crosspoint X4 device.

Had to turn to AI - I was getting error 'Page Load Error' on the device, but debugging the file out into PDF - I could tell they were generated correctly.

AI tells me that the header version is incorrect for newer crosspoint version (1.0?) - I had to replace the header. Commands pasted below

##CONVERT
xtctool convert book.pdf -o book.xtc

##DEBUG CONVERT
xtctool convert book.xtc -o ./debug/debug.png

##FIX HEADER (PAGE ERROR ON DEVICE)
cp book.xtc book.xtch

printf '\x58\x54\x43\x48' |
dd of=../book.xtch bs=1 seek=0 count=4 conv=notrunc status=none

Thanks for the great tool

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions