- This topic has 25 replies, 11 voices, and was last updated 2 years, 2 months ago by
brotchen.
-
AuthorPosts
-
2021-07-12 at 12:10 pm #42798
CyberFoxCustomerPlugin 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
2021-07-13 at 7:02 am #42819
Yuri KovelenovStaff2022-01-12 at 5:37 pm #48620
karonteCustomerIs it available? The link doesn’t work.
MR
2022-01-12 at 5:42 pm #48621
CyberFoxCustomerYes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
Old one is deprecated
2022-01-12 at 5:54 pm #48622
karonteCustomerYes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
Old one is deprecated
THANKS!! your company is super!
MR
2022-03-11 at 5:03 pm #50185
MicdsnCustomerCan 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!!
2022-05-14 at 6:57 pm #52052mtanous88
CustomerIm 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:
2022-05-16 at 12:16 pm #52076
MicdsnCustomerI 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?
2022-05-17 at 4:26 pm #52142mtanous88
CustomerIs there a way you could sen me a screenshot of your puzzle please?
I am using V2.1
2022-08-07 at 12:00 pm #54695
NaxosCGCustomerYes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
Old one is deprecated
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"
2022-08-22 at 11:48 am #55088kdv
ParticipantThe 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.5the 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
devicePixelRatioas the scale factor, but it’s a wrong way.devicePixelRatioisn’t a page scale. The real v3d canvas scale is1 / devicePixelRatioThus, the plagin takes low-res screenshots and generates PDF with a high scale (2 or more). On the contrary, in Google Chrome withdevicePixelRatio0.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 coding. 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 the meaning at all.
2023-03-29 at 8:36 am #61489yijin
CustomerI found the parameter information of configuration(see the picutre)there is no in PDF.
Attachments:
2023-04-26 at 1:23 pm #63286
PandernCustomerHow 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:
2023-04-26 at 2:16 pm #63291kdv
ParticipantChange 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/a6hPuzzles and JS coding. 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 the meaning at all.
2023-04-26 at 4:43 pm #63295
PandernCustomerThank you, kdv.
But are those files part of this library? Where do you find them?
-
AuthorPosts
- You must be logged in to reply to this topic.


