Skip to content
#

pdf

Here are 3,483 public repositories matching this topic...

ripper234
ripper234 commented Jan 27, 2019

Case

Bug

Issue

I am trying to get Best Resume Ever to work on Windows, ran it straight from the box without editing the YML, and am getting many such errors from eslint:

Starting dev server...
i 「wdm」: wait until bundle finished:
(node:12024) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

ERROR Failed to compile with 40 err

Yuri-Tiofilo
Yuri-Tiofilo commented Mar 17, 2020

código da aplicação

import React, { useState, Component } from 'react';
// import { Document, Page } from 'react-pdf/dist/entry.webpack';
import {
  Document,
  Page,
  Text,
  View,
  PDFDownloadLink,
  Button,
} from '@react-pdf/renderer';
// import { Container } from './styles';
// import jsPDF from 'jspdf';
// import { renderToString } from 'react-dom/server';
import pdf
jaesung2061
jaesung2061 commented Nov 27, 2019

Describe the Bug

When users write things on Google Docs and copy & paste it to our app. That text gets garbled when turning it into a word document. Things like the double quotes and other special characters are Unicode and causes strange characters to appear on the converted document.

Steps to Reproduce

  1. Write any text with special characters like double quotes in a Google docs
cthoyt
cthoyt commented Sep 19, 2018

Currently, the autodetect tables functionality will put red boxes around tables and give an "X" to remove them (as seen in the picture below).

It would be very helpful to add a check mark that would allow users to explicitly state that an autodetected table was correct, then turn the box to a nice green.

<img width="931" alt="screen shot 2018-09-19 at 11 51 29 am" src="https://user-images.g

butu5
butu5 commented Oct 23, 2018

URL:- https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
The below code snippet is not coming in the output pdf.
mvn --version
However, another code snippet appearing properly
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)
![image](https://user-images.githubusercontent.com/354596/47339163-16508d00-d6e6-11e8-872b-a1f10d96d55

amitchapter247
amitchapter247 commented Feb 20, 2020

I need to disable all the anchor tags click I try this CSS but not working:

a {
      pointer-events: none!important;
     cursor: not-allowed!important;
      opacity: 1;
      z-index: -2;
      text-decoration: none!important;
     color: #282d35;
    }

after applying this CSS only text-decoration remove but the link is still clickable.

FrederickEngelhardt
FrederickEngelhardt commented Mar 5, 2020

Description

When following the documentation on how to enable the PDF.js worker for performance I enabled the import { Document } from 'react-pdf/dist/entry.webpack'; for webpack

The worker will fail to load returning a GET /node/pdf.worker.js 404 (Not Found) when loading a url from our public asset section. Also tried this with a simple file hosting server with a ngrok url to co

mpdf
machour
machour commented Feb 28, 2019

Hi @finwe

Would it be possible to have a more precise Changelog starting with v8, listing all changes happening between every minor releases?

Current handling make it really hard to understand what happened precisely when. The commit log isn't really helping as the merge strategy used on this repo is merge, rather than squash, resulting in a multitude of small commits, sometimes containing "

Simpey
Simpey commented Nov 18, 2019
var pgsql = require('pdf-bot/src/db/pgsql')

module.exports = {
  api: {
    token: 'api-token'
  },
  db: pgsql({
    database: 'pdfbot',
    username: 'pdfbot',
    password: 'pdfbot',
    port: 5432
  }),
  webhook: {
    secret: '1234',
    url: 'http://localhost:3000/webhooks/pdf'
  }
}

Can you change pls "username" to "user" cause it's the the correct option ther

使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览

  • Updated Apr 14, 2020
  • Java

Improve this page

Add a description, image, and links to the pdf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pdf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.