The Wayback Machine - https://web.archive.org/web/20200716204831/https://github.com/topics/pdf
Skip to content
#

pdf

Here are 3,724 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
miloush
miloush commented Apr 3, 2020

Mentioned as P.S. in #759, I suggest the property values in the Document Properties dialog (Ctrl+D) are made selectable.

You can currently copy all dialog content using Ctrl+C, but it seems there would be a value for people who just want to copy the title, file path or an author etc. This has to now go through e.g. Notepad where you can select the value you need. Moreover, being able to copy

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
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 Jun 30, 2020
  • Java
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.

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

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

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.