-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clickable links #16
Comments
If you mean PDF annotations it is possible but I had no time to play with it. Line 118 in 2f270ad
Instead of that one would need to apply the appropriate transformation to the coordinates in the annotations contained in page["/Annots"] , specifically the /Rect argument needs to be transformed for each (certain subtypes may need more work).The details are in sec 8.4 of the PDF Reference. If you want to take a stab at it I'm more than happy to assist you! |
Yes, that is what I meant. |
Hi @benneti I'm adding some info on this issue. |
actually I now use https://github.com/naturale0/rmrl to generate the pdfs (and mainly rmfakecloud + rmapi to get the files to generate the pdf). So my motivation is a bit low right now, maybe it would even be more useful to simply use rmrl (which is intended as a python library anyway) instead. |
If you don't mind me asking, what are the main reasons why you are not using Remy's export? |
Of course I don't mind. It's less about what Remy could do more about that if I use the remarkable cloud (or the selfhosted alternative) Remy does not work, and also I want a cli interface to automate some stuff I do periodically. Rmapi + rmrl does exactly that and I use Remy more like a fallback when I am in a situation without internet. What do you think about using rmrl for the export I think it would save a lot of duplicated effort? |
meaning it does not exploit the cloud or does it downright break?
Completely fair, I wanted to add a CLI but I never really needed it in my workflow
I considered it. Thing is, I'd need duplication anyway because of Remy's preview, which cannot reuse the rmrl code. |
Yeah I meant as in exploit the cloud. Before I used rsync to a server to not use remarkable s cloud but by now rmfakecloud works perfectly for my use case. Not using rmrl is completely fair, too. For the configurability I think they would be open for Pars and from a quick glance it seems some stuff can already configured with dicts. Anyway this does not help with the preview in any case. |
would it be possible to support url support on export?
The text was updated successfully, but these errors were encountered: