Skip to content
#

pdf

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

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
nod5
nod5 commented Jan 23, 2020

Request 1: Add documentation on how official SumatraPDF releases are compiled

Request 2: Add documentation on the differences between release, prerelease, debug and other builds

Background: I can see that compiled Debug versions have support for making annotations. But they differ from prerelease versions hosted on the website (e.g. they have debug menu items). Do they also diffe

proful
proful 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

使用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 May 22, 2020
  • Java
mpdf
jfiala
jfiala commented May 4, 2020

Cache.php clearOld is currently cleaning up all directories/files in the tempDir.
If mpdf is using the global tempdir (/tmp) this will clean up files of any other application using the global tempdir.

Error message if Mpdf is trying to clean up a file of another application:
unlink(/tmp/...): Operation not permitted
Cache.php: 95

I assume it is suggested to use a a dedicated mpdf tempDir

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

Parsr

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.