Tom McLellan

Results 17 comments of Tom McLellan

I did a bit more digging and should have realized that earlier AES-256 reference was just to do a crypto dependency. Looking at PDFWriter's DecryptionHelper.cpp L127, you can see that...

Thanks, I don't think hummus-recipe ever added RTL support (https://github.com/chunyenHuang/hummusRecipe/issues/108) but it's worth a try, maybe it gets handled through a lower-level library.... I'll give it a try.

I experimented with the `ModifyExistingPageContent.js` test to see if I could add some Hebrew text onto an existing PDF with the writeText() function. I used an `arial-unicode` font that included...

Thanks but I didn't quite understand. Are you suggesting to render the text using a specialized font that assumes we're writing in LTR mode and have reversed the characters of...

Okay interesting, I looked for RTL only freetype-compatible fonts but didn't find any clear options. Maybe best for now just to assume that RTL handling should be done before calling...

I guess in Arabic the reversing method can cause issues where the characters aren't joining together (like cursive writing). It sounds like the reversal approach is generally okay for Hebrew....

Maybe too late, but I tried initializing ionic storage (2.x) in the angular APP_INITIALIZER (with blocking to wait until ionic storage was ready). My app.module.ts included: ` NgxsModule.forRoot([], { developmentMode...