Jump to content

Recommended Posts

Posted

Hi.

 

How can I hide elements here?

[see Image 1]

 

 

And how can I prevent this?

[see Image 2]

 

Sometimes, the pdf is being generated in background, and when is still incomplete, shows this error and the user can be confused.

 

Thanks.

post-4123-0-15175000-1506426843_thumb.png

post-4123-0-78914000-1506426844_thumb.png

Posted

Hi,

 

How can I hide elements here?

[see Image 1]

 

At the moment you can add these CSS classes in viewer.css: (\FMSoft\Framework\uniGUI\uni-1.0.0.xxxx\pdf.js\web)

.download {
    display:none !important;
}

.print {
    display:none !important;
}

.openFile {
    display:none !important;
}

Or by changing viewer.html by adding hidden class...

 

Please, for check, do not forget to clear your browser's cache

 

A similar request:

http://forums.unigui.com/index.php?/topic/8894-unipdfframe-improvement-request/

 

Try...

 

Best regards,

Posted

Hi,

 

And how can I prevent this?

[see Image 2]

 

Sometimes, the pdf is being generated in background, and when is still incomplete, shows this error and the user can be confused.

 

How can we reproduce this ?!

Posted

Hi,

 

 

How can we reproduce this ?!

 

Hi.

 

For test, you can generate a large pdf in background with fastreports, and try to show in a pdfframe while the report is exported to pdf.

  • 5 years later...
Posted
On 9/27/2017 at 1:18 AM, Sherzod said:

Hi,

 

 

At the moment you can add these CSS classes in viewer.css: (\FMSoft\Framework\uniGUI\uni-1.0.0.xxxx\pdf.js\web)

.download {
    display:none !important;
}

.print {
    display:none !important;
}

.openFile {
    display:none !important;
}

Or by changing viewer.html by adding hidden class...

 

Please, for check, do not forget to clear your browser's cache

 

A similar request:

http://forums.unigui.com/index.php?/topic/8894-unipdfframe-improvement-request/

 

Try...

 

Best regards,

Hello!

How hide this button?

image.png.b91d0fe681d6e4123d4aa2eee1668516.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...