Posts

Showing posts from November, 2023

mongodbImportantlinks

  https://www.mongodb.com/try/download/community[download] https://www.mongodb.com/try/download/shell[shell download] https://www.mongodb.com/docs/manual/faq/fundamentals/[docs] https://learn.mongodb.com/learning-paths/introduction-to-mongodb[videos] Evaluation Query Operators https://www.mongodb.com/docs/manual/reference/operator/query/text/

download work in pdf and image

  import React , { useEffect , useState , useRef } from 'react' import { FiArrowLeft } from "react-icons/fi" ; import { useNavigate } from "react-router-dom" ; import maincss from './Style/main.module.css' ; import download from '../assets/download.jpg' ; import El from '../assets/Ellipse 1614.png' ; import share from '../assets/share.jpg' ; // import { Spinner } from 'react-bootstrap'; import CircularProgress from '@mui/material/CircularProgress' ; import Variables from '../global.ts' import { toPng } from 'html-to-image' ; import html2canvas from "html2canvas" ; import jsPdf from "jspdf" ; // import Modal from 'react-bootstrap/Modal'; import Modal from '@mui/material/Modal' ; // import Button from 'react-bootstrap/Button'; import Button from '@mui/material/Button' ; import Box from '@mui/materi...

html to pdf download react

 https://shamaahlawat.medium.com/page-split-using-jspdf-and-html2canvas-in-react-js-while-downloading-pdf-6c75da960019