We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

PDF generator plugin for Verge3D

Home Forums Plugins PDF generator plugin for Verge3D

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #42798
    CyberFox
    Customer

    Plugin provides functionality to generate pdf files, filled with content.
    This module user serverless functionality, using browser resources.
    With helping of this plugin user can enhance e-commerce flow processed on site.

    Grab it here! – https://gumroad.com/l/pdfgeneratorverge3d

    #42819

    excellent! :good: :good: :good:

    Chief 3D Verger | LinkedIn | Twitter

    #48620
    karonte
    Customer

    Is it available? The link doesn’t work.

    MR

    #48621
    CyberFox
    Customer

    Yes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
    Old one is deprecated :good:

    #48622
    karonte
    Customer

    Yes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
    Old one is deprecated :good:

    THANKS!! your company is super!

    MR

    #50185
    Micdsn
    Customer

    Can you help with this one–The demo only works once.. Once you generate a PDF, the generating screen stays up and you cannot use it again with another screen position or info. You have to refresh the page. How do I get it to close the screen UI so that I can generate another configuration and PDF without refreshing the page? Help! THank you!!

    #52052
    mtanous88
    Customer

    Im having issues with IOS. It simply doesnt work. In safari nothing happens and in Chrome it downloads a blank document ( not pdf).

    Please HELP!!!!

    Attachments:
    You must be logged in to view attached files.
    #52076
    Micdsn
    Customer

    I don’t know what to tell you, mine works fine on chrome on ios. The only difference is I have my puzzle wrapped in a procedure that it calls when something is clicked. I know there were 2 versions of this plugin released–are you sure you have the newest one?

    #52142
    mtanous88
    Customer

    Is there a way you could sen me a screenshot of your puzzle please?

    I am using V2.1

    #54695
    NaxosCG
    Customer

    Yes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
    Old one is deprecated :good:

    Hello and congrats for your plugins !
    I wonder if there is a way to make this generated pdf automatically send by email to a specific adress ?

    "1+1=3... for large values of 1"

    #55088
    kdv
    Participant

    The plugin has an issue. It changes a PDF page quality according to an HTML page scale or its pixel ratio (Ctrl +/-). But when the scale of an HTML page is 0.5 the result picture quality is two times better, the page resolution is two times higher. Now the plugin gives a better PDF page quality with a worse HTML page resolusion )))

    iOS Safari cannot download generated PDF files. Just ignores them.

    P.S. The plugin takes devicePixelRatio as the scale factor, but it’s a wrong way. devicePixelRatio isn’t a page scale. The real v3d canvas scale is 1 / devicePixelRatio Thus, the plagin takes low-res screenshots and generates PDF with a high scale (2 or more). On the contrary, in Google Chrome with devicePixelRatio 0.5 the plagin takes high-res screenshots and generates PDF with the scale 0.5 ))). Also the plugin ignores the actual v3d canvas resolution.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #61489
    yijin
    Customer

    I found the parameter information of configuration(see the picutre)there is no in PDF.

    Attachments:
    You must be logged in to view attached files.
    #63286
    Pandern
    Customer

    How to increase the resolution or size of the document? As it is now it is not usable for commercial use at all.

    I’ve tried to adjust this in the css:

    #cf-pdf-generated .pdf__page {
        width: 795px;
        max-width: 795px;
        min-width: 795px;
        height: 1122.5px;
        max-height: 1122.5px;
        min-height: 1122.5px;
        box-sizing: border-box;
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    see attached pdf for an example of the result i am getting

    Attachments:
    You must be logged in to view attached files.
    #63291
    kdv
    Participant

    Change the default page scale in html2pdf.bundle.js

    Or you can add the scale as an option in the cf_pdf() function which will override the default scale value

    As a result you can generate a high resolution PDF document
    https://v3d.net/a6h

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #63295
    Pandern
    Customer

    Thank you, kdv.

    But are those files part of this library? Where do you find them?

Viewing 15 posts - 1 through 15 (of 26 total)
  • You must be logged in to reply to this topic.