[XFA] Embedded PDF II (BBCode)

[XFA] Embedded PDF II (BBCode) 2.0.1

No permission to download

doublespaces

Well-known member
Is there a way to make this more mobile friendly? I realize a PDF is all about keeping the shape, but isn't there a way to make this window responsive or to open a modal window that can be zoomed and fits within the screen?
 

doublespaces

Well-known member
Code:
[URL='https://cdn.dealereprocess.net/cdn/brochures/bmw/2017-m3.pdf'][ITDPDF]https://cdn.dealereprocess.net/cdn/brochures/bmw/2017-m3.pdf[/ITDPDF][/URL]


I typed this, but it doesn't work:

189518
 

Lindal_Oronar

Well-known member
Update Where can I translate the text, Please wait! while the book is loading. find this one.
And why see my users on a mobile phone the message please wait while the book is loading.
On a desktop or tablet they see the pdf data.
 
So you cannot install this add-on via the add ons acp because it says there is no file. If you upload it manually it explodes the entire file and all the folders are empty. Instead you end up will a ton of files with the file path in place of the title like so:

Screen Shot 2019-07-01 at 3.50.07 PM.png

and those folders are empty.
 

PatMa

Member
Some initial observations.

If embedding local content, it appears that this works. no URL tag needed

Rich (BB code):
[itdpdf]/<dir/...>/<file>.pdf[/itdpdf]

the URI match doesn't happen, so the URL tag is not inserted.
Also, the option to the URL tag URL='?' - does not need to be a real link,
as the pdf viewer intercepts the cursor events.

Code:
[URL='./'][itdpdf]http://<site>/<dir>/<file>.pdf[/itdpdf][/URL]
 

Iggy

Well-known member
what i dont understand that none of the pdf addons support......is why not let members upload AND embed them....there is always this extra step that makes it not possible.....needs to be simple and easy tho......

if they can upload a pdf, AND embed a pdf from another site.....why not support embedding the pdf they just uploaded to our forum? would be nice to see that, people are not happy about things being difficult to do in the age of dying forum software...
 

PatMa

Member
what i dont understand that none of the pdf addons support......is why not let members upload AND embed them....there is always this extra step that makes it not possible.....needs to be simple and easy tho......

if they can upload a pdf, AND embed a pdf from another site.....why not support embedding the pdf they just uploaded to our forum? would be nice to see that, people are not happy about things being difficult to do in the age of dying forum software...

i'm going to work on this a bit next week. that is the solution i was looking for when i downloaded this add-on.
 
Top