- This topic has 25 replies, 11 voices, and was last updated 1 year, 1 month ago by brotchen.
-
AuthorPosts
-
2021-07-12 at 12:10 pm #42798CyberFoxCustomer
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
2021-07-13 at 7:02 am #42819Yuri KovelenovStaff2022-01-12 at 5:37 pm #48620karonteCustomerIs it available? The link doesn’t work.
MR
2022-01-12 at 5:42 pm #48621CyberFoxCustomerYes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
Old one is deprecated2022-01-12 at 5:54 pm #48622karonteCustomerYes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
Old one is deprecatedTHANKS!! your company is super!
MR
2022-03-11 at 5:03 pm #50185MicdsnCustomerCan 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 #52052mtanous88CustomerIm 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.2022-05-16 at 12:16 pm #52076MicdsnCustomerI 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 #52142mtanous88CustomerIs 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 #54695NaxosCGCustomerYes, but only new version – https://cyberfox.gumroad.com/l/pdfplugin21
Old one is deprecatedHello 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 #55088kdvParticipantThe 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 is1 / devicePixelRatio
Thus, the plagin takes low-res screenshots and generates PDF with a high scale (2 or more). On the contrary, in Google Chrome withdevicePixelRatio
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 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 #61489yijinCustomerI found the parameter information of configuration(see the picutre)there is no in PDF.
Attachments:
You must be logged in to view attached files.2023-04-26 at 1:23 pm #63286PandernCustomerHow 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.2023-04-26 at 2:16 pm #63291kdvParticipantChange 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 #63295PandernCustomerThank 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.